Skip to content

Releases: maxime1992/ngx-hover-opacity

v2.1.0

13 Mar 13:21
6d1d1b2
Compare
Choose a tag to compare

2.1.0 (2023-03-13)

Features

  • add an optional custom template to display above the hover opacity (280303f)

v2.0.0

07 Mar 14:56
011a86c
Compare
Choose a tag to compare

2.0.0 (2023-03-07)

Features

  • upgrade from angular 8 to angular 15 (4d3064d)

BREAKING CHANGES

  • Upgrade to Angular 15

v1.0.0

11 Jun 12:46
efd863f
Compare
Choose a tag to compare

1.0.0 (2019-06-11)

Bug Fixes

  • CSS syntax error (ef60f5c)
  • do not use view encapsulation to allow customisation by consumers (66f011c)
  • yarn.lock (269022f)

Features

  • enable option to have the full height functioning (f6a230b)
  • upgrade to Angular 8.x (43a7f5c)

BREAKING CHANGES

  • That version has been compiled using Angular 8.x

Fix AOT

04 Sep 11:53
Compare
Choose a tag to compare

Before v0.2.0, using ngx-hover-opacity in AOT mode was throwing an error 'ctor not defined'.
It's now fixed.