Releases: elastic/search-ui
Releases · elastic/search-ui
v1.12.1 [Elasticsearch-connector] Post Process Query Support
What's Changed
- Document Conditional Rules for Facets by @joemcelroy in #753
- Reorganize docs outline by @yakhinvadim in #755
- [Elasticsearch-connector] bug Fix facets npe by @joemcelroy in #756
- [Elasticsearch-connector] post process query support by @joemcelroy in #754
Full Changelog: v1.12.0...v1.12.1
v1.12.0
What's Changed
- Add search-as-you-type example by @yakhinvadim in #742
- Use codesandbox demos instead of netlify by @yakhinvadim in #741
- Example customizing styles and html by @yakhinvadim in #744
- Isolate custom styles to custom styles example by @yakhinvadim in #746
- sets record_analytics to false for results autocomplete by @joemcelroy in #745
- [Elasticsearch-connector] Autocomplete suggestions by @joemcelroy in #743
- Separate header example by @yakhinvadim in #747
- Add instructions for running docs locally by @yakhinvadim in #748
- Make two separate pages in search-bar-in-header example by @yakhinvadim in #749
- Add docs for search bar in header by @yakhinvadim in #750
Full Changelog: v1.11.3...v1.12.0
v1.11.3 - React 18 compatibility
What's Changed
- Added React 18 as a peer dependency.
- Various documentation and demo improvements.
Full Changelog: v1.11.2...v1.11.3
v1.11.2
What's Changed
- 714 fix bug with elasticsearch connector and click analytics by @joemcelroy in #715
- Fix Typescript type definition of
onSearchHook
,onAutocompleteHook
by @quanglam2807 in #716 - Fix: Fixed auto complete not working due to missing raw hit by @vinothdevelop in #717
- Move from local to Elastic doc system by @goodroot in #713
New Contributors
- @quanglam2807 made their first contribution in #716
- @vinothdevelop made their first contribution in #717
Full Changelog: v1.11.0...v1.11.2
v1.11.1 - Elasticsearch-connector Result Click bug fix
What's Changed
- 714 fix bug with elasticsearch connector and click analytics by @joemcelroy in #715
Full Changelog: v1.11.0...v1.11.1
v1.11.0 - Technical preview of the Workplace Search connector
This release introduces a new Workplace Connector for Search UI! Try it out by following a Workplace Search tutorial or refer to the connector documentation.
Other changes in this release:
- #700 Elasticsearch connector:
queryFields
property was removed from the connector constructor parameters in favor ofsearch_fields
property in the Search UI config. See the required diff in our example app.
Typescript Improvements for Hooks + CSS Pagination fix
Typescript fixes
Improved configuration types for SearchProvider.
- Fix SearchProviderProps doesn't expose full SearchDriverOptions #682
- Fix hostIdentifier is required even when not using SwiftType #680
Clean up withSearch subscription handling https://github.com/elastic/search-ui/pull/681/files
Typescript + Elasticsearch-connector
Bumper release with changes including:
- Converting the codebase into Typescript. First step of multiple releases to increase our type coverage of the codebase.
- Publishing typescript definition files for use with typescript based projects
- Improved developer experience (Updating our dev dependencies inc Jest. vscode debug configurations, yarn workspaces and build transpiling stages
- A new Elasticsearch-connector (Technical Preview and documentation to come!)
- Restructured the examples app by pages per connector example
Community fixes
- Off-by-one error in pagination #648