Skip to content

Commit

Permalink
Always explicitly start test activity
Browse files Browse the repository at this point in the history
  • Loading branch information
KovalevAndrey committed Oct 12, 2022
1 parent 58c03b6 commit 2f0eb4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Pending changes

- [#214](https://github.com/bumble-tech/appyx/pull/214)**Breaking change**: `AppyxViewTestRule` stops supporting automatic launching activity. Activities should be started explicitly in tests.
- [#197](https://github.com/bumble-tech/appyx/pull/197)**Breaking change**: `ParentNodeView` does not implement plugin anymore. Node instance is retrieved via LocalComposition. `AppyxParentViewTestRule` and `AbstractParentNodeView` have been removed.
- [#196](https://github.com/bumble-tech/appyx/pull/196)**Breaking change**: `InteropBuilder` now should be supplied with Appyx `IntegrationPointProvider` to attach it at the same time Appyx Node is created.
- [#185](https://github.com/bumble-tech/appyx/issues/185)**Breaking change**: `Activity` must implement `IntegrationPointProvider` and create `IntegrationPoint` manually. Weak references usage has been removed.
Expand Down

0 comments on commit 2f0eb4e

Please sign in to comment.