v0.3.1
longbridge/gpui-kitv0.3.1Oct 27, 2025by madcodelife
AI Summary
A patch release focused on bug fixes and UI improvements across multiple components including Editor, Input, List, and Tiles, with theme updates for scrollbar transparency.
Key Highlights
- Editor: Add indent guides feature
- Input: Fix scroll flash in auto grow mode when moving cursor
- Theme: Update scrollbar background color to transparent for all themes
- List: Use click events instead of mouse events when confirming
- Tiles: Fix panel response on drag or resize
New Features
- Indent guides in editor
- Scrollbar background transparency
Full Release Notes
## What's Changed ### Input * input: Fix may flash scroll when move cursor in auto grow mode. by @huacnlee in https://github.com/longbridge/gpui-component/pull/1419 ### Editor * editor: Add indent guides. by @huacnlee in https://github.com/longbridge/gpui-component/pull/1426 * editor: Use `measure_indent_width` for indent guides width. by @huacnlee in https://github.com/longbridge/gpui-component/pull/1428 ### List * list: Use click events instead of mouse events when confirming by @madcodelife in https://github.com/longbridge/gpui-component/pull/1427 ### Tiles * tiles: Ensure to response correct panel on drag or resize. by @huacnlee in https://github.com/longbridge/gpui-component/pull/1422 ### Theme * theme: Update scrollbar background color to transparent for all themes. by @Copilot in https://github.com/longbridge/gpui-component/pull/1421 ### Example * example: Add missed control icon assets by @iainlau in https://github.com/longbridge/gpui-component/pull/1424 * example: Fix title bar paddings for window_title example. by @huacnlee in https://github.com/longbridge/gpui-component/pull/1429 ### Others * Add bump version shell by @madcodelife in https://github.com/longbridge/gpui-component/pull/1423 ## New Contributors * @iainlau made their first contribution in https://github.com/longbridge/gpui-component/pull/1424 **Full Changelog**: https://github.com/longbridge/gpui-component/compare/v0.3.0...v0.3.1