vue-quill

Rich Text Editor Component for Vue 3.

MIT License

Downloads
228.5K
Stars
1.1K

Bot releases are hidden (Show)

vue-quill - v1.0.0-alpha.10

Published by luthfimasruri over 3 years ago

1.0.0-alpha.10 (2021-03-24)

Bug Fixes

  • add optional chaining (965b9e2)
  • update target compilation to es2019 (bf49864)
vue-quill - v1.0.0-alpha.9

Published by luthfimasruri over 3 years ago

1.0.0-alpha.9 (2021-03-24)

Bug Fixes

vue-quill - v1.0.0-alpha.8

Published by luthfimasruri over 3 years ago

1.0.0-alpha.8 (2021-03-24)

Bug Fixes

  • 🎨 remove default export (2c44d9d)
  • 🐛 fix build script rollup config (69690c6)
  • change default export to named export (8765cb2)
  • refactor build system (6d6e589)
vue-quill - v1.0.0-alpha.7

Published by luthfimasruri over 3 years ago

1.0.0-alpha.7 (2021-03-23)

Bug Fixes

vue-quill - v1.0.0-alpha.6

Published by luthfimasruri over 3 years ago

1.0.0-alpha.6 (2021-03-23)

Bug Fixes

  • 🐛 use nextTick to defer execution after the DOM update circle (c6baa9b)
vue-quill - v1.0.0-alpha.5

Published by luthfimasruri over 3 years ago

1.0.0-alpha.5 (2021-03-23)

Bug Fixes

  • include all files in the dist (693ce07)
vue-quill - v1.0.0-alpha.4

Published by luthfimasruri over 3 years ago

1.0.0-alpha.4 (2021-03-23)

Bug Fixes

  • remove globalProps default value (a13d1d2)
vue-quill - v1.0.0-alpha.3

Published by luthfimasruri over 3 years ago

1.0.0-alpha.3 (2021-03-23)

Bug Fixes

  • add fallback github release to tags (186e025)
vue-quill - v1.0.0-alpha.2

Published by luthfimasruri over 3 years ago

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

Bug Fixes

  • 🐛 fix semantic release config (3632568)
vue-quill - v1.0.0-alpha.1

Published by luthfimasruri over 3 years ago

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.