Skip to content

Commit 8a66cd5

Browse files
committed
build($ngx-jodit): release version 3.1.5
1 parent dc1b0ba commit 8a66cd5

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

apps/demo/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h3 class="pt-3">Options</h3>
4949
your options as JSON to test it.
5050
</p>
5151
<p>
52-
For example you can insert <code>&#123;"disabled": true}</code>
52+
For example you can insert <code>&#123;"disabled": true &#125;</code>
5353
</p>
5454
<textarea [(ngModel)]="optionsStr" name="options"></textarea>
5555
</main>

libs/ngx-jodit/CHANGELOG.md

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

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

5-
## <small>3.1.4 (2024-11-21)</small>
5+
## <small>3.1.5 (2024-12-09)</small>
66

7-
* docs(ngx-jodit): update README.md ([81c2b8b](https://github.com/julianpoemp/ngx-jodit/commit/81c2b8b))
8-
* chore(project): migrate ngx-deploy-npm to v8 ([9e4765f](https://github.com/julianpoemp/ngx-jodit/commit/9e4765f))
9-
* chore(project): migrate to Nx 19 ([09c1caf](https://github.com/julianpoemp/ngx-jodit/commit/09c1caf))
107

118

129

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.4",
4+
"version": "3.1.5",
55
"peerDependencies": {
66
"@angular/common": ">=16.0.0",
77
"@angular/core": ">=16.0.0",

libs/ngx-jodit/src/lib/ngx-jodit.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export class NgxJoditComponent implements ControlValueAccessor, AfterViewInit, O
125125

126126
ngOnDestroy() {
127127
this.valueSubscription?.unsubscribe();
128-
this.jodit?.events.destruct();
128+
this.jodit?.destruct();
129129
}
130130

131131
initJoditContainer() {

0 commit comments

Comments
 (0)