New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

backbone.marionette

Package Overview
Dependencies
Maintainers
4
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone.marionette - npm Package Versions

1
8

3.0.0-pre.4

Diff

ahumphreys87
published 2.4.7 •

Changelog

Source

v2.4.7 view commit logs

Fixes
  • CollectionView#reorder will no longer remove an already displayed emptyView.
  • Fixed build of sourcemap files.
ahumphreys87
published 2.4.6 •

Changelog

Source

v2.4.6 view commit logs

Misc
  • Updated Backbone dependency to 1.3.x.
ahumphreys87
published 3.0.0-pre.3 •

ahumphreys87
published 2.4.5 •

Changelog

Source

v2.4.5 view commit logs

Fixes
  • Marionette.View#ui will now bind events when names are hyphenated.
  • Nonexistent event handlers now fail silently.
Misc
  • Updated Backbone dependency to 1.3.3.
  • devDependencies updated.
  • Updated uglify to fix deprecated sourcemap pragma //@ replaced with //#.
ahumphreys87
published 3.0.0-pre.2 •

ahumphreys87
published 2.4.4 •

Changelog

Source

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.
ahumphreys87
published 2.4.3 •

Changelog

Source

v2.4.3 view commit logs

Fixes
  • TemplateCache#loadTemplate accepts empty script-tag templates.
  • Parent LayoutView's childEvents continue working with views attached manually using Region#attachView.
  • When an array of items (length > 1) are added to a collection backing a CollectionView using the at option, the child views are appended to the DOM in the proper order.
  • When models are added to a collection backing a CollectionView with the at option, the child views are rendered in the proper order even when the CollectionView has a filter.
  • CollectionView#isEmpty respects a false return value even when there are no child views.
  • Region#empty reliably destroys views when called with options.
  • CollectionView child views can, in turn, render children within onBeforeShow as documented.
  • CollectionView childView and emptyView can be pure Backbone.View classes.
Docs
  • Better documentation around view childEvents that reinforces the distinction between child view triggers and events.
  • Guidance on achieving full event lifecycle while using Backbone.View as the child view within CollectionViews or LayoutViews/Regions.
Misc
  • Allow Application to be initialized with multiple arguments for consistency with earlier releases.
  • More comprehensive support for Backbone child views, including a more rigorous test suite and support for render, destroy, and dom:refresh lifecycle events when shown by CollectionViews or LayoutViews/Regions.
  • Bumped Backbone dependency to 1.2.3
ahumphreys87
published 2.4.2 •

Changelog

Source

v2.4.2 view commit logs

Fixes
  • Fixed a bug where reorderOnSort would not reorder back to the original order.
  • Stop deleting $childViewContainer so that it can be accessed in behaviors.
  • Ensure before:show and show events are triggered on CollectionView children.
  • Ensure onBeforeAttach and onAttach are called for CollectionView children.
  • Allow for disabling of triggerBeforeAttach and triggerAttach via show() options.
  • Added the documented buffer argument to attachBuffer and changed implementation so this was used rather than _createBuffer.
  • Fixed potential memory leak when destroying children on CollectionView by making the checkEmpty call optional.
Docs
  • Improve documentation around the requirement for an initial render to bind events in CollectionView.
  • Add documentation around UI interpolation usage.
  • Add documentation to warn about the full re-render of a CollectionView or CompositeView if reorderOnSort is not set.
Misc
  • Bumped Underscore and Backbone dependencies to 1.8.3 and 1.2.1 respectively.
samccone
published 2.4.1 •

Changelog

Source

v2.4.1 view commit logs

Fixes
  • Fixed a nasty bug where reorderOnSort when used on a CompositeView would not respect the childViewContainer.
General
  • Add JSCS for style linting and consistency.
Docs
  • Improve internal linking across docs, to make it easier for people to understand how pieces relate to each other.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc