jaredwilli / webernote-react

:helicopter: Create and edit notes in real-time.
http://webernote.surge.sh/
MIT License
5 stars 1 forks source link

Update react-select to the latest version πŸš€ #173

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

The dependency react-select was updated from 1.3.0 to 2.1.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Find out more about this release.

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 50 commits.

  • 3b9bccf v2.1.2
  • b846691 add date to release
  • f6d0806 Merge pull request #3225 from JedWatson/v2.1.2-release-notes
  • e811d92 πŸ“œ v2.1.2 release notes
  • d1dbef6 Merge pull request #3013 from rakid/fix/select-blur-close-ie11
  • 2e2bd75 Merge pull request #3216 from IanVS/2682-backspace-onchange
  • 4e57981 Only allow backspace to remove if isClearable
  • 644c26b Send correct onChange depending if is multi
  • 8536000 Merge pull request #3218 from IanVS/refactor-cypress-tests
  • e134aaa Refactor and expand end-to-end tests
  • 19f525c Merge pull request #3163 from gm0t/master
  • 91609fc Merge pull request #2999 from stevemao/patch-1
  • fcf5c49 Merge pull request #3060 from stijndeschuymer/click-on-input-fix
  • f9affc7 Merge pull request #3096 from Nelrohd/fix/placeholder-props
  • b3a30c6 Merge pull request #3177 from mwood23/patch-1

There are 50 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.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.
Commits

The new version differs by 28 commits.

  • 916ef8f πŸŽ‰ v2.2.0
  • 609fb6b Merge pull request #3305 from JedWatson/v2.2.0-release-notes
  • 26915dd πŸ“œ v2.2.0 changelog
  • 63cd4c4 Merge pull request #3304 from JedWatson/style-docs
  • 6c512b1 docs for style composition in custom components
  • ed3c2ae Merge pull request #3303 from JedWatson/maxmarchuk-add-select-props-to-input
  • 7aed8de update snapshots
  • db37749 pass selectProps to GroupHeading
  • 1c78d81 Merge branch 'add-select-props-to-input' of https://github.com/maxmarchuk/react-select into maxmarchuk-add-select-props-to-input
  • b4e23ce update yarn.lock
  • 400eca4 Merge pull request #3296 from yshr446/fix-for-ime
  • f1f68bb Merge pull request #3302 from xakep139/patch-1
  • 8f0028e Fix #2755
  • 19b6c2d Merge pull request #3299 from JedWatson/fix-a11y-text
  • 8489bf2 fix aria-live text on menu open

There are 28 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 28 commits.

  • 788b600 πŸŽ‰ v2.3.0
  • dd9e316 Merge branch 'master' of https://github.com/JedWatson/react-select
  • f97e59e Merge pull request #3365 from JedWatson/2.3.0-changelog
  • 293ea6e Merge pull request #3365 from JedWatson/2.3.0-changelog
  • ff24d7b πŸ“œ v2.3.0 changelogg
  • d35fd8d Merge pull request #3357 from JedWatson/fix-loadOptions-onmount
  • e1c5fe9 add test case
  • b84e278 fix content: property error in css
  • 98c8b2d update loadOptions to conditionally either return an empty string or the inputValue on mount, as opposed to a null value
  • ba76246 Merge pull request #3346 from JedWatson/revert-3260
  • b710ce8 update docs to reflect reversion
  • c101bce revert custom emotion instance and emotion as part of the component api
  • 214a161 revert custom emotion instance and emotion as part of the component api
  • 97be94d Merge pull request #3205 from answerrocket/menu-flip-constraint
  • 5094666 Merge pull request #3316 from JedWatson/tavareshenrique-fix_creatable

There are 28 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 47 commits.

  • 4b42ea5 v2.4.0: update package.json
  • af02ca8 Merge pull request #3428 from JedWatson/v2.4.0-CHANGELOG
  • 92b8b5e πŸ“œ v2.4.0 changelog
  • 2d07e5f Merge pull request #3427 from JedWatson/remove-focusOption-on-enter
  • 9e6dafe remove focusOption invocation on Enter key press
  • c31ef94 Merge pull request #3402 from timothypage/master
  • 51fa3de Merge pull request #3370 from adam187/upgrade-memoize-one
  • 4b0575b export makeAsyncSelect and makeCreatableSelect methods from src (#3423)
  • 5415911 Merge pull request #3420 from caleb/fix-2805
  • 9f134a9 Merge pull request #3419 from iulian-radu-at/fix-cannot-read-property-scrollHeight-of-undefined
  • 84cd08e Fixed crash when the scrollTarget is undefined in ScrollCaptor
  • 3d7a9f8 Merge pull request #3410 from jkjustjoshing/patch-1
  • 307ce4b Merge pull request #3411 from JedWatson/resolve-2217
  • 059f158 Merge pull request #3407 from JedWatson/menu-role
  • ae9eac1 propagate event on Enter key press if menu is closed

There are 47 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • f494e4d v2.4.1
  • a23e9cd Merge pull request #3432 from JedWatson/fix-mobile-regression
  • 6a7cc4c changed event.currentTarget back to event.target for ontouchEnd logic
  • 3f248f9 Merge branch 'justingrant-patch-1'
  • 5ea6a09 remove accidentally added newline
  • c4256ca Add a sentence describing what "Creatable" does
  • f8f0d4e update changelog

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€