Skip to content

v1.0.0-beta.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@eddyerburgh eddyerburgh released this 20 Feb 17:52
· 880 commits to dev since this release

v1.0.0-beta.12 (2018-02-20)

Features

  • renderToString: Add renderToString method. This method requires vue-server-renderer as a peer dependency #440

Bug Fixes

  • add-attrs and add-listeners correctly restore silent config option (#428) (6fa6e06)
  • allow plugins to be re-installed in localVue instance (fixes #406) (#411) (9381736)
  • check for errors on child components (#415) (a06e253)
  • compile stub components without render functions (#390) (b792034)
  • don't fire event on disabled element (#424) (e85f20a)
  • find functional components in shallow (#408) (20465ab)
  • remove console.log from stubComponents (#414) (81c40da)
  • setProps validates keys against component options (#416) (a63e34d)
  • transition does not add classes to child components (#423) (fc821a2)
  • typing error with props and attributes (#433) (cf55756), closes #432