Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 730 Bytes

CHANGELOG.md

File metadata and controls

30 lines (18 loc) · 730 Bytes

3.0.7 (2016-08-09)

Bug Fixes

  • plugins: Clear-styles plugin cleanup.
  • toolbar.provider: isButtonActive was returning undefined instead of false.
  • build: plugins to build.
  • tests: finally we have unit tests (credits to @bampakoa)
  • plugins: missing bindings to plugins
  • editor: createlink command in IE/Edge
  • plugins: IE9+ in Formats plugin
  • editor: IE support for paste content

Features

  • editor: added placeholder
  • docs: examples for all the cases of use
  • plugins: model of editor available to plugins
  • plugins: plugin to clear text styles

3.0.0 (2016-03-24)

BREAKING CHANGES

  • Uses angular.component approach, so requires Angular version 1.5+