Skip to content

2.0.0

Compare
Choose a tag to compare
@quicoto quicoto released this 21 Feb 12:08
· 27 commits to main since this release

What's Changed

  • inputs with data-model, data-bind and data-value (or configured attributesCustomValue array) are not updating the model with its value on every event. For those cases, the model needs to be updated manually by dispatching twowaydatabinding:setcustomvalue and passing { detail: { path: path, value: value } }

BREAKING CHANGE: custom events names are no longer editable by @rogercornet in #41

they are fixed to twowaydatabinding:. When using them, set a listener with twowaydatabinding: as event name

Full Changelog: v1.8.1...v2.0.0