Skip to content

v1.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@luthfimasruri luthfimasruri released this 15 Apr 13:33
· 97 commits to beta since this release

1.0.0-beta.1 (2021-04-15)

Bug Fixes

Features

  • ✨ add prebuild configuration (a0c7c87)
  • ✨ add support contentType html, text & delta (b07093c)
  • ✨ release beta version (c3ad27f)
  • docs: add google analytics (74c8563)
  • add comments (4104ffe)
  • add methods getEditor, getToolbar, reinit (3353dfc)
  • add release.yml (86a6c61)
  • add semantic-release (979ea14)
  • add size-check package (ece8796)
  • install stylus (d5cd97d)
  • refactor build system (6c5ba40)

Performance Improvements

  • πŸš€ add disscussion link (b463bea)
  • πŸš€ first release @vueup/vue-quill (de7f2b7)
  • πŸš€ vue-quill initial release (5b1576f)
  • add import Quill from quill/core (ee6f74d)
  • remove install function (4137b00)

BREAKING CHANGES

  • revert back to version 1.0.0
  • move npm package from @vueup/quill to @vueup/vue-quill

For new version use VueQuill istead of VueUpQuill

  • first release @vueup/vue-quill
  • you can't use Vue.use() to register the component, use Vue.component() instead.