Releases: RyanClementsHax/tailwindcss-themer
Releases · RyanClementsHax/tailwindcss-themer
v4.1.1
v4.1.0
v4.0.0
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. frombg-primary
tobg-primary/100
.
v3.1.3
v3.1.2
v3.1.1
v3.1.0
v3.0.2
v3.0.1
v3.0.0
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.