Avoriaz Versions Save

🔬 a Vue.js testing utility library

1.13.0

7 years ago
  • [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

7 years ago
  • [New] Remove development mode warning log
  • [Fix] Handle slots as arrays

1.12.0

7 years ago
  • [New] Add slots mount option

1.11.2

7 years ago
  • [Fix] Add undocumented options argument to use method

1.11.1

7 years ago
  • [Fix] Mount entire component in hasStyle to accurately detect CSS

1.11.0

7 years ago
  • [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

7 years ago
  • [Fix] Change propsData warning message to give a correct example

1.9.3

7 years ago
  • [Docs] Add examples to docs
  • [Docs] Fix typo in README

1.9.2

7 years ago
  • [Docs] Add examples to docs
  • [Feature] Log warning when computed, propsData and methods are called with details on unbound this

1.9.1

7 years ago
  • Fix bug with vNode not updating when data is set