Skip to content

v2.3.3

Compare
Choose a tag to compare
@zoul0813 zoul0813 released this 14 Dec 20:59
· 20 commits to master since this release
8c6c7eb
  • #535, #526 - reversed "deep property path" fix (da32bde), closes #535 #526
  • added "item.disabled" logic, supporting both boolean values and a function that is passed a referenc (b227eb4)
  • added "options" to VFG install function, appending custom "validators" to the validators object that (892469e)
  • added "type" attribute to inside buttons schema, defaults to "button" when one is not provided (3306893)
  • added an optional "unique" flag to "getFieldID" that appends lodash "uniqueId" to the ID when true. (ab1daeb), closes #468
  • added newline (5813f0a)
  • Codacy (guard-for-in) fix (4e81d2d)
  • code fix (b3a1010)
  • Fix required number input does not require a value (f95b38c)
  • fixed code structure (3b750b3)
  • fixed single-quotes (dfee175)
  • fixes #480 - dates are always passed to "date" and "datetime-local" elements using the standard form (db3413f), closes #480
  • fixes an issue with fieldPikaday modifying the field schema and attaching this.$el to it, the pika (2024204)
  • listen for model-updated from fields, and fix debounceFormatFunction property to match fieldInpu (7ad1fca)
  • migrated VFG docs to newer GitBooks, created GitHub Repo for Docs to allow for easier maintenance, u (d372f5b)
  • feat: add maxElements slot to fieldVueMultiSelect (2e91a2f)