From 29714f2d31fa3a2396385adda300d22d505b8f43 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Thu, 23 Jan 2025 17:17:23 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++++---- doc/about/releases.md | 12 +++++++----- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 596c9a58fa..a7d4e6f22c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ This release adds a number of features including a standalone `Modal` component, - Improve styling of chat components in dark theme ([#7601](https://github.com/holoviz/panel/pull/7601), [#7602](https://github.com/holoviz/panel/pull/7602)) - Automatically scroll when streaming to `ChatFeed` and `ChatStep` ([#7608](https://github.com/holoviz/panel/pull/7608)) - Add support for remote filesystems on `FileSelector` ([#7618](https://github.com/holoviz/panel/pull/7618)) -- Add support for `FigureWidget` events on `Plotly` pane ([#7654](https://github.com/holoviz/panel/pull/7654)) +- Add support for `FigureWidget` events on `Plotly` pane ([#7654](https://github.com/holoviz/panel/pull/7654), [#7662](https://github.com/holoviz/panel/pull/7662)) ### Bug fixes @@ -45,15 +45,16 @@ This release adds a number of features including a standalone `Modal` component, ### Compatibility and Updates -- Update panel convert to latest versions of pyodide and pyscript ([#7584](https://github.com/holoviz/panel/pull/7584)) -- Bump plotly.js version to 2.35.3 (#7657) -- Bump Tabulator version to 6.3.1 (#7656) +- Update `panel convert` to latest versions of pyodide and pyscript ([#7584](https://github.com/holoviz/panel/pull/7584)) +- Bump plotly.js version to 2.35.3 ([#7657](https://github.com/holoviz/panel/pull/7657)) +- Bump tabulator.js version to 6.3.1 ([#7656](https://github.com/holoviz/panel/pull/7656)) ### Documentation - Ensure Open in JupyterLite links work ([#7622](https://github.com/holoviz/panel/pull/7622)) - Add admonitions for outdated guides and minor corrections ([#7635](https://github.com/holoviz/panel/pull/7635)) - Add form tutorial ([#7568](https://github.com/holoviz/panel/pull/7568)) +- Fix and reorganize API docs ([#7659](https://github.com/holoviz/panel/pull/7659)) ## Version 1.5.5 diff --git a/doc/about/releases.md b/doc/about/releases.md index 320491b0d4..ec20630f4e 100644 --- a/doc/about/releases.md +++ b/doc/about/releases.md @@ -2,9 +2,10 @@ See [the HoloViz blog](https://blog.holoviz.org/#category=panel) for a visual summary of the major features added in each release. - ## Version 1.6.0 +Date: 2025-01-25 + This release adds a number of features including a standalone `Modal` component, the ability to infer widget parameters from values, and the ability to easily edit a `ChatMessage`. Additionally it includes a number of enhancements for styling, particularly in dark themes, other enhancements for chat components and a large number of bug fixes. Many thanks for our returning contributor @kdheepak, our new contributors @pgierz, @jonatantreijs and @etihwo, and of course the whole maintainer team including @ahuang11, @MarcSkovMadsen @hoxbro, @maximlt and @philippjfr. ### Features @@ -24,7 +25,7 @@ This release adds a number of features including a standalone `Modal` component, - Improve styling of chat components in dark theme ([#7601](https://github.com/holoviz/panel/pull/7601), [#7602](https://github.com/holoviz/panel/pull/7602)) - Automatically scroll when streaming to `ChatFeed` and `ChatStep` ([#7608](https://github.com/holoviz/panel/pull/7608)) - Add support for remote filesystems on `FileSelector` ([#7618](https://github.com/holoviz/panel/pull/7618)) -- Add support for `FigureWidget` events on `Plotly` pane ([#7654](https://github.com/holoviz/panel/pull/7654)) +- Add support for `FigureWidget` events on `Plotly` pane ([#7654](https://github.com/holoviz/panel/pull/7654), [#7662](https://github.com/holoviz/panel/pull/7662)) ### Bug fixes @@ -48,15 +49,16 @@ This release adds a number of features including a standalone `Modal` component, ### Compatibility and Updates -- Update panel convert to latest versions of pyodide and pyscript ([#7584](https://github.com/holoviz/panel/pull/7584)) -- Bump plotly.js version to 2.35.3 (#7657) -- Bump Tabulator version to 6.3.1 (#7656) +- Update `panel convert` to latest versions of pyodide and pyscript ([#7584](https://github.com/holoviz/panel/pull/7584)) +- Bump plotly.js version to 2.35.3 ([#7657](https://github.com/holoviz/panel/pull/7657)) +- Bump tabulator.js version to 6.3.1 ([#7656](https://github.com/holoviz/panel/pull/7656)) ### Documentation - Ensure Open in JupyterLite links work ([#7622](https://github.com/holoviz/panel/pull/7622)) - Add admonitions for outdated guides and minor corrections ([#7635](https://github.com/holoviz/panel/pull/7635)) - Add form tutorial ([#7568](https://github.com/holoviz/panel/pull/7568)) +- Fix and reorganize API docs ([#7659](https://github.com/holoviz/panel/pull/7659)) ## Version 1.5.5