Skip to content

Releases: elastic/search-ui

v1.12.1 [Elasticsearch-connector] Post Process Query Support

08 Jun 10:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.0...v1.12.1

v1.12.0

17 May 11:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.3...v1.12.0

v1.11.3 - React 18 compatibility

04 May 20:12
Compare
Choose a tag to compare

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

26 Apr 09:06
Compare
Choose a tag to compare

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

Full Changelog: v1.11.0...v1.11.2

v1.11.1 - Elasticsearch-connector Result Click bug fix

21 Apr 13:01
Compare
Choose a tag to compare

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

19 Apr 22:36
Compare
Choose a tag to compare

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.

⚠️ Please note that the Workplace Search connector is currently in technical preview status and is not suitable for production usage.


Other changes in this release:

  • #700 Elasticsearch connector: queryFields property was removed from the connector constructor parameters in favor of search_fields property in the Search UI config. See the required diff in our example app.

Typescript Improvements for Hooks + CSS Pagination fix

31 Mar 09:19
Compare
Choose a tag to compare

This release fixes one bug and one improvement.

#688 Fixes an issue with sourcemap file paths are incorrect.
#689 Improves the typescript definitions for the SearchDriver Hook functions

Typescript fixes

24 Mar 14:51
Compare
Choose a tag to compare

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

15 Mar 08:26
Compare
Choose a tag to compare

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

v1.9.0 - React 17 Compatibility + Hooks support for Custom Views

17 Jan 10:56
Compare
Choose a tag to compare
  • Allow Hooks to be used in Custom View Components (#603)
  • Update peerDependencies to support React 16 - 18. (#605)