Skip to content

Latest commit

 

History

History
182 lines (107 loc) · 13.4 KB

CHANGELOG.md

File metadata and controls

182 lines (107 loc) · 13.4 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

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

Features

  • support scopedSlots mounting option for functional component (#893) (7a04ff4)

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

Bug Fixes

  • add stubs/mocks to extended components (#881) (862ce5c)

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

Bug Fixes

Features

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

Bug Fixes

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

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

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