Andrey Kovalev
Andrey Kovalev
## Description Fixes https://github.com/bumble-tech/appyx/issues/43 Update jetpack compose version to 1.2.0 and kotlin to 1.7.0 - [x] Update kotlin in https://github.com/badoo/RIBs ## Check list - [x] I have updated `CHANGELOG.md` if...
Update Jetpack Compose to the latest stable release - 1.2.0 and kotlin to 1.7.0
## Description Remove plugin implementation from `View`. This will allow to merge `AppyxViewTestRule` and `AppyxParentViewTestRule` ## Check list - [x] I have updated `CHANGELOG.md` if required. - [x] I have...
## Description Make ContainerNode more readable by extracting NavModelExamples to a standalone Node ## Check list - [x] I have updated `CHANGELOG.md` if required. - [x] I have updated documentation...
## Description 1. When portaled node enters composition report to parent 2. Parent caps all children lifecycles except for the portal node 3. Repeat step 2 until we reach the...
## Description Add padding motion property to animate padding ## Check list - [x] I have updated `CHANGELOG.md` if required. - [x] I have updated documentation if required.
## Description At the moment Scale scales both x and y simultaneously. We need to independently change x and y scale ## Check list - [ ] I have updated...
Right now we're obliged to provide `MotionController` to `AppyxComponent`. Similar to what we had in `1.x` we should support a use case when we don't want any transitions.