Releases: vueform/vueform
Releases Β· vueform/vueform
1.13.2
1.13.1
π Feature
- Added
AVAILABLE
function to expressions. - Be able to define custom chained expression functions that has access to
form$
.
π Bug Fixes
- Added missing input field width 100% in Vueform theme.
- Expression sibling path and non-numeric sum fix.
1.13.0
π Feature
- Added expression, a way to use computed form values as element values, static text and conditions.
- Added
expression
totext
andhidden
. - Added
expressions
andstatic
which is when enabled string between{...}
will be evaluated as expression. - Added expression support for
conditions
,disabled
andreadonly
when condition provided as a string. - Added
reset
&clear
events for elements - Added
forceNumbers
prop toHiddenElement
- Use computed for
MatrixElement
col/rowavailable
prop
π Bug Fixes
- Clear resetting if the form validation is turned off or rules don't exist.
1.12.11
π Feature
- Added
ht
,so
,vi
locales (thanks @giovramirez π)
π Bug Fixes
- Be able to localize custom rule messages
gt
,gte
,lt
,lte
rules that point to another elemegit pount should take into account numeric types #466
1.12.10
π Bug Fixes
- Signature init when in other step with conditions
1.12.9
π Bug Fixes
- CSS fixes
1.12.8
1.12.7
1.12.6
π Bug Fixes
- Grid border fix when cells are <100% (issue raised at builder)
1.12.5
π Feature
- Sanitize props that end up in
v-html