Releases: jaredmcateer/ngVue3
@jaredmcateer/[email protected]
Minor Changes
- #37
89ea165
Thanks @jaredmcateer! - Adds support for global components
@jaredmcateer/[email protected]
Minor Changes
- #34
e8366e1
Thanks @jaredmcateer! - Adding InjectionKey support to \$ngVueProvider.provide
@jaredmcateer/[email protected]
Patch Changes
- #31
5bdc979
Thanks @gbarta-atex! - Compatibility with angularjs < 1.5.0
@jaredmcateer/[email protected]
Patch Changes
- #29
38ce025
Thanks @JordanHeinrichs! - Fix memory leak
@jaredmcateer/[email protected]
Patch Changes
-
#26
78cde59
Thanks @jaredmcateer! - Fixed component name inferencePreviously 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 ofNgVue-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]
Patch Changes
-
68b769e
Thanks @jaredmcateer! - Exposes NgVueProvider type through main module -
#21
c84b302
Thanks @jaredmcateer! - Use replaceChild on "slot" parent
@jaredmcateer/[email protected]
Patch Changes
-
9ea3e7b
Thanks @jaredmcateer! - Build UMD Package- Fixes build of UMD package
- Updates documentation and demo page with UMD usage
@jaredmcateer/[email protected]
Patch Changes
87e799d
Thanks @jaredmcateer! - Add missing license field to package.json
@jaredmcateer/[email protected]
Minor Changes
- #8
d48c2a0
Thanks @jaredmcateer! - Added directives support
@jaredmcateer/[email protected]
Minor Changes
-
#5
452168f
Thanks @jaredmcateer! - Adding plugins to ngVue 3!Also fix the documentation in the demo app.