ScalaFX v8.0.60-R9 Release Notes

Release Date: 2015-10-02 // over 8 years ago
  • โœ… ScalaFX 8.0.60-R9 was tested against JavaFX 8.0u60.
    ๐Ÿš€ This is primarily compatibility upgrade (for new JavaFX 8.0u60 API) and bug-fix release.

    Compatibility braking changes:

    • ๐Ÿ‘ Issue #208: Support changes in Java 8 u60 API - ChoiceBox, MenuButton, ...

    ๐Ÿ†• New features and improvements:

    • Issue #188: Add helper methods for adding buttons.
    • Issue #192: Add wrappers for Dragboard methods added in JavaFX 8.

    ๐Ÿ› Bug fixes:

    • Issue #189: TableView.columnResizePolicy does not accept CONSTRAINED_RESIZE_POLICY.
    • ๐Ÿ‘€ Issue #190: Convenience methods for Clipboard assignment don't work. See examples of usage in new ScalaDoc.
    • Issue #193: Method Clipboard.Files should start with lower case f.
    • Issue #197: MultipleSelectionModel.selected* methods should return ScalaFX ObservableBuffer.
    • Issue #199: TableColumn should allow assignment of predefined cell factories.
    • ๐Ÿ‘ป Issue #205: Calling scalafx.scene.Node.localToParentTransform / localToSceneTransform results in StackOverflow exception.
    • Issue #214: Infinite recursion in scalafx.scene.Node#snapshot(callback, params, image).
    • Issue #215: Incorrect assignment in scalafx.stage.PopupWindow#consumeAutoHidingEvents.

    To use ScalaFX add following to your SBT:

    libraryDependencies += "org.scalafx" %% "scalafx" % "8.0.60-R9"
    

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