-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<a name="1.3.0"></a> # [1.3.0](v1.2.5...v1.3.0) (2016-03-04) ### Bug Fixes * **browser support:** make IE lte 10 work by fixing Object.getPrototypeOf ([bbb264b](bbb264b)) * **menu,refinementList:** sort by count AND name to avoid reorders on refine ([02fe7bf](02fe7bf)), closes [#65](#65) * **priceRanges:** pass the bound refine to the form ([ce2b956](ce2b956)) * **searchBox:** handle external updates of the query ([6a0af14](6a0af14)), closes [#803](#803) * **searchBox:** stop setting the query twice ([91270b2](91270b2)) * **searchBox:** stop updating query at eachkeystroke with searchOnEnterKeyPressOnly ([28dc4d2](28dc4d2)), closes [#875](#875) * **Slider:** do not render Slider when range.min === range.max ([f20274e](f20274e)) * **Template:** now render() when templateKey changes ([8906224](8906224)) * **toggle:** pass isRefined to toggleRefinement ([8ac494e](8ac494e)) * **url-sync:** always decode incoming query string ([bea38e3](bea38e3)), closes [#848](#848) * **url-sync:** handle <base> href pages ([e58aadc](e58aadc)), closes [#790](#790) ### Features * **collapsable widgets:** add collapsable and collapsed option ([c4df7c5](c4df7c5)) * **instantsearch:** allow overriding the helper.search function ([9a930e7](9a930e7)) * **rangeSlider:** allow passing min and max values ([409295c](409295c)), closes [#858](#858) * **searchBox:** allow to pass a queryHook ([5786a64](5786a64)) * **Template:** allow template functions to return a React element ([748077d](748077d)) * **Template:** allow template functions to return a React element ([0f9296d](0f9296d)) ### Performance Improvements * **autoHideContainer:** stop re-creating React components ([8c89862](8c89862)) * **formatting numbers:** stop using a default locale, use the system one ([b056554](b056554)) * **nouislider:** upgrade nouislider, shaves some more ms ([fefbe65](fefbe65)) * **React:** use babel `optimisation` option for React ([95f940c](95f940c)) * **React, widgets:** implement shouldComponentUpdate, reduce bind ([5efaac1](5efaac1))
- Loading branch information
vvo
committed
Mar 4, 2016
1 parent
e1763d8
commit 5777d6a
Showing
17 changed files
with
70 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.