All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0 (2021-02-20)
- Support for Angular 9 and newer
- Support for Angular 9 and newer (18b000e)
1.3.1 (2018-01-17)
- Fire onChange callback to check current DOM nodes (2ab8168)
1.3.0 (2017-12-18)
- Remove 'module' and 'es2015' props from package.json until I find a fix for compilation (daeeef6)
- Add platform browser detection to make library compatible with Angular Universal (6dad55c)
- Add srcset option (da3dd2c)
- Change build system from Rollup to Webpack (75e119b)
1.2.0 (2017-12-18)
- Add platform browser detection to make library compatible with Angular Universal (6dad55c)
- Add srcset option (da3dd2c)
- Change build system from Rollup to Webpack (75e119b)
1.1.0 (2017-11-14)
- Observe directive element target subtree (8651b9d)
1.0.4 (2017-10-13)
- Package.json: Allow versions of @angular/core up to 5.0.0 in peerDependencies
1.0.3 (2017-08-29)
- IntersectionObserverPolyfill: Update IntersectionObserverPolyfill version to solve this issuew3c/IntersectionObserver#234 (4902e704b37c5f88d3d0c23b62293f4cf29af3a9)
- IntersectionObserverPolyfill: Add window check to IntersectionObserver.prototype meanwhile polyfill is not fixed (acff273)