From 8e6a645bd29bc7863f90e68aa854ccd958fe93f0 Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Wed, 19 Aug 2020 10:22:49 +0200 Subject: [PATCH] chore: release v4.7.1 (#4481) * chore: release v4.8.0 * Update CHANGELOG.md * change to patch --- CHANGELOG.md | 15 +++++++++++++++ README.md | 1 + package.json | 2 +- src/lib/version.ts | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d899c7881e..7f6a02c677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [4.7.1](https://github.com/algolia/instantsearch.js/compare/v4.7.0...v4.7.1) (2020-08-19) + + +### Bug Fixes + +* **configureRelatedItems:** support nested attributes ([#4480](https://github.com/algolia/instantsearch.js/issues/4480)) ([2266004](https://github.com/algolia/instantsearch.js/commit/2266004f274138b45640f000a5da8aa14e419e6c)) +* **connectToggleRefinement:** fix onFacetValue/offFacetValue on render when using arrays for on/off ([#4449](https://github.com/algolia/instantsearch.js/issues/4449)) ([fd3e83f](https://github.com/algolia/instantsearch.js/commit/fd3e83f2cf2e5b44b7d29eb4c67526e55c18d708)) +* **index:** don't show a development warning for inconsistent UI state in `connectRange` ([#4440](https://github.com/algolia/instantsearch.js/issues/4440)) ([eb8c8b3](https://github.com/algolia/instantsearch.js/commit/eb8c8b3494cb66dbef1d03e7d74374dc49059345)), closes [#4437](https://github.com/algolia/instantsearch.js/issues/4437) +* **infiniteHits:** work with controlled mode ([#4435](https://github.com/algolia/instantsearch.js/issues/4435)) ([68b20f4](https://github.com/algolia/instantsearch.js/commit/68b20f487fcd54fd7dec11b4c494b6aa94a18516)) +* **typescript:** correct dummy v4 client ([#4459](https://github.com/algolia/instantsearch.js/issues/4459)) ([ca0c394](https://github.com/algolia/instantsearch.js/commit/ca0c3946608bb8ec5dcf5378d8d382d809a4d86f)) +* **typescript:** jsDoc comments which conform to Connector definition ([#4458](https://github.com/algolia/instantsearch.js/issues/4458)) ([5209bdb](https://github.com/algolia/instantsearch.js/commit/5209bdb9189e7cbbf9514b62fde55f923b2b3273)) +* **typescript:** export correct types ([#4476](https://github.com/algolia/instantsearch.js/issues/4476)) ([5fb4c5b](https://github.com/algolia/instantsearch.js/commit/5fb4c5b9d6ac75636e94514598ef5d5a86affafd)) + + + # [4.7.0](https://github.com/algolia/instantsearch.js/compare/v4.6.0...v4.7.0) (2020-06-15) diff --git a/README.md b/README.md index a73a2ddd4e..442121e87e 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ InstantSearch.js is a vanilla JavaScript library that lets you create an instant - [Demos](#demos) - [Playground](#playground) - [Browser support](#browser-support) +- [Troubleshooting](#troubleshooting) - [Contributing](#contributing) - [License](#license) diff --git a/package.json b/package.json index 907e4cddfe..5f6389ee78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instantsearch.js", - "version": "4.7.0", + "version": "4.7.1", "description": "InstantSearch.js is a JavaScript library for building performant and instant search experiences with Algolia.", "homepage": "https://community.algolia.com/instantsearch.js/", "types": "es/index.d.ts", diff --git a/src/lib/version.ts b/src/lib/version.ts index b0add3fb5e..28228b5c98 100644 --- a/src/lib/version.ts +++ b/src/lib/version.ts @@ -1 +1 @@ -export default '4.7.0'; +export default '4.7.1';