v1.0.0-alpha.1
Pre-release
Pre-release
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
- add methods getEditor, getToolbar, reinit (3353dfc)
- add release.yml (86a6c61)
- add semantic-release (979ea14)
- install stylus (d5cd97d)
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.