Skip to content

Releases: jaredmcateer/ngVue3

@jaredmcateer/[email protected]

13 Jun 17:37
b8f3f45

Choose a tag to compare

Minor Changes

@jaredmcateer/[email protected]

13 Mar 18:34
eea62c7

Choose a tag to compare

Minor Changes

@jaredmcateer/[email protected]

23 Nov 20:55
051a897

Choose a tag to compare

Patch Changes

@jaredmcateer/[email protected]

07 Sep 21:12
f3f338f

Choose a tag to compare

Patch Changes

@jaredmcateer/[email protected]

12 Jul 17:09
253766e

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/[email protected]

31 May 20:10
6e1337c

Choose a tag to compare

Patch Changes

@jaredmcateer/[email protected]

18 May 19:06
c6d87a2

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/[email protected]

13 May 04:39
236b78d

Choose a tag to compare

Patch Changes

@jaredmcateer/[email protected]

13 May 04:17
75a7f72

Choose a tag to compare

Minor Changes

@jaredmcateer/[email protected]

11 May 22:53
5e9ebf4

Choose a tag to compare

Minor Changes