gpui-component/crates/ui
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
..
locales dialog: Rename Modal to Dialog. (#1538) 2025-11-07 17:25:55 +08:00
src plot: Rename Label and Axis include Plot prefix (#1597) 2025-11-14 11:49:07 +08:00
tests/fixtures dialog: Rename Modal to Dialog. (#1538) 2025-11-07 17:25:55 +08:00
Cargo.toml Bump v0.4.0-preview2 2025-11-12 15:16:49 +08:00
LICENSE-APACHE chore: Hard link crates/ui/LICENSE-APACHE. 2025-11-04 17:54:14 +08:00