Releases: jcamp-code/nuxt-icon-tw
v1.0.0
With the release of @nuxt/icon 1.0, it's focused solely on non-Tailwind configurations, which is understandable.
While it is a great module, I think using Tailwind to manage the CSS makes the most sense rather than dealing with it in the module itself.
In addition, our options have diverged considerably in light of that difference, so the options for nuxt-icon-tw are now in iconTw keys now.
In addition, I have removed the scale option in favor of a consistent size option which works across Nuxt.config.ts, app.config.ts and the Icon component property (each overriding the earlier).
🚀 Enhancements
🏡 Chore
- V1.0 prep (c831ef2)
⚠️ Breaking Changes
v0.3.0
🩹 Fixes
⚠️ Change nuxt config key to iconTw to not conflict with @nuxt/icon (4e60378)- Update to work with latest nuxt/tailwindcss (ea14a2a)
- Tweaks to build (b5800fb)
🏡 Chore
⚠️ Breaking Changes
⚠️ Change nuxt config key to iconTw to not conflict with @nuxt/icon (4e60378)
❤️ Contributors
- Daniel Roe (@danielroe)
v0.2.0
🩹 Fixes
📖 Documentation
- Use new
nuxi module addcommand in installation (#5)
🏡 Chore
❤️ Contributors
- Thibaut Mottet (@moifort)
- Daniel Roe (@danielroe)
v0.1.4
Note this version keeps nuxt-icon-tw at v6.11.x of https://github.com/nuxt-modules/tailwindcss/
The 0.2.x versions of this will use @nuxtjs/tailwindcss v6.12, There are major breaking changes in v6.12 in how the tailwind configs are loaded, causing me to stay with 6.11.x for now.
🩹 Fixes
- Various small bugs (ffd48ba)
📖 Documentation
- Use new
nuxi module addcommand in installation (#5)
🏡 Chore
❤️ Contributors
- Thibaut Mottet (@moifort)
- Daniel Roe (@danielroe)