fix(dees-button): Fix reflect attribute for disabled property on dees-button component

This commit is contained in:
2024-10-06 01:12:00 +02:00
parent 68992301ff
commit f5fad07038
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 2024-10-06 - 1.1.12 - fix(dees-button)
Fix reflect attribute for disabled property on dees-button component
- Added reflect: true to the 'disabled' property ensuring changes reflect in the DOM attribute.
## 2024-10-05 - 1.1.11 - fix(DeesStepper)
Adjusted CSS properties in DeesStepper component