ScalaFX v15.0.1-R20 Release Notes
Release Date: 2020-12-12 // over 4 years ago-
๐ ScalaFX 15.0.1-R20 targets support of JavaFX 15. This release was tested to work with Java 11 and Java 15. This
๐ release can be used with Scala 2.11, 2.12, 2.13, and Scala 3.๐ New Features:
- โก๏ธ Issue #331 Update to JavaFX 15
- Issue #324 Add type annotations for all public members. This also helps with forward compatibility with Scala 3
- ๐ Issue #325
TreeTableColumn#cellValueFactory
documentation comments - Issue #332 Add
JFXApp3
- replacement forJFXApp
that is compatible with Scala 3
๐ Bug fixes:
- Issue #326 Methods with side effects should use parenthesis
scalafx.embed.swing.SFXPanel#addNotify()
scalafx.embed.swing.SFXPanel#removeNotify()
- ๐
Issue #329 Can not access
getStyleableNode
injavafx.scene.control.TableColumn
Other:
- ๐ Issue #249 ScalaFX was added to Scala Community builds
- Issue #323 Version number in a format x-Ry (14-R19) is confusing dependency trackers
- ๐ Issue #305 Discontinue support for Scala 2.10
๐ 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, or ScalaFX on StackOverflow.
Please report any problems using ScalaFX Issue Tracker.
Previous changes from v12.0.2-R18
-
๐ ScalaFX 12.0.2-R18 was tested against JavaFX 12.0.8. Main improvements are changes to support Scala 2.13, while maintaining compatibility with Scala 2.12, 2.11, and 2.10. This release was tested to work with Java 11 and Java 12.
๐ New Features:
- ๐ Issue #298: Add support for Scala 2.13
๐ Bug fixes:
- Issue #310: Call to Axis.invalidateRange results in StackOverflowError
๐ For downloads visit ScalaFX on Sonatype or ScalaFX Releases on GitHub.
Please report any problems using ScalaFX Issue Tracker.
Please use ScalaFX Users Group to post questions.