Sha256: 7d2c384c595e97e7f6f48b271a4d4c9a668d03b91771e6d78f05abf8a97f26fd

Contents?: true

Size: 1.7 KB

Versions: 1

Compression:

Stored size: 1.7 KB

Contents

0.5.1 (Feb 23, 2015)

- Stop using deprecated APIs internally and switch to `stopListening` and
  `listenTo`.

0.5.0 (Feb 16, 2015)

- Update Backbone to v1.1.2
- Update Underscore to v1.7.0
- Set `parent` before rendering in `CompositeView#renderChild()` so child view
  has access to `parent` for easier event bindings.
- Deprecate `Observer#bindTo()` and `Observer#unbindFromAll()` in favor of
  Backbone's `Events#listenTo()` and `Events#stopListening()`.

0.4.0 (May 10, 2013)

- Update included Backbone to version 1.0
- Update Underscore to 1.4.4 to satisfy Backbone 1.0

0.3.2 (April 27, 2013)

- Backbone support now includes a vendored version of Backbone and Underscore
  for use with the asset pipeline.
- SwappingRouter now calls 'swapped' method on new view as it is added to the
  DOM. CompositeView emits an associated 'swapped' event.
- CompositeView#prependChildTo is now properly scoped to the view thanks to nhocki
- Backbone Support is now on Travis for continuous integration

0.3.1 (March 05, 2013)

Views fire 'leave' event when calling leave()
renderChildInto works with elements not yet rendered
Refactoring

0.3.0

CompositeView provides this.bindTo(source, event, callback) to provide easy
unbinding with unbindFromAll().  It also invokes unbindFromAll from within
leave().

0.2.0

The version changes the order of when a view has render called on it when
being swapped by a SwappingRouter. This fixes an issue in some browsers which
would display a flash of unstyled content when performing certain actions in their
render, like changing the body class. It introduces the requirement that all
views return an instance of themselves when rendered (a fairly standard
backbone convention).

0.0.1

Initial Version

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
backbone-support-0.5.1 CHANGELOG