Skip to content

Releases: jaredmcateer/ngVue3

@jaredmcateer/ngvue3@0.5.0

13 Jun 17:37
b8f3f45
Compare
Choose a tag to compare

Minor Changes

@jaredmcateer/ngvue3@0.4.0

13 Mar 18:34
eea62c7
Compare
Choose a tag to compare

Minor Changes

@jaredmcateer/ngvue3@0.3.7

23 Nov 20:55
051a897
Compare
Choose a tag to compare

Patch Changes

@jaredmcateer/ngvue3@0.3.6

07 Sep 21:12
f3f338f
Compare
Choose a tag to compare

Patch Changes

@jaredmcateer/ngvue3@0.3.5

12 Jul 17:09
253766e
Compare
Choose a tag to compare

Patch Changes

  • #26 78cde59 Thanks @jaredmcateer! - Fixed component name inference

    Previously if the name property of components was missing it would default to UnnamedComponent. This made it difficult to search for components in Vue Devtools since you would just get a list of NgVue-UnnamedComponent in the list.

    This change will first attempt the name property, then it will use the file path and failing that it will name the component AnonymousComponent. This is more inline with the Vue 3 logic for determining component names.

@jaredmcateer/ngvue3@0.3.4

31 May 20:10
6e1337c
Compare
Choose a tag to compare

Patch Changes

@jaredmcateer/ngvue3@0.3.3

18 May 19:06
c6d87a2
Compare
Choose a tag to compare

Patch Changes

  • 9ea3e7b Thanks @jaredmcateer! - Build UMD Package

    • Fixes build of UMD package
    • Updates documentation and demo page with UMD usage

@jaredmcateer/ngvue3@0.3.1

13 May 04:39
236b78d
Compare
Choose a tag to compare

Patch Changes

@jaredmcateer/ngvue3@0.3.0

13 May 04:17
75a7f72
Compare
Choose a tag to compare

Minor Changes

@jaredmcateer/ngvue3@0.2.0

11 May 22:53
5e9ebf4
Compare
Choose a tag to compare

Minor Changes