Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2022

Bumps palette from 0.5.0 to 0.6.1.

Changelog

Sourced from palette's changelog.

Version 0.6.1 - 2022-07-16

  • #290[290]: Update phf to 0.11.0. Closes #289[289].

Version 0.6.0 - 2021-07-12

  • #235[235]: Upgrade phf to 0.9 and enable named_from_str for no_std.
  • #200[200]: Add Oklab support. Closes #222[222].
  • #231[231]: Update approx and find-crate dependencies.
  • #229[229]: Implement bytemuck::Zeroable and bytemuck::Pod for every color type.
  • #225[225]: Add Hsluv support. Closes #112[112].
  • #223[223]: Add Lchuv support.
  • #221[221]: Add CIE Luv support.
  • #217[217]: Implement relative and absolute methods for Lighten/Darken, Saturate. Closes #215[215].
  • #216[216]: Add doc alias, doc cleanups, remove trait from Packed struct.
  • #211[211]: Implement PartialEq/Eq for all colorspaces, Alpha, PreAlpha, and LabHue/RgbHue. Closes #206[206].
  • #210[210]: Rename Limited trait to Clamp. Closes #209[209].
  • #205[205]: Generalizing gradients and add constant gradients. Closes #62[62].
  • #190[190]: Convert documentation to intra doc links, add default whitepoint for Lab/Lch, make code fixups. Closes #177[177].
  • #189[189]: Correct scaling on random distribution of Lab/Lch.
  • #188[188]: Allow HSV, HSL and HWB to represent nonlinear RGB. Closes #160[160], #187[187].
  • #184[184]: Optimize into_component for float_to_uint, u8 to f32/f64.
  • #183[183]: Optimize matrix functions, color conversion performance.
  • #176[176]: Rewrite the conversion traits to work more like From and Into. Closes #41[41], #111[111].
  • #175[175]: Add feature "random" for random color generation using rand crate. Closes #174[174].
  • #173[173]: Add functions to get min/max component values for all color types, alpha.
  • #170[170]: Add {into,from}_u32 methods for RGB/A, Packed struct for u32 representations of RGBA. Closes #144[144].
  • #164[164]: Implement WCAG contrast ratio calculations.
  • #162[162]: Implement CIEDE2000 color difference for Lab/Lch. Closes #143[143].
  • #161[161]: Split the Component trait into more specific traits.
  • #157[157]: Implement FromStr method for Rgb<S, u8>. Closes #148[148].
  • #158[158]: Make Take iterator for gradient inclusive of both end colors, add tests.
  • #154[154]: Add DoubleEndedIterator impl for gradient::Take. Closes #153[153].
  • #137[137]: Add some missing From impls between Srgb and LinSrgb types.
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)

Bumps [palette](https://github.com/Ogeon/palette) from 0.5.0 to 0.6.1.
- [Release notes](https://github.com/Ogeon/palette/releases)
- [Changelog](https://github.com/Ogeon/palette/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Ogeon/palette/commits)

---
updated-dependencies:
- dependency-name: palette
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added topic: dependencies Upgrades & changes to dependencies type: maintenance Some chores, dependencies, documentations labels Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic: dependencies Upgrades & changes to dependencies type: maintenance Some chores, dependencies, documentations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants