Skip to content

Conversation

sean-perkins
Copy link
Contributor

@sean-perkins sean-perkins commented Mar 7, 2024

Issue number: resolves #29114


What is the current behavior?

The event types for ion-nav were not correctly applied to the angular component wrapper.

What is the new behavior?

  • ionNavWillChange and ionNavDidChange event types are added to ion-nav component wrapper in Angular.

Does this introduce a breaking change?

  • Yes
  • No

Other information

Dev-build: 7.7.5-dev.11709823131.1d3df428

Testing:

  • Open reproduction on original issue
  • Observe: Type errors for missing event properties
  • Install dev-build
  • (May need to reload)
  • Observe: Type errors are resolved
@sean-perkins sean-perkins requested a review from thetaPC as a code owner March 7, 2024 15:00
@github-actions github-actions bot added the package: angular @ionic/angular package label Mar 7, 2024
@sean-perkins sean-perkins changed the title fix(nav): add missing ionNavWillChange and ionNavDidChange types fix(angular): add ionNavWillChange and ionNavDidChange types for nav Mar 7, 2024
@sean-perkins sean-perkins requested a review from thetaPC March 11, 2024 17:16
Copy link
Contributor

@thetaPC thetaPC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sean-perkins sean-perkins added this pull request to the merge queue Mar 12, 2024
Merged via the queue into main with commit 85b9d5c Mar 12, 2024
@sean-perkins sean-perkins deleted the sp/nav-events branch March 12, 2024 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package: angular @ionic/angular package

2 participants