Skip to content

Releases: quicoto/two-way-data-binding

2.1.4

12 Jul 10:21
Compare
Choose a tag to compare

What's Changed

  • fix: removes files from final package by @quicoto in #51

Full Changelog: v2.1.3...v2.1.4

2.1.3

12 Jul 10:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

2.1.2

04 Jul 08:13
Compare
Choose a tag to compare

What's Changed

  • Trims empty HTML when saving to state by @quicoto in #46

Full Changelog: v2.1.1...v2.1.2

2.1.1

12 May 09:48
Compare
Choose a tag to compare
  • fix: check if data-value element needs to be processed by @quicoto 871527b

Full Changelog: v2.1.0...v2.1.1

2.1.0

01 Mar 07:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

2.0.0

21 Feb 12:08
Compare
Choose a tag to compare

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

07 Feb 11:33
Compare
Choose a tag to compare

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

25 Jan 07:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.1...v1.8.0

1.7.1

13 Sep 08:00
Compare
Choose a tag to compare

What's Changed

  • fix: avoid adding dom references to provided dataModel by @rogercornet in #33

Full Changelog: v1.7.0...v1.7.1

1.7.0

08 Sep 07:11
Compare
Choose a tag to compare

What's Changed

  • feat: dispatch custom event after set by @quicoto in #31

Full Changelog: v1.6.0...v1.7.0