Skip to content

Releases: sibiraj-s/ngx-editor

v18.0.0

01 Sep 06:14
Compare
Choose a tag to compare

Breaking Changes

  • requires angular v18 or greater (44bb5c1)

Bug Fixes

  • fix incorrect input type in menu dropdowns (7f40093)

v17.5.4

15 May 10:08
Compare
Choose a tag to compare

Bug Fixes

  • restore curstor style to default (a regression introduced in v17.5.0) (19d951b)

Full Changelog: v17.5.3...v17.5.4

v17.5.3

15 May 06:44
Compare
Choose a tag to compare

Bug Fixes

  • fix toggle text align action via editor menu (617ab34)

Full Changelog: v17.5.2...v17.5.3

v17.5.2

15 May 06:37
Compare
Choose a tag to compare

Bug Fixes

  • fix remove color action (0feb81c)

Full Changelog: v17.5.1...v17.5.2

v17.5.1

14 May 10:27
Compare
Choose a tag to compare

Bug Fixes

  • fix parsing data-indent attribute (0feb81c)

Full Changelog: v17.5.0...v17.5.1

v17.5.0

14 May 08:16
Compare
Choose a tag to compare

Features

  • add support for more css variables (df13034)

Full Changelog: v17.4.0...v17.5.0

v17.4.0

14 May 03:22
Compare
Choose a tag to compare

Features

  • add support for superscript, subscript (65a95ff)
  • add undo, redo menu items (dedff4a)

Bug Fixes

  • fix regression on losing editor focus while selecting menu item (89cca24)

Full Changelog: v17.3.0...v17.4.0

v17.3.0

13 May 10:43
Compare
Choose a tag to compare

Features

  • add support for css variables to customize editor styles (9e54a20, ad9e68e)

Bug Fixes

  • improve accessibility for clickable elements (6ed7575)

Full Changelog: v17.2.0...v17.3.0

v17.2.0

13 May 05:10
Compare
Choose a tag to compare

Features

  • add support for indent/outdent (1dc5443)

Bug Fixes

  • set correct classes to menu buttons (2352039)
  • remove hover styles on disabled state (b2a18e0)
  • set disabled atrribute to menu buttons when disabled (825791e, 0ac482a)

Full Changelog: v17.1.0...v17.2.0

v17.1.0

12 May 12:36
Compare
Choose a tag to compare

Features

  • add support for parseOptions (3d5ac24)
  • unpin prosemirror and floating ui dependencies (22e8bc2)
  • add locale for invalid URL error message (aee35ff)
  • improve menu accessibility (041c167)

Bug Fixes

  • cleanup types (7902131)
  • fix unset link removes other marks in range (c038772)

Full Changelog: v17.0.2...v17.1.0