Skip to content

Releases: ghiscoding/angular-markdown-editor

v3.1.0

07 Apr 04:41
Compare
Choose a tag to compare

3.1.0 (2023-04-07)

Features

v3.0.2

12 Dec 18:42
Compare
Choose a tag to compare

3.0.2 (2022-12-12)

Bug Fixes

fix: forRoot now requires explicit type ModuleWithProviders, fixes #39 (973b72)

Angular 14 and Bootstrap 4-5 support

12 Sep 13:10
Compare
Choose a tag to compare

Quick Description

Upgrade to latest version of Angular 14 and now also requires at least Bootstrap 4 (also works with BS5)

⚠️ Breaking Change

  • core: upgrade to Angular 14 and Bootstrap 4-5, closes #33 (dd0f3df)

Angular 4+ Support

24 Sep 20:28
Compare
Choose a tag to compare

Angular-Markdown-Editor code base was totally rewritten to support Angular 4+. The demo uses ngx-markdown, however it is not a deep dependency, you can use any Markdown Parser you wish to use.

demo

fix #20 callback not working without parentheses

16 Nov 02:30
Compare
Choose a tag to compare
v1.1.5

fix #20 callback not working without parenthese

Editor does not show up if directive is inside a dynamically added element

03 Nov 02:03
Compare
Choose a tag to compare

Thanks to @DamienGJones for submitting PR#19 to fix #17 :)

Add Event Hooks Callback and external function calls

12 Nov 04:10
Compare
Choose a tag to compare
  • Add Event Hooks Callback
  • Also make each Markdown Editor object available through $rootScope.markdownEditorObjects[editorName]

Add extra markdown-editor locale

06 Oct 02:42
Compare
Choose a tag to compare

Forgot to bump bower & npm, but it basically is the same as v1.0.8

Add markdown-editor extra locale

06 Oct 02:37
Compare
Choose a tag to compare
v1.0.8

Add extra markdown-editor locale

Merge Bower package update & sample

09 Sep 00:18
Compare
Choose a tag to compare

Thanks @nadouani for the validation & sample for the Bower Package