Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@JohnCampionJr JohnCampionJr released this 10 Aug 14:58

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)