Skip to content

Latest commit

 

History

History
85 lines (40 loc) · 3.15 KB

CHANGELOG.md

File metadata and controls

85 lines (40 loc) · 3.15 KB

Changelog

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

2.0.0 (2021-02-20)

⚠ BREAKING CHANGES

  • Support for Angular 9 and newer

Features

  • Support for Angular 9 and newer (18b000e)

1.3.1 (2018-01-17)

Bug Fixes

  • Fire onChange callback to check current DOM nodes (2ab8168)

1.3.0 (2017-12-18)

Bug Fixes

  • Remove 'module' and 'es2015' props from package.json until I find a fix for compilation (daeeef6)

Features

  • 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)

Features

  • 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)

Features

  • 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)

Bug Fixes

1.0.2 (2017-08-22)

Bug Fixes

  • IntersectionObserverPolyfill: Add window check to IntersectionObserver.prototype meanwhile polyfill is not fixed (acff273)