Releases: rhwood/jsplitbutton
Releases · rhwood/jsplitbutton
2.0.0
What's Changed
⚠️ BREAKING CHANGES ⚠️
- Package renamed from
com.alexandriasoftware.swing
tocom.github.rhwood.jsplitbutton
- Publication site moved from Maven Central to Jitpack.io
Feature Enhancements
- Supports LTS JDK releases 8, 11, 17, and 21
- Supports JDK 9+ modules
Fixes
- Smarter button width calculations
- Static analysis warnings addressed
Full Changelog: v1.3.1...2.0.0
1.3.1
- Re-release version 1.3.0 under the Apache license.
1.3.0
- Forked from akuhtz/jsplitbutton
- Migrate builds from ant to maven
- Publish on maven central
- Add support for listeners that use Java 8 lambda statements