Skip to content

Commit 6bd3450

Browse files
author
vvo
committed
v0.5.1
<a name="0.5.1"></a> ## [0.5.1](v0.5.0...v0.5.1) (2015-10-22) ### Bug Fixes * **autohide:** Rename attribute to `hideContainerWhenNoResults` ([ecb6756](ecb6756)), closes [#325](#325) ### BREAKING CHANGES * autohide: Widget attribute is now named `hideContainerWhenNoResults` instead of `hideWhenNoResults` to be more explicit on what it is really doing. Also internally renamed the `autoHide` decorator to `autoHideContainer`
1 parent 201c007 commit 6bd3450

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="0.5.1"></a>
2+
## [0.5.1](https://github.com/algolia/instantsearch.js/compare/v0.5.0...v0.5.1) (2015-10-22)
3+
4+
5+
### Bug Fixes
6+
7+
* **autohide:** Rename attribute to `hideContainerWhenNoResults` ([ecb6756](https://github.com/algolia/instantsearch.js/commit/ecb6756)), closes [#325](https://github.com/algolia/instantsearch.js/issues/325)
8+
9+
10+
### BREAKING CHANGES
11+
12+
* autohide: Widget attribute is now named
13+
`hideContainerWhenNoResults` instead of `hideWhenNoResults` to be more
14+
explicit on what it is really doing.
15+
16+
Also internally renamed the `autoHide` decorator to
17+
`autoHideContainer`
18+
19+
20+
121
<a name="0.5.0"></a>
222
# [0.5.0](https://github.com/algolia/instantsearch.js/compare/v0.4.1...v0.5.0) (2015-10-22)
323

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '0.5.0';
1+
module.exports = '0.5.1';

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instantsearch.js",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "instantsearch.js is a library of widgets to build high performance instant search experiences using Algolia",
55
"main": "dist/instantsearch.js",
66
"author": "Algolia <[email protected]>",

0 commit comments

Comments
 (0)