v0.26.0
Pre-release
Pre-release
Notable changes
- Added support for IntelliJ Platform 243 (EAP 6+ required) (#628)
- Archived support for IntelliJ Platform 233
- Updated Compose to 1.7.0 stable (#638)
- Added
ColorFilter
to the*IconActionButton
API (#641) - Added
enabled
parameter toTooltip
to display it selectively (#644) - The keyboard event handling logic in
SelectableLazyColumn
has been adjusted to ensure proper return values (#625, #624) DefaultTreeViewPointerEventAction
is now open andnotifyItemClicked
is annotated with@InternalJewelApi
(#624)
What's Changed
- Rework SelectableLazyColumn by @hamen in #620
- Update Compose to 1.7.0-rc01 by @rock3r in #621
- Fix keyboard event handling in BasicSelectableLazyColumn by @fscarponi in #625
- Refactor KeyActions and BasicSelectableLazyColumn by @fscarponi in #624
- Move to ijp 243 by @jakub-senohrabek-jb in #628
- Add Throubleshooting section with a fix for Git Pre-push hook by @hamen in #634
- Upgrade Compose to 1.7.0 stable by @hamen in #638
- Remove deprecated Kotlin build flag by @rock3r in #642
- Add ColorFilter to the IconActionButton API by @rock3r in #641
- Add enabled parameter to Tooltip by @rock3r in #644
- Update IJP to 243 EAP 6 (243.20847.40) by @rock3r in #652
- Revert Rework SelectableLazyColumn by @hamen in #654
Full Changelog: v0.25.0...v0.26.0