New
v0.26.0
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
ColorFilterto the*IconActionButtonAPI (#641) - Added
enabledparameter toTooltipto display it selectively (#644) - The keyboard event handling logic in
SelectableLazyColumnhas been adjusted to ensure proper return values (#625, #624) DefaultTreeViewPointerEventActionis now open andnotifyItemClickedis annotated with@InternalJewelApi(#624)
What's Changed
- Rework SelectableLazyColumn by @hamen in https://github.com/JetBrains/jewel/pull/620
- Update Compose to 1.7.0-rc01 by @rock3r in https://github.com/JetBrains/jewel/pull/621
- Fix keyboard event handling in BasicSelectableLazyColumn by @fscarponi in https://github.com/JetBrains/jewel/pull/625
- Refactor KeyActions and BasicSelectableLazyColumn by @fscarponi in https://github.com/JetBrains/jewel/pull/624
- Move to ijp 243 by @jakub-senohrabek-jb in https://github.com/JetBrains/jewel/pull/628
- Add Throubleshooting section with a fix for Git Pre-push hook by @hamen in https://github.com/JetBrains/jewel/pull/634
- Upgrade Compose to 1.7.0 stable by @hamen in https://github.com/JetBrains/jewel/pull/638
- Remove deprecated Kotlin build flag by @rock3r in https://github.com/JetBrains/jewel/pull/642
- Add ColorFilter to the IconActionButton API by @rock3r in https://github.com/JetBrains/jewel/pull/641
- Add enabled parameter to Tooltip by @rock3r in https://github.com/JetBrains/jewel/pull/644
- Update IJP to 243 EAP 6 (243.20847.40) by @rock3r in https://github.com/JetBrains/jewel/pull/652
- Revert Rework SelectableLazyColumn by @hamen in https://github.com/JetBrains/jewel/pull/654
Full Changelog: https://github.com/JetBrains/jewel/compare/v0.25.0...v0.26.0