Releases: searchkit/searchkit
searchkit@4.14.1
What's Changed
- Change error handling by @cintek in #1396
- Complete support colons in facet values by @cintek in #1398
Full Changelog: https://github.com/searchkit/searchkit/compare/searchkit@4.13.1...searchkit@4.14.1
searchkit@4.13.3
What's Changed
- Instantsearch Client Adapter - change type to any for type mismatches in future by @joemcelroy in #1389
- Add Searchkit AI Bot in Readme by @royaljain in #1391
- Support colons in facet values by @cintek in #1395
New Contributors
- @royaljain made their first contribution in #1391
- @cintek made their first contribution in #1395
Full Changelog: https://github.com/searchkit/searchkit/compare/searchkit@4.13.2...searchkit@4.13.3
@searchkit/instantsearch-client@4.14.1
What's Changed
- Instantsearch Client Adapter - change type to any for type mismatches in future by @joemcelroy in #1389
searchkit@4.13.2
What's Changed
- Switch to json content type by @joemcelroy in #1386
Full Changelog: https://github.com/searchkit/searchkit/compare/searchkit@4.13.1...searchkit@4.13.2
searchkit@4.13.1
What's Changed
- Add logic to retrieve the field value when fieldKey is dot-notation by @Michael-Ziluck in #1385
New Contributors
- @Michael-Ziluck made their first contribution in #1385
Full Changelog: https://github.com/searchkit/searchkit/compare/searchkit@4.13.0...searchkit@4.13.1
searchkit@4.13.0
What's Changed
- Change content-type from json to x-ndjson (sent by searchkit to the search engine API) by @eliasbaixas in #1377
New Contributors
- @eliasbaixas made their first contribution in #1377
Full Changelog: https://github.com/searchkit/searchkit/compare/searchkit@4.12.0...searchkit@4.13.0
searchkit@4.12.0
What's Changed
- Update code to reflect required type for facets; minor clarifying of … by @davidshq in #1359
- Add score + better custom facet support by @joemcelroy in #1362
New Contributors
Full Changelog: https://github.com/searchkit/searchkit/compare/searchkit@4.11.2...searchkit@4.12.0
searchkit@4.11.2
What's Changed
- Chore(deps-dev): Bump vite from 4.5.0 to 4.5.2 by @dependabot in #1345
- add support to floating point numeric filters by @jcpach in #1349
- added withCredentials parameters to ConfigConnection by @xfolder in #1346
New Contributors
Full Changelog: https://github.com/searchkit/searchkit/compare/searchkit@4.11.1...searchkit@4.11.2
4.11.1
What's Changed
- Chore(deps): Bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot in #1285
- Fix object field highlighting by @joemcelroy in #1344
Full Changelog: https://github.com/searchkit/searchkit/compare/@searchkit/instantsearch-client@4.12.0...@searchkit/instantsearch-client@4.12.1
Instantsearch Client 4.12.0
- update client to support SSR for react-instantsearch 7.3.0 and above