You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This is a feature release of ScalaFX-Extras.
New features
API Breaking Changes
imageassignment is now anOption, the JavaFXnullis not acceptedimageDisplay.image = imagewill need to be changed toimageDisplay.setImage(image)orimageDisplay.image = Option(image)imageDisplay.image = nullwill need to be changed toimageDisplay.image = NoneBug fixes
To post questions, please use Project Discussions or ScalaFX Users Group
Full Changelog: v.0.10.1...v.0.11.0
This discussion was created from the release ScalaFX-Extras v.0.11.0.
Beta Was this translation helpful? Give feedback.
All reactions