Skip to content

v1.0.0-beta.9

Choose a tag to compare

@bencroker bencroker released this 01 Mar 23:15
· 279 commits to develop since this release
d18c9c5

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.