Skip to content

Releases: jcamp-code/nuxt-icon-tw

v1.0.0

10 Aug 14:58

Choose a tag to compare

compare changes

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

  • ⚠️ Update naming consistency (e70528d)
  • ⚠️ Simplify sizing and remove scale option (68fb0ac)

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Update naming consistency (e70528d)
  • ⚠️ Simplify sizing and remove scale option (68fb0ac)

v0.3.0

10 Aug 01:42

Choose a tag to compare

compare changes

🩹 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

  • Indicate compatibility with new v4 major (#9)
  • Linting (7f3ed51)

⚠️ Breaking Changes

  • ⚠️ Change nuxt config key to iconTw to not conflict with @nuxt/icon (4e60378)

❤️ Contributors

v0.2.0

02 Jun 16:22

Choose a tag to compare

compare changes

🩹 Fixes

  • Various small bugs (ffd48ba)
  • Update to nuxt/tailwind 6.12 (#8)

📖 Documentation

  • Use new nuxi module add command in installation (#5)

🏡 Chore

  • Test bundler module resolution (#4)
  • linter: Fix typecheck error (#6)
  • Update dependencies (a49a0d2)

❤️ Contributors

v0.1.4

02 Jun 23:08

Choose a tag to compare

compare changes

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

📖 Documentation

  • Use new nuxi module add command in installation (#5)

🏡 Chore

  • Test bundler module resolution (#4)
  • linter: Fix typecheck error (#6)
  • Update dependencies (a49a0d2)

❤️ Contributors

v0.1.3

01 Nov 06:26

Choose a tag to compare

compare changes

🩹 Fixes

  • No-prefix was breaking on collections with same-named icons (828d39b)