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

Update downshift to the latest version 🚀 #396

Merged
merged 3 commits into from
Jun 24, 2018

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jun 14, 2018

Version 2.0.0 of downshift was just published.

Dependency [downshift](https://github.com/paypal/downshift)
Current Version 1.31.16
Type dependency

The version 2.0.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of downshift.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v2.0.0

2.0.0 (2018-06-14)

Features

BREAKING CHANGES

  • 2.0.0: TypeScript typings are much more complete now.

  • 2.0.0: When controlling selectedItem, the inputValue will be set to the defaultInputValue rather than itemToString.

  • fix(menu): don't reset downshift if clicking within the menu

  • 2.0.0: If you use the render prop, rename it to children.

  • fix(preventDownshiftDefault): accept the property via nativeEvent

  • 2.0.0: If you use the render prop, rename it to children.

Commits

The new version differs by 2 commits.

  • 06ad23c docs(README): fix example
  • 4238163 feat(2.0.0): release v2! (#461)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Jun 18, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 18, 2018

Version 2.0.1 just got published.

Update to this version instead 🚀

Release Notes v2.0.1

2.0.1 (2018-06-18)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 33f905c fix(TS): remove ignored 'render' prop from TS API (#469) (#470)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 19, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 19, 2018

Version 2.0.2 just got published.

Update to this version instead 🚀

Release Notes v2.0.2

2.0.2 (2018-06-19)

Bug Fixes

  • deps: use prop-types as a dependency (#464) (cea3f7d)
Commits

The new version differs by 1 commits.

  • cea3f7d fix(deps): use prop-types as a dependency (#464)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 19, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 19, 2018

Version 2.0.3 just got published.

Update to this version instead 🚀

Release Notes v2.0.3

2.0.3 (2018-06-19)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 5c10cc1 fix(flow): remove support for prop called render (#472)
  • 9c47e3a fix(flow): publish flow typings (#473)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 19, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 19, 2018

Version 2.0.4 just got published.

Update to this version instead 🚀

Release Notes v2.0.4

2.0.4 (2018-06-19)

Bug Fixes

  • peerDependencies: to be compatible with 'prop-types' package (#474) (6edb5a0)
Commits

The new version differs by 1 commits.

  • 6edb5a0 fix(peerDependencies): to be compatible with 'prop-types' package (#474)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 20, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 20, 2018

Version 2.0.5 just got published.

Update to this version instead 🚀

Release Notes v2.0.5

2.0.5 (2018-06-20)

Bug Fixes

  • TS: [index.d.ts] allow passing null to control props (#475) (00e736f)
Commits

The new version differs by 1 commits.

  • 00e736f fix(TS): [index.d.ts] allow passing null to control props (#475)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 20, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 20, 2018

Version 2.0.6 just got published.

Update to this version instead 🚀

Release Notes v2.0.6

2.0.6 (2018-06-20)

Bug Fixes

  • TS: add stateAndHelpers as input type to onOuterClick (#477) (33bd41f)
Commits

The new version differs by 1 commits.

  • 33bd41f fix(TS): add stateAndHelpers as input type to onOuterClick (#477)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 21, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 21, 2018

Version 2.0.7 just got published.

Update to this version instead 🚀

Release Notes v2.0.7

2.0.7 (2018-06-21)

Bug Fixes

Commits

The new version differs by 1 commits.

  • e762248 fix: memory leak warning (#476) (#479)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 22, 2018

Version 2.0.8 just got published.

Update to this version instead 🚀

Release Notes v2.0.8

2.0.8 (2018-06-22)

Bug Fixes

  • allow custom toString methods on objects (#482) (aae25fa)
Commits

The new version differs by 1 commits.

  • aae25fa fix: allow custom toString methods on objects (#482)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 22, 2018

Version 2.0.9 just got published.

Update to this version instead 🚀

Release Notes v2.0.9

2.0.9 (2018-06-22)

Bug Fixes

  • handle toggle button keyboard events properly (#484) (7648794)
Commits

The new version differs by 1 commits.

  • 7648794 fix: handle toggle button keyboard events properly (#484)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 22, 2018

Version 2.0.10 just got published.

Update to this version instead 🚀

Release Notes v2.0.10

2.0.10 (2018-06-22)

Bug Fixes

  • portal: Prevent reset on touch inside portal (#486) (940e3ee)
Commits

The new version differs by 1 commits.

  • 940e3ee fix(portal): Prevent reset on touch inside portal (#486)

See the full diff

@mfix22 mfix22 merged commit ded4b04 into master Jun 24, 2018
@mfix22 mfix22 deleted the greenkeeper/downshift-2.0.0 branch June 24, 2018 18:51
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.

1 participant