Releases: u3u/tailwind-config
Releases · u3u/tailwind-config
Release list
v4.1.1
v4.1.0
🚀 Features
- Add
@tailwindcss/container-queriesplugin - by @u3u (93ba7) - Add
@tailwindcss/typographyplugin - by @u3u (b7fea)
View changes on GitHub
v4.0.0
🚨 Breaking Changes
- Add
dynamicIconsPluginsupport - by @u3u (2af30)
const { withIcons } = require('@u3u/tailwind-config/icons');
/** @type {import('tailwindcss').Config} */
module.exports = {
plugins: [
- withIcons(),
+ ...withIcons(),
],
};View changes on GitHub
v3.0.0
🚨 Breaking Changes
-
Use
daisyuias a peer dependency so that users can freely choose the version - by @u3u (865b0)Now you need to install the
daisyuidependencies yourself.pnpm add daisyui -D
🚀 Features
View changes on GitHub
v2.0.0
v1.1.1
No significant changes
View changes on GitHub
v1.1.0
v1.0.0
v0.0.2
v0.0.1
No significant changes