Skip to content

Releases: lemieux/marionette.behaviors

Fixes for BootstrapValidator and FormValidation

10 Jun 15:09
Compare
Choose a tag to compare

Both were using onShow instead of onRender. This is now fixed.

Support for function as options definition for bootstrap validator behavior

14 Mar 20:10
Compare
Choose a tag to compare

Fixes for v0.0.8

14 Mar 20:08
Compare
Choose a tag to compare

Getters were not late bound so the same value persisted.

Deep accessor patch for StickIt

14 Mar 20:06
Compare
Choose a tag to compare

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

20 Nov 16:04
Compare
Choose a tag to compare

Added bootstrapValidator behavior (thanks @dannytranlx)

jQuery Behavior

20 Nov 16:05
Compare
Choose a tag to compare

Added jQuery Behavior to apply any jQuery plugins to any elements in the view.