Skip to content

Commit

Permalink
v4.0.0-beta.2
Browse files Browse the repository at this point in the history
# [4.0.0-beta.2](v4.0.0-beta.1...v4.0.0-beta.2) (2019-10-08)

### Bug Fixes

* **connectInfiniteHits:** fix state when navigating or adding/removing widgets ([#4123](#4123)) ([9605230](9605230))
* **history:** avoid empty query string ([#4130](#4130)) ([f6fd364](f6fd364))
* **index:** warn for inconsistent UI state in development mode ([#4140](#4140)) ([1f569bd](1f569bd))
* **instantsearch:** return instance in widgets methods ([#4143](#4143)) ([6451dce](6451dce))
* **pagination:** update no refinement behavior ([#4124](#4124)) ([432f833](432f833))
* display warnings only in development ([#4150](#4150)) ([67dee4e](67dee4e))
* **range:** clear widget state on empty refinements ([#4157](#4157)) ([f594bba](f594bba))
* **RefinementList:** remove root css class on sublists ([#4117](#4117)) ([9581a41](9581a41)), closes [/github.com/algolia/instantsearch.js/blob/v2/src/decorators/headerFooter.js#L22](https://github.com//github.com/algolia/instantsearch.js/blob/v2/src/decorators/headerFooter.js/issues/L22)
* **stories:** hide Places ([#4152](#4152)) ([bf3bb30](bf3bb30))
* **warnings:** remove v3 warnings ([#4134](#4134)) ([c696cc7](c696cc7))

### Features

* **autocomplete:** provide indexId ([#4142](#4142)) ([443cb06](443cb06))
* **core:** deprecate addWidget & removeWidget ([#4131](#4131)) ([43398f7](43398f7))
  • Loading branch information
francoischalifour committed Oct 8, 2019
1 parent ef4e723 commit 8684063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instantsearch.js",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"description": "InstantSearch.js is a JavaScript library for building performant and instant search experiences with Algolia.",
"homepage": "https://community.algolia.com/instantsearch.js/",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '4.0.0-beta.1';
export default '4.0.0-beta.2';

0 comments on commit 8684063

Please sign in to comment.