Releases: quicoto/two-way-data-binding
Releases · quicoto/two-way-data-binding
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
What's Changed
- build: remove duplicated test by @rogercornet in #42
- build: update deps by @quicoto in #43
- feat: set custom attribute and the value on setting value to proxy by @rogercornet in #44
Full Changelog: v2.0.0...v2.1.0
2.0.0
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
1.8.1
What's Changed
- fix: use new CustomEvent instead of deprecated createEvent by @rogercornet in #40
Full Changelog: v1.8.0...v1.8.1
1.8.0
What's Changed
- build: update dev dependencies by @quicoto in #35
- build: update dev dependencies by @quicoto in #37
- build(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #36
- Drop safari 14 by @quicoto in #38
- build: upgrade to node 18 by @quicoto in #39
New Contributors
- @dependabot made their first contribution in #36
Full Changelog: v1.7.1...v1.8.0
1.7.1
What's Changed
- fix: avoid adding dom references to provided dataModel by @rogercornet in #33
Full Changelog: v1.7.0...v1.7.1