Skip to content

Releases: aurelia/binding

2.5.2

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 15 Dec 22:02

aurelia-binding 2.5.2

Bug Fixes

  • event-manager: Firefox shadow dom event handling (7a6cc3b), closes #765

2.5.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 10 Sep 01:54

aurelia-binding 2.5.0

Bug Fixes

2.4.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 06 Aug 18:44

aurelia-binding 2.4.0

Bug Fixes

  • all: change es2015 back to native-modules (13dd661)
  • build: don't build declaration (d359e83)
  • connectable-binding: remove the silent limit of 100 observers per expression (56ba36d), closes #742
  • typing: Make parentOverrideContext optional
  • event-manager: fix captured/delegated event decrement

2.3.1

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 02 May 02:59

aurelia-binding 2.3.1

Bug Fixes

  • all: change es2015 back to native-modules (13dd661)
  • build: don't build declaration (d359e83)
  • connectable-binding: remove the silent limit of 100 observers per expression (56ba36d), closes #742

2.3.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 29 Mar 21:31

Updating TypeScript definitions.

2.2.1

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 20 Mar 03:30

aurelia-binding 2.2.2

Bug Fixes

  • all: change es2015 back to native-modules (13dd661)
  • build: don't build declaration (d359e83)
  • connectable-binding: remove the silent limit of 100 observers per expression (56ba36d), closes #742

2.2.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 19 Jan 00:04

aurelia-binding 2.2.0

Bug Fixes

  • typings: Add "clear" as valid option for type (c5f6486)
  • typings: Add "clear" type to collection splice interface (c16f1f3)
  • typings: Correct ICollectionObserverSplice generics (52ca954)
  • typings: Revert exposing some APIs, add reset param typing (1aa9c43)
  • typings: Update interfaces with missing property types and methods (133edc3)

2.1.7

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 01 Dec 04:20

2.1.7 (2018-12-01)

Bug Fixes

  • parser: throw on unterminated template literal (5c5b5e3)

2.1.6

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 30 Oct 04:04

aurelia-binding 2.1.6

Bug Fixes

2.1.5

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 25 Sep 19:42

aurelia-binding 2.1.5

Bug Fixes

  • Update constructor typings for DataAttributeObserver