v1.3.0
What's Changed
- fix: add missing lock file entry for bun.lock by @TheUntraceable in #158
- fix: add cache directory check before reading cache data (issue #161) by @itzdishbeat in #162
- refactor: handle css first approach in tw v4 by @wingkwong in #168
- fix(helpers): reduce of empty array with no initial value by @wingkwong in #170
- fix(cache): handle missing data.json by @wingkwong in #171
- refactor: cli by @wingkwong in #172
Breaking Changes
- All templates will use css-first approach in TailwindCSS v4 (i.e. no tailwind.config.file)
- The shorthand options for
-tw,-app,-ca,-ct,-cpbecome--tw,--app,--ca,--ct,--cp. - It requires Node.js version
20.19.xor later
New Contributors
- @TheUntraceable made their first contribution in #158
- @itzdishbeat made their first contribution in #162
Full Changelog: v1.2.3...v1.3.0