@elastic/search-ui
Advanced tools
Changelog
[1.24.0] - 2025-05-28
ApiClient
architecture for the Elasticsearch Connector. This significantly improves maintainability, customizability, and bundle size. #1143getQueryFn
and interceptSearchRequest
, interceptAutocompleteResultsRequest
, interceptAutocompleteSuggestionsRequest
hooks. #1161fuzziness: true
in searchQuery
and autocomplete
, enabling typo-tolerant matching. #1159ApiProxyConnector
to optimize bundle usage. #1146react
and react-dom
peer dependencies to version 19. #1162none
, any
, all
) in the Elasticsearch Connector. #1153searchkit
dependency from the Elasticsearch Connector. #1143postProcessRequestBodyFn
in favor of new interceptSearchRequest
, interceptAutocompleteResultsRequest
, interceptAutocompleteSuggestionsRequest
hooks. #1161tsup
, excluded source maps from production output. #1148Changelog
[1.23.0] - 2025-04-01
useSearch
hook for React functional components. #1130APIProxyConnector
to the Elasticsearch Connector to enable server-side integration using Node.js and Express. This enhances security by hiding API keys and other sensitive data. #1126tsup
, ensuring correct behavior in both ESM and CommonJS environments. #1114sortField
and sortDirection
in state. Addressed inconsistencies in setSort()
behavior. #1112BooleanFacet
for numeric facet values (e.g., 0/1 or true/false), improving compatibility with Elasticsearch Connector. #1111@elastic/search-ui-analytics-plugin
package. #1120