gpui-component/crates
Floyd Wang 70fa330748
plot: Rename Label and Axis include Plot prefix (#1597)
## Breaking changes

```diff
- Label::new()
+ PlotLabel::new()

- Axis::new()
+ PlotAxis::new()
```

This is to avoid naming conflicts with `gpui` and `gpui-component`.
2025-11-14 11:49:07 +08:00
..
macros Bump v0.4.0-preview2 2025-11-12 15:16:49 +08:00
reqwest_client Bump v0.4.0-preview2 2025-11-12 15:16:49 +08:00
story root: Improve new method argument to use into <AnyView>. (#1594) 2025-11-14 11:02:44 +08:00
ui plot: Rename Label and Axis include Plot prefix (#1597) 2025-11-14 11:49:07 +08:00