Vue Ckeditor2 Versions Save

CKEditor 4 wrapper by Vue.js

v2.1.5

5 years ago
  • #90 instanceValue not updated when updating editor value by @msarris

v2.1.4

5 years ago
  • Remove prettier dist folder

v2.1.3

5 years ago
  • #89 - Remove vue-runtime-helpers in es format

v2.1.2

5 years ago
  • #49, #88 - Destroy ckeditor instance correctly by @patrickdavey

v2.1.1

5 years ago
  • #83 - Fix events dialogDefinition

v2.1.0

5 years ago
  • #83 - Add Ckeditor events

v2.0.10

5 years ago
  • Error in destroying instance #49 #70 #71

v2.0.9

5 years ago
  • Added ability to make CkEditor readonly #79

v2.0.5

5 years ago
  • Fix content not updating on image upload #67
  • Add instanceReadyCallback prop to allow attaching a custom instanceReady callback #68

v2.0.0

6 years ago
  • 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 )