Skip to content

Commit

Permalink
Fix: JSON editor flat array nodes not responding to nested schemaUpda…
Browse files Browse the repository at this point in the history
…te events (swimlane#939)

* Make sure json editor flat array nodes forward schemaUpdate events from within

* Reword changelog entry
  • Loading branch information
swimlane-alex authored Nov 23, 2022
1 parent d215873 commit 00b3e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/swimlane/ngx-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Fix: Add `cursor: pointer` to `ngx-button` class
- Feature: `ngx-button` now accepts a `type` input
- Breaking: `ngx-button` now defaults to `type="button"`
- Fix: `ngx-json-editor-flat` array nodes will forward `schemaUpdate` events from nested nodes

## 42.5.0 (2022-10-17)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
[isDuplicated]="isDuplicated"
[passwordToggleEnabled]="passwordToggleEnabled"
[inputControlTemplate]="inputControlTemplate"
(schemaUpdate)="schemaUpdate.emit(schemaRef)"
>
<div class="node-options" node-options>
<button
Expand Down

0 comments on commit 00b3e07

Please sign in to comment.