From 340b90d7798dddf625aadf794e5f3377f9952d5b Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Fri, 1 Sep 2023 15:04:54 +0200 Subject: [PATCH] Bump panel.js version to 1.2.2-rc.1 --- CHANGELOG.md | 6 ++++++ doc/about/releases.md | 6 ++++++ panel/package-lock.json | 4 ++-- panel/package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c89a6a65..330c9fdb0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,12 @@ This micro-release is likely the last in the 1.2.x series with a large number of - Ensure `FloatPanel` correctly exposes its children to allow linking ([#5433](https://github.com/holoviz/panel/pull/5433)) - Do no reset `Tabulator` options if DataFrame indexes are unchanged ([#5436](https://github.com/holoviz/panel/pull/5436)) - Add ability to work around issues when removing series from `ECharts` ([#5435](https://github.com/holoviz/panel/pull/5435)) +- Fix race conditions when initializing and rendering IPyWidgets in notebooks ([#5462](https://github.com/holoviz/panel/pull/5462)) +- Tweak `Accordion` CSS to remove gaps and avoid border overlap ([#5460](https://github.com/holoviz/panel/pull/5460)) +- Ensure columns are deleted when updating traces on `Plotly` pane to avoid corruption ([#5464](https://github.com/holoviz/panel/pull/5464)) +- Invalidate layout when `TextEditor` CSS loads ([#5465](https://github.com/holoviz/panel/pull/5465)) +- Ensure `FloatPanel` reflects closed status ([#5466](https://github.com/holoviz/panel/pull/5466)) +- Fix handling of string dtypes on `Perspective` pane ([#5467](https://github.com/holoviz/panel/pull/5467)) ### Documentation diff --git a/doc/about/releases.md b/doc/about/releases.md index 331fa18fc1..11a665fadc 100644 --- a/doc/about/releases.md +++ b/doc/about/releases.md @@ -36,6 +36,12 @@ This micro-release is likely the last in the 1.2.x series with a large number of - Ensure `FloatPanel` correctly exposes its children to allow linking ([#5433](https://github.com/holoviz/panel/pull/5433)) - Do no reset `Tabulator` options if DataFrame indexes are unchanged ([#5436](https://github.com/holoviz/panel/pull/5436)) - Add ability to work around issues when removing series from `ECharts` ([#5435](https://github.com/holoviz/panel/pull/5435)) +- Fix race conditions when initializing and rendering IPyWidgets in notebooks ([#5462](https://github.com/holoviz/panel/pull/5462)) +- Tweak `Accordion` CSS to remove gaps and avoid border overlap ([#5460](https://github.com/holoviz/panel/pull/5460)) +- Ensure columns are deleted when updating traces on `Plotly` pane to avoid corruption ([#5464](https://github.com/holoviz/panel/pull/5464)) +- Invalidate layout when `TextEditor` CSS loads ([#5465](https://github.com/holoviz/panel/pull/5465)) +- Ensure `FloatPanel` reflects closed status ([#5466](https://github.com/holoviz/panel/pull/5466)) +- Fix handling of string dtypes on `Perspective` pane ([#5467](https://github.com/holoviz/panel/pull/5467)) ### Documentation diff --git a/panel/package-lock.json b/panel/package-lock.json index 11e750b903..9c40ff784c 100644 --- a/panel/package-lock.json +++ b/panel/package-lock.json @@ -1,12 +1,12 @@ { "name": "@holoviz/panel", - "version": "1.2.2-a.4", + "version": "1.2.2-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@holoviz/panel", - "version": "1.2.2-a.4", + "version": "1.2.2-rc.1", "license": "BSD-3-Clause", "dependencies": { "@bokeh/bokehjs": "~3.2.0", diff --git a/panel/package.json b/panel/package.json index b67a371bb1..f2dad91b60 100644 --- a/panel/package.json +++ b/panel/package.json @@ -1,6 +1,6 @@ { "name": "@holoviz/panel", - "version": "1.2.2-a.4", + "version": "1.2.2-rc.1", "description": "The powerful data exploration & web app framework for Python.", "license": "BSD-3-Clause", "repository": {