Skip to content

Releases: dangvanthanh/vue-ckeditor2

v2.1.5

02 Apr 15:24
Compare
Choose a tag to compare
  • #90 instanceValue not updated when updating editor value by @msarris

v2.1.4

07 Mar 13:39
Compare
Choose a tag to compare
  • Remove prettier dist folder

v2.1.3

07 Mar 13:33
Compare
Choose a tag to compare
  • #89 - Remove vue-runtime-helpers in es format

v2.1.2

06 Mar 15:34
Compare
Choose a tag to compare

v2.1.1

24 Oct 15:06
Compare
Choose a tag to compare
  • #83 - Fix events dialogDefinition

v2.1.0

24 Oct 00:39
Compare
Choose a tag to compare
  • #83 - Add Ckeditor events

v2.0.10

21 Oct 03:52
Compare
Choose a tag to compare

v2.0.9

20 Aug 16:45
Compare
Choose a tag to compare
  • Added ability to make CkEditor readonly #79

v2.0.5

07 Jul 15:55
Compare
Choose a tag to compare
  • Fix content not updating on image upload #67
  • Add instanceReadyCallback prop to allow attaching a custom instanceReady callback #68

v2.0.0

14 May 17:20
Compare
Choose a tag to compare
  • Use vue-ckeditor2 as plugin
import Vue from 'vue';
import VueCkeditor from 'vue-ckeditor2';

Vue.use(VueCkeditor);
  • Use render function for component.
  • Updated CkEditor data on images upload (#57)
  • Fixed issue with caret jump in IE11 (#58 )