v2.1.1
2.1.1 with Scala 2.13.0-RC1 support
Scala Swing has been updated to support Scala 2.13.0-RC1 and thus the new Scala collections API, by abstracting over the Collections API usage within Scala Swing.
A few small bugs have been fixed, and a few enhancement have been implemented:
- #31 scala.swing.Action title should really be text.
- #88 PopupMenu: add
pack
- #90 relicense under Apache 2.0
- #96 FlowPanel: add setAlignOnBaseline
- #97 ComponentListener gets installed twice per Component
- #98 SplitPane not passing correct orientation JSplitPane
- #99 swing.FileChooser should be a Component
- make sure we can build on JDK 11 and JDK 12
- move from sbt 0.13.x to 1.x