File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## ScalaFX-Extras Release v.0.9.0
2
+
3
+ This release of [ ScalaFX-Extras] is mostly a bug fix release. Some small tweak to ` BusyWorker ` was required to resolve
4
+ the issue with double error dialogs.
5
+
6
+ ### New features
7
+
8
+ * Add helper method for finding parent windows for nodes [[ #29 ]]
9
+
10
+ ### Bug fixes
11
+
12
+ * FileSelectionField - editing text field is difficult - cursor jumps to the end after each keystroke [[ #27 ]]
13
+ * Error handling implemented in ` SimpleTask ` is disabled in ` BusyWorker#_doTask ` [[ #28 ]]
14
+
15
+ ### Breaking Changes
16
+
17
+ * ` org.scalafx.extras.BusyWorker.SimpleTask ` API changed to respect overrides
18
+ of ` onSucceeded ` , ` onCancelled ` , ` onFailed ` that were ignored. Issue [[ #28 ]] .
19
+
20
+ To post questions, please use [ Project Discussions] [ Discussions ] or [ ScalaFX Users Group] [ scalafx-users ]
21
+
22
+ [ ScalaFX-Extras ] : https://github.com/scalafx/scalafx-extras
23
+
24
+ [ Discussions ] : https://github.com/scalafx/scalafx-extras/discussions
25
+
26
+ [ scalafx-users ] : https://groups.google.com/forum/#!forum/scalafx-users
27
+
28
+
29
+ [ #27 ] : https://github.com/scalafx/scalafx-extras/issues/27
30
+
31
+ [ #28 ] : https://github.com/scalafx/scalafx-extras/issues/28
32
+
33
+ [ #29 ] : https://github.com/scalafx/scalafx-extras/issues/29
34
+
You can’t perform that action at this time.
0 commit comments