Releases: kurkle/color
Releases · kurkle/color
v0.3.4
v0.3.3
What's Changed
updated dev dependencies
- Bump actions/checkout from 3 to 4 by @dependabot in #20
- Bump assert from 2.0.0 to 2.1.0 by @dependabot in #22
- Bump rollup-plugin-visualizer from 5.9.0 to 5.12.0 by @dependabot in #26
- Bump color-parse from 1.4.2 to 2.0.2 by @dependabot in #25
- Bump @babel/traverse from 7.20.13 to 7.25.6 by @dependabot in #27
- Bump eslint-plugin-react from 7.32.1 to 7.35.2 by @dependabot in #24
- Bump actions/setup-node from 3 to 4 by @dependabot in #21
- Bump rollup-plugin-istanbul from 4.0.0 to 5.0.0 by @dependabot in #23
- Bump chroma-js from 2.4.2 to 3.1.1 by @dependabot in #28
- Bump typedoc from 0.23.24 to 0.26.7 by @dependabot in #30
- Bump eslint-plugin-react from 7.35.2 to 7.36.1 by @dependabot in #31
- Bump typescript from 4.9.4 to 5.6.2 by @dependabot in #29
- Bump eslint-plugin-react from 7.36.1 to 7.37.2 by @dependabot in #42
- Bump eslint-plugin-import from 2.27.5 to 2.31.0 by @dependabot in #39
- Bump @rollup/plugin-terser from 0.4.0 to 0.4.4 by @dependabot in #38
- Bump tinycolor2 from 1.5.2 to 1.6.0 by @dependabot in #37
- Bump typescript from 5.6.2 to 5.6.3 by @dependabot in #48
- Bump typedoc from 0.26.7 to 0.26.11 by @dependabot in #49
- Bump rollup from 3.10.1 to 4.25.0 by @dependabot in #50
- Bump rollup from 4.25.0 to 4.27.3 by @dependabot in #52
- Bump chroma-js from 3.1.1 to 3.1.2 by @dependabot in #53
- chore: upgrade eslint to v9 by @kurkle in #54
New Contributors
Full Changelog: v0.3.2...v0.3.3
Version 0.3.2
What's Changed
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #17
- fix: commonjs bundle compat with esm by @dangreen in #18
Full Changelog: v0.3.1...v0.3.2
Version 0.3.1
Notable Changes
4bea185 - feat: include sourcemap in package (Jukka Kurkela)
75bfd5d - chore: update deps (Jukka Kurkela)
88e2463 - feat: mark package size-effects free (Jukka Kurkela)
Full Changelog: v0.3.0...v0.3.1
Version 0.3.0
What's Changed
- Bump terser from 5.13.1 to 5.14.2 by @dependabot in #15
- feat: esm support by @dangreen in #16
New Contributors
Full Changelog: v0.2.1...v0.3.0
Version 0.2.1
What's Changed
Full Changelog: v0.2.0...v0.2.1
Version 0.2.0
What's Changed
Full Changelog: v0.1.9...v0.2.0
Version 0.1.9
Changes
- Make names shakeable
Version 0.1.8
Changes
- Case insensitive color names
- Fix crash when converting invalid color to string (returns undefined)
- color.esm.min.js build was removed
Version 0.1.7
Changes
- export all the utility functions from ESM package