Skip to content

Releases: dytab/ngx-blocknote

v1.2.0

17 Sep 10:07
Compare
Choose a tag to compare

1.2.0 (2024-09-17)

🚀 Features

  • do not initialize menus and toolbars, when not shown (2d911f9)
  • use dictionary for no items found (e9f14a2)
  • add option to override suggestions-menu (d7855e6)

🩹 Fixes

  • table rows can not be added (dc1aa87)
  • suggestion menu click add the block and focuses it (0933db4)
  • make mentions menu example clickable again (ffc10d9)

❤️ Thank You

  • Matthias risto

v1.1.0

14 Sep 22:28
Compare
Choose a tag to compare

1.1.0 (2024-09-14)

🚀 Features

  • do not render controller content, when not shown (b298186)

❤️ Thank You

  • Matthias risto

v1.0.3

14 Sep 09:10
Compare
Choose a tag to compare

1.0.3 (2024-09-14)

🩹 Fixes

  • use fixed instead of absolute, sow overflow:hidden does not cut editor ui components (d1db893)
  • add option to add custom suggestion items with custom editor (5af5f3a)

❤️ Thank You

  • Matthias risto
  • Matthias Risto

v1.0.2

09 Sep 15:10
Compare
Choose a tag to compare

1.0.2 (2024-09-09)

🩹 Fixes

  • export file formatting toolbar buttons (6feb91f)

❤️ Thank You

  • Matthias risto

v1.0.1

09 Sep 14:50
Compare
Choose a tag to compare

1.0.1 (2024-09-09)

🩹 Fixes

  • add support for fixed formatting toolbar and suggestion menu (ad62b04)

❤️ Thank You

  • Matthias risto

v1.0.0

30 Aug 18:12
Compare
Choose a tag to compare

1.0.0 (2024-08-30)

🩹 Fixes

  • do not rebuild editor, on custom editor (a6b3d3f)

❤️ Thank You

  • Matthias risto

v0.20.0

28 Aug 08:19
Compare
Choose a tag to compare

0.20.0 (2024-08-28)

🚀 Features

  • editor can be overwritten (2408604)

❤️ Thank You

  • Matthias risto

v0.19.0

26 Aug 17:10
Compare
Choose a tag to compare

0.19.0 (2024-08-26)

🚀 Features

  • add ssr example (46ba58a)
  • add image formatting toolbar buttons (#4)
  • add tooltips to formatting toolbar (e511dbd)

🩹 Fixes

  • remove two times init, when using options and initContent (5989dde)

❤️ Thank You

  • Matthias risto
  • Matthias Risto @m-risto

v0.18.1

21 Aug 10:18
Compare
Choose a tag to compare

0.18.1 (2024-08-21)

🩹 Fixes

  • don't throw an error when initialContent is empty (b302ec9)
  • editor ready is triggered first time on initialization or editor recreate (54a54c4)
  • init editor, even when no input was given (b88230d)

❤️ Thank You

  • Matthias risto

v0.18.0

21 Aug 07:40
Compare
Choose a tag to compare

0.18.0 (2024-08-21)

🚀 Features

  • make editor work with angular forms (b3dd2d7)

❤️ Thank You

  • Matthias risto