ScalaFX 8.0.40-R8 was tested against JavaFX 8.0.40. This release adds wrappers for new features in JavaFX 8u40.
- 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 in v.8.0.31-R7, and is now removed in ScalaFX 8.0.40-R8. You need to usechildren
to accesschildrenProperty
in JavaFX, andcontent
to accesscontentProperty
. - To follow the same naming approach, use of
content
inScene
andSubScene
was deprecated. You should usechildren
instead.
- Issue #163:
- New features (JavaFX 8u40):
- Issue #162: Support Dialogs and Alerts. See examples in those this blog post
- Issue #158: Add Spinner and SpinnerValueFactory classes. See examples in this blog post
- Add TextFormatter and new properties in TextInputControl. See examples in those two blog posts.
- Add new class VertexFormat.
- Add wrappers for new properties in: LineChart, Node, Platform, ScrollPane, TriangleMesh.
- Issue #160: Support new accessibility properties added to Node
- Updated TreeItem constructors
- Bug fixes:
- Issue #180:
Bindings.select*
methods throw “property … doesn’t exists” exceptions.
- Issue #180:
For downloads visit ScalaFX on Sonatype or ScalaFX Releases on GitHub.