Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Latest commit

 

History

History
64 lines (36 loc) · 2.39 KB

CHANGELOG.md

File metadata and controls

64 lines (36 loc) · 2.39 KB

Changelog

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)

⚠ BREAKING CHANGES

  • update to Angular 12 and Ivy distribution (90e166b)

2.1.0 (2020-09-19)

Features

  • directive: add exportAs (8341df3)

2.0.1 (2020-08-26)

Bug Fixes

  • service: fix exception in Internet Explorer (5f28df4)

2.0.0 (2020-05-15)

Features

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

Bug Fixes

  • directive: add attributes to constructor to make code completion work in IDE (ec3c25a)

1.1.1 (2020-03-30)

Bug Fixes

  • service: only observe when there are subscriptions (2a8e267)

1.1.0 (2020-03-26)

Features

  • service: add IntersectionObserverService (65e79aa)

1.0.0 (2020-03-25)