Bump react-select from 1.2.1 to 4.3.1
Bumps react-select from 1.2.1 to 4.3.1.
Release notes
Sourced from react-select's releases.
[email protected]
Minor Changes
- 035294f4 #3360 Thanks
@sunniejai!
focusedOptionis now passed to the MenuList Component as a propPatch Changes
- 7a414a7c #3262 Thanks
@torkelo!
- The Menu bottom is no longer scrolled into view when
menuShouldScrollIntoView=falseDocumentation Updates
- #4109 Thanks
@manvydasu
- Replaced componentWillReceiveProps with componentDidUpdate in docs
[email protected]
Patch Changes
[email protected]
Minor Changes
2ffed9c6 #4444 Thanks
@Rall3n! - Use accessor props to get value and label incompareOption2baf5a9d #4414 Thanks
@ebonow! - AddariaLiveMessagesprop for internationalization and other customizations, addaria-liveprop, and other accessibility fixes. Inspired heavily from the work done by@Kashkovsky,@radegran,@Malgalad, and@TheHollidayInn- thanks to them,@bozdozfor the thorough testing and recommendations, and for everyone who contributed constructive feedback towards a better accessibility experience.7cdb8a6b #4391 Thanks
@ebonow! - Pass and sanitize CommonProps passed to Group and Input componentsPatch Changes
c955415c #4437 Thanks
@ebonow! - Set event listeners to be non-passive to remove Chrome console warnings3ca22b2f #3827 Thanks
@mitchellhamilton! - Memoize stripDiacritics in createFilter for the input with memoize-one so that stripDiacritics is not called for the same string as many times as there are options every time the input changesInspired by https://blog.johnnyreilly.com/2019/04/react-select-with-less-typing-lag.html
dce3863f #4423 Thanks
@Methuselah96! - Remove browser alias fields in order to fix SSR appsec7c0728 #4443 Thanks
@ebonow! - Allow tabIndex prop Type to be number or string[email protected]
Minor Changes
b5f9b0c5 #4342 Thanks
@Methuselah96! - Standardized innerProps and className props on customizable components19b76342 #3911 Thanks
@eugenet8k! - AddremovedValuestoonChangeevent meta when the action isclear(when the user clears the value in the Select)Patch Changes
... (truncated)
Changelog
Sourced from react-select's changelog.
@react-select/docs3.1.0
Minor Changes
- 2baf5a9d #4414 Thanks
@ebonow! - Add ariaLiveMessages prop for internationalization and other customizationsPatch Changes
- Updated dependencies [2ffed9c6]:
- Updated dependencies [c955415c]:
- Updated dependencies [3ca22b2f]:
- Updated dependencies [dce3863f]:
- Updated dependencies [2baf5a9d]:
- Updated dependencies [7cdb8a6b]:
- Updated dependencies [ec7c0728]:
- react-select@undefined
3.0.1
Patch Changes
a016c878 #4420 Thanks
@Methuselah96! - Bump dependency on@babel/runtimein order to fix compatibility issues with Webpack 50dbf0438 #4387 Thanks
@ebonow! - Update example for MultiSelectSort to prevent dragging on multiValueRemove component #4387Updated dependencies [f600d13f]:
Updated dependencies [b5f9b0c5]:
Updated dependencies [a016c878]:
Updated dependencies [19b76342]:
Updated dependencies [10b5f5a5]:
- react-select@undefined
3.0.0
Major Changes
26b6325c #4283 Thanks
@majgaard! - Upgrades Emotion dependency to v11.0.0BREAKING CHANGE: The NonceProvider component now requires a
cacheKeyprop that corresponds to thekeyfor the Emotion cache.Patch Changes
- Updated dependencies [2d5496d5]:
- Updated dependencies [02050675]:
- Updated dependencies [26b6325c]:
- Updated dependencies [b2488bb5]:
- react-select@undefined
... (truncated)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by gwyneplaine, a new releaser for react-select since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Codecov Report
Merging #2679 (8aa0dd2) into master (9e83fb4) will decrease coverage by
0.18%. The diff coverage isn/a.
@@ Coverage Diff @@
## master #2679 +/- ##
==========================================
- Coverage 93.46% 93.27% -0.19%
==========================================
Files 237 237
Lines 13213 13213
Branches 1900 1900
==========================================
- Hits 12350 12325 -25
- Misses 863 888 +25
| Impacted Files | Coverage Δ | |
|---|---|---|
| lib/views/tabbable.js | 84.31% <0.00%> (-15.69%) |
:arrow_down: |
| lib/views/commit-view.js | 77.69% <0.00%> (-5.21%) |
:arrow_down: |
| lib/models/author.js | 96.92% <0.00%> (-3.08%) |
:arrow_down: |
| lib/atom/gutter.js | 90.47% <0.00%> (-2.39%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 9e83fb4...8aa0dd2. Read the comment docs.