Show More
@@ -1,3 +1,6 b'' | |||||
1 | * The widget classes have been renamed from `*Widget` to `*`. The old names are |
|
1 | * The widget classes have been renamed from `*Widget` to `*`. The old names are | |
2 | still functional, but are deprecated. i.e. `IntSliderWidget` has been renamed |
|
2 | still functional, but are deprecated. i.e. `IntSliderWidget` has been renamed | |
3 | to `IntSlider`. |
|
3 | to `IntSlider`. | |
|
4 | * The ContainerWidget was renamed to Box and no longer defaults as a flexible | |||
|
5 | box in the web browser. A new FlexBox widget was added, which allows you to | |||
|
6 | use the flexible box model. |
General Comments 0
You need to be logged in to leave comments.
Login now