Releases: aranasoft/meshweaver
Releases · aranasoft/meshweaver
Release list
0.3.1 (2016-01-20)
0.3.0 (2016-01-20)
Bug Fixes
- patterns: Fix support for numeric values within string inputs (6e187ff)
Features
- collections: Add validator to support nested backbone collections (5cb026a)
- error: Add support for alternative error ui elements (e8cdd39)
- labels: Override
labelformatter to support property as fn (a22e406) - notEqualTo: add
notEqualTovalidator (b9f4ce1) - radio: Add support for radio lists when setting model from inputs (bbff546)
- validators: Add func-supporting overrides of Backbone.Validators (9a05909)
- view: convert to ValidatedView (4908a91)
BREAKING CHANGE
- Marionette View must now extend from
Meshweaver.ValidatedView, instead of just fromMeshweaver. Also,
any custom Validators or Validation Messages should be applied to
Meshweaver.Validationinstead ofBackbone.Validation.