Release 1.1.0
๐ 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
autoRepeatActionboolean, initial delay configured byautoRepeatActionInterval, subsequent delays configured byautoRepeatSubsequentInterval - Fire action trigger, configured with
actionFireTriggerand the newActionFireTriggerenum that has three values:OnRolloverto fire action on rollover
- Auto-repeat action. Enabled with