Releases: jaredmcateer/ngVue3
@jaredmcateer/[email protected]
Minor Changes
- #37
89ea165Thanks @jaredmcateer! - Adds support for global components
@jaredmcateer/[email protected]
Minor Changes
- #34
e8366e1Thanks @jaredmcateer! - Adding InjectionKey support to \$ngVueProvider.provide
@jaredmcateer/[email protected]
Patch Changes
- #31
5bdc979Thanks @gbarta-atex! - Compatibility with angularjs < 1.5.0
@jaredmcateer/[email protected]
Patch Changes
- #29
38ce025Thanks @JordanHeinrichs! - Fix memory leak
@jaredmcateer/[email protected]
Patch Changes
-
#26
78cde59Thanks @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-UnnamedComponentin 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
-
68b769eThanks @jaredmcateer! - Exposes NgVueProvider type through main module -
#21
c84b302Thanks @jaredmcateer! - Use replaceChild on "slot" parent
@jaredmcateer/[email protected]
Patch Changes
-
9ea3e7bThanks @jaredmcateer! - Build UMD Package- Fixes build of UMD package
- Updates documentation and demo page with UMD usage
@jaredmcateer/[email protected]
Patch Changes
87e799dThanks @jaredmcateer! - Add missing license field to package.json
@jaredmcateer/[email protected]
Minor Changes
- #8
d48c2a0Thanks @jaredmcateer! - Added directives support
@jaredmcateer/[email protected]
Minor Changes
-
#5
452168fThanks @jaredmcateer! - Adding plugins to ngVue 3!Also fix the documentation in the demo app.