Releases: aurelia-contrib/aurelia-knockout
Releases · aurelia-contrib/aurelia-knockout
aurelia-knockout 2.4.2
Released on August 18, 2022.
- Fix: Race-Condition when fast changing composed-views. #43
aurelia-knockout 2.4.1
Released on December 5, 2020.
- Fix: Preserve
$root
and$parent
context when composing withwith
directive. - Fix: Use first bound element to fetch view-model from.
aurelia-knockout 2.4.0
Released on February 23, 2020.
- Updated dependencies
aurelia-knockout 2.3.0
Released on July 27, 2018.
- Updated dependencies (includes update to [email protected])
aurelia-knockout 2.2.0
Released on April 04, 2018.
- Updated dependencies
- Refactored unit-tests to use ava and sinon instead of jasmine.
- Moved migration guide to docs folder from wiki.
- Moved repository to aurelia-contrib organization.
aurelia-knockout 2.1.0
Released on December 17, 2017.
- Use "transient" lifetime for composed view-models. #22
aurelia-knockout 2.0.2
Released on October 26, 2017.
- Fixed wrong transpilations in
dist
folder #20
aurelia-knockout 2.0.1
Released on January 21, 2017.
- Use
PLATFORM.moduleName(...)
to include resource.
aurelia-knockout 2.0.0
Released on December 17, 2016.
- Ported whole codebase to TypeScript.
- Dropped Support for JSPM.
- Added
require
polyfill function to browserswindow
context.
aurelia-knockout 1.0.2
Released on September 08, 2016.
- Allow Composition with virtual Knockout binding.