androidx / constraintlayout

ConstraintLayout is an Android layout component which allows you to position and size widgets in a flexible way
Apache License 2.0
1.06k stars 177 forks source link

[Compose - MotionLayout] - `fontColor` and `fontSize` custom properties are ignored in latest version 1.0.1 #706

Closed christos-peppas closed 1 year ago

christos-peppas commented 1 year ago

Font colour or size does not change during the motionlayout transition in latest compose:1.0.1

Checkout the following sample app https://github.com/philipplackner/MotionLayoutCompose

Works as expected when using implementation "androidx.constraintlayout:constraintlayout-compose:1.0.0" Does not work: when using implementation "androidx.constraintlayout:constraintlayout-compose:1.0.1"

oscar-ad commented 1 year ago

The next alpha release for 1.1.0 will contain a fix for this.

jorgedotcom commented 1 year ago

When will this release happen?

oscar-ad commented 1 year ago

We are aiming for early next week.

oscar-ad commented 1 year ago

You can now try 1.1.0-alpha04 Let us know if it solves the issue.