Releases: eddyerburgh/avoriaz
Releases · eddyerburgh/avoriaz
1.13.0
- [New] Add option to pass Components to slots
- [New] Add option to pass globals in mount method
- [New] Add setProps wrapper method
1.12.1
- [New] Remove development mode warning log
- [Fix] Handle slots as arrays
1.12.0
- [New] Add slots mount option
1.11.2
- [Fix] Add undocumented options argument to use method
1.11.1
- [Fix] Mount entire component in hasStyle to accurately detect CSS
1.11.0
- [New] Add attachToDocument option
- [New] Use getters to retrieve vNode
- [Fix] Remove duplicate vNodes by comparing element node
- [Docs] Standardize docs
- [Docs] Add guide to using with vuex
1.9.4
- [Fix] Change propsData warning message to give a correct example
1.9.3
- [Docs] Add examples to docs
- [Docs] Fix typo in README
1.9.2
- [Docs] Add examples to docs
- [Feature] Log warning when computed, propsData and methods are called with details on unbound this
1.9.1: Merge pull request #11 from atilacamurca/doc-ex-computed-2
- Fix bug with vNode not updating when data is set