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

Release 5.0.1 #1384

Merged
merged 34 commits into from
Nov 10, 2023
Merged

Release 5.0.1 #1384

merged 34 commits into from
Nov 10, 2023

Conversation

OscarSpruit
Copy link
Contributor

🚀

jreij and others added 23 commits October 18, 2023 14:38
Merge main back to develop
By only updating releases more than 30 days old and grouping all updates at the start of the month
Configure renovate to reduce noise and improve stability
Update dependency androidx.compose:compose-bom to v2023.09.01
Passing the attrs and defStyleAttr should only be used by the system
when creating the view from XML.

Because we were passing the attrs and when you enable the layout
inspector it would result in a crash, because the system tries to
load some XML from the attrs which is actually null.

COAND-809
Fix crash triggered by layout inspector
This fixes an issue where drop-in is not terminated after the user
swipes the bottom sheet down. Causing them to be sort of stuck.

COAND-817
The onCancel implementation was duplicated in multiple fragments, so
it's now generalized in one place.

Never thought I would do this with base fragments, but I guess it
makes sense.

COAND-817
Fix frozen screen when dismissing gift card fragment
It used the same namespace as action, so it would generate a
duplicate BuildConfig class. Ultimately failing the build when
implementing the action module.

COAND-820
@OscarSpruit OscarSpruit requested a review from a team as a code owner November 10, 2023 08:58
ozgur00
ozgur00 previously approved these changes Nov 10, 2023
@OscarSpruit OscarSpruit merged commit 7722943 into main Nov 10, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants