You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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)
0 commit comments