Skip to content

Latest commit

 

History

History
62 lines (32 loc) · 3.18 KB

CHANGELOG.md

File metadata and controls

62 lines (32 loc) · 3.18 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.3.0 (2021-10-15)

Features

  • module: add module for clearer addition (#22) (a1a947d)

Bug Fixes

  • bind: removes attribute if null provided (113d9fb)

2.2.0 (2021-04-21)

Features

2.1.3 (2021-03-01)

Bug Fixes

  • bind: removes attribute if null provided (113d9fb)
  • bind: add style dasharize (2cdf77e)

2.1.2 (2021-02-20)

Bug Fixes

  • bind: add nullish coalescing instead of resetting element property (0562714)

2.1.1 (2021-02-12)

Bug Fixes

  • aot: add utility function to spoof callable in AOT compiler (b0bed98)

2.1.0 (2021-02-10)

Features

  • bind: add plugin for Observable host binding (#11) (ab68909)

2.0.0 (2020-12-11)

⚠ BREAKING CHANGES

  • capture: Bump Angular version to 9

Features

  • capture: add new modifier .capture to listen to events in capture phase (#10) (20a372b)

1.0.1 (2020-02-27)

Bug Fixes

  • shouldCall: fix for AOT build (3688da4)

1.0.0 (2020-02-18)