All Versions
149
Latest Version
Avg Release Cycle
116 days
Latest Release
2102 days ago
Changelog History
Page 15
Changelog History
Page 15
-
v0.3.0 Changes
- ๐ฅ BREAKING:
view.elforItemViewandCollectionViewis no longer a jQuery selector object. Useview.$elinstead - ๐ฅ BREAKING:
regionManger.elis no longer a jQuery selector object. UseregionManager.$elinstead - โก๏ธ Updated to use Backbone v0.9.0
- โก๏ธ Updated to use Underscore v1.3.1
- โ Removed default
itemViewfrom theCollectionViewdefinition CollectionViewnow explicitly checks for anitemViewdefined on it, and throws an error if it's not found
- ๐ฅ BREAKING:
-
v0.2.6 Changes
- Bind the context (
this) of application initializer functions to the application object
- Bind the context (
-
v0.2.5 Changes
- โ Added
AppRouter, to reduce boilerplate routers down to simple configuration CollectionViewcan be treated as a composite view, rendering anmodeland acollectionof models- Now works with either jQuery, Zepto, or enter.js
ItemViewwill throw an error is no template is specified
- โ Added
-
v0.2.4 Changes
- Return
this(the view itself) fromItemViewandCollectionViewrendermethod - Call
onRenderafter theCollectionViewhas rendered itself
- Return
-
v0.2.3 Changes
- ๐ Fixed global variable leaks
- โ Removed declared, but unused variables
-
v0.2.2 Changes
- ๐ Fixed binding events in the collection view to use
bindTo(#6) - โก๏ธ Updated specs for collection view
- ๐ Documentation fixes (#7)
- ๐ Fixed binding events in the collection view to use
-
v0.2.1 Changes
- โ Added
TemplateManagerto cache templates - โก๏ธ CollectionView binds to add/remove and updates rendering appropriately
- ItemView uses
TemplateManagerfor template retrieval - ItemView and CollectionView set
this.el = $(this.el)in constructor
- โ Added
-
v0.2.0 Changes
- โ Added
ItemView - โ Added
CollectionView - โ Added
BindTo - Simplified the way
extendis pulled from Backbone
- โ Added
-
v0.1.0 Changes
- ๐ Initial release
- ๐ Created documentation
- Generated annotated source code