File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- Most arguments to widgets have been made positional
1
+ Most arguments to widgets have been made keyword-only
2
2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
3
4
4
Passing all but the very few first arguments positionally in the constructors
Original file line number Diff line number Diff line change @@ -49,10 +49,9 @@ SpanSelector
49
49
- The ``pressv `` attribute has been privatized and removed.
50
50
- The ``prev `` attribute has been privatized and removed.
51
51
- The ``rect `` attribute has been privatized and removed.
52
- - The *rectprops * argument is removed, use *props * instead .
52
+ - The *rectprops * parameter has been renamed to *props *.
53
53
- The ``rectprops `` attribute has been privatized and removed.
54
- - The *span_stays * argument is removed, use the *interactive * argument
55
- instead.
54
+ - The *span_stays * parameter has been renamed to *interactive *.
56
55
- The ``span_stays `` attribute has been privatized and removed.
57
56
- The ``state `` attribute has been privatized and removed.
58
57
You can’t perform that action at this time.
0 commit comments