Skip to content

v1.8.6 fixes

Compare
Choose a tag to compare
@samccone samccone released this 21 May 22:26
· 1431 commits to master since this release
  • Regions
    • Region.show now returns the region instance to allow for region operation chaining.
    • Region.show triggers the view's native triggerMethod if it exists. This is to handle the case that triggerMethod is wrapped by a Marionette.Behavior.
  • General
    • Update jquery 2.x upper bound dependency restrictions.
    • The grunt test command will now complain if you do not have bower components installed.
    • Readme cleanups.