Releases: scttcper/tinycolor
Releases · scttcper/tinycolor
v4.1.0
4.1.0 (2024-04-13)
Features
v4.0.4
4.0.4 (2024-04-08)
Performance Improvements
v4.0.3
4.0.3 (2024-01-17)
Bug Fixes
- bump build dependencies (64270d8)
- remove template strings from parsing regex (#249) (1c85e3c)
v4.0.2
4.0.2 (2023-08-30)
Bug Fixes
- delete workspaces before publish (31a98e0), closes #244
v4.0.1
4.0.1 (2023-08-24)
Bug Fixes
v4.0.0
4.0.0 (2023-08-23)
Features
- Require node 14, remove default export (#241) (1943691)
BREAKING CHANGES
- removes the default export. use
import { TinyColor } from '@ctrl/tinycolor'
- removes the backwards compatible
tinycolor()
function that called the class
- requires node 14 minimum, this will be the last major version before releasing as pure ESM
OTHER
- switch to vitest & vite for the demo
- switch to github actions
v3.6.1
3.6.1 (2023-08-23)
Bug Fixes
- add .js to imports so they work within browsers (#240) (ee70e00)
v3.6.0
3.6.0 (2023-02-14)
Features
v3.5.1
3.5.1 (2023-02-13)
Bug Fixes
- onBackground() should composite alpha channel correctly (#236) (365fdd2)
v3.5.0
3.5.0 (2022-12-05)
Features