- 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
- Support Summernote v0.8.x
- Support [AngularJS 1.5.x]
- Keep callbacks in the configuration object #112
- Fix a summernote history stack issue with empty model #109
- 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
- Make compatible with summernote v0.7.0
- fix a broken ngModel binding with angular 1.3 #84
- Support initial text from inner markup in directive #77
- Support AngularJS 1.4.x
- bug fixes
- 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.
- Support
ngModelOptions
- Support
onToolbarClick
event - Publish in npm registry
- bug fixes
- fix to avoid inprog error with outer scope #34)
- summernote organization maintains angular-summernote now.
- Upgrade summernote to v0.6.0
- bug fixes
- fix Referencing a DOM node in Expression Error(see #25)
Support AngularJS 1.3.0
- bug fixes (#20)
- bug fixes (#19)
- update with summernote v0.5.8
- add
onChange
event - support airmode
- ngModel is synchronized with insert images (#15)
- update with summernote v0.5.1
- add
onPaste
event
- ngModel is synchronized when summernote's codeview mode is enabled. (#7)
- ngModel is syncronized when text is changed using toolbar (#4)
This release adds ngModel
support
- support
ngModel
attribute(code
attribute is removed)
-
use
ngModel
attribute insteadcode
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>
Very first, initial release.
summernote
direcive was released with the following directives:
summernote
directiveheight
andfocus
attributesconfig
attributecode
attributeon-init
,on-enter
,on-foucs
,on-blur
,on-keyup
,on-keydown
andon-image-upload
attributes for event listenerslang
attribute for i18n