Skip to content

Update ember-power-select to the latest version 🚀#1719

Open
greenkeeper[bot] wants to merge 1 commit intodevelopfrom
greenkeeper/ember-power-select-2.0.0
Open

Update ember-power-select to the latest version 🚀#1719
greenkeeper[bot] wants to merge 1 commit intodevelopfrom
greenkeeper/ember-power-select-2.0.0

Conversation

@greenkeeper
Copy link
Copy Markdown

@greenkeeper greenkeeper Bot commented Apr 30, 2018

Version 2.0.0 of ember-power-select was just published.

Dependency ember-power-select
Current Version 1.10.4
Type devDependency

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 croissants

Finally 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-wormhole

Now that we can rely on the glimmer-vm, the addon uses Ember-Basic-Dropdown 1.0, which uses the built-in #-in-element construct 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, removeMultipleOption and clearSelected helpers 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 from ember-power-select/test-support/helpers. That is all!

Commits

The new version differs by 50 commits.

  • dbd8548 v2.0.0
  • 69dd655 Update changelog
  • 0b18f7a Remove native dom helpers (#1105)
  • 820a0d4 Fix typo
  • 8a0583e Improve component's behavior in beta (#1104)
  • bd5bd5d Making helpers more async (#1100)
  • 2087909 Pre-render docs site at build time (#1102)
  • 601579c v2.0.0-beta.5
  • 44c8452 Changed self.window to window and self.document to document (#1099)
  • d696c28 Remove all traces of find/findAll from ember-native-dom-helpers
  • 06cbfa7 Penultimate test refactor (#1098)
  • 6cb7f5a Simplify tests a bit more
  • f2364a8 v2.0.0-beta.4
  • 3d94c68 qunit-dom is almost everywhere (#1096)
  • d9e0d4c fixes #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 🌴

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented May 10, 2018

Version 2.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 9d6b2b1 v2.0.1
  • cae81b6 Add extra params for selectedItemComponent on trigger (power-select-multiple) (#1111)
  • 5e7b02d Drop node 4
  • dc46c33 Update ember-concurrency to fix bug in beta and canary (#1106)

See the full diff

greenkeeper Bot added a commit that referenced this pull request May 21, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented May 21, 2018

Version 2.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jun 7, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jun 7, 2018

Version 2.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • c2f3bc1 v2.0.3
  • b1b0854 Remove console.log from test support (#1108)
  • 8aa83e4 typo (#1118)
  • a4656f1 Remove console-log from test helper (#1119)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jul 5, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jul 5, 2018

Version 2.0.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 1e7db1d v2.0.4
  • b85790f Replaced return value of maybePlaceholder for IE to undefined (#1128)
  • 96a9e3d Fix tests failing due to new assertion in triggerKeyEvent (#1129)
  • 7ffe3f0 Bind title to the trigger (#1126)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Aug 27, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Aug 27, 2018

Version 2.0.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 235d4f2 2.0.5
  • 296c978 guard against destroying hook when calling deactivate (#1144)
  • ebec1f4 2.X is not in beta
  • a22a4c1 Update to 3.3 (#1137)
  • 5880b01 Update to ember-cli 3.2 (#1132)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Sep 8, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Sep 8, 2018

Version 2.0.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • dde717e v2.0.6
  • 93c7b1a Test and possible fix for #1147 (#1151)
  • 73cbed8 Update ember-data to 3.4 (#1150)
  • 6a33c3d Update to ember-cli 3.4 (#1149)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Sep 12, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Sep 12, 2018

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Sep 13, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Sep 13, 2018

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • e3848e5 v2.0.8
  • ec15dfd fix: typeof returns string, broke polyfill when necessary (#1157)

See the full diff

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Oct 5, 2018

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • a241acf v2.0.9
  • 24b88d5 Add highlightOnHoverEnabled to be used in options.js (#1166)
  • ca16edc Add animationEnabled to be passed down to ember-basic-dropdown (#1165)
  • a36b08d use .set() to avoid assertion failure under Ember 3.4 (#1162)
  • 6f57a04 Fix typo in api-reference.hbs (#1158)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Oct 5, 2018
greenkeeper Bot added a commit that referenced this pull request Nov 19, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Nov 19, 2018

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Nov 19, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Nov 19, 2018

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

See the full diff

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Nov 19, 2018

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 7b90999 v2.0.12
  • 6bc13ba Fix inconsistent focus of the input in single selects (#1180)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Nov 19, 2018
greenkeeper Bot added a commit that referenced this pull request Nov 21, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Nov 21, 2018

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Nov 21, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Nov 21, 2018

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Mar 30, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Mar 30, 2019

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Apr 11, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Apr 11, 2019

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 341db9b Bump version number
  • ee9ba23 v2.3.1
  • 982bbcb Allow ember-concurrency 0.8.x & 0.9.x (#1220)
  • beacd6a Fixing broken verbiage in official doc. (#1212)
  • ef96aab bump ember-concurrency (#1209)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Apr 29, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Apr 29, 2019

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jun 4, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jun 4, 2019

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jun 14, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jun 14, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jul 6, 2019

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jul 6, 2019
greenkeeper Bot added a commit that referenced this pull request Jul 12, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jul 12, 2019

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jul 19, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jul 19, 2019

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jul 20, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jul 20, 2019

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Aug 9, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Aug 9, 2019

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Sep 6, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Sep 6, 2019

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Nov 27, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Nov 27, 2019

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Mar 24, 2020
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Mar 24, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented May 22, 2020


🚨 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


Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request May 22, 2020
greenkeeper Bot added a commit that referenced this pull request May 22, 2020
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented May 22, 2020


🚨 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


Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants