npm @elastic/search-ui-app-search-connector 0.8.0
v0.8.0

latest releases: 1.22.0, 1.21.5, 1.21.4...
6 years ago

0.8.0 (May 2, 2019)

Breaking Changes

  • Connector-less usage introduces breaking changes for the Connector layer. This would impact anyone who has
    implemented any sort of Connector directly (#225). The following interface methods have been renamed:
    • click -> onResultClick
    • autocompleteClick -> onAutocompleteResultClick
    • search -> onSearch
    • autocomplete -> onAutocomplete
  • The ordering of "autocompleteResults" and "autocompleteSuggestions" has been swapped in the default view of
    Autocomplete. If you are using the default view these will be visibly different (#222).
  • Some components will no longer automatically hide themselves until search results are rendered (#203). This means
    you may need to manually hide them using the wasSearched property from state in order to maintain this behavior.
    This affects the following components:
    • PagingInfo
    • Sorting
    • ResultsPerPage

Don't miss a new search-ui-app-search-connector release

NewReleases is sending notifications on new releases.