Releases: outsideris/angular-summernote
Releases · outsideris/angular-summernote
v0.8.1
- 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
- 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
- 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
- Make compatible with summernote v0.7.0
v0.5.2
fix a broken ngModel binding with angular 1.3 #84
v0.5.1
Support initial text from inner markup in directive #77
v0.4.2
- bug fixes
- fix "Maximum call stack size exceeded" error in airmode
#62
- clean ngModel when content is empty
#53
v0.4.0
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
- bug fixes
- fix to avoid inprog error with outer scope #34)