Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

46 lines (27 loc) · 1.86 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.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