Skip to content

Releases: vueform/vueform

1.13.6

30 Oct 12:04

Choose a tag to compare

🎉 Feature

  • Display language instead of key in language specific validation messages

🐞 Bug Fixes

  • Update Turkish localization for validation messages (thanks @rfanevrens 🙏)

1.13.5

22 Oct 14:45

Choose a tag to compare

🐞 Bug Fixes

  • Rebuild

1.13.4

20 Oct 10:55

Choose a tag to compare

🐞 Bug Fixes

  • wiped out signature with inline modes array def fix #483
  • slider numeric validation fix #486
  • linked tags with parameterized url and v-model sync infitinte refetch fix #485
  • keep default of radiogroup when items is an url #480

1.13.3

06 Oct 08:57

Choose a tag to compare

🎉 Feature

  • use ellipsis for long file names with tooltip #481

🐞 Bug Fixes

  • sanitize extra props

1.13.2

25 Aug 05:17

Choose a tag to compare

🐞 Bug Fixes

  • Added missing formatLoad prop to matrix #477

1.13.1

15 Aug 10:32

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

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

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

Choose a tag to compare

🐞 Bug Fixes

  • Signature init when in other step with conditions

1.12.9

04 Jun 09:51

Choose a tag to compare

🐞 Bug Fixes

  • CSS fixes