Releases: vueform/builder
Releases Β· vueform/builder
1.12.2
1.12.1
π 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
π 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
π Bug Fixes
- Expression helper
div
inp
HTML violation fix
1.11.4
π Feature
- Added
hideDefaultColumnType
option
1.11.3
π Feature
- Export
BasePageField
1.11.2
π Feature
- Be able to add custom tab/step props
π Bug Fixes
- Unwatch type watcher on config panel open
1.11.1
π Feature
- Added
builder$
to BaseField props
1.11.0
π Feature
- Added opt-in expression support for
text
,hidden
values,static
content and conditions. It can be enabled byexpressions.enabled
inbuilder.config.js
. - Added
forceNumbers
toggle totext
andhidden
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
π Bug Fixes
- Default prop merge override fix