Search Ui Versions Save

Search UI. Libraries for the fast development of modern, engaging search experiences.

v1.18.0

1 year ago

What's Changed

Full Changelog: https://github.com/elastic/search-ui/compare/v1.17.1...v1.18.0

v1.17.1

1 year ago

What's Changed

Full Changelog: https://github.com/elastic/search-ui/compare/v1.17.0...v1.17.1

v1.17.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/elastic/search-ui/compare/v1.16.0...v1.17.0

v1.16.0

1 year ago

What's Changed

Dependency Updates

New Contributors

Full Changelog: https://github.com/elastic/search-ui/compare/v1.15.0...v1.16.0

v1.15.0

1 year ago

Cloud ID and nested fields support

This release introduces two new small features:

  • Elasticsearch connector now accepts Cloud ID as a parameter in addition to host. The documentation for this isn't published yet, but you can read it in our markdown docs: Elasticsearch connector.
  • Result component now can correctly render nested fields. Nested fields is the new feature that will be available in the next Enterprise Search version. It allows using objects in document fields in addition to strings and numbers.

What's Changed

Full Changelog: https://github.com/elastic/search-ui/compare/v1.14.0...v1.15.0

v1.14.0

1 year ago

This release upgrades the react-select dependency from v2 to v5.

Upgrade guide

react-select is used by several components in Search UI. Did you fork and modify the markup of any of the following components?

  • ResultsPerPage
  • SingleSelectFacet
  • Sorting

I didn't modify the markup of these components

Great! It's safe to upgrade. The out-of-the-box Search UI components will continue to work as usual.

I made some customizations

The upgrade might not affect you, but it's best to be safe. Go through these react-select upgrade guides and make sure to modify your code accordingly:

What's Changed

Full Changelog: https://github.com/elastic/search-ui/compare/v1.13.0...v1.14.0

v1.13.0

1 year ago

What's Changed

Full Changelog: https://github.com/elastic/search-ui/compare/v1.12.1...v1.13.0

v1.12.1

2 years ago

What's Changed

Full Changelog: https://github.com/elastic/search-ui/compare/v1.12.0...v1.12.1

v1.12.0

2 years ago

What's Changed

Full Changelog: https://github.com/elastic/search-ui/compare/v1.11.3...v1.12.0

v1.11.3

2 years ago

What's Changed

  • Added React 18 as a peer dependency.
  • Various documentation and demo improvements.

Full Changelog: https://github.com/elastic/search-ui/compare/v1.11.2...v1.11.3