code-corps-ember icon indicating copy to clipboard operation
code-corps-ember copied to clipboard

Update ember-power-select to the latest version πŸš€

Open greenkeeper[bot] opened this issue 7 years ago β€’ 35 comments

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 :palm_tree:

greenkeeper[bot] avatar Apr 30 '18 21:04 greenkeeper[bot]

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] avatar May 10 '18 07:05 greenkeeper[bot]

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] avatar May 21 '18 15:05 greenkeeper[bot]

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] avatar Jun 07 '18 15:06 greenkeeper[bot]

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] avatar Jul 05 '18 09:07 greenkeeper[bot]

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] avatar Aug 27 '18 12:08 greenkeeper[bot]

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] avatar Sep 08 '18 10:09 greenkeeper[bot]

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] avatar Sep 12 '18 13:09 greenkeeper[bot]

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[bot] avatar Sep 13 '18 08:09 greenkeeper[bot]

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] avatar Oct 05 '18 16:10 greenkeeper[bot]

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

See the full diff

greenkeeper[bot] avatar Nov 19 '18 15:11 greenkeeper[bot]

Update to this version instead πŸš€

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] avatar Nov 19 '18 15:11 greenkeeper[bot]

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] avatar Nov 19 '18 20:11 greenkeeper[bot]

Update to this version instead πŸš€

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] avatar Nov 21 '18 16:11 greenkeeper[bot]

Update to this version instead πŸš€

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] avatar Nov 21 '18 17:11 greenkeeper[bot]

Update to this version instead πŸš€

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] avatar Nov 21 '18 20:11 greenkeeper[bot]

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 0ee3526 v2.1.0
  • 6f68907 Allow direct imports from node_modules (#1182)
  • b90e287 Fix npm audit warnings (1 critical, 2 high) (#1183)

See the full diff

greenkeeper[bot] avatar Nov 26 '18 10:11 greenkeeper[bot]

Update to this version instead πŸš€

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] avatar Nov 26 '18 16:11 greenkeeper[bot]

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 4b6c3e2 v2.2.1
  • 0e698f8 [BUGFIX] Allow test helpers to work with EBD >=1.0.5 (#1190)

See the full diff

greenkeeper[bot] avatar Dec 06 '18 17:12 greenkeeper[bot]

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 864ff75 v2.2.2
  • 493069b Prevent scroll only if target is body (#1201)
  • fd89c41 "You attempted to access the length property (of <(unknown):ember712>). (#1148)
  • 7e93855 Replace ember-cli-eslint with plain eslint (#1195)
  • df6564f Update all dependencies December 2018 (#1194)
  • ad30900 Specify that only strings are searchable

See the full diff

greenkeeper[bot] avatar Feb 12 '19 14:02 greenkeeper[bot]

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] avatar Mar 10 '19 09:03 greenkeeper[bot]

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] avatar Mar 30 '19 17:03 greenkeeper[bot]

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] avatar Apr 11 '19 15:04 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Apr 29 '19 21:04 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Jun 04 '19 22:06 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Jun 14 '19 16:06 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Jul 06 '19 23:07 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Jul 12 '19 15:07 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Jul 19 '19 13:07 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Jul 20 '19 22:07 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Aug 09 '19 22:08 greenkeeper[bot]