Skip to content

Commit a9ad371

Browse files
committed
Prepare version 0.17.0
1 parent 7a2bb8d commit a9ad371

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

CHANGELOG.md

+15-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Change Log
22

33
## [Unreleased]
4-
[Unreleased]: https://github.com/cashapp/redwood/compare/0.16.0...HEAD
4+
[Unreleased]: https://github.com/cashapp/redwood/compare/0.17.0...HEAD
5+
6+
New:
7+
- Nothing yet!
8+
9+
Changed:
10+
- Nothing yet!
11+
12+
Fixed:
13+
- Nothing yet!
14+
15+
16+
## [0.17.0] - 2025-01-30
17+
[0.17.0]: https://github.com/cashapp/redwood/releases/tag/0.17.0
518

619
Breaking:
720
- Treehouse hosts running Redwood 0.11.0 or older are not longer actively supported. They will continue to work, but they will experience indefinite memory leaks of native widgets.
@@ -12,9 +25,6 @@ New:
1225
- `ConsumeInsets {}` composable consumes insets. Most applications should call this in their root composable function.
1326
- Add `TestRedwoodComposition.setContentAndSnapshot` function which is a fused version of `setContent` and `awaitSnapshot`, except that it guarantees the returned snapshot is the result of the initial composition of the content without any additional frames sent.
1427

15-
Changed:
16-
- Nothing yet!
17-
1828
Fixed:
1929
- Fix inconsistency in margin application between `ComposeUiBox` and `ViewBox`.
2030
- Add support for the Height modifier in `ComposeUiBox`.
@@ -23,6 +33,7 @@ Fixed:
2333
- Support `movableContentOf` in Treehouse (and generally in the Redwood protocol). Note: this requires the host be running version 0.17.0 or newer.
2434
- Fix case where `Column` and `Row` would not update their intrinsic size on iOS if they are not a child of another `Column` or `Row`.
2535

36+
2637
## [0.16.0] - 2024-11-19
2738
[0.16.0]: https://github.com/cashapp/redwood/releases/tag/0.16.0
2839

build-support/src/main/kotlin/app/cash/redwood/buildsupport/RedwoodBuildPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
7575
private const val REDWOOD_GROUP_ID = "app.cash.redwood"
7676

7777
// HEY! If you change the major version update release.yaml doc folder.
78-
private const val REDWOOD_VERSION = "0.17.0-SNAPSHOT"
78+
private const val REDWOOD_VERSION = "0.17.0"
7979

8080
private val isCiEnvironment = System.getenv("CI") == "true"
8181

0 commit comments

Comments
 (0)