Skip to content

Releases: danielo515/obsidian-modal-form

v1.40.0

21 Jan 12:54
906fe05
Compare
Choose a tag to compare

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

17 Jan 18:39
4d73f6c
Compare
Choose a tag to compare

1.39.1 (2024-01-17)

Bug Fixes

  • tag should allow unknown values (4dec090)

v1.39.0

14 Jan 11:42
15afcaf
Compare
Choose a tag to compare

1.39.0 (2024-01-14)

Features

  • multi select notes uses the new notes input (better UI and search) (6c3e1e5)

v1.38.0

13 Jan 16:03
5b6c6c6
Compare
Choose a tag to compare

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

06 Jan 23:00
10c6ff4
Compare
Choose a tag to compare

1.37.0 (2024-01-06)

Features

  • command to directly edit a form (47d4d8c)

v1.36.1

06 Jan 22:15
f131c37
Compare
Choose a tag to compare

1.36.1 (2024-01-06)

Bug Fixes

  • form-runtime: show an asterisk when fields are required (b578ace), closes #198

v1.36.0

02 Jan 12:01
6142654
Compare
Choose a tag to compare

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

01 Jan 19:14
0e7e24b
Compare
Choose a tag to compare

1.35.0 (2024-01-01)

Features

  • option to have a global shortcut to modal form (d262a0e)

v1.34.0

29 Dec 09:15
b2bf17b
Compare
Choose a tag to compare

1.34.0 (2023-12-29)

Features

  • dataview query preview in FormBuilder (0a5b4cd)
  • real time query preview with errors (41a7dec)

v1.33.0

28 Dec 18:10
04c9bf6
Compare
Choose a tag to compare

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)