Releases: gaetansenn/dw-ui
Releases · gaetansenn/dw-ui
4.2.4
- Replace
domProps.selected
with attrs.selected
in render function
- Use explicit 'selected' attribute instead of boolean property
- Fixes issue where selected option showed as "select an option"
after vuedraggable DOM manipulation
- Maintains
domProps.value
for proper value handling
4.2.1
4.2.1 (2024-05-24)
Bug Fixes
- fix reactivity for notifications values plugin (66ec54b)
4.1.0
4.1.0 (2023-11-27)
Features
- add string type for min/max input for datetime picker (8a61fc2)
4.0.1
4.0.1 (2023-02-13)
Bug Fixes
- apply attr herit to native html element (d94653e)
3.11.1
3.11.1 (2022-12-01)
Bug Fixes
- select: handle async options updated (fed05ac)
3.11.0
3.11.0 (2022-10-04)
Features
- emit focus/blur from inputs (f116ea7)
3.9.2
3.9.2 (2022-06-24)
Bug Fixes
- button: add disabled prop declaration for binding (7e05cc1)
3.9.1
3.9.1 (2022-06-10)
Bug Fixes
- notification: fix bind value (0ff78bf)
3.9.0
3.9.0 (2022-06-09)
Features
- handle dynamic component for notification (fc1534f)