Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(searchBox): update helper query on every keystroke #1127

Merged
merged 1 commit into from
Jul 8, 2016

Conversation

vvo
Copy link
Contributor

@vvo vvo commented Jul 7, 2016

The complexity of the searchBox starts to be crazy, mostly because we allowed too much different ways to instantiate it.

I will take that into account while doing V2 and React

@vvo vvo added the in progress label Jul 7, 2016
@algobot
Copy link
Contributor

algobot commented Jul 7, 2016

By analyzing the blame information on this pull request, we identified @maxiloc, @bobylito and @pixelastic to be potential reviewers

@vvo vvo merged commit 997c0c2 into develop Jul 8, 2016
@vvo vvo deleted the fix/searchBox/updateQueryOnEveryKeyStroke branch July 8, 2016 07:54
@vvo vvo removed the in progress label Jul 8, 2016
vvo pushed a commit that referenced this pull request Jul 11, 2016
<a name="1.6.2"></a>
## [1.6.2](v1.6.1...v1.6.2) (2016-07-11)

### Bug Fixes

* **paginationLink:** it's aria-label not ariaLabel (#1125) ([70a190c](70a190c))
* **pricesRange:** fill the form according to the current refinement (#1126) ([12ebde7](12ebde7)), closes [#1009](#1009)
* **rangeSlider:** handles now support stacking (#1129) ([ad394d3](ad394d3))
* **rangeSlider:** use stats min/max when only user min or max is provided (#1124) ([4348463](4348463)), closes [#1004](#1004)
* **searchBox:** force cursor position to be at the end of the query (#1123) ([8a27769](8a27769)), closes [#946](#946)
* **searchBox:** IE8, IE9 needs to listen for setQuery ([97c166a](97c166a))
* **searchBox:** update helper query on every keystroke (#1127) ([997c0c2](997c0c2)), closes [#1015](#1015)
* **urlSync:** urls should be safe by default (#1104) ([db833c6](db833c6)), closes [#982](#982)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants