CKEditor for Vaadin 1.5.0 is available in the directory

Just uploaded the latest release into the directory:


http://vaadin.com/addon/ckeditor-wrapper-for-vaadin

1.5.0 (1 December 2011)

  • Upgraded to Vaadin 6.7.2.
  • Removed Config.setStylesCombo_stylesSet() method as it was previously deprecated. Use Config.setStylesSet() instead.

*** All of the following feature upgrades in this release were contributed by Stefan Meißner, davengo GmbH (Thanks!)

  • Focus and TabIndex (implementing Focusable)
  • CKEditorField.insertHtml (insert html at the current selection)
  • CKEditorField.insertText (insert text at the current selection)
  • Detect more Content Changes (Undo, Redo, Snapshot, Source-View changes)
  • EnterMode and ShiftEnterMode (@Config)
  • Added to Config:
    • Language
    • templates_replaceContent
    • forcePasteAsPlainText
    • forceEnterMode