Skip to content

Commit 579e08b

Browse files
committed
Prepare for release 0.5.0.
1 parent 137a0e3 commit 579e08b

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
Changelog
22
=========
33

4+
0.5.0
5+
-----
6+
7+
_2022-12-22_
8+
9+
* **Enhancement**: Circuit no longer requires manual provisioning of its internal backing `ViewModel`s. This is now done automatically by the Circuit itself.
10+
* **Enhancement**: `circuit-retained` is now fully optional and not included as a transitive dependency of circuit-core. If you want to use it, see its installation instructions in its [README](https://github.com/slackhq/circuit/tree/main/circuit-retained).
11+
* **Enhancement**: Mark `Screen` as `@Immutable`.
12+
* **Breaking API Change**: `LocalCircuitOwner` is now just `LocalCircuitConfig` to be more idiomatic.
13+
* **Breaking API Change**: `LocalRetainedStateRegistryOwner` is now just `LocalRetainedStateRegistry` to be more idiomatic.
14+
* **Breaking API Change**: `Continuity` is now `internal` and not publicly exposed since it no longer needs to be manually provided
15+
* **Breaking API Change**: `ViewModelBackStackRecordLocalProvider` is now `internal` and not publicly exposed since it no longer needs to be manually provided
16+
* Dependency updates
17+
```toml
18+
[versions]
19+
anvil = "2.4.3"
20+
compose-jb = "1.2.2"
21+
compose-animation = "1.3.2"
22+
compose-compiler = "1.3.2"
23+
compose-foundation = "1.3.1"
24+
compose-material = "1.3.1"
25+
compose-material3 = "1.0.1"
26+
compose-runtime = "1.3.2"
27+
compose-ui = "1.3.2"
28+
```
29+
430
0.4.0
531
-----
632

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ POM_DEVELOPER_ID=slackhq
5858
POM_DEVELOPER_NAME=Slack Technologies, Inc.
5959
POM_DEVELOPER_URL=https://github.com/slackhq
6060
POM_INCEPTION_YEAR=2022
61-
VERSION_NAME=1.0.0-SNAPSHOT
61+
VERSION_NAME=0.5.0

0 commit comments

Comments
 (0)