Releases: danielo515/obsidian-modal-form
Releases · danielo515/obsidian-modal-form
v1.40.0
1.40.0 (2024-01-21)
Features
- API: expose some utils (eb54365)
- import form modal (a844983)
- import: ability to edit forms imported from JSON (6cdb104)
v1.39.1
1.39.1 (2024-01-17)
Bug Fixes
- tag should allow unknown values (4dec090)
v1.39.0
1.39.0 (2024-01-14)
Features
- multi select notes uses the new notes input (better UI and search) (6c3e1e5)
v1.38.0
1.38.0 (2024-01-13)
Features
- core: enrich_tfile utility function (1cf4508)
- form: the input file is now fuzzy over path and tags. It shows a nicer UI that includes the path (38dc4b3)
- input: note suggest shows the parent folder of the note (6409ebf)
v1.37.0
1.37.0 (2024-01-06)
Features
- command to directly edit a form (47d4d8c)
v1.36.1
1.36.1 (2024-01-06)
Bug Fixes
- form-runtime: show an asterisk when fields are required (b578ace), closes #198
v1.36.0
1.36.0 (2024-01-02)
Features
- allow any value in multi-select dataview (fa9da3d), closes #54
- multi-select fixed can allow unknown values (dcefe7c)
- tags input allow any value to be selected, even if it does not exist yet (1834bf5)
v1.35.0
1.35.0 (2024-01-01)
Features
- option to have a global shortcut to modal form (d262a0e)
v1.34.0
1.34.0 (2023-12-29)
Features
- dataview query preview in FormBuilder (0a5b4cd)
- real time query preview with errors (41a7dec)
v1.33.0
1.33.0 (2023-12-28)
Features
- dataview rendering method for FormValue (86839ce)
- FormResult is now a proxy, so you can access the contained result values safely and directly (3f4a611)
- result value helpers for better user experience (57f2c1b)
- shortcut methods for the ResultValue helper (00ba405)