Skip to content

v2.4.4

Compare
Choose a tag to compare
@ahumphreys87 ahumphreys87 released this 22 Nov 22:29
· 935 commits to master since this release

v2.4.4 view commit logs

Fixes

  • Region#empty will return the region instance whether or not it has a current view.
  • CollectionView#reorder will now correctly respect any set filter.
  • Fixed childEvents failing to trigger during showing a view in a region.
  • Stop deleting the currentView._parent if showing the same view in a region.

Misc

  • LayoutView#showChildView new options argument passed to underlying Region#show to enable full show functionality.
  • Added support for passing down arguments to Object#destroy.