WebPurple / site

Site of front-end community - WebPurple
https://www.webpurple.net
Other
39 stars 44 forks source link

Update downshift to the latest version 🚀 #357

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency downshift was updated from 2.2.3 to 3.0.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.


Release Notes for v3.0.0

3.0.0 (2018-10-08)

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 andinitialInputValue` (respectively).
  • inputValue: if you control the selectedItem, we no longer set the inputValue to the defaultInputValue.
Commits

The new version differs by 9 commits.

  • 3bdf3fd chore: lockdown buble to deal with issues in #591
  • b05e286 chore(temp): fix travis
  • b4435d6 feat(initial*): add initial* props for all state
  • 247b621 fix(inputValue): always set inputValue properly
  • 78fe274 chore: disable ts for now
  • df6dbd0 chore: fix travis
  • d937119 feat: add ARIA specification of First and Last option highlight (#590)
  • d6834de chore: upgrade all deps and move to docz
  • 43a8787 docs: extend 'environment' prop explanation (#536) (#588)

See the full diff

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: