0.2.4 (2024-08-19)
0.2.3 (2024-08-10)
0.2.2 (2024-01-30)
- deps: Remove
resolveConfig
from umd bundle (#31) (3e040d8) - package: Incorrect exports (#33) (c9f54c7)
0.2.1 (2024-01-22)
- deps: Bump
semver
from 5.7.1 to 5.7.2 (#22) (dfc4ee4) - deps: Bump
tough-cookie
from 4.1.2 to 4.1.3 (#21) (9cc51c9) - deps: Bump
word-wrap
from 1.2.3 to 1.2.5 (#24) (b279d71) - Migrate to
rollup
(#16)(#29) (8de5671)
0.2.0 (2023-02-19)
- named colors without a valid alpha are no longer parsed.
- plugin: hex values without a valid alpha channel are no longer parsed.
- Add initial support for scriptable options (04b8533)
- 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)
- readme: Update badges and some minor edits (5ab63e0)
- 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)
0.1.1 (2023-02-15)
- Add
fill
multi-color support (7b2e0fc)
- 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)