Skip to content

Latest commit

 

History

History
84 lines (56 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

84 lines (56 loc) · 2.13 KB

0.3.1 (2014-12-25)

  • summernote organization maintains angular-summernote now.
  • Upgrade summernote to v0.6.0
  • bug fixes
    • fix Referencing a DOM node in Expression Error(see #25)

0.3.0 (2014-10-19)

Support AngularJS 1.3.0

  • bug fixes (#20)

0.2.4 (2014-10-04)

  • bug fixes (#19)

0.2.3 (2014-09-04)

Bug fixes

  • ngModel is synchronized with insert images (#15)

0.2.2 (2014-05-11)

Bug Fixes

  • ngModel is synchronized when summernote's codeview mode is enabled. (#7)

0.2.1 (2014-02-23)

Bug Fixes

  • ngModel is syncronized when text is changed using toolbar (#4)

0.2.0 (2014-01-26)

This release adds ngModel support

Features

  • support ngModel attribute(code attribute is removed)

Breaking Changes

  • use ngModel attribute instead code attribute for 2-ways binding.

    To migrate your code change your markup like below.

    Before:

<summernote code="text"></summernote>

After:

<summernote ng-model="text"></summernote>

0.1.1 (2014-01-18)

Very first, initial release.

Features

summernote direcive was released with the following directives:

  • summernote directive
  • height and focus attributes
  • config attribute
  • code attribute
  • on-init, on-enter, on-foucs, on-blur, on-keyup, on-keydown and on-image-upload attributes for event listeners
  • lang attribute for i18n