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

Appyx interactions package reorg #680

Merged
merged 12 commits into from
Feb 12, 2024
Merged

Conversation

zsoltk
Copy link
Contributor

@zsoltk zsoltk commented Feb 12, 2024

Description

Tidies up packages.

// Moved all classes:
-com.bumble.appyx.interactions.core.gesture.*
-com.bumble.appyx.interactions.ui.gesture.*
+com.bumble.appyx.interactions.gesture.*

// Moved specific classes:
-com.bumble.appyx.interactions.AppyxInteractionContainer
+com.bumble.appyx.interactions.composable.AppyxInteractionContainer

-com.bumble.appyx.interactions.GestureReferencePoint
+com.bumble.appyx.interactions.gesture.GestureReferencePoint

-com.bumble.appyx.interactions.Element
-com.bumble.appyx.interactions.Elements
+com.bumble.appyx.interactions.model.Element
+com.bumble.appyx.interactions.model.Elements


// Moved all remaining packages in core to interactions root:
-com.bumble.appyx.interactions.core.*
+com.bumble.appyx.interactions.*

Added changes to the migration guide.

Checklist

  • I've updated CHANGELOG.md if required.
  • I've updated the documentation if required.

@zsoltk zsoltk added cleanup Something that's no longer needed and should be removed api-breaking appyx-interactions labels Feb 12, 2024
@zsoltk zsoltk added this to the 2.0 milestone Feb 12, 2024
@zsoltk zsoltk merged commit 33aa424 into bumble-tech:2.x Feb 12, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-breaking appyx-interactions cleanup Something that's no longer needed and should be removed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants