Skip to content

Releases: harlan-zw/vue-cli-plugin-import-components

Release 1.2.2

22 Jul 07:47
Compare
Choose a tag to compare
  • Fix import line when using mapComponent #16, thanks @verstoff

Release 1.2.1

13 Aug 00:30
Compare
Choose a tag to compare
  • Add support for vue-property-decorator in Vue 3 #14
  • chore(read-me): add feature for lazy loading 2f7ebe2

Release 1.2.0

21 Jun 12:57
Compare
Choose a tag to compare

Features 🎉

  • Async components with Lazy prefix 5e3d1a7

You can load your components async by prefixing your component name with Lazy or lazy-, depending on your
syntax.

<template>
<div>
  <!-- ComponentFoo will be loaded in async -->
  <LazyComponentFoo />
  <!-- ComponentBar will be loaded sync -->
  <ComponentBar />
</div>
</template>

Release 1.1.1

21 Jun 11:43
Compare
Choose a tag to compare
  • fix: Vuetify name conflict on installComponents a1dd917
  • chore: add changelog.md e74be69

Release 1.1.0

21 Jun 03:20
Compare
Choose a tag to compare
  • fix(runtime): Fix Runtime component adding in vue2 0ea049b
  • chore(testing): Add examples for issue #9, trying to replicate 2870a11
  • feat(components): Sort components imports by import path 5cbf6f5

Release 1.0.2

27 May 04:25
Compare
Choose a tag to compare
  • Add support for vue-property-decorator (#8) (065a338)
  • chore(example): adding example for setup api (#6) (a38dfce)
  • chore(doc): remove beta warning (90b43b7)

Release 1.0.1

15 Jan 11:30
Compare
Choose a tag to compare
  • hf(scanner): remove windows path resolution (c15b0ca) fixes #1

Release 1.0.0

15 Jan 03:09
Compare
Choose a tag to compare
  • fix(paths): use upath over path, might fix issue #1 (202a087)
  • chore(deps): upgrade dependencies (2916611)

Release 1.0.0-3

13 Dec 07:06
Compare
Choose a tag to compare
Release 1.0.0-3 Pre-release
Pre-release

Release 1.0.0-2

13 Dec 01:39
Compare
Choose a tag to compare
Release 1.0.0-2 Pre-release
Pre-release