Skip to content

Releases: vueform/builder

1.12.4

07 Nov 09:02

Choose a tag to compare

🐞 Bug Fixes

  • datepicker position fix #148

1.12.3

30 Oct 12:16

Choose a tag to compare

πŸŽ‰ Feature

  • Emit change event on config field value change
  • Use multilingual config fields without locale selector when using a single locale
  • forceValid config option to prevent closing panel if it has an invalid value

🐞 Bug Fixes

  • Steps fix on locale changes #146
  • Fix spelling error #147

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