Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

55 lines (33 loc) · 2.25 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

0.4.0 (2024-10-05)

🚀 Features

  • update attrib & value config handling (7495584)
    • allow reactive attributes in more places
    • don't generate event handlers if widget spec has no value option
    • always apply user provided attribs (incl. event handlers) last

0.3.1 (2024-03-28)

🩹 Bug fixes

  • fix multiFile() handling/detection (5339339)

0.3.0 (2024-03-27)

🚀 Features

  • add hidden(), reset() & submit() field types (3304ee4)

0.2.0 (2023-12-11)

🚀 Features

  • update range() value label handling (41f97d3)
  • add value type generics for selectXX/multiSelectXX (55d9897)
  • make attribs type-specifc (5c6de7f)

🩹 Bug fixes

  • fix trigger() event handler (9faaf26)

0.1.0 (2023-12-09)

🚀 Features

  • import as new pkg (894e58d)
  • add docs, update generateForm(), factories (716a988)
  • add BehaviorOpts.values, update value attrib handling (1283d80)

🩹 Bug fixes