Skip to content

v3.3.0

Compare
Choose a tag to compare
@paulfalgout paulfalgout released this 01 May 01:16
· 227 commits to master since this release

v3.3.0 view commit logs

Features

  • Added removeView and isSwapping to Region to better support animation
  • NextCollectionView added as a potential replacement for CollectionView in v4
  • Added view initialize event to behaviors
  • getRegion will now render the region's view if it is currently not rendered
  • If a behavior or a region is destroyed it will now be removed from the view
  • Added onDomRemove event for better clean up of things added in onDomRefresh
  • childViewEventPrefix feature flag to allow for false by default
  • Support custom renderers per view prototype

Fixes

  • Trigger detach events when restoring el

Deprecations

  • template: false deprecated in favor of template: _.noop
  • Behavior defaults deprecated in favor of setting options on the Behavior definition
  • Marionette.Renderer in favor of new custom view renderer.

Misc

  • Update babel and build tools
  • Fix tests runner for IE11