Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 1.28.0 #137

Closed
wants to merge 2 commits into from

Conversation

release-please[bot]
Copy link
Contributor

🤖 I have created a release beep boop

1.28.0 (2023-11-23)

Features

  • ability to add a custom class name to the form body (28d81b9), closes #125
  • ability to order select options (#64) (b955726)
  • add multi-line text area (1cf1559), closes #46
  • added tests (1230a34)
  • allow pick/omit in Result helpers (1c5bd5f), closes #101
  • dataview input type (22b8949)
  • default values support for most input types (f8415a3)
  • detect invalid data on data.json (91aa99c), closes #98
  • duplicate form (7a0f1c6), closes #20
  • editor: create dataview inputs (75f71f1)
  • Enable Ctrl+Enter form submission (#60) (7f72122)
  • Export form as JSON button (#29) (defc86c)
  • inputs: dataview can be used as source for multi-select (cd39785), closes #50
  • input: tag suggest input, initial version (9f0d8af), closes #118
  • keep the form header always visible (216d9b4), closes #11
  • limitedForm api (b0acb29), closes #39
  • make the dataview input more fuzzy (1971fdc)
  • migrate between form format versions (b4e6c96), closes #92
  • multi select UI builder (3eff7a8)
  • multi-select v1 (e3ee492)
  • preview form from the editor (2d8e2d6), closes #17
  • scroll to elements on the list (f9804a7)
  • scroll to new fields in the editor (ce3ece5)
  • show better errors (8202d37)
  • show errors when form has any invalid field (54e9eaf)
  • show result preview (7425df1)
  • specific field/input error reporting methods (3bfd22d)

Bug Fixes

  • accept empty option values for now (6293dad)
  • add tests for result class and helpers (e4eea18)
  • add version to the form definition (c7fdd77)
  • big bundle size (e5f566e)
  • dataview input was not filtering (8202d37)
  • dataview list format is now correct (e4eea18)
  • do not close existing leafs, reuse instead (b00b6b8), closes #36
  • do not use innerHTML (8ae7d5b)
  • ensure order of fixed select (62b407e), closes #61
  • ensure types in svelte at build (fbe03d3)
  • filtering in multi with uppercase (fac67ea)
  • fix the versioning, I hope (7bb7d7d)
  • forms can not be renamed (ab2e20d), closes #108
  • input: if folder does not exist, the form does not fail (0d5afbd), closes #90
  • make multi-select static work (fa5987a), closes #63
  • make sure the editor always has the right height (53f10b3), closes #38
  • ManageForms view is now reactive thanks to stores (040f8f5)
  • multi select was not including the values (1885834)
  • open the main view in a new tab (b00b6b8)
  • pipelines install (2c9a17f)
  • proper colors for save and close (4c6d495)
  • proper duplicate scroll (28cebd4)
  • properly clone elements (667ebe0), closes #51
  • release process (790d84d)
  • release-bot (0586068)
  • remove all trace of text input suggest (68cace2)
  • remove deprecated usages of app (343ff57)
  • remove leading # in tags (556b769)
  • separate input builder for select (e75a1f4), closes #75
  • set a default value for inputs of type select (2c514b1), closes #45
  • text-area initial value (f21b783)
  • toggles always have a value (72cfc3e)
  • type check also svelte files (903b9bf)
  • type narrow on svelte (c46dc40)

This PR was generated with Release Please. See documentation.

@danielo515 danielo515 closed this Nov 23, 2023
@danielo515 danielo515 deleted the release-please--branches--master branch November 23, 2023 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment