Update ember-power-select to the latest version 🚀#1719
Open
greenkeeper[bot] wants to merge 1 commit intodevelopfrom
Open
Update ember-power-select to the latest version 🚀#1719greenkeeper[bot] wants to merge 1 commit intodevelopfrom
greenkeeper[bot] wants to merge 1 commit intodevelopfrom
Conversation
Author
Version 2.0.1 just got published. |
Author
Version 2.0.2 just got published. |
Author
Author
Version 2.0.4 just got published. |
Author
Version 2.0.5 just got published. |
Author
Author
|
Author
|
Author
Update to this version instead 🚀 CommitsThe new version differs by 5 commits.
See the full diff |
Author
|
Author
|
Author
|
Author
|
Author
|
Author
|
Author
|
Author
|
Author
|
Author
|
Author
|
Author
|
Author
|
Author
|
Author
|
Author
|
Author
|
Author
|
Author
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
Author
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version 2.0.0 of ember-power-select was just published.
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 ember-power-select.
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
Home-made croissantsFinally a new major version!
When compared with 2.0.0-beta.5, it finally removes the dependency on
ember-native-dom-helpers. Not the test helpers provided by this addon use the helpers in@ember/test-helpers.When compared with the last 1.X version, I'll just copy the relevan breaking changes, which I don't expect they'll be relevant for most users:
Require Glimmer 2
Now the min version of Ember is 2.10. It allows the component to drop some code most people don't need anymore.
If you are not in Ember 2.10 or greater, don't worry. Branch 1.X will continue to support 2.3.1+ for some time while you upgrade.
Drop
ember-wormholeNow that we can rely on the glimmer-vm, the addon uses Ember-Basic-Dropdown 1.0, which uses the built-in
#-in-elementconstruct to render your content out of the regular flow of the page.Better behaviour when typing on the trigger
Now when a select's trigger (not the searchbox) is focused and you type, the default behavior mimics much better the default behavior of native selects
Global acceptance helpers are deprecated.
The
selectChoose,selectSearch,removeMultipleOptionandclearSelectedhelpers will continue to exist, but registering and using them as globals is deprecated and will be removed on the 2.0 release. You can continue to use them just the same, but you will have to explicitly import them fromember-power-select/test-support/helpers. That is all!Commits
The new version differs by 50 commits.
dbd8548v2.0.069dd655Update changelog0b18f7aRemove native dom helpers (#1105)820a0d4Fix typo8a0583eImprove component's behavior in beta (#1104)bd5bd5dMaking helpers more async (#1100)2087909Pre-render docs site at build time (#1102)601579cv2.0.0-beta.544c8452Changed self.window to window and self.document to document (#1099)d696c28Remove all traces of find/findAll from ember-native-dom-helpers06cbfa7Penultimate test refactor (#1098)6cb7f5aSimplify tests a bit moref2364a8v2.0.0-beta.43d94c68qunit-dom is almost everywhere (#1096)d9e0d4cfixes #1094 (#1097)There are 50 commits in total.
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 🌴