Releases: vueform/builder
Releases Β· vueform/builder
1.11.0
25 Jul 07:23
Compare
Sorry, something went wrong.
No results found
π 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
Compare
Sorry, something went wrong.
No results found
π Bug Fixes
Default prop merge override fix
1.10.3
14 Jul 13:53
Compare
Sorry, something went wrong.
No results found
π 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
Compare
Sorry, something went wrong.
No results found
1.10.1
03 Jun 16:37
Compare
Sorry, something went wrong.
No results found
1.10.0
03 Jun 15:58
Compare
Sorry, something went wrong.
No results found
π 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
Compare
Sorry, something went wrong.
No results found
π Bug Fixes
Prevented IME composition from adding new items (e.g., radio options when typing in Japanese)
1.9.4
04 Apr 08:09
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
π Bug Fixes
Localize page label in tree.
Reinit validation rules in preview mode too when they change.
1.9.2
21 Jan 13:29
Compare
Sorry, something went wrong.
No results found
π 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 .