Skip to content

Releases: vueform/builder

1.7.0

24 Aug 09:00
Compare
Choose a tag to compare

πŸŽ‰ Feature

  • Conditional readonly / disabled props.

1.6.6

22 Aug 09:09
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Condition modal i18n tag fixes.

1.6.5

22 Aug 07:10
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fixes for themes config option.

1.6.4

21 Aug 07:45
Compare
Choose a tag to compare

πŸŽ‰ Feature

  • Added openOnAdd config option to automatically open config panel for added elements.

1.6.3

21 Aug 07:45
Compare
Choose a tag to compare

πŸŽ‰ Feature

  • Ability to replace theme sections.

1.6.2

15 Aug 10:03
Compare
Choose a tag to compare

πŸŽ‰ Feature

  • Optional Import / Export button that can be enabled in builder.config.js with import: true.

1.6.1

07 Aug 08:59
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Include @vueform/country-phones in Vite plugin
  • Import locale modules in index.

1.6.0

05 Aug 13:17
Compare
Choose a tag to compare

πŸŽ‰ Feature

  • Builder localization.
  • Hungarian, Japan, Dutch and Japanese locales.

🐞 Bug Fixes

  • Trigger @save event on AI generate.
  • Don't close the element panel on Escape when conditions modal is open.
  • Select endpoint fix.

1.5.0

25 Jul 07:55
Compare
Choose a tag to compare

πŸŽ‰ Feature

  • The drag and drop feature got a major improvement!
  • Drag elements next to other elements.
  • When elements are dropped above or below an element it will dropped into the previous / next row, instead of next to the target element.
  • A new handle appears between elements in the same row that can resize two adjacent elements simultaneously.
  • Added autoflow config option, which is when disabled all elements take up a full row while the inputs can still be resized.
  • Made Tab and Step labels localizable.

1.4.6

18 Jul 09:46
Compare
Choose a tag to compare

πŸŽ‰ Feature

  • Send element list with AI assistant call #70.