Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-04-20 | 990 Bytes | |
v4.1.0.tar.gz | 2019-04-20 | 400.3 kB | |
v4.1.0.zip | 2019-04-20 | 465.0 kB | |
Totals: 3 Items | 866.3 kB | 1 |
v4.1.0 view commit logs
Features
CollectionView#addChildView
now accepts apreventRender
option.- Marionette now uses
el.ownerDocument.documentElement;
by default instead ofdocument.documentElement
for querying, customizable viaDomApi.getDocumentEl
. - The UMD build now reinstates
noConflict
for using multiple versions on the global scope.
Fixes
- Fixed a case where a child view could potentially get multiple
destroy
events. - Pre-rendered views from outside of a region will now correctly empty an current view in a region if shown.
CollectionView
'semptyView
will now respect thechildViewContainer
for attachment.
Misc
- Updated backbone dependency to allow for 1.4 without a warning.
- Tooling and testing was updated and improved removing gulp.
Region._setElement
was added for internal use, but may be made public in a future release.