##// END OF EJS Templates
Merge pull request #6125 from jdfreder/flex...
Merge pull request #6125 from jdfreder/flex Embrace the flexible box model in the widgets

File last commit:

r17638:e5341b23
r17692:c01a6f30 merge
Show More
incompat-deprecated-widget-names.rst
6 lines | 369 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-deprecated-widget-names.rst
  • The widget classes have been renamed from *Widget to *. The old names are still functional, but are deprecated. i.e. IntSliderWidget has been renamed to IntSlider.
  • The ContainerWidget was renamed to Box and no longer defaults as a flexible box in the web browser. A new FlexBox widget was added, which allows you to use the flexible box model.