3.0.0 (2024-02-04)
Bug Fixes
- ensure the definition of the hook ngOnChanges if the corresponding observable is used. See https://stackoverflow.com/a/77930589/2398593 (492f013)
BREAKING CHANGES
- Make sure to define the ngOnChanges hook on your component if you use the ngOnChanges observable given by the library otherwise it'll throw a runtime error. More info about why here https://stackoverflow.com/a/77930589/2398593