Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: vueform/vueform

1.13.2

25 Aug 05:17
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Added missing formatLoad prop to matrix #477

1.13.1

15 Aug 10:32
Compare
Choose a tag to compare

πŸŽ‰ 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

25 Jul 07:21
Compare
Choose a tag to compare

πŸŽ‰ Feature

  • Added expression, a way to use computed form values as element values, static text and conditions.
  • Added expression to text and hidden.
  • Added expressions and static which is when enabled string between {...} will be evaluated as expression.
  • Added expression support for conditions, disabled and readonly when condition provided as a string.
  • Added reset & clear events for elements
  • Added forceNumbers prop to HiddenElement
  • Use computed for MatrixElement col/row available prop

🐞 Bug Fixes

  • Clear resetting if the form validation is turned off or rules don't exist.

1.12.11

17 Jul 11:17
Compare
Choose a tag to compare

πŸŽ‰ Feature

🐞 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

09 Jun 09:18
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Signature init when in other step with conditions

1.12.9

04 Jun 09:51
Compare
Choose a tag to compare

🐞 Bug Fixes

  • CSS fixes

1.12.8

03 Jun 15:10
Compare
Choose a tag to compare

πŸŽ‰ Feature

  • Made buttonLabel translatable #455
  • Disable option in native select #443
  • Added autocomplete prop to date pickers #435

🐞 Bug Fixes

  • Phone value loaded fix #446
  • Relative date rules in nested list fix #423
  • Textarea autosize debounced on type #440
  • Sanitize element label
  • Added missing classes to tabs in vueform theme
  • Validation init error in multilingual elements fix #448

1.12.7

29 Apr 16:26
Compare
Choose a tag to compare

πŸŽ‰ Feature

  • Bumped Trix editor
  • Improved German locale (thanks @thepill πŸ™)

🐞 Bug Fixes

  • Regex flag support fix (thanks @9er-tom πŸ™)

1.12.6

17 Apr 16:12
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Grid border fix when cells are <100% (issue raised at builder)

1.12.5

04 Apr 08:05
Compare
Choose a tag to compare

πŸŽ‰ Feature

  • Sanitize props that end up in v-html

🐞 Bug Fixes

  • Grid border fix when cells are <100% (issue raised at builder)
  • Editor not always editable on first load fix #399
  • Cursor position in safari after country select fix #393
  • Numeric value prop for forced number inputs #424
  • FieldName should accept object