Skip to content

version 0.4.0

Compare
Choose a tag to compare
@pierr pierr released this 18 Feb 16:52
· 1065 commits to master since this release

Compatibility

  • .NET => Upgrade Error Filter see wiki error format
  • Vertigo : v0.7.3

Helper

  • #65 add a data-bind option and helper in order to be able to transform the input data parsed from the form before the validation. You need to add an initializer binder_initializer and follow thbe documentation
  • #84 erros: the object's structure has changed, it is detailed here

Bugs

  • #66 Add delete event by default on composite
  • #67 Clean list options
  • #68 Start to improve JSDOC
  • #69 Correct naming on views function toggle
  • #70 Refactoring of the error focus in the form
  • #71 When a decorator is used, the "" is replaced by null
  • #76 Add CORS option in the config, the initializer of focus shoul take this into account: {CORS: false} if you don't need CORS
  • #80 Fix notification template overriding bug.
  • #82 Fix validation bug concerning numbers
  • #81 Fix checkbox error

Views

  • #74 add fieds error management on composite view. delete error property on server error object. fieldsError property is now on the root of the object.

Wiki