Skip to content

Releases: doxiaodong/ng2-simplemde

Add codemirror option support

07 Oct 07:03
Compare
Choose a tag to compare
v2.1.0

feat: add codemirror option support

fix xss error in bundles/ng2-simplemde.umd.min.js

05 Jan 01:50
Compare
Choose a tag to compare

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

13 Nov 02:51
Compare
Choose a tag to compare
  • 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

06 Oct 15:24
Compare
Choose a tag to compare
v1.3.3

fix aot losed

Fix no-style export

26 Sep 01:22
Compare
Choose a tag to compare
v1.3.2

fix no-style error

Fix simplemde in form

25 Sep 02:31
Compare
Choose a tag to compare

Release 1.2.0 <do not use this>

28 Jul 02:15
Compare
Choose a tag to compare
Pre-release

use styleUrls to replace import *.css

Breaking change:

  • rm no-style module support
  • you should modify your config of simplemde.min.css from style-loader to raw-loader or other.

Release 1.1.0

27 Apr 05:41
Compare
Choose a tag to compare

release 1.0.0

15 Feb 14:52
Compare
Choose a tag to compare
v1.0.0

release 1.0.0

release 1.0.0-rc.0

08 Feb 03:26
Compare
Choose a tag to compare
  • add umd bundles support