Releases: maxime1992/ngx-hover-opacity
Releases · maxime1992/ngx-hover-opacity
v2.1.0
2.1.0 (2023-03-13)
Features
- add an optional custom template to display above the hover opacity (280303f)
v2.0.0
2.0.0 (2023-03-07)
Features
- upgrade from angular 8 to angular 15 (4d3064d)
BREAKING CHANGES
v1.0.0
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
Before v0.2.0, using ngx-hover-opacity in AOT mode was throwing an error 'ctor not defined'.
It's now fixed.