Skip to content

Releases: scttcper/tinycolor

v4.1.0

13 Apr 19:04
2927a9d
Compare
Choose a tag to compare

4.1.0 (2024-04-13)

Features

v4.0.4

08 Apr 17:42
8dd8b3a
Compare
Choose a tag to compare

4.0.4 (2024-04-08)

Performance Improvements

v4.0.3

17 Jan 18:10
64270d8
Compare
Choose a tag to compare

4.0.3 (2024-01-17)

Bug Fixes

  • bump build dependencies (64270d8)
  • remove template strings from parsing regex (#249) (1c85e3c)

v4.0.2

30 Aug 16:12
31a98e0
Compare
Choose a tag to compare

4.0.2 (2023-08-30)

Bug Fixes

  • delete workspaces before publish (31a98e0), closes #244

v4.0.1

24 Aug 20:46
cd64cbd
Compare
Choose a tag to compare

4.0.1 (2023-08-24)

Bug Fixes

v4.0.0

23 Aug 22:16
1943691
Compare
Choose a tag to compare

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

23 Aug 21:26
ee70e00
Compare
Choose a tag to compare

3.6.1 (2023-08-23)

Bug Fixes

  • add .js to imports so they work within browsers (#240) (ee70e00)

v3.6.0

14 Feb 17:39
9dccfb6
Compare
Choose a tag to compare

3.6.0 (2023-02-14)

Features

v3.5.1

13 Feb 18:02
365fdd2
Compare
Choose a tag to compare

3.5.1 (2023-02-13)

Bug Fixes

  • onBackground() should composite alpha channel correctly (#236) (365fdd2)

v3.5.0

05 Dec 21:06
f659dce
Compare
Choose a tag to compare

3.5.0 (2022-12-05)

Features