gpui-component/crates
Jason Lee 9aa593ce0b
chore: Apply Styled to elements to support flexable style refinement. (#1005)
## Break Changes

- date_picker, dropdown: Removed `width` method, use `w`, `w_full`
instead.

    ```diff
    - .width(px(100.))
    + .w(px(100.))
    ```

- calendar: Removed `bordered` method, use `border` method from GPUI
instead.

    ```diff
    - .bordered(false)
    + .border_0()
    ```
2025-06-24 18:56:35 +08:00
..
macros chore: Fix spelling of the word masked (#990) 2025-06-19 12:34:19 +08:00
story chore: Apply Styled to elements to support flexable style refinement. (#1005) 2025-06-24 18:56:35 +08:00
ui chore: Apply Styled to elements to support flexable style refinement. (#1005) 2025-06-24 18:56:35 +08:00
webview wef: Fixed some issues (#975) 2025-06-18 10:46:55 +08:00
wef wef: Fixed some issues (#975) 2025-06-18 10:46:55 +08:00