Releases: mknxdev/vue-ctx-injector
Releases · mknxdev/vue-ctx-injector
v1.3.1
- Upgraded minor pkgs' versions
- Added some infos in RM
v1.3.0
- Added unit testing on the whole package code.
- Integrated Travis CI builds in the project.
v1.2.1
Added a clearer errors management for user-provided data (Vue inst. / options).
v1.2.0
- Rework core functions of the VCI parsing system
- Added a new "parse" public method (see README for details)
v1.1.3
First step of a core functions' rework for better modularity.
v1.1.2
Improved some parts of the docs for more precision.
v1.1.1
Improved the merging strategy when component DOM needs to be merged with root DOM.
v1.1.0
- Added a "replaceRoot" option which provides control over the VComp injection method
- Added options to customize prefixes to use for HTML receiving element attributes
README infos
- Added CDN link into README
- Fixed docstring