Skip to content

Releases: summernote/angular-summernote

v0.8.1

28 Mar 18:39
Compare
Choose a tag to compare
  • Fix a performance issue that introduced in v0.8.0. There was a
    reactivating editor problem in case of ngModel is provided and
    editor's contents updated.
    #117,
    #119
  • Support dialogsinbody attribute
    #121

v0.8.0

05 Mar 08:53
Compare
Choose a tag to compare
  • Support Summernote v0.8.x
  • Support AngularJS 1.5.x
  • Keep callbacks in the configuration object
    #112
  • Fux a summernote history stack issue with empty model
    #109

v0.7.1

22 Jan 09:37
Compare
Choose a tag to compare
  • Fix a bug that load 2 editor on IE(it is a workaround)
    #98
  • Fix a bug when content is empty
    #105
  • Support placeholder, min height and max height options
    #97,
    #104
  • Supoort on-media-delete callback
    #92

v0.7.0

11 Dec 15:22
Compare
Choose a tag to compare
  • Make compatible with summernote v0.7.0

v0.5.2

29 Nov 06:12
Compare
Choose a tag to compare

fix a broken ngModel binding with angular 1.3 #84

v0.5.1

06 Oct 19:42
Compare
Choose a tag to compare

Support initial text from inner markup in directive #77

v0.5.0

18 Aug 18:53
Compare
Choose a tag to compare

v0.4.2

18 Aug 18:43
Compare
Choose a tag to compare
  • bug fixes
    • fix "Maximum call stack size exceeded" error in airmode
      #62
    • clean ngModel when content is empty
      #53

v0.4.0

25 May 12:13
Compare
Choose a tag to compare

Breaking changes

  • Support Summernote v0.6.4+. It's not compatible with the version under v0.6.4.
    If you use summernote v0.6.3-, use angular-summernote v0.3.2.
  • Now, editor object exposed via editor attribute.

Features

  • Support ngModelOptions
  • Support onToolbarClick event
  • Publish in npm registry

v0.3.2

13 Feb 16:16
Compare
Choose a tag to compare
  • bug fixes
    • fix to avoid inprog error with outer scope #34)