Skip to content

chore(deps): Upgrade vue-test-utils to v1.0.0-beta.29

Paul Gascou-Vaillancourt requested to merge upgrade-vue-test-utils into master

What does this MR do?

This upgrades @vue/test-utils from v1.0.0-beta.20 to v1.0.0-beta.29. Here's a list of changes for each version since v1.0.0-beta.20:

1.0.0-beta.29

Bug Fixes

Code Refactoring

BREAKING CHANGES

  • Remove polyfills from library
  • hasStyle, hasAttribute, hasClass, hasProp, visible, and setComputed removed
1.0.0-beta.28

Bug Fixes

1.0.0-beta.27

Bug Fixes

Features

1.0.0-beta.26

Bug Fixes

Features

BREAKING CHANGES

  • The tag name rendered by snapshots will use the rendered component tag, rather than the registered component name
1.0.0-beta.25

Bug Fixes

  • handle global stubs and functional extended components (#943) (0d1ddd1)
  • improve emitted type (#933) (3049c3e)
  • render all children (#931) (71a2e7b)
  • throw error if unsupported options passed in vue < 2.3 (#910) (e8d9547)

Features

  • wrapper: add support for getting prop, attribute and classes by key (#941) (9bb9a87)

Performance Improvements

1.0.0-beta.24

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

Bug Fixes

  • add stubs/mocks to extended components (#881) (862ce5c)
1.0.0-beta.22

Bug Fixes

Features

1.0.0-beta.21

Bug Fixes

Features

Specifically, scoped slots testing has been improved, which would be helpful for testing slots in !259 (merged)

Edited by Paul Gascou-Vaillancourt

Merge request reports