Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Latest commit

 

History

History
37 lines (25 loc) · 1.57 KB

changelog.md

File metadata and controls

37 lines (25 loc) · 1.57 KB
  • Added kendo.Backbone.ViewEvents, and documentation for it
  • kendo.Backbone.DataSource
    • BREAKING Adding a model to the DataSource now forces a Backbone collection.create and must bring back an id on the model
    • Fixed issue with adding multiple items to DataSource
  • kendo.Backbone.DataSource
    • Supports two-way sync between the Backbone.Collection and kendo.data.DataSource, for "add" and "remove", and "read" ("reset" on the backbone.collection).
  • kendo.Backbone.DataSource
    • No longer defaults autoSync: true. Now uses the normal default of autoSync: false
  • The kendo.Backbone.DataSource will now infer schema.model.id from the Backbone.Collection instance, is no schema is configured

  • Started writing unit tests for the kendo.Backbone.DataSource

v0.0.1

  • Initial release
  • Added kendo.backbone.DataSource to wrap a Backbone.Collection in a kendo.data.DataSource
  • Added kendo.backboneCollection to wrap a Backbone.Collection in a Kendo MVVM ObservableArray
  • Added kendo.backboneModel to wrap a Backbone.Model in a Kendo MVVM Observable model