Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
<a name="0.4.0"></a>
# [0.4.0](https://github.com/algolia/intantsearch.js/compare/v0.3.0...v0.4.0) (2015-09-30)

### Bug Fixes

* **pagination:** handle cases where maxPages is low ([d3c9959](https://github.com/algolia/intantsearch.js/commit/d3c9959)), closes [#100](https://github.com/algolia/intantsearch.js/issues/100)
* **searchBox:** allow searchBox to reuse an `<input>` ([e820cc3](https://github.com/algolia/intantsearch.js/commit/e820cc3))
* **searchBox:** Use `hasAttribute` instead of `getAttribute` ([a122af9](https://github.com/algolia/intantsearch.js/commit/a122af9))
* **slider:** allow handles to reach the real start and end of the slider ([03ed3f5](https://github.com/algolia/intantsearch.js/commit/03ed3f5))
* **slider:** fix tap event throwing ([d906d3e](https://github.com/algolia/intantsearch.js/commit/d906d3e)), closes [#120](https://github.com/algolia/intantsearch.js/issues/120)
* **Template:** add default value for template ([4291014](https://github.com/algolia/intantsearch.js/commit/4291014))
* **url-sync:** make input not to lose focus ([63488d3](https://github.com/algolia/intantsearch.js/commit/63488d3))

### Features

* **rangeSlider:** add headerFooter decorator ([19090c3](https://github.com/algolia/intantsearch.js/commit/19090c3))
* **searchBox:** add headerFooter decorator to the Component ([5974a88](https://github.com/algolia/intantsearch.js/commit/5974a88))
* **templatesConfig:** helpers and options transferred to Template ([456d781](https://github.com/algolia/intantsearch.js/commit/456d781)), closes [#99](https://github.com/algolia/intantsearch.js/issues/99)
* **toggle:** add headerFooter decorator ([8a70c7d](https://github.com/algolia/intantsearch.js/commit/8a70c7d))
* **url-sync:** Add `is_v` version to url ([9f597a0](https://github.com/algolia/intantsearch.js/commit/9f597a0)), closes [#70](https://github.com/algolia/intantsearch.js/issues/70)
* hierarchicalWidget ([1facd9d](https://github.com/algolia/intantsearch.js/commit/1facd9d))

### BREAKING CHANGES

* S:
- toggle: removed template
* - removed: inputClass
  • Loading branch information
vvo committed Sep 30, 2015
1 parent e8848c3 commit 07e09e9
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 4 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
<a name="0.4.0"></a>
# [0.4.0](https://github.com/algolia/intantsearch.js/compare/v0.3.0...v0.4.0) (2015-09-30)


### Bug Fixes

* **pagination:** handle cases where maxPages is low ([d3c9959](https://github.com/algolia/intantsearch.js/commit/d3c9959)), closes [#100](https://github.com/algolia/intantsearch.js/issues/100)
* **searchBox:** allow searchBox to reuse an `<input>` ([e820cc3](https://github.com/algolia/intantsearch.js/commit/e820cc3))
* **searchBox:** Use `hasAttribute` instead of `getAttribute` ([a122af9](https://github.com/algolia/intantsearch.js/commit/a122af9))
* **slider:** allow handles to reach the real start and end of the slider ([03ed3f5](https://github.com/algolia/intantsearch.js/commit/03ed3f5))
* **slider:** fix tap event throwing ([d906d3e](https://github.com/algolia/intantsearch.js/commit/d906d3e)), closes [#120](https://github.com/algolia/intantsearch.js/issues/120)
* **Template:** add default value for template ([4291014](https://github.com/algolia/intantsearch.js/commit/4291014))
* **url-sync:** make input not to lose focus ([63488d3](https://github.com/algolia/intantsearch.js/commit/63488d3))

### Features

* **rangeSlider:** add headerFooter decorator ([19090c3](https://github.com/algolia/intantsearch.js/commit/19090c3))
* **searchBox:** add headerFooter decorator to the Component ([5974a88](https://github.com/algolia/intantsearch.js/commit/5974a88))
* **templatesConfig:** helpers and options transferred to Template ([456d781](https://github.com/algolia/intantsearch.js/commit/456d781)), closes [#99](https://github.com/algolia/intantsearch.js/issues/99)
* **toggle:** add headerFooter decorator ([8a70c7d](https://github.com/algolia/intantsearch.js/commit/8a70c7d))
* **url-sync:** Add `is_v` version to url ([9f597a0](https://github.com/algolia/intantsearch.js/commit/9f597a0)), closes [#70](https://github.com/algolia/intantsearch.js/issues/70)
* hierarchicalWidget ([1facd9d](https://github.com/algolia/intantsearch.js/commit/1facd9d))


### BREAKING CHANGES

* S:
- toggle: removed template
* - removed: inputClass



<a name="0.3.0"></a>
# [0.3.0](https://github.com/algolia/intantsearch.js/compare/v0.2.2...v0.3.0) (2015-09-24)

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ API is unstable. We welcome any idea and pull request.
- [Widget API](#widget-api)
- [Templates](#templates)
- [Examples](#examples)
- [Template helpers](#template-helpers)
- [Template configuration](#template-configuration)
- [Development workflow](#development-workflow)
- [Test](#test)
- [Available widgets](#available-widgets)
Expand All @@ -42,6 +42,7 @@ API is unstable. We welcome any idea and pull request.
- [menu](#menu)
- [rangeSlider](#rangeslider)
- [URL Synchronisation](#url-synchronisation)
- [hierarchicalMenu](#hierarchicalmenu)
- [Browser support](#browser-support)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand Down
2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '0.3.0';
module.exports = '0.4.0';
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": "0.3.0",
"version": "0.4.0",
"description": "instantsearch.js is a library of widgets to build high performance instant search experiences using Algolia",
"main": "dist/instantsearch.js",
"author": "Algolia <support@algolia.com>",
Expand Down

0 comments on commit 07e09e9

Please sign in to comment.