Releases: yext/answers-search-ui
Releases · yext/answers-search-ui
Version 0.8.6
Version 0.8.6
Changes
- Polyfills for IE, with ability to opt-out with the
answers-modern
bundle - Date style changes
- Accordions collapsed by default
- Pin collapse option
Version 0.8.5
Version 0.8.5
Changes
- Searchbars will not submit searches if
redirectUrl
is set - Filter and faceting analytics events removed
- Navigation analytics events adjusted
Fixes
- Tabbing to input sometimes flashing autocomplete
- Autocomplete values matching the query properly show
Version 0.8.4
Version 0.8.4
Changes
- Do not cache fuzzy versions
- Add option for opening autocomplete on click when autofocusing
Version 0.8.3
Version 0.8.3
Additions
- Field formatter interface for results and direct answer
Changes
- Autofocusing behavior and highlighting
Fixes
- Validate GCSE results
- Searching non-string queries
- Lightbulb active state styling
Version 0.8.2
Version 0.8.2
Changes
- Default styling for direct answers, accordion results, and mobile
- No results template (closes #200)
Fixes
- Fetching the template bundle for each version
- Handling empty values
- Handling duplicate names when minified
Version 0.8.1
Version 0.8.1
Additions
- onStateChange init option (closes #97)
- GeoLocation static filter component
- AccordionResult template
- Icon Component
- Default Analytics
Changes
- Direct Answer Styling Tweaks
- Truncated results text
- Vertical search uses vertical autocomplete
Fixes
Version 0.8.0
Version 0.8.0
Additions
- Number range and date range static filters
- Dynamic filters
- Search limits and offsets
- Question submission component
- Map pin collapsing
- Direct Answer thumbs up/down
Changes
- Result templates overhaul
- Empty map option
Fixes
- Minor analytics fixes
- Mobile keyboard closing
Version 0.7.6
Version 0.7.6
Changes
- Filter search acts more like a filter select, so arbitrary searches are not allowed (closes #131)
- Filter search allows storeOnChange, preventing it from searching and instead allows using it as a picker
- Adjust autocomplete close events to prevent race conditions
Fixes
- Update some vulnerable dependencies
- Check the type of onLoad in mapboxprovider before calling (fixes #102)
- Add some missing details so CONTRIBUTING and README
Version 0.7.5
Version 0.7.5
Changes
- Added search states to results templates
- QueryID is automatically included with all analytic events
- Each component accepts
analyticsOptions
(closes #117) - Templates have access to the component's config in
_config
Fixes
Version 0.7.4
Version 0.7.4
Changes
- Added postcss support
- Added businessID as configuration option, analytics disabled when not present (closes #89)
- Support for static mapbox custom markers
- Added analyticsOptions configuration option
- Improved search, filter, and navigation templates