Skip to content

Releases: vueform/builder

1.1.6

06 Nov 19:35

Choose a tag to compare

πŸŽ‰ Feature

  • Add types for vite, main exports and config

🐞 Bug Fixes

  • Columns fields collision (no more browser warn)
  • Disabled rules (eg. nullable) #1
  • Autosize textareas on reopen panel
  • Save on disabling updateOnSearch
  • Divider single size theme setting

1.1.5

02 Nov 09:45

Choose a tag to compare

🐞 Bug Fixes

  • Load missing theme vars.

1.1.4

31 Oct 15:22

Choose a tag to compare

πŸŽ‰ Feature

  • Added align left/right to button, toggle, checkbox & radio.
  • Added full width to button.
  • Static elements now use semantic HTML tags instead of having to type HTML code for eg. H1, Paragraph, Img, etc.

1.1.3

25 Oct 18:49

Choose a tag to compare

πŸŽ‰ Feature

  • Added *.netlify.app to free cloud hosting providers.

1.1.2

03 Oct 21:26

Choose a tag to compare

πŸŽ‰ Feature

  • Added clearOnRefetch option to elements with options.

1.1.1

27 Sep 17:56

Choose a tag to compare

πŸŽ‰ Feature

  • Added variable usage to elements with items.

🐞 Bug Fixes

  • Fix error when clicking on element with items without having any specified in a multilingual setup.

1.0.17

07 Apr 11:08

Choose a tag to compare

πŸŽ‰ Feature

  • Validation / Field name can also be localized.
  • Added placeholder for non-primary localizable config options.

🐞 Bug Fixes

  • Drag element from container to tree empty tab/step fix.
  • Is empty condition fix.
  • Tags element search toggle fix.
  • Left panel CSS color fix when using dark mode and config panel is on the right.

1.0.16

14 Mar 13:47

Choose a tag to compare

πŸŽ‰ Feature

  • Localization feature added. Certain form properties now can be provided in multiple locales.
  • Added locales, defaultLocale, fallbackLocale and emojiFlags options to config.

🐞 Bug Fixes

  • Don't submit page on Search elements enter.
  • Custom attributes frozen when single space was entered as key or value.

1.0.15

02 Mar 08:34

Choose a tag to compare

πŸŽ‰ Feature

  • Added responsive columns resizing and working device selector.
  • New config options: breakpoints.
  • Disabling remove, clone, move or resize for certain elements will disable it for their parent containers and lists.
  • Added HEIC/HEIF extensions and mime types.
  • Clear form now resets the whole form to default state instead of just clearing elements.

🐞 Bug Fixes

  • Load back non-numeric list keys to checkbox group's and radio group's items.
  • Refresh conditions for nested elements as well when switching to preview.
  • App froze when selecting equal to condition for an element which was refering an element in a nested list.
  • Tags options were not shown if tags was first clicked after a multiselect.
  • If a tab or step was selected when loading a form the config panel became unclickable.

1.0.14

17 Feb 17:11

Choose a tag to compare

πŸŽ‰ Feature

  • Added longFieldNames config option.