Added
- Added the ability for all input elements to set bound signals to an array of values by predefining the signal as an array.
Fixed
- Fixed a bug in which
data-signals
was being reapplied each time any attribute changed on an element (#709). - Fixed a bug in which focus was not being restored to input elements after merging fragments (#710).
- Fixed a bug in which the
__delay
modifier was being ignored (#720). - Fixed a bug in which signals bound to text input elements with a
value
attribute were being reset to the value when the entered value was empty.