Skip to content

Latest commit

 

History

History
234 lines (110 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

234 lines (110 loc) · 10.9 KB

Changelog

1.16.2 (2023-10-11)

Bug Fixes

  • make multi-select static work (fa5987a), closes #63

1.16.1 (2023-10-10)

Bug Fixes

  • ensure order of fixed select (62b407e), closes #61

1.16.0 (2023-10-03)

Features

1.15.0 (2023-10-02)

Features

  • default values support for most input types (f8415a3)

Bug Fixes

1.14.1 (2023-09-29)

Bug Fixes

  • properly clone elements (667ebe0), closes #51
  • set a default value for inputs of type select (2c514b1), closes #45

1.14.0 (2023-09-15)

Features

Bug Fixes

  • filtering in multi with uppercase (fac67ea)
  • multi select was not including the values (1885834)

1.13.0 (2023-09-15)

Features

1.12.1 (2023-09-15)

Bug Fixes

  • make sure the editor always has the right height (53f10b3), closes #38

1.12.0 (2023-09-15)

Features

Bug Fixes

  • proper colors for save and close (4c6d495)
  • toggles always have a value (72cfc3e)

1.11.0 (2023-09-14)

Features

  • preview form from the editor (2d8e2d6), closes #17

1.10.0 (2023-09-14)

Features

Bug Fixes

  • dataview input was not filtering (8202d37)

1.9.1 (2023-09-14)

Bug Fixes

1.9.0 (2023-09-14)

Features

  • keep the form header always visible (216d9b4), closes #11

Bug Fixes

1.8.0 (2023-09-13)

Features

1.7.1 (2023-09-13)

Bug Fixes

  • remove deprecated usages of app (343ff57)

1.7.0 (2023-09-12)

Features

Bug Fixes

  • fix the versioning, I hope (7bb7d7d)

1.6.0 (2023-09-12)

Features

1.5.0 (2023-09-12)

Features

  • ability to cancel edits to a form (f90d7f0), closes #8

1.4.0 (2023-09-11)

Features

  • decide where to open the forms editor/manager (bd5a957)

Bug Fixes

  • make field name required (2892503)

1.3.0 (2023-09-11)

Features

  • ability to order fields (79517c0)

1.2.2 (2023-09-11)

Bug Fixes

  • rename the plugin to follow obsidian guidelines (2487590)

1.2.1 (2023-09-11)

Bug Fixes

  • do not include v in tag (7a54a24)

1.2.0 (2023-09-11)

Features

  • complete core decoding and validation (7fc538c)
  • FormEditor V1 (ce228ef)
  • manage forms view (bb99d2d)
  • mobile handling of the form editor (1be84bd)
  • suggest folder input (3adaf07)

Bug Fixes

1.1.0 (2023-09-07)

Features

1.0.0 (2023-09-06)

Features

  • add support for all the basic fields (991c53e)
  • dataview serialization (9b38402)
  • form result (2f63a90)
  • initial prototype (ae1404a)
  • note input with autocomplete and narrowed to specific folder (89bce4c)
  • select input for notes narrowed to specific folder (89bce4c)
  • select input with fixed number of elements (89bce4c)
  • support numbers and text (5b27caf)