Skip to content

v1.23.0

Choose a tag to compare

@yansavitski yansavitski released this 01 Apr 14:06
· 193 commits to main since this release
41f5137

✨ v1.23.0 Release Highlights

🚀 Added

  • Preserve selected filters between queries for better UX flexibility. #1131 Related to #89
  • Introduced useSearch React hook for simpler access to search context. #1130
  • Added APIProxyConnector to support secure server-side Elasticsearch integration. #1126
  • Updated sandbox examples with TypeScript, cleaner structure, and latest React version.

🐛 Fixed

  • Module exports refactored for compatibility with ESM and CJS (Node.js). #1114 Fixes #1046
  • Sorting logic fixed for both single and multiple field formats. #1112. Fixes #1109
  • Fixed BooleanFacet handling of numeric (0/1) values. #1111. Fixes #851

🔁 Changed / Removed

  • Removed “Technical preview” label from Elasticsearch Connector – it’s now GA! 🎉 #1125
  • Deprecated @elastic/search-ui-analytics-plugin. #1120