All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.1 (2023-05-25)
- add missing README
3.0.0 (2022-07-15)
- update to Angular 12 and Ivy distribution (90e166b)
2.1.0 (2020-09-19)
- directive: add
exportAs
(8341df3)
2.0.1 (2020-08-26)
- service: fix exception in Internet Explorer (5f28df4)
2.0.0 (2020-05-15)
- observer: Add new directives and service to create single observer and observe multiple elements, rename old directive (c2de2ff)
BREAKING CHANGE: New directives names and mechanics
1.1.3 (2020-04-24)
- add default values for tokens and remove @Optional
1.1.2 (2020-04-06)
- directive: add attributes to constructor to make code completion work in IDE (ec3c25a)
1.1.1 (2020-03-30)
- service: only observe when there are subscriptions (2a8e267)
1.1.0 (2020-03-26)
- service: add
IntersectionObserverService
(65e79aa)