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:
content
property naming conflict with JavaFX 8u40. Usage ofcontent
property in ScalaFX where it was referring tochildren
property 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
VBox
andHBox
constructors 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
SeparatorMenuItem
andCustomMenuItem
(thanks to Roman Hargrave)
- Issue #159: Add
- Bug fixes:
- Issue #154:
TableView
’sselectedItem
not empty after clearing the selection - Issue #167:
ListCell
should 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.