##// END OF EJS Templates
Merge pull request #6305 from minrk/switch-kernel-close-ws...
Merge pull request #6305 from minrk/switch-kernel-close-ws JS: close WebSockets when killing kernels

File last commit:

r17638:e5341b23
r17695:f98e5939 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.