Releases: vueform/builder
Releases Β· vueform/builder
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.
1.0.15
π Feature
- Added responsive columns resizing and working device selector.
- New config options:
breakpoints
. - Disabling
remove
,clone
,move
orresize
for certain elements will disable it for their parent containers and lists. - Added
HEIC/HEIF
extensions and mime types. Clear form
now resets the whole form to default state instead of just clearing elements.
π Bug Fixes
- Load back non-numeric list keys to checkbox group's and radio group's items.
- Refresh conditions for nested elements as well when switching to preview.
- App froze when selecting
equal to
condition for an element which was refering an element in a nested list. - Tags options were not shown if tags was first clicked after a multiselect.
- If a tab or step was selected when loading a form the config panel became unclickable.
1.0.14
π Feature
- Added
longFieldNames
config option.
1.0.11
π Feature
- Tree view is here πππ
- Move elements between tabs / steps.
π Bug Fixes
- Checkbox / Toggle True value didn't got saved if False value was updated immediately after.
- Select elements in correct order with keyboard when has tabs / steps.
- If form level sizes are disabled theme sizes will be hidden as well.
- Load saved theme fix.
- Export Download threw error.
- Condition list failed to load if the form had a list without prototype.
- Item source JSON got replaced with list when switched to list and switched back to JSON.
- DataKey & queryParam options were not respected in endpoint items.
- Date restrictions dates were not readable in dark theme.
- Date config calendars were out of bounds.
- Textaera's autogrow got saved as
true
when changing Rows.