Skip to content

Releases: vueform/builder

1.12.2

06 Oct 08:57

Choose a tag to compare

🐞 Bug Fixes

  • don't show hidden field on each step #482
  • en_US locale type fix

1.12.1

15 Aug 10:35

Choose a tag to compare

πŸŽ‰ Feature

  • Added AVAILABLE function to expressions.

🐞 Bug Fixes

  • Be able to add custom list of rules to custom named elements.
  • Unwatch config panel watchers before unmount.
  • Element names must not start with a number.

1.12.0

07 Aug 09:41

Choose a tag to compare

πŸŽ‰ Feature

  • Performance optimization. You should experience better performance when adding and moving elements in large forms.
  • Added pt_PT (Portuguese) builder locale.
  • Replaced SCSS @import with @use

🐞 Bug Fixes

  • Moving from container directly to the step container threw an error.

1.11.5

01 Aug 11:17

Choose a tag to compare

🐞 Bug Fixes

  • Expression helper div in p HTML violation fix

1.11.4

29 Jul 10:40

Choose a tag to compare

πŸŽ‰ Feature

  • Added hideDefaultColumnType option

1.11.3

28 Jul 18:02

Choose a tag to compare

πŸŽ‰ Feature

  • Export BasePageField

1.11.2

28 Jul 17:37

Choose a tag to compare

πŸŽ‰ Feature

  • Be able to add custom tab/step props

🐞 Bug Fixes

  • Unwatch type watcher on config panel open

1.11.1

28 Jul 12:54

Choose a tag to compare

πŸŽ‰ Feature

  • Added builder$ to BaseField props

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