Skip to content

Releases: u3u/tailwind-config

v4.1.1

Choose a tag to compare

@github-actions github-actions released this 20 Dec 02:38
6d49418

   🐞 Bug Fixes

    View changes on GitHub

v4.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Dec 07:10
3dc5063

   🚀 Features

  • Add @tailwindcss/container-queries plugin  -  by @u3u (93ba7)
  • Add @tailwindcss/typography plugin  -  by @u3u (b7fea)
    View changes on GitHub

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Dec 02:41
282033d

   🚨 Breaking Changes

const { withIcons } = require('@u3u/tailwind-config/icons');

/** @type {import('tailwindcss').Config} */
module.exports = {
  plugins: [
- 	withIcons(),
+	...withIcons(),
  ],
};
    View changes on GitHub

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Dec 08:30
d3ad5eb

   🚨 Breaking Changes

  • Use daisyui as a peer dependency so that users can freely choose the version  -  by @u3u (865b0)

    Now you need to install the daisyui dependencies yourself.

     pnpm add daisyui -D

   🚀 Features

  • Compatible with multiple versions of daisyui (v2+)  -  by @u3u (d7cdd)
    View changes on GitHub

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Nov 05:50
2b82360

   🚨 Breaking Changes

    View changes on GitHub

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Oct 10:01
0f9c475

No significant changes

    View changes on GitHub

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Oct 09:47
6b508e2

   🚀 Features

    View changes on GitHub

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Oct 03:27
7ad6c36

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 11 Oct 15:09
f70ca96

   🐞 Bug Fixes

  • Generator colors type definition  -  by @u3u (b7b3d)
    View changes on GitHub

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Sep 15:43
f80fc2b

No significant changes

    View changes on GitHub