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

v6.0 #109

Merged
merged 101 commits into from Jun 28, 2020
Merged

v6.0 #109

merged 101 commits into from Jun 28, 2020

Conversation

i-like-robots
Copy link
Owner

Changes tracked in #106

@i-like-robots i-like-robots added this to the 6.0.0 milestone Nov 30, 2017
@coveralls
Copy link

coveralls commented Nov 30, 2017

Coverage Status

Coverage decreased (-0.01%) to 99.383% when pulling 3077bd9 on 6.0 into a657c16 on master.

@coveralls
Copy link

coveralls commented Nov 30, 2017

Coverage Status

Coverage decreased (-0.01%) to 99.383% when pulling a4ce278 on 6.0 into a657c16 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) to 99.383% when pulling 983c1a3 on 6.0 into a657c16 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) to 99.383% when pulling 434e00a on 6.0 into a657c16 on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) to 99.383% when pulling 434e00a on 6.0 into a657c16 on master.

@coveralls
Copy link

coveralls commented Jan 20, 2018

Coverage Status

Coverage increased (+0.5%) to 100.0% when pulling 5f25446 on 6.0 into 18aa300 on master.

i-like-robots and others added 17 commits October 12, 2019 18:01
…array so that the suggestions list can be displayed without entering a query
…estions list is always in sync with the current query
This re-implements the delimiterChars option as an array of literal characters. When the entered
query increases in length the last character is checked against this list. This replaces the use
of keyboard events to find out which key was pressed because key mapping does not always occur
when entry is made by a virtual or soft keyboard.
i-like-robots and others added 7 commits April 29, 2020 12:46
…evel props change

In v6 I refactored how suggestions were filtered to avoid the use of `componentWillReceiveProps()`. However, this meant
the suggestions list would only rerender on initial mount and `onInput` and not when the `suggestions` prop changed.

This refactors the filtered suggestions to be updated using the `getDerivedStateFromProps()` static method.

Fixes #209
…change

Refactor filtered suggestions to ensure list updates on top-level props change
@i-like-robots i-like-robots merged commit 97d8ae2 into master Jun 28, 2020
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.

None yet

3 participants