Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
<a name="1.7.0"></a>
# [1.7.0](v1.6.4...v1.7.0) (2016-07-26)

### Bug Fixes

* **searchParameters:** avoid mutating provided objects (#1148) ([0ea3bef](0ea3bef)), closes [#1130](#1130)

### Features

* **toggle:** Provide a better default widget (#1146) ([d54107e](d54107e)), closes [#1096](#1096) [#919](#919)
  • Loading branch information
vvo committed Jul 26, 2016
1 parent c73b64a commit 68f317a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="1.7.0"></a>
# [1.7.0](https://github.com/algolia/instantsearch.js/compare/v1.6.4...v1.7.0) (2016-07-26)


### Bug Fixes

* **searchParameters:** avoid mutating provided objects (#1148) ([0ea3bef](https://github.com/algolia/instantsearch.js/commit/0ea3bef)), closes [#1130](https://github.com/algolia/instantsearch.js/issues/1130)


### Features

* **toggle:** Provide a better default widget (#1146) ([d54107e](https://github.com/algolia/instantsearch.js/commit/d54107e)), closes [#1096](https://github.com/algolia/instantsearch.js/issues/1096) [#919](https://github.com/algolia/instantsearch.js/issues/919)



<a name="1.6.4"></a>
## [1.6.4](https://github.com/algolia/instantsearch.js/compare/v1.6.3...v1.6.4) (2016-07-12)

Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/widget-jsdoc/toggle.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<span class='attr-optional'>`options.templates.item`<span class="show-description">…</span></span>
<span class="attr-infos">(<code>string</code> &#124; <code>function</code>)</span>
</p>
<p class="attr-description">Item template</p>
<p class="attr-description">Item template, provided with `name`, `count`, `isRefined`, `url` data properties count is always the number of hits that would be shown if you toggle the widget. We also provide `onFacetValue` and `offFacetValue` objects with according counts.</p>
<p class="attr-name">
<span class='attr-optional'>`options.templates.footer`<span class="show-description">…</span></span>
<span class="attr-infos">(<code>string</code> &#124; <code>function</code>)</span>
Expand Down
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.6.4",
"version": "1.7.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 @@
export default '1.6.4';
export default '1.7.0';

0 comments on commit 68f317a

Please sign in to comment.