Skip to content

Releases: scttcper/tinycolor

v4.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Sep 03:17

4.2.0 (2025-09-16)

Features

  • publish new version with npm provenance (39778c8)
  • release new version (76556be)

v4.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 19:04
2927a9d

4.1.0 (2024-04-13)

Features

v4.0.4

Choose a tag to compare

@github-actions github-actions released this 08 Apr 17:42
8dd8b3a

4.0.4 (2024-04-08)

Performance Improvements

v4.0.3

Choose a tag to compare

@github-actions github-actions released this 17 Jan 18:10
64270d8

4.0.3 (2024-01-17)

Bug Fixes

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

v4.0.2

Choose a tag to compare

@github-actions github-actions released this 30 Aug 16:12
31a98e0

4.0.2 (2023-08-30)

Bug Fixes

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

v4.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 20:46
cd64cbd

4.0.1 (2023-08-24)

Bug Fixes

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 22:16
1943691

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

Choose a tag to compare

@scttcper scttcper released this 23 Aug 21:26
ee70e00

3.6.1 (2023-08-23)

Bug Fixes

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

v3.6.0

Choose a tag to compare

@scttcper scttcper released this 14 Feb 17:39
9dccfb6

3.6.0 (2023-02-14)

Features

v3.5.1

Choose a tag to compare

@scttcper scttcper released this 13 Feb 18:02
365fdd2

3.5.1 (2023-02-13)

Bug Fixes

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