ScalaFX v8.0.102-R11 Release Notes

Release Date: 2016-09-17 // over 7 years ago
  • ScalaFX 8.0.102-R11 was tested against JavaFX 8.0u102. It is contains new features and bug fixes. Scala 2.10, 2.11, and 2.12 are supported.

    🆕 New features and improvements:

    • Issue #239 return subscription from onChange like the rest of observable collections. Thanks to PR from Piotr Mardziel (@piotrm0)
    • Issue #244 Add Selector creation with provided orientation enhancement.
    • Issue #245 Support Scala 2.12.0-RC1 and ScalaTest 3.

    🐛 Bug fixes:

    • Issue #240 Text.strikethrough_=(v: Boolean) doesn't work. Thanks to PR from @MamoruAsagami.
    • Issue #241 Shape.stroke_=(v: Paint) doesn't accept null as v. Thanks to PR from @MamoruAsagami.
    • 📚 Issue #242 Some classes, like Clipboard, have incorrect links to corresponding JavaFX documentation.

    To use ScalaFX add following to your SBT:

      libraryDependencies += "org.scalafx" %% "scalafx" % "8.0.102-R11"
    

    🚀 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.