Skip to content

Releases: julianpoemp/ngx-jodit

ngx-jodit-3.2.1

13 Feb 10:51
6dba8d4
Compare
Choose a tag to compare

3.2.1 (2025-02-13)

  • fix(ngx-jodit): some attributes of JoditConfig are readonly (16fa3f4)

ngx-jodit-3.2.0

13 Feb 10:40
7a22065
Compare
Choose a tag to compare

3.2.0 (2025-02-13)

  • build(ngx-jodit): change peer dependency to Jodit ^4.5.0 (08a8423)
  • feat(ngx-jodit): include IViewOptions in JoditConfig (6216069), closes #32
  • docs(ngx-jodit): change README.md (91e4a05)

3.1.3 (2024-08-13)

Bug Fixes

  • ngx-jodit: databinding using [(value)] resets cursor on change (021a34f)

3.1.2 (2024-01-25)

Bug Fixes

  • reactive form gets dirty after (value) initialization (0761464)

3.1.1 (2024-01-24)

Bug Fixes

  • ngx-jodit: Fixed value handling for reactive forms (5c6aa57)

3.1.0 (2024-01-16)

Features

  • ngx-jodit: ngx-jodit can be used like a Forms component [(ngModel)] support (a1e3fa1)

3.0.2 (2024-01-10)

Features

  • ngx-jodit: new type for Jodit options: JoditConfig (5949571)

3.0.1 (2024-01-08)

Features

  • ngx-jodit: Jodit v4 was released as stable version. ngx-jodit v3 now stable. (503db2a)

BREAKING CHANGES

  • ngx-jodit: If you update from the latest beta version to the
    stable version you don't have to do anything. If you update from
    ngx-jodit v1 you should read the installation instructions of ngx-jodit
    v2 AND the breaking changes of Jodit v4:
    https://github.com/xdan/jodit/releases/tag/4.0.1

1.0.8 (2023-09-26)

Bug Fixes

  • ngx-jodit: [(value)] still resets caret position (1b3a7a0)

1.0.7 (2023-09-22)

Bug Fixes

  • ngx-jodit-pro: [(value)] not working correctly, e.g. resets cursor (bf4a223)
  • ngx-jodit: [(value)] not working correctly, e.g. resets cursor (1821283)

1.0.6 (2023-09-18)

1.0.5 (2023-09-18)

Bug Fixes

  • ngx-jodit: add missing joditKeyUp event (32cf560)
  • ngx-jodit: ngModel [(value)] not working for outside changes (35f0e59)

1.0.4 (2023-06-17)

3.0.0-beta.10 (2023-11-15)

Features

  • ngx-jodit: ngx-jodit uses the ESM version of Jodit (d8b06d7), closes #18

BREAKING CHANGES

  • ngx-jodit: ngx-jodit v3 now uses the ESM version of jodit. That's
    why there are some breaking changes because the way to import the module
    and jodit plugins changed. Please have a look on the new installation
    instructions.

3.0.0-beta.9 (2023-10-13)

Bug Fixes

  • ngx-jodit: missing icons for toolbar buttons (c265329)

BREAKING CHANGES

  • ngx-jodit: You have to add the Jodit JS file to the list of your
    app's scripts attribute. See installation instructions for more
    information

3.0.0-beta.8 (2023-09-26)

Bug Fixes

  • ngx-jodit: [(value)] still resets caret position (63b3942)

3.0.0-beta.7 (2023-09-22)

Bug Fixes

  • ngx-jodit: [(value)] not working correctly, e.g. resets cursor (7ef29e8)

3.0.0-beta.6 (2023-09-18)

Bug Fixes

  • ngx-jodit: fix ngModel [(value)] not working with outside changes (36380cb)

3.0.0-beta.5 (2023-06-30)

Features

  • ngx-jodit: add events joditKeyUp and joditMouseup (81a08c6)
  • ngx-jodit: add type for options (47660de)

ngx-jodit-3.1.5

09 Dec 09:48
8a66cd5
Compare
Choose a tag to compare

3.1.5 (2024-12-09)

Bug Fixes

  • ngx-jodit: Jodit not destructed correctly on OnDestroy

ngx-jodit-3.1.4

21 Nov 08:27
dc1b0ba
Compare
Choose a tag to compare

3.1.4 (2024-11-21)

  • docs(ngx-jodit): update README.md (81c2b8b)
  • chore(project): migrate ngx-deploy-npm to v8 (9e4765f)
  • chore(project): migrate to Nx 19 (09c1caf)

ngx-jodit-pro-3.0.1

20 Nov 12:13
1a78276
Compare
Choose a tag to compare

3.0.1 (2024-11-20)

  • fix: await jodit ready (3ff4376)
  • fix: reactive form patch and inner value (a550c98)

Thanks to

ngx-jodit-pro-2.0.1

25 Oct 09:07
fac6e01
Compare
Choose a tag to compare

2.0.1 (2024-10-25)

Features

  • Support for Jodit v4 and template driven and reactive forms

ngx-jodit-pro-3.0.0

24 Oct 10:40
c85185d
Compare
Choose a tag to compare

3.0.0 (2024-10-24)

  • chore(project): migrate ngx-deploy-npm to v8 (9e4765f)
  • chore(project): migrate to Nx 19 (09c1caf)
  • docs(project): update README.md (3c98334)
  • feat(ngx-jodit-pro): support for jodit-pro v4 (45cad3b)
  • feat(ngx-jodit-pro): support for template-driven and reactive forms (f363ff4), closes #35
  • refactor(ngx-jodit): v3 branch is now main branch (7610712)

ngx-jodit-pro-1.0.8

24 Oct 11:17
4ad00f4
Compare
Choose a tag to compare

ngx-jodit-pro v1.0.8 is now deprecated

ngx-jodit-3.1.3

13 Aug 17:42
1a72ed9
Compare
Choose a tag to compare

3.1.3 (2024-08-13)

Bug Fixes

  • ngx-jodit: databinding using [(value)] resets cursor on change (021a34f)

ngx-jodit-3.1.2

25 Jan 09:10
d42b115
Compare
Choose a tag to compare

3.1.2 (2024-01-25)

Bug Fixes

  • reactive form gets dirty after (value) initialization (0761464)

Thanks to