Skip to content

Releases: unplugin/unplugin-icons

v0.11.2

15 Sep 11:01
Compare
Choose a tag to compare
release v0.11.2

v0.11.1

14 Sep 12:37
Compare
Choose a tag to compare
release v0.11.1

v0.7.0 unplugin

29 Aug 06:01
Compare
Choose a tag to compare

BREAKING CHANGE

This package has renamed to unplugin-icons, see the migration guide for more details.

Features

  • Using unplugin to support Webpack, Rollup, Nuxt, Vue CLI, Next.js and more!
  • New compiler jsx to support importing icons as React / Preact components

v0.5.0

09 Apr 21:58
Compare
Choose a tag to compare
  • fix!: remove default value for defaultStyle (fc1eb8b)

BREAKING CHANGES

    • The default value defaultStyle is now changed to empty string. To get the pervious behaviour, set defaultStyle: 'vertical-align: middle; transform: translateY(-5%);' manually.