All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.0-beta.24 (2018-08-05)
- handle null in set data (#896) (44c4520)
- reconcile the overridden prototype of component with _Vue mixins (#889) (73980c4)
- render classes of functional component stubs (#898) (11cfee2)
- wrap extended child components (#840) (4faf5fb)
1.0.0-beta.23 (2018-07-31)
1.0.0-beta.22 (2018-07-29)
- remove incorrect test (#847) (e9374b8)
- add unused propsData as component attributes (#865) (c747cd6)
- clear static tree for slots render (#862) (c7ac0d9)
- handle dynamic imports (#864) (4e739bd)
- keep the overrides prototype information of component (#856) (0371793)
- render children for functional component stubs (#860) (e2e48dc)
- stub globally registered components (#859) (5af3677)
- support multiple default slot nodes (#861) (85dd3ec)
- add support for JSX scopedSlots value (#871) (13bcaeb)
- export createWrapper method to create wrapper from instance (#868) (ebca3b3)
- export wrapper class (#866) (c212ebf)
- render props on auto stubs (#834) (8db502d)
1.0.0-beta.21 (2018-07-22)
- broken links for deprecated methods (#786) (5bb6a0b)
- types: remove unnecessary method (#755) (2068208)
- allow extended components as stubs (#825) (65449b3)
- extend extended child components (#757) (bc5aba3)
- fix type of wrapper.vm (#759) (ff5220d)
- handle cloneDeep errors in createLocalVue (#844) (17dfdc8)
- handle textarea correctly in setValue() and setChecked() (#771) (4c9fe3c)
- handle unnamed parent and child components (#768) (71a2ac4)
- improve scopedSlots option (#808) (b946997)
- improve slots option (#813) (5fecbd2)
- recursively call Vue.set in setData (#843) (ef01abf)
- setProps() throws an error if the property is the same reference (#791) (bf655f3)
- stubs extended component correctly (#767) (24ab4c5)
- support setValue on textarea (#764) (e83cda2)
- update props when watcher depends on value (#842) (2aeaee3)
- use boolean for VueWrapper (#763) (6fa6ecd)
- use for in to stub components on prototype (#845) (b6a3659)
- add parentComponent option (#846) (1951409)
- enabled slots option to take class components (#826) (4916fed)
- render slots by default (#782) (1ad731e)
- use setValue() on select element (#837) (2e6de7b)
1.0.0-beta.20 (2018-06-24)
- slots: functional component text slots (#733) (daa56aa)
- force update in setProps (#752) (7e23e09)
- stub child components (#723) (bc736fb)
- element, vnode, vm, and options are read-only (#748) (b801c25)
- set wrapper.vm if the element binds Vue instance (#724) (b14afae)
- throw error if the read-only property is tried to change (#749) (fb46268)
1.0.0-beta.19 (2018-06-14)
- add stubbed components to ignored elements (#714) (5072274)
- handle extended components correctly (#709) (55d831f)
- include default props in props object (#716) (5bcf574)
- support text slots (#711) (93b8d98)
- wrapper.setSelected() to work on select with optgroups (#715) (dae0b1c)
1.0.0-beta.18 (2018-06-09)
1.0.0-beta.17 (2018-06-09)
- add updated hook (#675) (9a2a25a), closes #661
- clone propsData to avoid mutation (#613) (a93275c)
- compile extended components (#637) (e1fb4a0)
- do not deep merge array data (#604) (934745b)
- docs link to wrapper (#601) (fbd8b92)
- make component construct correctly which class extends from Vue (#654) (3ecce2e)
- message for logModifiedComponents (#597) (dea5dba)
- types: add render() (#618) (f5d4a0f)
- method should be updated when triggering (3922ab7)
- remove includes and findIndex (#610) (a70a887)
- remove phantomjs limitation (#663) (e9f3305)
- remove throw from errorHandler (#655) (b4517ab)
- type definition of classes method (#685) (a864ed3)
- Update links to docs (#670) (2f162e6), closes #3
- use regex to test for circular references (#672) (6a40f8a)
- add parent in create-instance (#586) (0ab5a75)
- Add setValue method (#557) (b4331ff)
- overwrite arrays in setData (#652) (032a7a4)
- render component name in stub (#606) (dbf63bb)
- support component slot string (#633) (8294453)
- removes templates from slots