Tailwindcss Themer Versions Save

An unopinionated, scalable, tailwindcss theming solution

v4.0.0

6 months ago

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

6 months ago

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

7 months ago

3.1.2 (2023-09-30)

Bug Fixes

v3.1.1

7 months ago

3.1.1 (2023-09-26)

Bug Fixes

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

v3.1.0

1 year ago

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

1 year ago

3.0.2 (2023-05-03)

Bug Fixes

  • properly escape custom props (435096d)

v3.0.1

1 year ago

3.0.1 (2023-02-22)

Bug Fixes

v3.0.0

1 year ago

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.

v2.0.3

1 year ago

2.0.3 (2022-12-07)

Bug Fixes

v2.0.2

1 year ago

2.0.2 (2022-09-12)

Bug Fixes