v13.0.0-beta.3
Pre-release
Pre-release
13.0.0-beta.3 (2022-11-22)
Bug Fixes
BREAKING CHANGES
- This change is made to have the same behavior as the run time behavior.
BEFORE:
The ngOnChanges
lifecycle is always invoked when a component is rendered.
AFTER:
The ngOnChanges
lifecycle is only invoked if a component is rendered with componentProperties
.