gpui-component/crates/ui
Jason Lee 2727a65494
resizable: Simplify Resizable API. (#1459)
- Added `on_resize` callback method to `ResizabelPanelGroup`.

## Break Changes

- Remove `state` argument from `h_resizable`, `v_resizable` method.

```diff
- v_resizable("resizable-1", state)
+ v_resizable("resizable-1")
```

- Removed `group` method from `ResizabelPanelGroup`, use `child`
instead.

```diff
- v_resizable(..).group(..)
+ v_resizable(..).child(..)
```
2025-10-29 23:01:05 +08:00
..
locales chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
src resizable: Simplify Resizable API. (#1459) 2025-10-29 23:01:05 +08:00
tests/fixtures chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
Cargo.toml Bump v0.3.1 2025-10-27 13:52:29 +08:00
LICENSE-APACHE chore: Fix license link in crate meta. (#1393) 2025-10-17 10:32:09 +08:00