-
Notifications
You must be signed in to change notification settings - Fork 0
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(deps): update dependency downshift to v6 - autoclosed #218
Closed
Conversation
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
Pull Request Test Coverage Report for Build 3123941889
💛 - Coveralls |
Code Climate has analyzed commit 03e3460 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 66.1% (0.0% change). View more on Code Climate. |
renovate
bot
force-pushed
the
renovate/downshift-6.x
branch
8 times, most recently
from
July 28, 2020 21:36
bd55e19
to
b35ee06
Compare
renovate
bot
force-pushed
the
renovate/downshift-6.x
branch
7 times, most recently
from
August 6, 2020 21:53
5b203a1
to
6a218a5
Compare
renovate
bot
force-pushed
the
renovate/downshift-6.x
branch
7 times, most recently
from
August 15, 2020 10:34
ca9c6fa
to
2818638
Compare
renovate
bot
force-pushed
the
renovate/downshift-6.x
branch
5 times, most recently
from
August 22, 2020 12:47
a113527
to
7a2f31c
Compare
renovate
bot
force-pushed
the
renovate/downshift-6.x
branch
from
August 24, 2020 14:32
7a2f31c
to
ed4a72d
Compare
renovate
bot
force-pushed
the
renovate/downshift-6.x
branch
4 times, most recently
from
January 22, 2021 03:42
1f74bb2
to
4d41551
Compare
renovate
bot
force-pushed
the
renovate/downshift-6.x
branch
3 times, most recently
from
February 3, 2021 04:08
abd1b3d
to
08b38f6
Compare
renovate
bot
force-pushed
the
renovate/downshift-6.x
branch
4 times, most recently
from
February 14, 2021 23:31
d3fd6ec
to
0d0b986
Compare
renovate
bot
force-pushed
the
renovate/downshift-6.x
branch
5 times, most recently
from
February 23, 2021 04:57
79b5fa7
to
242cd5f
Compare
renovate
bot
force-pushed
the
renovate/downshift-6.x
branch
2 times, most recently
from
March 1, 2021 23:23
e991db1
to
bb8a0a3
Compare
renovate
bot
force-pushed
the
renovate/downshift-6.x
branch
from
March 21, 2021 13:23
bb8a0a3
to
ac9698f
Compare
renovate
bot
force-pushed
the
renovate/downshift-6.x
branch
from
March 30, 2021 15:49
ac9698f
to
e8c4ce0
Compare
renovate
bot
force-pushed
the
renovate/downshift-6.x
branch
from
April 20, 2021 17:33
e8c4ce0
to
cacd610
Compare
renovate
bot
force-pushed
the
renovate/downshift-6.x
branch
from
October 18, 2021 22:47
cacd610
to
655ed6e
Compare
renovate
bot
force-pushed
the
renovate/downshift-6.x
branch
from
March 7, 2022 17:24
655ed6e
to
42c4f64
Compare
renovate
bot
force-pushed
the
renovate/downshift-6.x
branch
from
June 23, 2022 22:20
42c4f64
to
d172872
Compare
renovate
bot
force-pushed
the
renovate/downshift-6.x
branch
from
August 11, 2022 08:58
d172872
to
12c5785
Compare
renovate
bot
force-pushed
the
renovate/downshift-6.x
branch
from
September 25, 2022 22:39
12c5785
to
03e3460
Compare
renovate
bot
changed the title
fix(deps): update dependency downshift to v6
fix(deps): update dependency downshift to v6 - autoclosed
Nov 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.8
->6.1.12
Release Notes
downshift-js/downshift
v6.1.12
Compare Source
Bug Fixes
v6.1.11
Compare Source
Bug Fixes
v6.1.10
Compare Source
Bug Fixes
v6.1.9
Compare Source
Bug Fixes
v6.1.8
Compare Source
Bug Fixes
v6.1.7
Compare Source
Bug Fixes
v6.1.6
Compare Source
Bug Fixes
v6.1.5
Compare Source
Bug Fixes
v6.1.4
Compare Source
Bug Fixes
v6.1.3
Compare Source
Bug Fixes
v6.1.2
Compare Source
Bug Fixes
v6.1.1
Compare Source
Bug Fixes
v6.1.0
Compare Source
Features
v6.0.16
Compare Source
Bug Fixes
v6.0.15
Compare Source
Performance Improvements
v6.0.14
Compare Source
Bug Fixes
v6.0.13
Compare Source
Bug Fixes
v6.0.12
Compare Source
Performance Improvements
v6.0.11
Compare Source
Bug Fixes
v6.0.10
Compare Source
Bug Fixes
v6.0.9
Compare Source
Performance Improvements
v6.0.8
Compare Source
Bug Fixes
v6.0.7
Compare Source
Bug Fixes
v6.0.6
Compare Source
Bug Fixes
v6.0.5
Compare Source
Performance Improvements
v6.0.4
Compare Source
Bug Fixes
v6.0.3
Compare Source
Bug Fixes
v6.0.2
Compare Source
Bug Fixes
v6.0.1
Compare Source
Bug Fixes
v6.0.0
Compare Source
BREAKING CHANGES
selectedItem
to acceptnull
in bothuseSelect
anduseCombobox
.To migrate to the new change, update your types or code if necessary.
selectedItem
,defaultSelectedItem
andinitialSelectedItem
now haveItem | null
instead ofItem
type. PR with the changes: https://github.com/downshift-js/downshift/pull/1090itemToString
to acceptnull
for theitem
parameter, inuseSelect
anduseCombobox
+ inDownshift
where this was missing.useMultipleSelection
type foritemToString
stays the same as it can't receivenull
asitem
.To migrate to the new change, update your types or code if necessary.
itemToString: (item: Item) => string
->itemToString: (item: Item | null) => string}
. PR with the changes: https://github.com/downshift-js/downshift/pull/1075 https://github.com/downshift-js/downshift/pull/1105type
to the onChange (onInputValueChange, onHighlightedIndexChange, onSelectedItemChange, onIsOpenChange) handler parameters, as specified in the documentation. Also updated the TS typings to reflect this +onStateChange
- thetype
parameter was passed but it was not reflected in the TS types.To migrate to the new change, update your types or code if necessary, better to view the changes in the PR: https://github.com/downshift-js/downshift/pull/985. Important: please update to the 6.0.2 version since it contains a couple of fixes for the changes in this Breaking Change. Final changes:
where
BREAKING BEHAVIOURS
[useCombobox]: When an item is highlighted by keyboard and user closes the menu using mouse/touch, the item is not selected anymore. The only selection on Blur happens using either Tab / Shift+Tab. PR with the changes:https://github.com/downshift-js/downshift/pull/11099
[useCombobox & downshift]: When pressing Escape and the menu is open, only close the menu. When the menu is closed and there is an item selected and/or text in the input, clear the selectedItem and the inputValue. PR with the changes:https://github.com/downshift-js/downshift/issues/7199
v5.4.7
Compare Source
Bug Fixes
v5.4.6
Compare Source
Bug Fixes
v5.4.5
Compare Source
Bug Fixes
v5.4.4
Compare Source
Bug Fixes
v5.4.3
Compare Source
Bug Fixes
v5.4.2
Compare Source
Bug Fixes
v5.4.1
Compare Source
Bug Fixes
v5.4.0
Compare Source
Features
v5.3.0
Compare Source
Features
v5.2.7
Compare Source
Bug Fixes
v5.2.6
Compare Source
Bug Fixes
v5.2.5
Compare Source
Performance Improvements
v5.2.4
Compare Source
Bug Fixes
v5.2.3
Compare Source
Bug Fixes
v5.2.2
Compare Source
Bug Fixes
v5.2.1
Compare Source
Bug Fixes
v5.2.0
Compare Source
Features
v5.1.1
Compare Source
Bug Fixes
getSelectedItemProps
(#1002) (5ad8864)v5.1.0
Compare Source
Features
v5.0.7
Compare Source
Bug Fixes
v5.0.6
Compare Source
Bug Fixes
scrollIntoView
definitions to hooks (#983) (75b2fb6)v5.0.5
Compare Source
Bug Fixes
v5.0.4
Compare Source
Bug Fixes
v5.0.3
Compare Source
Bug Fixes
v5.0.2
Compare Source
Bug Fixes
v5.0.1
Compare Source
Bug Fixes
v5.0.0
Compare Source
BREAKING CHANGES
FunctionClearKeysSoFar
from state change types and TS typings. In useSelect, once the timeout for keeping the character keys in memory has expired,FunctionSetInputValue
will be used. We are doing this as we are renamingkeysSoFar
withinputValue
.To migrate to the new change, simply check for
FunctionSetInputValue
with empty string asinputValue
instead of checking forFunctionClearKeysSoFar
instateReducer
.getA11yStatusMessage
andgetA11ySelectionMessage
will be called with the same props as thegetA11yStatusMessage
in<Downshift>
, apart frompreviousResultCount
. In the TS typings it's now marked as optional, and all functions have the same interface definition,A11yStatusMessageOptions
.To migrate to the new changes, in
useSelect
anduseCombobox
, if you useditems
as parameters in any of the a11y message functions, now you should useresultCount
as probably you only neededitems.length
from it anyway.Also typings
UseSelectA11yMessageOptions
andUseComboboxA11yMessageOptions
have been removed. UseA11yStatusMessageOptions
instead.Code Changes: tests have been enhanced by using
user input
fromRTL
and they now look better and cleaner. Also covered more use cases better. Code has been refactored as well, and bundle size slightly reduced.Functional Improvement: better focus management for both
useSelect
anduseCombobox
.Fixes https://github.com/downshift-js/downshift/issues/832.
Closes https://github.com/downshift-js/downshift/issues/892
Closes https://github.com/downshift-js/downshift/issues/891
Closes https://github.com/downshift-js/downshift/issues/873
v4.1.0
Compare Source
Features
v4.0.11
Compare Source
Bug Fixes
v4.0.10
Compare Source
Bug Fixes
v4.0.9
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.