Skip to content

Commit 85ab0a4

Browse files
committed
Update release notes for 0.13.0
1 parent 4c37dc5 commit 85ab0a4

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

doc/releases.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Release Notes
22

3+
## Version 0.13.0
4+
5+
Panel Material UI 0.13.0 introduces the [`AppBar`](https://panel-material-ui.holoviz.org/reference/layouts/AppBar.html) and [`MenuBar`](https://panel-material-ui.holoviz.org/reference/menus/MenuBar.html) components, adds `error_state` and `helper_text` support across all input widgets, and brings several Page layout improvements including configurable `main_width` and `app_bar_width`. The release also includes fixes for contextbar variants, skeleton sizing, and various UI polish.
6+
7+
Many thanks to @ahuang11, @ghostiee-11, and @philippjfr for their contributions to this release.
8+
9+
### 🆕 New Components
10+
11+
* Add [`AppBar`](https://panel-material-ui.holoviz.org/reference/layouts/AppBar.html) component ([#680](https://github.com/panel-extensions/panel-material-ui/pull/680))
12+
* Add [`MenuBar`](https://panel-material-ui.holoviz.org/reference/menus/MenuBar.html) component ([#671](https://github.com/panel-extensions/panel-material-ui/pull/671))
13+
14+
### 🔧 Enhancements
15+
16+
* Add `error_state` and `helper_text` for all input widgets ([#670](https://github.com/panel-extensions/panel-material-ui/pull/670))
17+
* Add `main_width` and `app_bar_width` to [`Page`](https://panel-material-ui.holoviz.org/reference/page/Page.html) ([#684](https://github.com/panel-extensions/panel-material-ui/pull/684))
18+
* Disable +/- buttons when [`FloatInput`](https://panel-material-ui.holoviz.org/reference/widgets/FloatInput.html)/[`IntInput`](https://panel-material-ui.holoviz.org/reference/widgets/IntInput.html) are disabled ([#691](https://github.com/panel-extensions/panel-material-ui/pull/691))
19+
20+
### 🐛 Bug Fixes
21+
22+
* Fix [`Chip`](https://panel-material-ui.holoviz.org/reference/widgets/Chip.html) rendering bug ([#693](https://github.com/panel-extensions/panel-material-ui/pull/693))
23+
* Fix [`NestedSelect`](https://panel-material-ui.holoviz.org/reference/widgets/NestedSelect.html) `stretch_width` ([#681](https://github.com/panel-extensions/panel-material-ui/pull/681))
24+
* Fix [`Skeleton`](https://panel-material-ui.holoviz.org/reference/wrappers/Skeleton.html) stretch sizing ([#668](https://github.com/panel-extensions/panel-material-ui/pull/668))
25+
* Various fixes for persistent contextbar variants ([#676](https://github.com/panel-extensions/panel-material-ui/pull/676))
26+
* Only show the slider label colon when the value is shown ([#690](https://github.com/panel-extensions/panel-material-ui/pull/690))
27+
28+
### 🎨 UI Improvements
29+
30+
* Do not use outlined [`ToggleIcon`](https://panel-material-ui.holoviz.org/reference/widgets/ToggleIcon.html) variant when `active_icon` is provided ([#682](https://github.com/panel-extensions/panel-material-ui/pull/682))
31+
* Add `row_spacing` to [`Grid`](https://panel-material-ui.holoviz.org/reference/layouts/Grid.html) documentation example ([#683](https://github.com/panel-extensions/panel-material-ui/pull/683))
32+
33+
### 📚 Documentation
34+
35+
* Add missing section to documentation ([#667](https://github.com/panel-extensions/panel-material-ui/pull/667))
36+
37+
338
## Version 0.12.0
439

540
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

Comments
 (0)