feat(dees-form-submit): forward button properties to internal dees-button, use property bindings, add demo and styles

This commit is contained in:
2026-02-02 14:32:20 +00:00
parent b123768474
commit 7c62f45d77
4 changed files with 136 additions and 21 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2026-02-02 - 3.42.0 - feat(dees-form-submit)
forward button properties to internal dees-button, use property bindings, add demo and styles
- Added forwarded properties: type, size, icon, iconPosition (with defaults) and preserved text/status/disabled
- Changed template to use property bindings (.prop) for dees-button instead of string attributes
- Switched internal event handler to listen for dees-button's @clicked event (was @click)
- Added component styles (:host display and dees-button width:100%) and improved layout
- Expanded demo with multiple usage examples (basic, icons, types, sizes, states, and a form context)
## 2026-02-02 - 3.41.6 - fix(dees-simple-appdash)
respect selectedView when loading initial view, falling back to the first tab