Skip to content

Releases: vueform/builder

1.1.10

09 Feb 19:45
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Radio/checkboxgroup loading issue fix #40

1.1.7

17 Nov 21:53
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Don't rehighlight code on export view
  • Missing return from FileElement in plugin

1.1.6

06 Nov 19:35
Compare
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
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Load missing theme vars.

1.1.4

31 Oct 15:22
Compare
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
Compare
Choose a tag to compare

πŸŽ‰ Feature

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

1.1.2

03 Oct 21:26
Compare
Choose a tag to compare

πŸŽ‰ Feature

  • Added clearOnRefetch option to elements with options.

1.1.1

27 Sep 17:56
Compare
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
Compare
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
Compare
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.