Skip to content

Commit dd02037

Browse files
committed
Merge branch 'main' into improved-modal-example-1
2 parents 3dbc51d + 32f1865 commit dd02037

32 files changed

+467
-325
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9898
`Label`s centered their content when sized larger than the text they
9999
contained. The defaults for the alignment components are left and top,
100100
respectively.
101-
- `wgpu` has been updated to `v23.0.0`.
101+
- `wgpu` has been updated to `v24.0.1`.
102102
- Embedding a `Expand` in a `Stack` or `Grid` now honors both directions of
103103
expansion. This may cause layouts that use
104104
`Expand::expand()`/`MakeWidget::expand()` inside of a stack to behave
@@ -430,6 +430,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
430430
`for_each_unwrapped` for callback attachment and `unwrapped()` to create a
431431
`Dynamic<T>` that is updated only when the source contains `Ok(_)` or
432432
`Some(_)`.
433+
- `Destination::force_set` is a new function that always updates the destination
434+
with the specified value. Many functions use `PartialEq` to short-circuit
435+
update notifications that don't change the underlying value. This new API will
436+
always notify observers.
433437

434438
[fluent]: https://projectfluent.org/
435439
[139]: https://github.com/khonsulabs/cushy/issues/139

0 commit comments

Comments
 (0)