Skip to content

Latest commit

 

History

History
145 lines (75 loc) · 8.31 KB

CHANGELOG.md

File metadata and controls

145 lines (75 loc) · 8.31 KB

Change Log

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)

Bug Fixes

1.0.0-beta.23 (2018-07-31)

Note: Version bump only for package @vue/test-utils

1.0.0-beta.22 (2018-07-29)

Bug Fixes

Features

  • export createWrapper method to create wrapper from instance (#868) (ebca3b3)
  • export wrapper class (#866) (c212ebf)

1.0.0-beta.21 (2018-07-22)

Bug Fixes

  • handle textarea correctly in setValue() and setChecked() (#771) (4c9fe3c)
  • types: remove unnecessary method (#755) (2068208)
  • broken links for deprecated methods (#786) (5bb6a0b)
  • fix type of wrapper.vm (#759) (ff5220d)
  • handle cloneDeep errors in createLocalVue (#844) (17dfdc8)
  • handle unnamed parent and child components (#768) (71a2ac4)
  • improve scopedSlots option (#808) (b946997)
  • 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)

Features

1.0.0-beta.20 (2018-06-24)

Bug Fixes

Features

  • 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)

Bug Fixes

  • include default props in props object (#716) (5bcf574)
  • wrapper.setSelected() to work on select with optgroups (#715) (dae0b1c)

Features

1.0.0-beta.18 (2018-06-09)

Bug Fixes

1.0.0-beta.17 (2018-06-09)

Bug Fixes

Features

BREAKING CHANGES

  • removes templates from slots