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
This release of ScalaFX-Extras is mostly a bug fix release. Some small tweak to BusyWorker was required to resolve
the issue with double error dialogs.
New features
Add helper method for finding parent windows for nodes [#29]
Bug fixes
FileSelectionField - editing text field is difficult - cursor jumps to the end after each keystroke [#27]
Error handling implemented in SimpleTask is disabled in BusyWorker#_doTask [#28]
Breaking Changes
org.scalafx.extras.BusyWorker.SimpleTask API changed to respect overrides
of onSucceeded, onCancelled, onFailed that were ignored. Issue [#28].
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
-
ScalaFX-Extras Release v.0.9.0
This release of ScalaFX-Extras is mostly a bug fix release. Some small tweak to
BusyWorker
was required to resolvethe issue with double error dialogs.
New features
Bug fixes
SimpleTask
is disabled inBusyWorker#_doTask
[#28]Breaking Changes
org.scalafx.extras.BusyWorker.SimpleTask
API changed to respect overridesof
onSucceeded
,onCancelled
,onFailed
that were ignored. Issue [#28].To post questions, please use Project Discussions or ScalaFX Users Group
This discussion was created from the release ScalaFX-Extras v.0.9.0.
Beta Was this translation helpful? Give feedback.
All reactions