Skip to content

Commit 4f527ad

Browse files
committed
release(tessera-ui): v2.1.0
1 parent 84bb9f0 commit 4f527ad

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tessera-ui/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [v2.1.0] - 2025-09-22 +08:00
2+
3+
### Changes
4+
5+
- fix(renderer): correctly handle lost/outdated surface errors
6+
- feat(renderer): add register_draw_pipeline/register_compute_pipeline and update call sites
7+
- docs(tessera-ui): update DrawablePipeline.draw docs to describe batch rendering and scene_texture_view
8+
- docs(component_tree): update doc examples in constraint.rs to use explicit DimensionValue:: variants
9+
- refactor(constraint): use `Self::` for `Wrap` variant in default implementation and change `get_max` to a const function
10+
- refactor(clipboard): add #[must_use] attribute to Clipboard::new() method
11+
- refactor(app): simplify return logic in apply_clip_to_batch_rect function
12+
- refactor(cursor): rename scroll variables for clarity in inertia handling
13+
- refactor(color): replace `Color::` with `Self::` for color constants and add #[must_use] to relevant methods
14+
- refactor(component_tree): replace [`DimensionValue::`](tessera-ui/src/component_tree/constraint.rs:1) with [`Self::`](tessera-ui/src/component_tree/constraint.rs:1) and update doc examples
15+
- refactor(command): simplify enum variant usage and remove examples
16+
17+
[Compare with previous release](https://github.com/tessera-ui/tessera/compare/tessera-ui-v2.0.0...tessera-ui-v2.1.0)
18+
119
## [v2.0.0] - 2025-09-17 +08:00
220

321
### Changes

tessera-ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[package]
33
name = "tessera-ui"
4-
version = "2.0.0"
4+
version = "2.1.0"
55
edition.workspace = true
66
license.workspace = true
77
repository.workspace = true

0 commit comments

Comments
 (0)