Releases: vueform/vueform
Releases · vueform/vueform
1.13.6
1.13.5
🐞 Bug Fixes
- Rebuild
1.13.4
1.13.3
1.13.2
1.13.1
🎉 Feature
- Added
AVAILABLEfunction 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
expressiontotextandhidden. - Added
expressionsandstaticwhich is when enabled string between{...}will be evaluated as expression. - Added expression support for
conditions,disabledandreadonlywhen condition provided as a string. - Added
reset&clearevents for elements - Added
forceNumbersprop toHiddenElement - Use computed for
MatrixElementcol/rowavailableprop
🐞 Bug Fixes
- Clear resetting if the form validation is turned off or rules don't exist.
1.12.11
🎉 Feature
- Added
ht,so,vilocales (thanks @giovramirez 🙏)
🐞 Bug Fixes
- Be able to localize custom rule messages
gt,gte,lt,lterules 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