Release v.25.0.2-R37
This release is primarily to add support for features added in JavaFX 25.
This release supports JavaFX 25. It was tested with Java 23, 24, and 25. It can be used with Scala 2.12, 2.13, and Scala 3.3+.
Note that JavaFX 25 requires Java 23 or newer. If you need to run on Java earlier than 23, please use previous releases of JavaFX/ScalaFX.
Issues addressed
- The
ObservableBufferis missing ScalaFX versions ofsetAllmethods [#429] - Update Mill example in README [#430]
- JavaFX25: Support new
TabStopPolicy[#432] - JavaFX25: Support new
LayoutInfo[#433] - JavaFX25: Support new
HeaderButtonType[#435] - JavaFX25: Support new
HeaderBar[#436] - JavaFX25: Support new
HeaderDragType[#437] - JavaFX25: Add wrapper for
HitInfo[#441] - JavaFX25: Add wrapper for []
For downloads visit ScalaFX on Sonatype or ScalaFX Releases on GitHub. If you have ScalaFX related questions please use ScalaFX Discussions, or ScalaFX Users Group. Please report any problems using ScalaFX Issue Tracker.
What's Changed
- Update Mill example to work with Mill >= 1.0 by @pjhenning in https://github.com/scalafx/scalafx/pull/428
- Update Mill example in README by @lefou in https://github.com/scalafx/scalafx/pull/430
New Contributors
- @pjhenning made their first contribution in https://github.com/scalafx/scalafx/pull/428
- @lefou made their first contribution in https://github.com/scalafx/scalafx/pull/430
Full Changelog: https://github.com/scalafx/scalafx/compare/v.24.0.2-R36...v.25.0.2-R37