Skip to content

Update dependency downshift to v3

Administrator requested to merge renovate/downshift-3.x into master

Created by: renovate[bot]

This PR contains the following updates:

Package Type Update New value References Sourcegraph
downshift dependencies major ^3.2.10 source code search for "downshift"

Release Notes

downshift-js/downshift

v3.2.10

Compare Source

Bug Fixes
  • clear input text and selected item on escape key (#​689) (7dc7a5b)

v3.2.9

Compare Source

Bug Fixes
  • set-a11y-status: perform cleanup after setting a status (#​707) (7f75f2f)

v3.2.8

Compare Source

Bug Fixes

v3.2.7

Compare Source

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

Compare Source

Bug Fixes
  • scroll: replace state with getState in shouldScroll (#​682) (abafc98)

v3.2.5

Compare Source

Bug Fixes
  • keyDownHandlers: call setState instead of toggle when opening (#​681) (984f8f9)

v3.2.4

Compare Source

Bug Fixes
  • toggleMenu: removed breaking reset on toggle close (#​678) (363e7de)

v3.2.3

Compare Source

Bug Fixes

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Features

v3.1.13

Compare Source

Bug Fixes
  • ts: change touchStart to touchEnd in StateChangeTypes (#​648) (f846aa0)

v3.1.12

Compare Source

Bug Fixes

v3.1.11

Compare Source

Bug Fixes

v3.1.10

Compare Source

Bug Fixes

v3.1.9

Compare Source

Bug Fixes

v3.1.8

Compare Source

Bug Fixes
  • ie: error when pressing Tab key in Internet Explorer (#​635) (ddc8758)

v3.1.7

Compare Source

Bug Fixes

v3.1.6

Compare Source

Bug Fixes

v3.1.5

Compare Source

Bug Fixes

v3.1.4

Compare Source

Bug Fixes

v3.1.3

Compare Source

Bug Fixes

v3.1.2

Compare Source

Bug Fixes

v3.1.1

Compare Source

Bug Fixes
  • TS: ability to call getRootProps without arguments (#​605) (3c6733b)

v3.1.0

Compare Source

Features

v3.0.0

Compare Source

Bug Fixes
  • inputValue: always set inputValue properly (247b621), closes #​512
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 with default, you probably want to change that to initial instead. defaultSelectedItem and defaultInputValue were also removed in favor of initialSelectedItem and initialInputValue (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

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

Merge request reports

Loading