Skip to content

Releases: yext/answers-search-ui

Version 0.7.3

19 Jul 18:01
Compare
Choose a tag to compare

Version 0.7.3

Fixes

  • Updates the lib version in "constants"
  • Fix typo in mapbox
  • Fix Universal Results data

Version 0.7.2

19 Jul 14:15
Compare
Choose a tag to compare

Version 0.7.2

Changes

  • Added support for custom map pins
  • Add analytics docs to README
  • Rename FilterPicker to FilterSearch

Fixes

  • Direct answer and question components missing data (fixes #72)
  • Vertical URL getting lost (fixes #64)
  • Map component missing
  • HTTPS for sending analytics events

Version 0.7.1

16 Jul 17:31
Compare
Choose a tag to compare

Fixes (#63)

  • empty navigation links (resolves #59)
  • map component not rendering (resolves #58)
  • vertical autocomplete failing
  • fuzzy versioning build

Version 0.7.0

15 Jul 21:18
Compare
Choose a tag to compare

Version 0.7.0 #56

New Features

FilterSearch Component

Used to search and select filters configured in the Yext platform. The select filter applies to the current search.

FilterBox Component

A control used to display and manage a set of static filters (see below). The selected filters affect the current search when applied.

Static Filter Components

The first of our static filter components has been added: FilterOptions. FilterOptions creates a list of options, either checkboxes or radio buttons, with each representing a search filter. These components may be used alone or within a FilterBox. More static filter components are on the way.

JSDocs

Generate JSDocs will now be checked in under the docs/ directory and updated with each version. These will be hosted in the future.

Component Analytics

Interface for creating and sending analytic events. Data attributes can be added to templates to automatically create and send click events with the provided metadata.

Minor Changes & Fixes

  • Storage refactored to use StorageKeys for indexing data, with an optional namespace.

  • Multiple components of the same type can be used and work together

  • Add a CONTRIBUTING file

  • NavigationComponent now supports persisting tab ordering through query params

  • Minor fixes for maps

  • Remove checks for local development. Test urls can be configured in the constants file, additional support coming soon

  • Add the locale to search requests, defaulted to 'en'

Minor map bug fixes

21 Jun 03:03
Compare
Choose a tag to compare
  • Fix configuration for Map Components when used through Results configuration
  • Fix bugs with dynamic map components being added to page.
  • Fixes bugs with APIRequest providing undefined params

New Serverside API Support

20 Jun 21:38
Compare
Choose a tag to compare

Highlights:

  • Map Components were migrated from template helpers to markup syntax
  • Support for Serverside API appliedFiltersQuery data format changed
  • Support for Filter Picker Components, supported structured auto complete and highlighting.
  • Added some unit tests.
  • Fixed some of the core component rendering mechanisms and markup syntax handling.
  • Add error logging

Early-beta access hotfixes.

03 Jun 19:57
Compare
Choose a tag to compare

Fix versioning build steps.

Alpha version stable early-beta.

03 Jun 19:46
Compare
Choose a tag to compare

This is the latest JS build tested for production, including the interactive Map support for Mapbox and Google.