Releases: vueform/builder
Releases Β· vueform/builder
1.1.10
1.1.7
π Bug Fixes
- Don't rehighlight code on export view
- Missing return from FileElement in plugin
1.1.6
1.1.5
π Bug Fixes
- Load missing theme vars.
1.1.4
π Feature
- Added align left/right to button, toggle, checkbox & radio.
- Added full width to button.
- Static elements now use semantic HTML tags instead of having to type HTML code for eg. H1, Paragraph, Img, etc.
1.1.3
π Feature
- Added
*.netlify.app
to free cloud hosting providers.
1.1.2
π Feature
- Added
clearOnRefetch
option to elements with options.
1.1.1
π Feature
- Added variable usage to elements with
items
.
π Bug Fixes
- Fix error when clicking on element with
items
without having any specified in a multilingual setup.
1.0.17
π Feature
- Validation / Field name can also be localized.
- Added placeholder for non-primary localizable config options.
π Bug Fixes
- Drag element from container to tree empty tab/step fix.
- Is empty condition fix.
- Tags element search toggle fix.
- Left panel CSS color fix when using dark mode and config panel is on the right.
1.0.16
π Feature
- Localization feature added. Certain form properties now can be provided in multiple locales.
- Added
locales
,defaultLocale
,fallbackLocale
andemojiFlags
options to config.
π Bug Fixes
- Don't submit page on Search elements enter.
- Custom attributes frozen when single space was entered as key or value.