Skip to content

Latest commit

 

History

History
426 lines (231 loc) · 29.1 KB

CHANGELOG.md

File metadata and controls

426 lines (231 loc) · 29.1 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.4 (2020-08-17)

Bug Fixes

1.0.2 (2020-05-06)

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

1.0.0 (2020-05-05)

Features

1.0.0-beta.33 (2020-04-08)

Bug Fixes

  • create-instance: revert stubbing of component _Ctor (#1479) (70b553b)
  • Add v-slot support in scopedSlots property, fix #1457 (#1485) (4df7619)
  • test-utils: fix cancelable attribute in dom events (#1460) (b1a532a)

Features

  • support lazy modifier with setValue (#1467) (afd7a82)
  • support object class binding in stubbed functional components (#1476) (55f7eac)

1.0.0-beta.32 (2020-03-09)

Bug Fixes

1.0.0-beta.31 (2020-01-18)

Bug Fixes

  • Stop trigger from working on disabled html elements (#1362)
  • Add provide/inject support for Composition API (#1354)
  • Fix issue with keyCodes provided to trigger (#1378) closes #1285, #1295
  • setChecked and setSelected should only work if not already selected (#1380) closes #1339
  • Override watch definitions properly (#1392) closes #1391
  • Support v-slot (#1383) closes #1261
  • Allow find to work on both Pascal case and camel case (#1398) closes #1232
  • Pass refs to functional component stubs #1293 closes #1292

Features

  • Allow templates to be defined in HTML (#1362) closes #351
  • Store the selector when using find (#1248) closes #1135
  • Introduce enableAutoDestroy() helper function (#1245) closes #1236
  • Allow negative indices to be passed to .at() (#1244)
  • Add a get method to Wrapper (#1304) closes #1298

1.0.0-beta.30 (2019-11-28)

Bug Fixes

Code Refactoring

Features

  • add correct render type (#1143) (8a9757c)
  • wrapper: allow destroy() method to work with functional components (#1188) (f4ea3fd)
  • add option to pretty print html components (#1229) (99336c4)
  • stop auto stubbing transition and transition-group (#1127) (85a972c)

BREAKING CHANGES

  • html output will now be formatted
  • render and renderToString are now async
    • Remove sync mode
  • Remove TransitionStub
  • Remove Transition

1.0.0-beta.29 (2019-02-02)

Bug Fixes

Code Refactoring

BREAKING CHANGES

  • Remove polyfills from library
  • hasStyle, hasAttribute, hasClass, hasProp, visible, and setComputed removed

1.0.0-beta.28 (2018-12-29)

Bug Fixes

1.0.0-beta.27 (2018-12-09)

Bug Fixes

Features

1.0.0-beta.26 (2018-11-26)

Bug Fixes