ScalaFX 8.0.31-R7 was tested against JavaFX 8.0.31. Improvements and bug fixes are mostly merged from ScalaFX 2 branch (except Issue #159).
- Compatibility braking changes:
- Issue #163:
contentproperty naming conflict with JavaFX 8u40. Usage ofcontentproperty in ScalaFX where it was referring tochildrenproperty in JavaFX was deprecated and will be removed in ScalaFX 8u40.\ - Issue #164: Scala 2.9 is no longer supported starting with this release.
- Issue #163:
- New features:
- Issue #159: Add
VBoxandHBoxconstructors added in JavaFX 8 - Issue #161: Add missing traits in scalafx.event:
EventDispatchChain,EventDispatcher,EventTarget - Issue #168: Added wrappers for
FormatStringConverter - Issue #171: ScalaDocs are now generated with links to sources
- Issue #172: ScalaDocs are now generated with hierarchy diagrams
- Issue #173: Added wrappers for
SeparatorMenuItemandCustomMenuItem(thanks to Roman Hargrave)
- Issue #159: Add
- Bug fixes:
- Issue #154:
TableView’sselectedItemnot empty after clearing the selection - Issue #167:
ListCellshould inherit fromIndexedCell - Issue #169: Observable buffer ignores update changes
- Issue #178: When
FileChooser.showOpenMultipleDialog()is used and user cancelled selection an NPE is thrown.
- Issue #154:
For downloads visit ScalaFX on Sonatype or ScalaFX Releases on GitHub.