Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(angular): picker controller uses correct core instance #28521

Merged
merged 11 commits into from
Nov 16, 2023
Merged

Conversation

mapsandapps
Copy link
Contributor

@mapsandapps mapsandapps commented Nov 13, 2023

Issue number: Internal


What is the current behavior?

As a takeaway from our learning session about a menuController bug in Ionic Angular, the team would like to update our other providers to use the same architecture as the menuController to prevent this kind of issue from happening again in the future.

We also noticed that the common provider does not provide much value and it's easier to just have two separate implementations in src and standalone. (There wasn't much code we could de-duplicate)

What is the new behavior?

  • Removed the common picker provider in favor of separate ones in src/standalone

Does this introduce a breaking change?

  • Yes
  • No

Other information

@github-actions github-actions bot added the package: angular @ionic/angular package label Nov 13, 2023
@sean-perkins
Copy link
Contributor

Running npm run eslint -- --fix will fix the build errors for the import group ordering. Tomorrow I can update the commands to do this automatically when running npm run lint.

@mapsandapps mapsandapps marked this pull request as ready for review November 15, 2023 18:46
Copy link
Contributor

@sean-perkins sean-perkins left a comment

Choose a reason for hiding this comment

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

Looks good, great work!

@mapsandapps mapsandapps added this pull request to the merge queue Nov 16, 2023
Merged via the queue into main with commit 9d57758 Nov 16, 2023
46 checks passed
@mapsandapps mapsandapps deleted the FW-5481 branch November 16, 2023 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: angular @ionic/angular package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants