·
3 commits
to main
since this release
3.2.2 (2025-03-18)
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
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)