feat(dees-form): register new input components (tags, list, wysiwyg, richtext) and emit change notification for richtext updates

This commit is contained in:
2026-03-10 13:56:22 +00:00
parent 09741e0b37
commit eaf327ea75
4 changed files with 21 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-10 - 3.45.0 - feat(dees-form)
register new input components (tags, list, wysiwyg, richtext) and emit change notification for richtext updates
- Added imports and registration of DeesInputTags, DeesInputList, DeesInputWysiwyg, and DeesInputRichtext in dees-form
- Extended TFormInputElement union type to include the new input components
- DeesInputRichtext now calls changeSubject.next(this.value) in the editor onUpdate handler to propagate changes
## 2026-03-10 - 3.44.0 - feat(appui-tabs)
add support for left/right tab action buttons and content tab action APIs