gpui-component/crates
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
..
macros Bump v0.3.1 2025-10-27 13:52:29 +08:00
reqwest_client Bump v0.3.1 2025-10-27 13:52:29 +08:00
story resizable: Simplify Resizable API. (#1459) 2025-10-29 23:01:05 +08:00
ui resizable: Simplify Resizable API. (#1459) 2025-10-29 23:01:05 +08:00