Releases: doxiaodong/ng2-simplemde
Releases · doxiaodong/ng2-simplemde
Add codemirror option support
v2.1.0 feat: add codemirror option support
fix xss error in bundles/ng2-simplemde.umd.min.js
more detail can be found in markedjs/marked#937
because this release do not update simplemde, you may clean the npm cache to update the marked@~0.3.9.
Release 2.0.0
- Upgrade angular 5
- Replace deprecated OpaqueToken with InjectionToken #10, thanks carstenbaumhoegger
- This use aot version@4
Notice, this may cause angular2 error, if you still use [email protected], and you should use [email protected]
Fix AOT loosed
v1.3.3 fix aot losed
Fix no-style export
v1.3.2 fix no-style error
Fix simplemde in form
Release 1.2.0 <do not use this>
use styleUrls to replace import *.css
Breaking change:
- rm no-style module support
- you should modify your config of
simplemde.min.css
fromstyle-loader
toraw-loader
or other.
Release 1.1.0
- add no-style module export, see: https://github.com/doxiaodong/ng2-simplemde/blob/master/README.md#style
release 1.0.0
v1.0.0 release 1.0.0
release 1.0.0-rc.0
- add umd bundles support