ScalaFX v15.0.1-R20 Release Notes

Release Date: 2020-12-12 // over 3 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 for JFXApp 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 in javafx.scene.control.TableColumn

    Other:

    ๐Ÿš€ 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.