From 3823ea091ac24dfa277ad876f4679e0457a1c114 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Wed, 20 Dec 2023 14:05:22 +0100 Subject: [PATCH] Add CHANGELOG for 1.3.6 (#6094) * Add CHANGELOG for 1.3.6 * Updates --- CHANGELOG.md | 23 ++++++++++++++++++++++- doc/about/releases.md | 21 +++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e534170c..5b3fc15109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Releases +## Version 1.3.6 + +Date: 2023-12-20 + +This patch release addresses a major regression in server performance introduced in 1.3.5 along with some additional minor fixes. We want to welcome @nenb as a new contributor and want to thank the maintainers @ahuang11, @maximlt and @philippjfr for their contributions to this release. + +### Enhancements + +- Add explicit size option to ToggleIcon ([#6092](https://github.com/holoviz/panel/pull/6092)) + +### Bug fixes + +- Fix execution of OAuth of callback to refresh `access_token` ([#6084](https://github.com/holoviz/panel/pull/6084)) +- Fix `ChatReactionIcons` alignment and trigger reactions correctly ([#6086](https://github.com/holoviz/panel/pull/6086)) +- Change `Column` `scroll_position` default value from `None` to `0` ([#6082](https://github.com/holoviz/panel/pull/6082)) +- Fix issue with accumulating callbacks on server ([#6091](https://github.com/holoviz/panel/pull/6091)) +- Ensure ReactiveExpr renders in pyodide ([#6097](https://github.com/holoviz/panel/pull/6097)) +- Ensure TooltipIcon description can be updated ([#6099](https://github.com/holoviz/panel/pull/6099)) +- Fix IPyWidgets rendering in BootstrapTemplate ([#6100](https://github.com/holoviz/panel/pull/6100)) +- Fix padding and alignment of FileDownload ([#6101](https://github.com/holoviz/panel/pull/6101)) + ## Version 1.3.5 Date: 2023-12-18 @@ -16,7 +37,7 @@ This micro-release fixes a large number of issues, applies some performance opti - Replace `Player` widget unicode icons with SVG for more consistency ([#6030](https://github.com/holoviz/panel/pull/6030)) - Elaborate on `ChatInterface` callback exception summary ([#6046](https://github.com/holoviz/panel/pull/6046)) - Add `ToggleIcon` widget ([#6034](https://github.com/holoviz/panel/pull/6034)) -- Use minified `Tabulator.js` ([#6060]https://github.com/holoviz/panel/pull/6060)) +- Use minified `Tabulator.js` ([#6060](https://github.com/holoviz/panel/pull/6060)) - Support rendering `GeoDataFrame` and `GeoSeries` in `DataFrame` pane ([#6061](https://github.com/holoviz/panel/pull/6061)) - Optimize rendering of `ChatMessage` ([#6069](https://github.com/holoviz/panel/pull/6069)) - Apply smaller optimizations for `Viewable` and `ChatMessage` ([#6074](https://github.com/holoviz/panel/pull/6074)) diff --git a/doc/about/releases.md b/doc/about/releases.md index 30a19faac2..6d1e9d54bd 100644 --- a/doc/about/releases.md +++ b/doc/about/releases.md @@ -2,6 +2,27 @@ See [the HoloViz blog](https://blog.holoviz.org/#category=panel) for a visual summary of the major features added in each release. +## Version 1.3.6 + +Date: 2023-12-20 + +This patch release addresses a major regression in server performance introduced in 1.3.5 along with some additional minor fixes. We want to welcome @nenb as a new contributor and want to thank the maintainers @ahuang11, @maximlt and @philippjfr for their contributions to this release. + +### Enhancements + +- Add explicit size option to ToggleIcon ([#6092](https://github.com/holoviz/panel/pull/6092)) + +### Bug fixes + +- Fix execution of OAuth of callback to refresh `access_token` ([#6084](https://github.com/holoviz/panel/pull/6084)) +- Fix `ChatReactionIcons` alignment and trigger reactions correctly ([#6086](https://github.com/holoviz/panel/pull/6086)) +- Change `Column` `scroll_position` default value from `None` to `0` ([#6082](https://github.com/holoviz/panel/pull/6082)) +- Fix issue with accumulating callbacks on server ([#6091](https://github.com/holoviz/panel/pull/6091)) +- Ensure `ReactiveExpr` renders in pyodide ([#6097](https://github.com/holoviz/panel/pull/6097)) +- Ensure `TooltipIcon` description can be updated ([#6099](https://github.com/holoviz/panel/pull/6099)) +- Fix IPyWidgets rendering in `BootstrapTemplate` ([#6100](https://github.com/holoviz/panel/pull/6100)) +- Fix padding and alignment of `FileDownload` ([#6101](https://github.com/holoviz/panel/pull/6101)) + ## Version 1.3.5 Date: 2023-12-18