Skip to content

Commit 289c3c3

Browse files
committed
Prepare version 0.15.0
1 parent 65f21ce commit 289c3c3

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,30 @@
11
# Change log
22

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

619
New:
720
- Create `mosaic-animation` library, that provides various possibilities for animating Mosaic. An analog of [androidx.compose.animation-core](https://developer.android.com/reference/kotlin/androidx/compose/animation/core/package-summary).
8-
- Add `IntrinsicSize` and related `Modifier.width/height/requiredWidth/requiredHeight`.
9-
- New `mosaic-testing` artifact for testing Mosaic.
21+
- Add `IntrinsicSize` and related `Modifier.width`/`height`/`requiredWidth`/`requiredHeight`.
22+
- New `mosaic-testing` library for deterministically rendering Mosaic composables under test.
1023
- Add `Mosaic.layoutId` which allows identifying the element within its parent during layout.
1124
- Add `Modifier.composed` that allows creating custom reusable modifiers with access to Compose functionality inside.
1225

1326
Changed:
14-
- Rendering now occurs as fast as possible, although still only when necessary. Previously the maximum FPS was capped to 20 which could cause minor visual delays when processing events.
27+
- Rendering now occurs as fast as possible, although still only when necessary. Previously the maximum FPS was capped to 20, which could cause minor visual delays when processing events.
1528

1629
Fixed:
1730
- Fix the handling of custom `Modifier`s that have multiple parents from `LayoutModifier`, `DrawModifier`, `KeyModifier`, `ParentDataModifier`.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.jakewharton.mosaic
2-
VERSION_NAME=0.15.0-SNAPSHOT
2+
VERSION_NAME=0.15.0
33

44
SONATYPE_HOST=DEFAULT
55
SONATYPE_AUTOMATIC_RELEASE=true

0 commit comments

Comments
 (0)