Skip to content

Commit 7a22065

Browse files
committed
build($ngx-jodit): release version 3.2.0
1 parent 08a8423 commit 7a22065

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

libs/ngx-jodit/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5-
## <small>3.1.5 (2024-12-09)</small>
5+
## 3.2.0 (2025-02-13)
66

7+
* build(ngx-jodit): change peer dependency to Jodit ^4.5.0 ([08a8423](https://github.com/julianpoemp/ngx-jodit/commit/08a8423))
8+
* feat(ngx-jodit): include IViewOptions in JoditConfig ([6216069](https://github.com/julianpoemp/ngx-jodit/commit/6216069)), closes [#32](https://github.com/julianpoemp/ngx-jodit/issues/32)
9+
* docs(ngx-jodit): change README.md ([91e4a05](https://github.com/julianpoemp/ngx-jodit/commit/91e4a05))
710

811

912

libs/ngx-jodit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-jodit",
33
"description": "Angular wrapper for jodit WYSIWYG editor",
4-
"version": "3.1.5",
4+
"version": "3.2.0",
55
"peerDependencies": {
66
"@angular/common": ">=16.0.0",
77
"@angular/core": ">=16.0.0",

0 commit comments

Comments
 (0)