Releases: longbridge/gpui-component
Releases · longbridge/gpui-component
v20250207
🎉 Upgrade GPUI to 3, this release by use tag for mark a stable version.
What's Changed
- chore: Upgrade GPUI 3 by @huacnlee in #587
- chore: Remove unused
refactor.sh
. by @huacnlee in #588 - chore: Upgrade for GPUI API changes. by @huacnlee in #589
- input: Add to support move, select and delete by word. by @huacnlee in #591
- input: Fix Input to vertical center the mask chars. by @huacnlee in #590
- list: Avoid duplicate active item background. by @huacnlee in #594
- input: Use
closest_index_for_position
from GPUI. by @huacnlee in #593 - theme: Add doc for Theme variables. by @huacnlee in #595
- theme: Ensure all elements to use radius. by @huacnlee in #596
- chore: Fix subscriptions leak. by @huacnlee in #597
- chore: Refactor ClearButton to as method. by @huacnlee in #598
- chore: Remove reexport prelude. by @huacnlee in #599
- dock: Add cache to panel view. by @huacnlee in #600
- table: Fix Table subtract with overflow error. by @huacnlee in #602
- chore: Update crate name to gpui-component for publish crate to hold the name. by @huacnlee in #603
- tooltip: Support render element by @madcodelife in #605
- Rename package from
ui
togpui-component
by @madcodelife in #606 - scrollbar: Add max_fps to limit drag scroll update rate for reduce CPU usage. by @huacnlee in #604
- dock: Revert
AnyView
cached by @madcodelife in #607
Full Changelog: v20250127...v20250207