Release v.23.0.1-R34
This release supports JavaFX 23. It was tested with Java 21. It can be used with Scala 2.12, 2.13, and Scala 3.3+.
Note that JavaFX 23 requires Java 21 or newer. If you need to run on Java earlier than 17, please use previous releases of JavaFX/ScalaFX.
New Features
- JavaFX 23: add wrapper for new
Labeled.textTruncatedproperty #415
Bug Fixes
- NPE exception running scalafx.controls.TextAreaTest in scala3 #410
What's Changed
- fixes for #410 by @philwalk in https://github.com/scalafx/scalafx/pull/411
New Contributors
- @philwalk made their first contribution in https://github.com/scalafx/scalafx/pull/411
Full Changelog: https://github.com/scalafx/scalafx/compare/v.22.0.0-R33...v.23.0.1-R34