All Versions
149
Latest Version
Avg Release Cycle
116 days
Latest Release
2102 days ago

Changelog History
Page 15

  • v0.3.0 Changes

    • ๐Ÿ’ฅ BREAKING: view.el for ItemView and CollectionView is no longer a jQuery selector object. Use view.$el instead
    • ๐Ÿ’ฅ BREAKING: regionManger.el is no longer a jQuery selector object. Use regionManager.$el instead
    • โšก๏ธ Updated to use Backbone v0.9.0
    • โšก๏ธ Updated to use Underscore v1.3.1
    • โœ‚ Removed default itemView from the CollectionView definition
    • CollectionView now explicitly checks for an itemView defined on it, and throws an error if it's not found
  • v0.2.6 Changes

    • Bind the context (this) of application initializer functions to the application object
  • v0.2.5 Changes

    • โž• Added AppRouter, to reduce boilerplate routers down to simple configuration
    • CollectionView can be treated as a composite view, rendering an model and a collection of models
    • Now works with either jQuery, Zepto, or enter.js
    • ItemView will throw an error is no template is specified
  • v0.2.4 Changes

    • Return this (the view itself) from ItemView and CollectionView render method
    • Call onRender after the CollectionView has rendered itself
  • 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)
  • v0.2.1 Changes

    • โž• Added TemplateManager to cache templates
    • โšก๏ธ CollectionView binds to add/remove and updates rendering appropriately
    • ItemView uses TemplateManager for template retrieval
    • ItemView and CollectionView set this.el = $(this.el) in constructor
  • v0.2.0 Changes

    • โž• Added ItemView
    • โž• Added CollectionView
    • โž• Added BindTo
    • Simplified the way extend is pulled from Backbone
  • v0.1.0 Changes

    • ๐ŸŽ‰ Initial release
    • ๐Ÿ“š Created documentation
    • Generated annotated source code