Releases: dytab/ngx-blocknote
Releases · dytab/ngx-blocknote
v1.2.0
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
v1.1.0
1.1.0 (2024-09-14)
🚀 Features
- do not render controller content, when not shown (b298186)
❤️ Thank You
v1.0.3
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
1.0.2 (2024-09-09)
🩹 Fixes
- export file formatting toolbar buttons (6feb91f)
❤️ Thank You
v1.0.1
1.0.1 (2024-09-09)
🩹 Fixes
- add support for fixed formatting toolbar and suggestion menu (ad62b04)
❤️ Thank You
v1.0.0
1.0.0 (2024-08-30)
🩹 Fixes
- do not rebuild editor, on custom editor (a6b3d3f)
❤️ Thank You
v0.20.0
0.20.0 (2024-08-28)
🚀 Features
- editor can be overwritten (2408604)
❤️ Thank You
v0.19.0
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
v0.18.1
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
v0.18.0
0.18.0 (2024-08-21)
🚀 Features
- make editor work with angular forms (b3dd2d7)
❤️ Thank You