astronomersiva / ember-pickr

Color Picker for EmberJS using pickr
https://astronomersiva.github.io/ember-pickr/
MIT License
15 stars 13 forks source link

Bump @simonwep/pickr from 1.4.2 to 1.7.4 #190

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @simonwep/pickr from 1.4.2 to 1.7.4.

Release notes

Sourced from @simonwep/pickr's releases.

v1.7.4

  • Fix: Prevent event-bubbling if representation-button gets clicked #243

v1.7.3

  • Update: Use latest nanopop version, update (dev-)dependencies and clear npm audits

v1.7.2

  • Fix: Misconfigured nanopop configuration leading to wrong positioning (#231)
  • Fix: Initialization issue if pickr is not visible (#226, still in discussion - see #229)
  • Update: Dependencies

v1.7.1

  • Fix: Chrome warnings about passive-eventlistener
  • Update: Security related dependency updates

v1.7.0

  • Add: Pickr.DEFAULT_OPTIONS can be modified to change the default-options globally
  • Remove: Validation of arguments passed to on has been removed.
  • Update: Pickr is now using NanoPop internally 🎉
  • Update: The browser-target for the ES5 bundle has been updated, it's still a WIP (see #210) but this should fix compatibility issues with older browsers. (bbc87c53326d9e66abda17d888e0e0699bdeaea7, bd9325e7bc7253ea2ad61acce919a6925722111a)

v1.6.0

  • Update: new i18n option to fully customize all strings. [Breaking Change]
  • Update: See #206 and #207, thanks to @DEfusion.
  • Add: Add missing aria-label, see #202, thanks to @adityatoshniwal

v1.5.1

  • Fix: Memory leak #191
  • Fix: Issues with zoomed-in page #192

v1.5.0

  • Pickr will try to keep widget aligned to the reference, see #189

v1.4.8

  • Update type-declarations #182

v1.4.7

  • Fix: #176
  • Fix: Add polyfills to es5 build #173
  • Improve: Prevent propagating keyboard-events if arrow-keys are used: #172

v1.4.6

  • Fix: #167 and #168
  • Fix: Add missing, static, typescript declarations

v1.4.5

  • Fix #165
  • Fix #164
  • Fix: silentinapplyColor` should be optional.
Commits
  • dee6878 Publish 1.7.4
  • 328153d Stop click-event propagation in Selectable
  • 0af9cc8 Publish 1.7.3
  • c4ce266 Update EXAMPLES.md
  • f3da18d Update dependencies
  • 17e11af Update README
  • e7e7983 Merge pull request #235 from Simonwep/dependabot/npm_and_yarn/elliptic-6.5.3
  • 41f9aec Bump elliptic from 6.5.2 to 6.5.3
  • 3d88307 Merge pull request #232 from Simonwep/dependabot/npm_and_yarn/lodash-4.17.19
  • 26b815a Bump lodash from 4.17.15 to 4.17.19
  • 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #200.