UNPKG

vue-ctx-injector

Version:

A tool for injecting standalone Vue.js components into HTML contexts.

64 lines (49 loc) 1.54 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.3.0] ### Added - Unit tests for the whole package ## [1.2.1] ### Changed - A clearer errors management for user-provided data (Vue inst. / options) ## [1.2.0] - 2021-02-20 ### Changed - Added a `parse` public method to allow HTML customized elements after VCI instantiation ## [1.1.3] - 2021-02-20 ### Changed - First part of a clean & code split rework into core functions ## [1.1.2] - 2021-02-17 ### Fixed - The weird merge strategy when `replaceRoot` conf. option is set to `true` ## [1.1.1] - 2021-02-17 ### Fixed - The weird merge strategy when `replaceRoot` conf. option is set to `true` ## [1.1.0] - 2021-02-16 ### Added - A `replaceRoot` configuration option - Prefixes management in configuration options (`componentPrefix` and `propPrefix`) ## [1.0.2] - 2021-02-16 ### Added - More infos in README (standalone comps) ## [1.0.1] - 2021-02-16 ### Changed - Fixed constructor docstring - Replaced custom script path by CDN (jsDelivr) ## [1.0.0] - 2021-02-15 ### Changed - README clean informations - Code clean ## [0.0.3] - 2021-02-12 ### Changed - Removed useless prefix from VCI's class properties ## [0.0.2] - 2021-02-12 ### Added - DocString to the main VCI script ## [0.0.1] - 2021-02-12 ### Added - First implementation - CHANGELOG file - README sample file