Releases: lemieux/marionette.behaviors
Releases · lemieux/marionette.behaviors
Fixes for BootstrapValidator and FormValidation
Support for function as options definition for bootstrap validator behavior
v0.0.10 bump version
Fixes for v0.0.8
Getters were not late bound so the same value persisted.
Deep accessor patch for StickIt
Added a swtich to patch deep accessor (like in Backbone-Associations .get('attr.0.name')) in the Stickit behavior. It is off by default but you can enable it by requiring the behavior and do StickitBehavior.patchGetters = true;
BootstrapValidator
Added bootstrapValidator behavior (thanks @dannytranlx)
jQuery Behavior
Added jQuery Behavior to apply any jQuery plugins to any elements in the view.