Skip to content

Releases: RyanClementsHax/tailwindcss-themer

v4.1.1

19 Nov 18:34
7e3e619
Compare
Choose a tag to compare

4.1.1 (2024-11-19)

Bug Fixes

v4.1.0

26 Oct 17:11
21d3273
Compare
Choose a tag to compare

4.1.0 (2024-10-26)

Features

  • deps: bump minor and patch deps (edc0bc3)

v4.0.0

19 Nov 02:39
111ea84
Compare
Choose a tag to compare

4.0.0 (2023-11-19)

Features

BREAKING CHANGES

  • colors: Alpha channels in colors are no longer stripped. If you want the alpha channels stripped still, either do so manually or change the classes you are using to use the opacity modifier syntax with the opacity set to 100 e.g. from bg-primary to bg-primary/100.

v3.1.3

18 Nov 23:21
e5160cf
Compare
Choose a tag to compare

3.1.3 (2023-11-18)

Bug Fixes

  • default key: fix generation of css vars that had DEFAULT names in their path (1d2f2b6)
  • theme enabling: prevent enabling a theme by default theme name class if mediaQuery present (7776a58)

v3.1.2

30 Sep 20:50
f18868f
Compare
Choose a tag to compare

3.1.2 (2023-09-30)

Bug Fixes

v3.1.1

26 Sep 14:44
0dc0042
Compare
Choose a tag to compare

3.1.1 (2023-09-26)

Bug Fixes

  • variants: apply variants to theme root also (c7517c9), closes #70

v3.1.0

09 May 15:39
b0e4114
Compare
Choose a tag to compare

3.1.0 (2023-05-09)

Bug Fixes

  • config: add validation preventing mediaQuery on defaultTheme (d9a5a60)

Features

  • config: respect selectors and mediaQuery when making variants (a238c55), closes #63 #47
  • config: support selectors and media queries (b9cb9e4), closes #63 #47

v3.0.2

03 May 19:32
2eca7d1
Compare
Choose a tag to compare

3.0.2 (2023-05-03)

Bug Fixes

  • properly escape custom props (435096d)

v3.0.1

22 Feb 15:50
9cb2cd4
Compare
Choose a tag to compare

3.0.1 (2023-02-22)

Bug Fixes

v3.0.0

22 Feb 15:37
99205ae
Compare
Choose a tag to compare

3.0.0 (2023-02-22)

Features

  • types: use typescript types for config (e54ae58)

BREAKING CHANGES

  • types: The config to the plugin has been migrated to use tailwind's published typescript types instead of custom types. This shouldn't be major for most people since the types used in this plugin were intentionally a subset of tailwind's types.