Skip to content

Releases: unplugin/unplugin-vue-components

v0.20.1

26 Jun 13:36
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Compiler.watcher undefined #434 by @ChpShy
    View changes on GitHub

v0.20.0

23 Jun 10:38
Compare
Choose a tag to compare

   🚨 Breaking Changes

   🚀 Features

    View changes on GitHub

v0.19.9

16 Jun 15:08
Compare
Choose a tag to compare

   🚀 Features

  • Support new component hot update for webpack #423

   ❤️ Contributors

   Thanks to @antfu | @ChpShy

    View changes on GitHub

v0.19.8

15 Jun 09:08
Compare
Choose a tag to compare

   🐞 Bug Fixes

   ❤️ Contributors

   Thanks to @antfu | @sxzz

    View changes on GitHub

v0.19.7

14 Jun 02:52
Compare
Choose a tag to compare

   🚀 Features

  • Add 'collapseSamePrefixes' option to prevent duplication inside namespaced component name #409
  • arco:
    • Add new component support and fix skeleton problem #407
  • bootstrap-vue:

   ❤️ Contributors

   Thanks to @antfu | @BenediktHeinrichs | @BenediktHeinrichs | @chrisbbreuer | @DrJume | @DrJume | @flsion

    View changes on GitHub

v0.19.6

27 May 05:12
Compare
Choose a tag to compare

Bug Fixes

v0.19.3

14 Apr 09:53
Compare
Choose a tag to compare
release v0.19.3

v0.19.2

11 Apr 05:32
Compare
Choose a tag to compare

Bug Fixes

  • only detect type libraries when dts is enabled (7f809b5)
  • arco: resolver (#353) (2b02f99)

Features

  • add vue starport preset (a556de2)

v0.19.1

10 Apr 11:41
Compare
Choose a tag to compare

Bug Fixes

  • dts: inconsistent in dev and build (f1fad1e)

v0.19.0

10 Apr 02:12
Compare
Choose a tag to compare

Breaking Changes

  • libraries option has been removed
  • ImportInfo interface redesigned (return type of resolvers)
    • path -> from
    • name -> as
    • importName -> name

Bug Fixes

Features

  • support type only global components (857a5ae)