From 572bf30531d4e813cd6093926942a586bab58ac5 Mon Sep 17 00:00:00 2001 From: Gabriel Peal Date: Mon, 30 May 2022 16:38:05 -0700 Subject: [PATCH] Update Compose API docs (#2082) --- .idea/inspectionProfiles/Project_Default.xml | 15 ++++++++ CHANGELOG.md | 4 ++ CHANGELOG_COMPOSE.md | 23 +++++++++++ build.gradle | 6 +-- .../compose/ComposeIssueReproActivity.kt | 3 +- .../airbnb/lottie/compose/LottieAnimation.kt | 31 +++++++-------- .../lottie/samples/InfiniteAnimationTest.kt | 2 +- .../samples/WalkthroughAnimationTest.kt | 2 +- .../examples/BasicUsageExamplesPage.kt | 2 +- .../examples/ContentScaleExamplesPage.kt | 2 +- .../compose/examples/TextExamplesPage.kt | 4 +- .../snapshots/SnapshotTestCaseContext.kt | 17 ++++++++- .../snapshots/tests/ClipChildrenTestCase.kt | 4 +- .../tests/ComposeDynamicPropertiesTestCase.kt | 20 ++++++---- .../tests/ComposeScaleTypesTestCase.kt | 26 ++++++------- .../LargeCompositionSoftwareRendering.kt | 17 ++++----- .../lottie/snapshots/tests/TextTestCase.kt | 38 +++++++++++++------ 17 files changed, 144 insertions(+), 72 deletions(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index cccd6bb36..601ecd996 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,7 @@