Panel Material UI 0.12.0 introduces a new class of Wrapper components that wrap child components to add visual effects or overlays, including [`Transition`](https://panel-material-ui.holoviz.org/reference/wrappers/Transition.html) for animated reveals, [`Badge`](https://panel-material-ui.holoviz.org/reference/wrappers/Badge.html) for notification indicators, and [`Tooltip`](https://panel-material-ui.holoviz.org/reference/wrappers/Tooltip.html) for contextual hints on hover. The release also adds the [`StepperMenu`](https://panel-material-ui.holoviz.org/reference/menus/StepperMenu.html) widget, [`DateRangePicker`](https://panel-material-ui.holoviz.org/reference/widgets/DateRangePicker.html) and [`DatetimeRangePicker`](https://panel-material-ui.holoviz.org/reference/widgets/DatetimeRangePicker.html), converts [`Avatar`](https://panel-material-ui.holoviz.org/reference/widgets/Avatar.html) and [`Chip`](https://panel-material-ui.holoviz.org/reference/widgets/Chip.html) to proper widgets, makes the [`Page`](https://panel-material-ui.holoviz.org/reference/page/Page.html) contextbar resizable and configurable, adds configurable chart styling for Bokeh/Vizzu plots, markdown rendering for the [`Alert`](https://panel-material-ui.holoviz.org/reference/layouts/Alert.html) layout, and static type checking with a `py.typed` marker.
0 commit comments