v1.1.0
版本发布时间: 2022-02-24 23:24:17
kirill-grouchnikov/aurora最新发布版本:v1.3.0(2022-12-01 22:59:30)
💔 marks an incompatible API / binary change 🎁 marks new features 🔧 marks bug fixes and general improvements
Dependencies for core libraries
- Compose Desktop: 1.0.0 ➡ 1.1.0
- Kotlin: 1.5.31 ➡ 1.6.10
- Gradle: 7.3 ➡ 7.4
Release notes
- 🎁 More interaction granularity for command button actions
- Auto-repeat action. Enabled with
autoRepeatAction
boolean, initial delay configured byautoRepeatActionInterval
, subsequent delays configured byautoRepeatSubsequentInterval
- Fire action trigger, configured with
actionFireTrigger
and the newActionFireTrigger
enum that has three values:-
OnRollover
to fire action on rollover -
OnPressed
to fire action on press -
OnPressReleased
to fire action on press release (the default)
-
- Auto-repeat action. Enabled with
- 🎁 Add a breadcrumb bar composable for quick navigation of multi-level hierarchies, such as file systems, XML documents or abstract syntax trees. See documentation.
- 🎁 Support shader-based fill painters.
- 💔 Revisit the signature of shader-based decoration painters for API consistency.
- 💔 Convert command button panel to use lazy loading. Major performance improvements for panels with thousands+ elements.
- 🔧 Fix incorrect alignment of command button panel content when the content fits without the need to kick in scrolling.
- 🔧 Eliminate flash of color artifacts on opening popup windows.
- 🔧 Use bold font weight on decorated window titles.
- 🔧 Fix text overflow in command button panels with really long text on individual commands.
- 🔧 Fixexceptions when window is made smaller than the original size and starts to cut off some of the content.
- 🔧 Fix the display name in Cerulean skin definition.