Skip to content

Commit 25acec5

Browse files
committed
Add migration docs about deprecating .widgets and .widget_types
1 parent 924f383 commit 25acec5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/user_migration_guides.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ The previously deprecated traits `overflow_x` and `overflow_y`
7878
[have been removed](https://github.com/jupyter-widgets/ipywidgets/pull/2688). Please
7979
use the `overflow` trait instead.
8080

81+
#### `Widget.widgets` and `Widget.widget_types` attributes
82+
83+
The `Widget` class attributes `.widgets` and `.widget_types` are now deprecated and relocated to internal module-level private variables, opening up these attribute names on the `Widget` class for future uses.
84+
8185
### Deployments
8286

8387
#### Embedded CDN

0 commit comments

Comments
 (0)