Skip to content

Commit

Permalink
Prepare for release 0.18.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Dec 29, 2023
1 parent 450d9fd commit 54f9c68
Show file tree
Hide file tree
Showing 6 changed files with 712 additions and 506 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
=========

0.18.0
------

_2023-12-29_

- **New**: Support animating an overlay out after returning a result with `AnimatedOverlay`.
- **Fix**: Fix dropping back stack retained state on Android Activity rotations.
- **Enhancement**: Add ability to customize `ModalBottomSheet` appearance in `BottomSheetOverlay`.
- Update Kotlin to `1.9.22`.
- Update KSP to `1.9.22-1.0.16`.
- Update Dagger to `2.50`.
- Update kotlinx-collections-immutable to `0.3.7`.
- Update AndroidX Activity to `1.8.2`.

Special thanks to [@ChrisBanes](https://github.com/ChrisBanes), [@chriswiesner](https://github.com/chriswiesner), and [@BryanStern](https://github.com/BryanStern) for contributing to this release!

0.17.1
------

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ POM_DEVELOPER_ID=slackhq
POM_DEVELOPER_NAME=Slack Technologies, Inc.
POM_DEVELOPER_URL=https://github.com/slackhq
POM_INCEPTION_YEAR=2022
VERSION_NAME=0.18.0-SNAPSHOT
VERSION_NAME=0.18.0

circuit.mavenUrls.snapshots.sonatype=https://oss.sonatype.org/content/repositories/snapshots
circuit.mavenUrls.snapshots.sonatypes01=https://s01.oss.sonatype.org/content/repositories/snapshots
Expand Down
Loading

0 comments on commit 54f9c68

Please sign in to comment.