Skip to content

Commit c8802a6

Browse files
committed
Prepare for release 0.21.2.
1 parent 5f4aa1e commit c8802a6

File tree

5 files changed

+843
-662
lines changed

5 files changed

+843
-662
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@ Changelog
44
**Unreleased**
55
--------------
66

7+
0.21.2
8+
------
9+
10+
_2024-06-04_
11+
12+
- **Fix**: Fix `pausableState` recomposition loops by avoiding backward snapshot writes.
13+
- **New**: Add `Circuit.presentWithLifecycle` flag to enable/disable automatic `pausableState` use. This is enabled by default.
14+
715
0.21.1
816
------
917

18+
_2024-05-28_
19+
1020
- **Fix**: Fix `rememberRetained` implicitly requiring `LocalContext` where it used to no-op.
1121

1222
0.21.0

circuit-foundation/src/androidMain/generated/baselineProfiles/baseline-prof.txt

+58-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ POM_DEVELOPER_ID=slackhq
8383
POM_DEVELOPER_NAME=Slack Technologies, Inc.
8484
POM_DEVELOPER_URL=https://github.com/slackhq
8585
POM_INCEPTION_YEAR=2022
86-
VERSION_NAME=0.22.0-SNAPSHOT
86+
VERSION_NAME=0.21.2
8787

8888
circuit.mavenUrls.snapshots.sonatype=https://oss.sonatype.org/content/repositories/snapshots
8989
circuit.mavenUrls.snapshots.sonatypes01=https://s01.oss.sonatype.org/content/repositories/snapshots

0 commit comments

Comments
 (0)