charlespockert / aurelia-bs-grid

Aurelia and Bootstrap powered datagrid control
MIT License
45 stars 21 forks source link

Work with skeleton 0.20.0 #69

Closed jmjf closed 8 years ago

jmjf commented 8 years ago

1) bindingEngine -> BindingEngine: inject, assign to this.bindingEngine, use this.bindingEngine instead of bindingEngine in code.

2) viewSlot.swap() removed: copy code from previous aurelia version and adjust for context.

3) ViewFactory.create() API change: no longer accepts bindingContext; call view.bind() after view created.