Releases: decanTyme/chartjs-plugin-tailwindcss-colors
Releases · decanTyme/chartjs-plugin-tailwindcss-colors
v0.2.4
v0.2.2
v0.2.1
v0.2.0
0.2.0 (2023-02-19)
⚠ BREAKING CHANGES
- named colors without a valid alpha are no longer parsed.
- plugin: hex values without a valid alpha channel are no longer parsed.
Features
- Add initial support for scriptable options (04b8533)
Bug Fixes
- deps: Bump
json5
from 1.0.1 to 1.0.2 (#7) (29ada4d) - deps: Bump
semver-regex
from 3.1.3 to 3.1.4 (#3) (ca4c88a) - deps: Update
caniuse-lite
(22e10a4) - package: Export a browser-friendly UMD build (#18) (17d0b8d)
- plugin: Allow hex values (w/o alpha) to be returned as-is (73b55cc)
Documentation
- readme: Update badges and some minor edits (5ab63e0)
Miscellaneous
- Convert the parser to a class (#19) (534362e)
- deps: Bump
terser
from 5.12.1 to 5.16.3 (#12) (2ff1975) - deps: Update parcel, jest and typescript, types (8f12e1d)
- package: Update keywords (c40c8e3)
- Remove semantic-release, deps, config (8be8dac)
Full Changelog: v0.1.1...v0.2.0
v0.1.1
Re-released v1.0.0-alpha.9
(#10).
0.1.1 (2023-02-15)
Features
- Add
fill
multi-color support (7b2e0fc)
Bug Fixes
- Add missing parsable options (8b156bc)
- color-parser: Remove wrong import (33c56b7)
- color-validator: Improve handling of non-strings (d07665c)
- deps: Update
canvas
to 2.11.0 (2cd53e8) - deps: Update
chart.js
to 3.9.1 and peer dependency semver range (04f3884) - deps: Update
tailwindcss
peer dependency semver range (32cbad7) - deps: Update
tiny-invariant
to 1.3.1 (a39532e) - Fallback to
Chart.defaults
if no color at all is specified (340445f) - Improve alpha detection regex (8798cac)
- plugin: Manually set fill target for boolean fill values (6d55e39)
- plugin: Use
beforeUpdate
hook for subsequent rerender parsing (f90f059) - plugin: Use
isValidTwColor()
instead ofincludes()
(673d1e8)
Documentation
- readme: Add CDN and some minor edits (1243c70)
- readme: Add NPM latest status badge (69c2796)
- readme: Re-add package creation reason section (9aa078b)
Miscellaneous
- Add
.gitattributes
(9ce3289) - codestyle: Ignore generated changelog (e3a8a1a)
- deps: Update jest and relevant deps to v29 (ee5bccb)
- github-workflows: Update actions to latest (79a9581)
- Migrate to
@semantic-release/github
(ac4704b) - Point homepage to README section (972d019)
Full Changelog: v0.1.0...v0.1.1