ScalaFX v10.0.2-R15 Release Notes

Release Date: 2018-10-13 // over 5 years ago
  • โœ… ScalaFX 10.0.2-R15 was tested against JavaFX 10.0.2. It contains changes to better support JavaFX 10.

    ๐Ÿ†• New features, many provided by Romain DEP:

    • โž• Add missing public static methods for Font: loadFonts(url), loadFonts(stream)
    • โž• Add missing properties for Node: viewOrder
    • โž• Add missing public static methods for Platform: requestNextPulse, startup, enterNestedEventLoop, exitNestedEventLoop, isNestedLoopRunning
    • โž• Add missing properties for Window: renderScaleX, renderScaleY, outputScaleX, outputScaleY, forceIntegerRenderScale
    • โž• Add missing properties for MenuButton: onHiding, onShowing, onShown, onHidden
    • โž• Add missing properties for Spinner: promptText
    • ๐Ÿ’… StyleConverter: wrap the StringStore class
    • โž• Add public static methods for StyleConverter: readBinary, clearCache
    • โž• Add missing properties for TabPane: tabDragPolicy
    • โž• Add missing properties for Text: caretBias, caretPosition, caretShape, selectionEnd, selectionFill, selectionShape, selectionStart
    • โž• Add missing properties for Tooltip: hideDelay, showDelay, showDuration

    To use ScalaFX add following to your SBT:

      libraryDependencies += "org.scalafx" %% "scalafx" % "10.0.2-R15"
    

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