Skip to content

v1.0.0-beta.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@eddyerburgh eddyerburgh released this 27 Dec 10:05
· 972 commits to dev since this release

1.0.0-beta.9 (2017-12-27)

Bug Fixes

  • setComputed: permanently update computed watcher when called ebccc8d, closes #273
  • add create-wrapper 6cb1711
  • add support for uncompiled extended components 359c805
  • find ref childComponent (#268) 256086b
  • handle extended components in find 07ec920
  • remove preventDefault from options 195449e, closes #211
  • render node transition is dynamic 72c386b, closes #52
  • set vuex watcher getter (#287) 2bf5489
  • throw error if target is set in options 3c870a1
  • wrapper.attributes() method (#265) 1897300

build

Features

  • contains: refactor contains to include root element 4543c4f, closes #24
  • support unnamed component selectors df706fe
  • find: improve support for functional components 27e9d79
  • find: support functional components d6bf1b8
  • slots: Improve passing text to slots (#274) a9dd893
  • update: run watchers in update e4151b0, closes #283

BREAKING CHANGES

  • contains: this changes the contains behavior to include the root element.
  • amd build will no longer be generated. You should use
    the umd build instead