Skip to content

Files

Latest commit

 

History

History
64 lines (39 loc) · 2.6 KB

CHANGELOG.md

File metadata and controls

64 lines (39 loc) · 2.6 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2022-01-01 are listed here. Please consult the Git history for older version information. 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.

1.0.2 (2025-01-10)

🩹 Bug fixes

  • update Num element spec (33b1f67)
    • allow any as step value

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