Skip to content

Releases: danielo515/obsidian-modal-form

v1.24.1

04 Nov 00:08
00122cb
Compare
Choose a tag to compare

1.24.1 (2023-11-04)

Bug Fixes

  • input: if folder does not exist, the form does not fail (0d5afbd), closes #90

v1.24.0

03 Nov 11:50
229db20
Compare
Choose a tag to compare

1.24.0 (2023-11-03)

Features

  • editor: create dataview inputs (75f71f1)
  • inputs: dataview can be used as source for multi-select (cd39785), closes #50

v1.23.0

02 Nov 09:59
264df13
Compare
Choose a tag to compare

1.23.0 (2023-11-02)

Features

  • specific field/input error reporting methods (3bfd22d)

Bug Fixes

  • forms can not be renamed (ab2e20d), closes #108
  • ManageForms view is now reactive thanks to stores (040f8f5)

v1.22.1

26 Oct 14:43
15fe555
Compare
Choose a tag to compare

1.22.1 (2023-10-26)

Bug Fixes

v1.22.0

26 Oct 13:59
4199ca8
Compare
Choose a tag to compare

1.22.0 (2023-10-26)

Features

  • allow pick/omit in Result helpers (1c5bd5f), closes #101

Bug Fixes

  • add tests for result class and helpers (e4eea18)
  • dataview list format is now correct (e4eea18)

v1.21.0

26 Oct 08:30
86dbe3a
Compare
Choose a tag to compare

1.21.0 (2023-10-25)

Features

  • detect invalid data on data.json (91aa99c), closes #98
  • migrate between form format versions (b4e6c96), closes #92

Bug Fixes

  • add version to the form definition (c7fdd77)
  • proper duplicate scroll (28cebd4)

v1.20.0

22 Oct 12:00
151a2d5
Compare
Choose a tag to compare

1.20.0 (2023-10-22)

Features

  • Enable Ctrl+Enter form submission (#60) (7f72122)

v1.19.0

22 Oct 11:57
d912a54
Compare
Choose a tag to compare

1.19.0 (2023-10-22)

Features

  • Export form as JSON button (#29) (defc86c)
  • scroll to elements on the list (f9804a7)
  • scroll to new fields in the editor (ce3ece5)

Bug Fixes

  • accept empty option values for now (6293dad)
  • ensure types in svelte at build (fbe03d3)
  • pipelines install (2c9a17f)
  • type check also svelte files (903b9bf)
  • type narrow on svelte (c46dc40)

v1.18.0

21 Oct 09:25
abe31fe
Compare
Choose a tag to compare

1.18.0 (2023-10-21)

Features

v1.17.0

20 Oct 21:23
195ade1
Compare
Choose a tag to compare

1.17.0 (2023-10-20)

Features

  • added tests (1230a34)
  • show errors when form has any invalid field (54e9eaf)