-
Notifications
You must be signed in to change notification settings - Fork 172
From 0.7 to 0.8
uus edited this page Jan 30, 2013
·
2 revisions
This is a significant update compared to 0.7. Lots of changes have been made to ensure a stable and consistent API.
- Rename all instances of
Backbone.LayoutManager
andBackbone.LayoutView
toBackbone.Layout
. - Rename all instances of
data
toserialize
. - Rename any instances of
_options
togetAllOptions
. - Rename any custom
append
functions toinsert
. - Upgrade your application to Backbone 0.9.9 and at least Underscore 1.4.2.
- Lo-Dash is no longer supported, use the lodash.underscore build instead.
Getting started
Usage
- Overview
- Configuration
- Basics
- Example usage
- Nested views
- Template rendering
- LayoutManager in Node.js
API reference
Migration guides
Legacy
How to contribute