Skip to content

Releases: aurelia-contrib/aurelia-knockout

aurelia-knockout 2.4.2

18 Aug 18:52
Compare
Choose a tag to compare

Released on August 18, 2022.

  • Fix: Race-Condition when fast changing composed-views. #43

aurelia-knockout 2.4.1

05 Dec 10:43
Compare
Choose a tag to compare

Released on December 5, 2020.

  • Fix: Preserve $root and $parent context when composing with with directive.
  • Fix: Use first bound element to fetch view-model from.

aurelia-knockout 2.4.0

23 Feb 18:13
Compare
Choose a tag to compare

Released on February 23, 2020.

  • Updated dependencies

aurelia-knockout 2.3.0

27 Jul 19:46
Compare
Choose a tag to compare

Released on July 27, 2018.

aurelia-knockout 2.2.0

04 Apr 15:30
Compare
Choose a tag to compare

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

17 Dec 21:49
Compare
Choose a tag to compare

Released on December 17, 2017.

  • Use "transient" lifetime for composed view-models. #22

aurelia-knockout 2.0.2

26 Oct 19:54
Compare
Choose a tag to compare

Released on October 26, 2017.

  • Fixed wrong transpilations in dist folder #20

aurelia-knockout 2.0.1

21 Jan 15:33
Compare
Choose a tag to compare

Released on January 21, 2017.

  • Use PLATFORM.moduleName(...) to include resource.

aurelia-knockout 2.0.0

17 Dec 11:50
Compare
Choose a tag to compare

Released on December 17, 2016.

  • Ported whole codebase to TypeScript.
  • Dropped Support for JSPM.
  • Added require polyfill function to browsers window context.

aurelia-knockout 1.0.2

08 Sep 11:28
Compare
Choose a tag to compare

Released on September 08, 2016.

  • Allow Composition with virtual Knockout binding.