Skip to content

Bump @jaames/iro from 3.5.3 to 4.5.1#67

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/jaames/iro-4.5.1
Closed

Bump @jaames/iro from 3.5.3 to 4.5.1#67
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/jaames/iro-4.5.1

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps @jaames/iro from 3.5.3 to 4.5.1.

Changelog

Sourced from @jaames/iro's changelog.

Changelog

4.5.0

Additions

Added a new param for iro.ColorPicker:

  • id - HTML ID for the color picker root element, also available as a prop on the color picker instance

Color picker event callbacks this context is now set to the active color picker instance

See [issue thread #71](https://github-redirect.dependabot.com/jaames/iro.js/issues/71) for more information

4.4.0

Additions

Added two new params for iro.ColorPicker:

  • wheelAngle - starting angle for the color wheel's hue gradient
  • wheelDirection - direction of the color wheel's hue gradient (clockwise/anticlockwise)

See [issue thread #66](https://github-redirect.dependabot.com/jaames/iro.js/issues/66) for more information

4.3.3

Fixes

Fixes an issue where the alpha component wasn't being parsed correctly from rgba and hsla strings. For more info, see [issue thread #2](https://github-redirect.dependabot.com/jaames/iro-transparency-plugin/issues/2) on the iro-transparency-plugin repository.

4.3.2

Fixes

Somehow a line of code was missed when the new events API was merged, so the input:change event wasn't actually firing (issue thread #64). This is now fixed.

4.3.1

Fixes

Fixes a few issues related to how color alpha/transparency was handled internally, which was causing problems with iro-transparency-plugin. Setting a color to a value without an alpha component (e.g hexString = "#fff") will now set the alpha value to 1, and the alpha component will no longer be undefined when using new iro.Color. For more info, see [issue thread #2](https://github-redirect.dependabot.com/jaames/iro-transparency-plugin/issues/2) on the iro-transparency-plugin repository.

4.3.0

Additions
  • New events added:
    • input:change - The same as color:change, but only fires when the color has been set with user input
    • color:init - Same as color:change, but fired once with the initial color value
... (truncated)
Commits

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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [@jaames/iro](https://github.com/jaames/iro.js) from 3.5.3 to 4.5.1.
- [Release notes](https://github.com/jaames/iro.js/releases)
- [Changelog](https://github.com/jaames/iro.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaames/iro.js/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 30, 2019
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #74.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/jaames/iro-4.5.1 branch October 21, 2019 06:05
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants