Skip to content

v1.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@luthfimasruri luthfimasruri released this 22 Mar 21:04
· 216 commits to alpha since this release

1.0.0-alpha.1 (2021-03-22)

Bug Fixes

  • πŸ› fix clicking the toolbar menu is detected as blur event (43fa320)
  • πŸ› fix emit arguments (18266b0)
  • add .releaserc configurations (53f9200)
  • add @semantic-release/exec (cba93f8)
  • add name to vueup-quill-dist release (e814f55)
  • add theme:build script (45314a4)
  • assets options .releaserc (3ca2560)
  • composeOptions object creation (e161363)
  • distribution path (bf97b6f)
  • emits event arguments (03b4faf)
  • named the events arguments (c1836eb)
  • props.toolbar (72cddb1)
  • remove redundant & unused themes (6e2c4b3)

Features

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.