ScalaFX 2.2.76-R11 was tested against JavaFX 2.2.76.
- 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 #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 #161: Add missing traits in scalafx.event:
- 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.