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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ember-power-select from 1.10.4 to 4.1.6 #154

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps ember-power-select from 1.10.4 to 4.1.6.

Release notes

Sourced from ember-power-select's releases.

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!

Pulpo a feira

馃巺 馃巹 馃巹 Ho Ho Ho! 馃巹馃巹 馃巺

Santa came early with a new major version of Ember Power Select! This kicks in the 2.0 series, the first one with (intentional) breaking changes in a long time. But fear not, you won't probably notice anything.

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!

Changelog

Sourced from ember-power-select's changelog.

Master

4.1.5

  • [ENHACEMENT] Update ember-basic-dropdown to 3.0.17 which includes updated ember-element-helper and should be more friendly with embroider.
  • [BUGFIX] Ensure searchbox in multiple select doesn't submit its enclosing form when enter is pressed.

4.1.4

  • [BUGFIX] Fix arrays appended to multiple selects' selected array (#1447)

4.1.3

  • [CHORE] Move from travis to github actions, fixing the test suite along the way. This has also updated the version of ember-basic-dropdown.

4.1.2

  • [BUGFIX] Fix problem when passing @initiallyOpened along with @selected.

4.1.1

  • [ENHANCEMENT] Allow to customize what's displayed when no item matches the search by passing a @noMatchesMessageComponent.

4.1.0

  • [ENHANCEMENT] Makes changed to aria roles so the currently highlighted option can be announced by assistive technology like Voice Over.
  • [CHORE] Relax allowed versions of ember-truth-helpers so projects are less likely to have to resolve dependencies.

4.0.5

  • [BUGFIX] Remove event listeners on destroy.

4.0.4

  • [BUGFIX] Ensure observers set when selected/options are promise proxies are properly removed when the component is destroyed, to prevent memory leaks.

4.0.3

  • Update ember-concurrency-decorators to 2.0

4.0.0-beta.6

  • [BUGFIX] Multiple selects can receive an ember-data collection in the @selected attribute.

4.0.0-beta.5

  • [BUGFIX] Fix component when the @search action return an ember-data collection
  • [CHORE] Convert addon to typescript.

4.0.0-beta.4

  • [BUGFIX] When @options is an ember-data collection, transform to a plain array for the public API
  • [BUGFIX] Update ember-basic-dropdown to 3.0.0-beta.3 to fix select not recalculating its position after scrolling or resizing the window.

4.0.0-beta.3

  • [BUGFIX] Moved ember-assign-helpers from devDependencies to dependencies in package.json
  • [ENHANCEMENT] Cache filtered results for better performance when selects have many items.

4.0.0-beta.2

... (truncated)

Commits
  • 86a0ddb v4.1.6
  • 0f48122 Update changelog
  • 6800d79 v4.1.5
  • 4e9c19c Merge pull request #1453 from cibernox/update-ebd-for-embroider-compatibility
  • 604481f Update ember-basic-dropdown for embroider compatibility
  • b2d25e1 Merge pull request #1452 from cibernox/prevent-multiple-select-search-input-f...
  • 5600322 Prevent the input of the searchbox from submitting the wrapper form.
  • 9441083 Merge pull request #1413 from flexyford/flexyford/pass-event-on-choose
  • 9053787 Bump timeout limit in other scenarios
  • 3606f67 Update package-lock.json
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants