UNPKG

@thi.ng/rdom-forms

Version:

Data-driven declarative & extensible HTML form generation

65 lines (39 loc) 2.66 kB
# Change Log - **Last updated**: 2025-08-04T09:13:01Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) 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](https://conventionalcommits.org/) 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](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-forms@1.0.2) (2025-01-10) #### 🩹 Bug fixes - update `Num` element spec ([33b1f67](https://github.com/thi-ng/umbrella/commit/33b1f67)) - allow `any` as `step` value ## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-forms@0.4.0) (2024-10-05) #### 🚀 Features - update attrib & value config handling ([7495584](https://github.com/thi-ng/umbrella/commit/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](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-forms@0.3.1) (2024-03-28) #### 🩹 Bug fixes - fix multiFile() handling/detection ([5339339](https://github.com/thi-ng/umbrella/commit/5339339)) ## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-forms@0.3.0) (2024-03-27) #### 🚀 Features - add hidden(), reset() & submit() field types ([3304ee4](https://github.com/thi-ng/umbrella/commit/3304ee4)) ## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-forms@0.2.0) (2023-12-11) #### 🚀 Features - update range() value label handling ([41f97d3](https://github.com/thi-ng/umbrella/commit/41f97d3)) - add value type generics for selectXX/multiSelectXX ([55d9897](https://github.com/thi-ng/umbrella/commit/55d9897)) - make attribs type-specifc ([5c6de7f](https://github.com/thi-ng/umbrella/commit/5c6de7f)) #### 🩹 Bug fixes - fix trigger() event handler ([9faaf26](https://github.com/thi-ng/umbrella/commit/9faaf26)) ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-forms@0.1.0) (2023-12-09) #### 🚀 Features - import as new pkg ([894e58d](https://github.com/thi-ng/umbrella/commit/894e58d)) - add docs, update generateForm(), factories ([716a988](https://github.com/thi-ng/umbrella/commit/716a988)) - add BehaviorOpts.values, update value attrib handling ([1283d80](https://github.com/thi-ng/umbrella/commit/1283d80)) #### 🩹 Bug fixes - fix radio attribs ([7bb28ca](https://github.com/thi-ng/umbrella/commit/7bb28ca))