marionette v1.8.6 Release Notes

    • 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.