Releases: aurelia-contrib/aurelia-knockout
Releases · aurelia-contrib/aurelia-knockout
aurelia-knockout 1.0.1
Released on June 21, 2016.
- Knockout Binding fails if views are nested recursive. Fixes #5
aurelia-knockout 1.0.1-beta.1
Released on June 20, 2016.
- Prevent Knockout from bind DOM nodes again which are already bound in recursive view structures. Relates to #5
Note: This version isn't published to npm.
aurelia-knockout 1.0.0
Released on June 19, 2016.
- Updated build infrastructure
- Updated dependencies
- Added code docs
- Added typings support
- Shrunk typescript definitions
aurelia-knockout 0.2.2
Released on June 15, 2016.
- Composition failed if backing view-model returns an instance instead of returning or exporting the constructor function. Fixes #4
- Documentation fixes
aurelia-knockout 0.2.2-beta.1
Released on June 15, 2016.
- Fixed failing composition if composed module returns a object instead of a function. Related to #4
Note: This prerelase is not pushed as npm package
aurelia-knockout 0.2.1
Released on June 14, 2016.
- Added missing aurelia dependencies in
package.json
andconfig.json
. Fixes #3
aurelia-knockout 0.2.0
Released on May 28, 2016.
- Fixed typo in knockout-custom-attribute module
- Added ability to set and update bindable variables in subsequent Aurelia views from parent knockout views
aurelia-knockout 0.1.2
Released on May 12, 2016.
- Added Usage documentation. Issue #1
aurelia-knockout 0.1.1
Released on May 12, 2016.
- Added JSPM registry name to package.json
aurelia-knockout 0.1.0
Released on May 11, 2016.
- First public release.