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

Mobile app: Use module-info instead of module-description #602

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

dpalou
Copy link
Contributor

@dpalou dpalou commented Jul 23, 2024

In this PR I'm removing the ionic3 code (the ionic5 app was released on 2021 so it should be safe to remove it).

I also removed the usage of core-course-module-description component for newer app versions, it is deprecated and will be removed in a future version of the app. It should have been removed already, but we kept it in the app because some plugins still use it.

@jrchamp
Copy link
Collaborator

jrchamp commented Jul 24, 2024

Hi @dpalou,

Thank you for opening this PR. The module-info commit is a nice fix for the deprecated module-description. That would qualify as a bug fix, so we can add it to a micro/patch release.

Removing support for ionic3 is technically a bc-break change, so it would need to wait for the next major release.

I'll move the commits around and rebase on the latest branch that fixes the CI issues, so nothing that you need to do. ❤️

@jrchamp jrchamp added the bug Fixes problems or reduces technical debt label Jul 24, 2024
Copy link
Collaborator

@jrchamp jrchamp left a comment

Choose a reason for hiding this comment

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

Looks great! Now newer versions won't be using the deprecated component.

@jrchamp jrchamp merged commit 7d24738 into ncstate-delta:main Jul 25, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes problems or reduces technical debt
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants