Releases: danielo515/obsidian-modal-form
Releases · danielo515/obsidian-modal-form
v1.52.0
1.52.0 (2024-09-29)
Features
- form-runtime: markdown block input (567d391)
v1.51.0
1.51.0 (2024-09-13)
Features
- create an example vault (6c1f7c8)
- form-builder: add ability to hide fields to the UI (1af3b2d)
- form-engine: basic inputs can be hidden (6b5d17f)
v1.50.0
1.50.0 (2024-07-10)
Features
Bug Fixes
- provide a logger implementation that only shows debug messages on debug (72faa20)
v1.49.0
1.49.0 (2024-07-05)
Features
- runtime: allow the select to be used as condition for other fields (0d23e0b)
Bug Fixes
- builder: properly save the isSet condition (1ffe488)
v1.48.0
1.48.0 (2024-07-02)
Features
- conditional input form builder (5f6a9be)
- runtime: conditional fields v1 (4ab141e)
- runtime: show conditional errors in the form (83a1060)
Bug Fixes
- ConditionInput finally works as expected (c5d5fff)
v1.47.0
1.47.0 (2024-06-22)
Features
- group error messages (e0e9423)
- remove completely the old way of rendering fields (801d331)
- runtime: svelte versions of DocumentBlock and InputNote (968d230)
Bug Fixes
- runtime: input tag in svelte (879aba9)
- runtime: svelte wrappers for obsidian settings (37f5236)
v1.46.0
1.46.0 (2024-06-17)
Features
- util: insert a form template into current note command (d60fe82)
Bug Fixes
- templater: remove empty lines (eda92a2)
v1.45.2
1.45.2 (2024-06-10)
Bug Fixes
- runtime: better weights in file suggestions (aac26d1), closes #272
v1.45.0
1.45.0 (2024-06-04)
Features
- templater: customize result name in template builder (16a2297)
- templater: easily build template body (b705136)