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

[Snyk] Upgrade react-select from 2.0.0-beta.6 to 2.4.4 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade react-select from 2.0.0-beta.6 to 2.4.4.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 12 versions ahead of your current version.
  • The recommended version was released 10 months ago, on 2019-05-27.
Release notes
Package name: react-select
  • 2.4.4 - 2019-05-27

    v2.4.4

  • 2.4.3 - 2019-04-17

    v2.4.3

  • 2.4.2 - 2019-03-11

    Bug fixes

    • #3446 Fix bug with select input value not being selectable. Thanks @kangweichan
    • #3445 Fix accessibility bug. Disabled options are now focusable and announced by screen-readers but not selectable. Thanks @sarahbethfederman

    Updates

  • 2.4.1 - 2019-02-18

    Bug fixes

    • #3432 Fix bug with select menu's not working on mobile.
  • 2.4.0 - 2019-02-15

    Bug fixes

    • #3427 remove focusOption() invocation on ENTER press if the menu is not open.
    • #3402 fix menu scroll being reset on focus of a select with an open menu in ie11. See #3342 for details. Thanks timothypage
    • #3420 fixed select menu being opened on click, when openMenuOnClick is false. Thanks caleb and rscotten
    • #3419 fixed bug with ScrollCaptor operating on an undefined scrollTarget. Thanks iulian-radu-at
    • #3411 fix bug where Enter key press on select with a closed menu wouldn't propagate up. Resolves #2217.
    • #3407 remove unnecessary aria-roles from menu and options. This is now all handled by our aria-live implementation. Resolves #3355. Thanks sarahbethfederman.
    • #3393, fix aria live announcement text for removing a selected option. Thanks msharkeyiii.
    • #3350 Updated to 0.91 of flow. Updated types to pass stricter type checking, in later versions of flow. Thanks DragonWW

    Updates

    • #3370 Updated memoize-one dependency to 5.0.0. Thanks adam187
    • #3366 Update build tooling, to leverage babel 7. Thanks DragonWW
  • 2.3.0 - 2019-01-18

    Bug fixes

    • #3315 add RAF call to Collapse component getRef() such that getBoundingClientRect() is invoked consistently.
    • #3275 wrap String invocation around inputValue to avoid calling toLowerCase on invalid elements. thanks tavareshenrique
    • #3357, fix loadOptions call in Async select to always pass in a string for the inputValue.
    • #3346 Revert work done in CSP nonce PR #3260 to unblock react-select usage in an SSR setting. Users who need nonce support still, please pin your version of react-select at 2.2.0. Nonce support will be re-added in 3.0.0 along with an upgrade to emotion 10; which includes nonce support without having to provide a custom emotion instance.

    Features

    • #3115 menu-is-open modifier added to control class when the menu is open. @s20lee
  • 2.2.0 - 2018-12-28

    Bug Fixes

    • #3296 Fix for tab interactions when in composition mode with an IME. Thanks yshr446 for the PR.
    • #3302 Fix to breaking android and mobile safari touch bug #2755, by adding more conscientious checks to the onTouchStart and onTouchMove listeners. Thanks xakep139 for the PR.
    • #3303 Input and GroupHeading components now get passed the selectProps prop, thanks maxmarchuk for the PR.
    • #3260 As a result of the CSP nonce support feature, the emotion instance is now cached and passed down to all internal components, meaning that users looking to heavily customise their Select components can do so without externally importing emotion, and nonce instances are respected per select instance. Please see this segment in the docs for a more detailed explanation.
    • #3299 fix to assistive text on menu open.

    Features

    • #3260 Add CSP nonce support to Select, thanks Avaq and Andarist for the heavy lifting.
  • 2.1.2 - 2018-11-22
  • 2.1.1 - 2018-10-24
  • 2.1.0 - 2018-10-02
  • 2.0.0 - 2018-07-23
  • 2.0.0-beta.7 - 2018-07-03
  • 2.0.0-beta.6 - 2018-05-23
from react-select GitHub release notes
Commit messages
Package name: react-select
  • 6fa3591 v2.4.4
  • 2e7082a Merge pull request #3563 from mattermost/mm-14843
  • 0d2ec0a Fix composition on non-Chrome browsers
  • b37edfd Merge pull request #3540 from risenforces/is-active-example
  • 52b1ade add :active to StyledSingle and StyledMulti docs examples
  • c0ccc00 fix issue when disabled option was highlighted on the :active state
  • 292bad3 Merge branch 'master' of https://github.com/JedWatson/react-select
  • ed9e958 Use shield style for citcleCI badge
  • 192f7f1 v2.4.3
  • 6e85c18 Merge pull request #3492 from destructobeam/master
  • b8298f4 Merge pull request #3442 from sat0yu/ignore-enter-key-in-IME
  • d92bfc4 Merge pull request #3343 from JoshMcCullough/patch-2
  • dc9f266 Merge pull request #3508 from shug0/patch-1
  • b909019 Merge pull request #3498 from mufasa71/master
  • a51d5ea Merge pull request #3436 from eemeli/node-placeholder
  • 520e5f7 Merge pull request #3409 from felixzhuologist/master
  • ac5a09d Adding the list of customizables components to the Components Docs
  • daa2f25 Fix Async type
  • 35d636d Add labels to fields to make inspection easier
  • cace840 Fix props in placeholder tests
  • 7c3f967 Relax placeholder propType from string to Node
  • 71df767 Merge pull request #3466 from kumarharsh/patch-2
  • c75c6cb Merge pull request #3471 from pavog/patch-1
  • c200413 Update badge for build status to use CircleCI instead of TravisCI

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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.

Critical accessibility issues: aria roles and aria-label Enter event
1 participant