Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
<a name="1.1.0"></a>
# [1.1.0](v1.0.0...v1.1.0) (2015-11-26)

### Bug Fixes

* **pagination:** fix #668 edge case ([d8f1196](d8f1196)), closes [#668](#668)
* **priceRanges:** Remove round from first range ([bf82395](bf82395))
* **slider:** hide the slider when stats.min=stats.max ([42e4b64](42e4b64))
* **starRating:** Retrieve the correct count and use numericRefinement ([f00ce38](f00ce38)), closes [#615](#615)

### Features

* **hierarchical:** expose rootPath and showParentLevel ([6e9bb7c](6e9bb7c))
  • Loading branch information
vvo committed Nov 26, 2015
1 parent 53f7ceb commit cc98996
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="1.1.0"></a>
# [1.1.0](https://github.com/algolia/instantsearch.js/compare/v1.0.0...v1.1.0) (2015-11-26)


### Bug Fixes

* **pagination:** fix #668 edge case ([d8f1196](https://github.com/algolia/instantsearch.js/commit/d8f1196)), closes [#668](https://github.com/algolia/instantsearch.js/issues/668)
* **priceRanges:** Remove round from first range ([bf82395](https://github.com/algolia/instantsearch.js/commit/bf82395))
* **slider:** hide the slider when stats.min=stats.max ([42e4b64](https://github.com/algolia/instantsearch.js/commit/42e4b64))
* **starRating:** Retrieve the correct count and use numericRefinement ([f00ce38](https://github.com/algolia/instantsearch.js/commit/f00ce38)), closes [#615](https://github.com/algolia/instantsearch.js/issues/615)

### Features

* **hierarchical:** expose rootPath and showParentLevel ([6e9bb7c](https://github.com/algolia/instantsearch.js/commit/6e9bb7c))



<a name="1.0.0"></a>
# [1.0.0](https://github.com/algolia/instantsearch.js/compare/v0.14.9...v1.0.0) (2015-11-18)

Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.1.0-beta.1",
"version": "1.1.0",
"description": "instantsearch.js is a library of widgets to build high performance instant search experiences using Algolia",
"main": "dist-es5-module/index.js",
"author": "Algolia <support@algolia.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '1.1.0-beta.1';
module.exports = '1.1.0';

0 comments on commit cc98996

Please sign in to comment.