Skip to content

Instantly share code, notes, and snippets.

@jackmcdade
Last active December 17, 2015 06:58
Show Gist options
  • Save jackmcdade/5568846 to your computer and use it in GitHub Desktop.
Save jackmcdade/5568846 to your computer and use it in GitHub Desktop.
Redactor 9.0.0 beta2 changelog

Redactor Changelog 9.0.0 beta2

  • We did a great job with the code, improving it's reliability, and making Redactor even much more flexible.
  • All-new API with tons of new methods and features.
  • Improved Redactor launch, especially when there're multiple editors on a page.
  • Improved feature of formatting with paragraphs.
  • Improved and completely rebuilt lists feature.
  • Improved blockquotes.
  • Improved code clean-up. The output code is clean and valid.
  • Improved localization; linking a language to Redactor is now easier than ever.
  • Improved alignment.
  • Improved air-mode with multiple editors on a page.
  • Improved undo/redo.
  • Improved code formatting for pre tag.
  • Improved handling of style and script tags.
  • New settings allowedTags and deniedTags.
  • New option of formatting using linebreaks - allows to format text with br tag.
  • New option - placeholder.
  • New mode of Redactor in fullpage for iframe allows to edit the whole html-page.
  • New callbacks syncBeforeCallback and syncAfterCallback. These callbacks trigger with every change in Redactor.
  • New callbacks focusCallback and blurCallback.
  • New option to launch Redactor in code mode.
  • New options to assign shortcuts.
  • New setting allows to select between using strong and em or b and i.
  • New feature: use php formatting in code mode.
  • New feature: turn linkAnchor and linkEmail on and off. By default, one can insert links only.
  • New feature: imageUploadCallback and fileUploadCallback return an image object or a link to a file.
  • Now on browser's window resizing toolbar buttons ail automatically set in two lines (works also on mobile devices).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment