Update dependency downshift to v3
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
downshift | dependencies | major | ^3.2.10 | source |
Release Notes
downshift-js/downshift
v3.2.10
Bug Fixes
v3.2.9
Bug Fixes
v3.2.8
Bug Fixes
v3.2.7
Bug Fixes
- highlightedIndex: reset to defaultHighlightedIndex on input value change (#675) (5b721a1)
- lint: change jest method that breaks the build (#685) (dddd76c)
v3.2.6
Bug Fixes
v3.2.5
Bug Fixes
v3.2.4
Bug Fixes
v3.2.3
Bug Fixes
v3.2.2
Bug Fixes
v3.2.1
Bug Fixes
v3.2.0
Features
v3.1.13
Bug Fixes
v3.1.12
Bug Fixes
v3.1.11
Bug Fixes
v3.1.10
Bug Fixes
v3.1.9
Bug Fixes
- a11y: accessibility status changes (#629) (dae04ec)
- TS: (revert) [TypeScript] Fixed type for "GetInputPropsOptions" (#641) (c21731a), closes #639
- TS: Fixed type for "GetInputPropsOptions" (#639) (0aa0c6d)
v3.1.8
Bug Fixes
v3.1.7
Bug Fixes
v3.1.6
Bug Fixes
v3.1.5
Bug Fixes
v3.1.4
Bug Fixes
v3.1.3
Bug Fixes
v3.1.2
Bug Fixes
v3.1.1
Bug Fixes
v3.1.0
Features
v3.0.0
Bug Fixes
Features
- add ARIA specification of First and Last option highlight (#590) (d937119)
-
initial*: add
initial*
props for all state (b4435d6), closes #467
BREAKING CHANGES
-
initial*
: If you're using any of the props that start withdefault
, you probably want to change that toinitial
instead.defaultSelectedItem
anddefaultInputValue
were also removed in favor ofinitialSelectedItem
andinitialInputValue
(respectively). -
inputValue
: if you control the selectedItem, we no longer set the inputValue to the defaultInputValue. -
highlightedIndex
: In compliance with the ARIA specification, downshift will now default to highlighting the first item when the user presses⬇ and the last item when the user presses⬆ (given the menu is closed). #590
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.