Skip to content

Commit

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

### Bug Fixes

* allow passing only one key of transformData as an object ([e0ce89f](https://github.com/algolia/intantsearch.js/commit/e0ce89f))
* **search-box:** Fix #137 autofocus must be configurable ([51f01be](https://github.com/algolia/intantsearch.js/commit/51f01be)), closes [#137](https://github.com/algolia/intantsearch.js/issues/137)
* **searchBox:** do not update input's value if focused ([0e85f0d](https://github.com/algolia/intantsearch.js/commit/0e85f0d)), closes [#163](https://github.com/algolia/intantsearch.js/issues/163)
* **templatesConfig:** helpers are now following Mustache spec ([8f3502f](https://github.com/algolia/intantsearch.js/commit/8f3502f))
* **url-sync:** handle both hash and query parameter fix #165 ([8d84de6](https://github.com/algolia/intantsearch.js/commit/8d84de6)), closes [#165](https://github.com/algolia/intantsearch.js/issues/165)
  • Loading branch information
vvo committed Oct 5, 2015
1 parent be47c8a commit d943f86
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 26 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="0.4.1"></a>
## [0.4.1](https://github.com/algolia/intantsearch.js/compare/v0.4.0...v0.4.1) (2015-10-05)


### Bug Fixes

* allow passing only one key of transformData as an object ([e0ce89f](https://github.com/algolia/intantsearch.js/commit/e0ce89f))
* **search-box:** Fix #137 autofocus must be configurable ([51f01be](https://github.com/algolia/intantsearch.js/commit/51f01be)), closes [#137](https://github.com/algolia/intantsearch.js/issues/137)
* **searchBox:** do not update input's value if focused ([0e85f0d](https://github.com/algolia/intantsearch.js/commit/0e85f0d)), closes [#163](https://github.com/algolia/intantsearch.js/issues/163)
* **templatesConfig:** helpers are now following Mustache spec ([8f3502f](https://github.com/algolia/intantsearch.js/commit/8f3502f))
* **url-sync:** handle both hash and query parameter fix #165 ([8d84de6](https://github.com/algolia/intantsearch.js/commit/8d84de6)), closes [#165](https://github.com/algolia/intantsearch.js/issues/165)



<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)

Expand Down
47 changes: 24 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,30 @@ API is unstable. We welcome any idea and pull request.
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Setup](#setup)
- [npm, browserify, webpack](#npm-browserify-webpack)
- [`<script>`](#script)
- [Usage](#usage)
- [Widget API](#widget-api)
- [Templates](#templates)
- [Examples](#examples)
- [Template configuration](#template-configuration)
- [Development workflow](#development-workflow)
- [Test](#test)
- [Available widgets](#available-widgets)
- [searchBox](#searchbox)
- [stats](#stats)
- [indexSelector](#indexselector)
- [pagination](#pagination)
- [hits](#hits)
- [toggle](#toggle)
- [refinementList](#refinementlist)
- [menu](#menu)
- [rangeSlider](#rangeslider)
- [URL Synchronisation](#url-synchronisation)
- [hierarchicalMenu](#hierarchicalmenu)
- [Browser support](#browser-support)
- [' + render(text) + '](#--rendertext--)
- [Setup](#setup)
- [npm, browserify, webpack](#npm-browserify-webpack)
- [`<script>`](#script)
- [Usage](#usage)
- [Widget API](#widget-api)
- [Templates](#templates)
- [Examples](#examples)
- [Template configuration](#template-configuration)
- [Development workflow](#development-workflow)
- [Test](#test)
- [Available widgets](#available-widgets)
- [searchBox](#searchbox)
- [stats](#stats)
- [indexSelector](#indexselector)
- [pagination](#pagination)
- [hits](#hits)
- [toggle](#toggle)
- [refinementList](#refinementlist)
- [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.4.0';
module.exports = '0.4.1';
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.4.0",
"version": "0.4.1",
"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 d943f86

Please sign in to comment.