Skip to content

Releases: vueform/builder

1.11.0

25 Jul 07:23

Choose a tag to compare

πŸŽ‰ Feature

  • Added opt-in expression support for text, hidden values, static content and conditions. It can be enabled by expressions.enabled in builder.config.js.
  • Added forceNumbers toggle to text and hidden types.
  • Hided attach tool for editor default.

🐞 Bug Fixes

  • Added missing columnTypes, allowCustomColumnTypes, excludeTypesFromColumns , columnTypesWithItems config options #138.
  • Removed console.log from AI Assistant modal.
  • Added translation for hidden element's edit preview placeholder.
  • Element search should search in translated value.
  • Toggles & lists in object fields needed a CSS fix.

1.10.4

15 Jul 08:53

Choose a tag to compare

🐞 Bug Fixes

  • Default prop merge override fix

1.10.3

14 Jul 13:53

Choose a tag to compare

πŸŽ‰ Feature

  • Change branding color via CSS var in vueform theme

🐞 Bug Fixes

  • Don't reset static childs when added to list
  • Merge default prop features with element level definitions #136

1.10.2

04 Jun 09:55

Choose a tag to compare

🐞 Bug Fixes

  • CSS fixes

1.10.1

03 Jun 16:37

Choose a tag to compare

🐞 Bug Fixes

  • CSS fixes

1.10.0

03 Jun 15:58

Choose a tag to compare

πŸŽ‰ Feature

  • Removed Tailwind CSS as a dependency. Now the builder can be used with vueform theme.
  • Added provide builder$ so that the builder instance is available in every child
  • Made button label property translatable

🐞 Bug Fixes

  • Moving elements in tree fix #126
  • Remove unstyled color picker #108
  • Load builder only on mounted to avoid FOUC in Firefox

1.9.5

20 May 07:04

Choose a tag to compare

🐞 Bug Fixes

  • Prevented IME composition from adding new items (e.g., radio options when typing in Japanese)

1.9.4

04 Apr 08:09

Choose a tag to compare

v1.9.4

2025-03-04

πŸŽ‰ Feature

  • Sanitize props that end up in v-html
  • Config option for custom AI endpoint
  • New element char limit from config #118

🐞 Bug Fixes

  • Respect col widths when adding/removing specific cols
  • Grid border fix when cells are <100% #116 (fix released in vueform/vueform)

1.9.3

01 Mar 18:20

Choose a tag to compare

🐞 Bug Fixes

  • Localize page label in tree.
  • Reinit validation rules in preview mode too when they change.

1.9.2

21 Jan 13:29

Choose a tag to compare

πŸŽ‰ Feature

  • Now only p and blockquote tag static fields has rich text editor.

🐞 Bug Fixes

  • Disable scrolling up to top on next steps.
  • Infinite step label watcher loop fix, that likely caused #99.
  • Step previous label placeholder fix.
  • Items editing without view field fix #102.
  • Page label label fix #100.