Skip to content

v13.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 18:30
3fe94da

13.0.0-beta.3 (2022-11-22)

Bug Fixes

  • don't invoke ngOnChanges when no properties are provided (#326) (3fe94da), closes #323

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.