From 7f850dc3c57a516d4c02656675e884a5b1ddd930 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Wed, 23 Oct 2024 12:52:10 +0200 Subject: [PATCH] Bump panel.js to 1.5.3 --- CHANGELOG.md | 2 ++ doc/about/releases.md | 1 + panel/package-lock.json | 4 ++-- panel/package.json | 2 +- pyproject.toml | 4 ++-- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b25aac1b1..5917acf639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ This release fixes a number of smaller regressions related to `Tabulator` `row_c - Prevent `Tabulator` from overlapping when `max_height` is set ([#7403](https://github.com/holoviz/panel/pull/7403)) - Do not mutate layout `Children` inplace ([#7417](https://github.com/holoviz/panel/pull/7403)) - Set `Tabulator` null formatter to empty string ([#7421](https://github.com/holoviz/panel/pull/7421)) +- Ensure Tabulator table content does not overflow ([#7425](https://github.com/holoviz/panel/pull/7425)) + ### Compatibility diff --git a/doc/about/releases.md b/doc/about/releases.md index 1972d30591..e7e919821f 100644 --- a/doc/about/releases.md +++ b/doc/about/releases.md @@ -22,6 +22,7 @@ This release fixes a number of smaller regressions related to `Tabulator` `row_c - Prevent `Tabulator` from overlapping when `max_height` is set ([#7403](https://github.com/holoviz/panel/pull/7403)) - Do not mutate layout `Children` inplace ([#7417](https://github.com/holoviz/panel/pull/7403)) - Set `Tabulator` null formatter to empty string ([#7421](https://github.com/holoviz/panel/pull/7421)) +- Ensure Tabulator table content does not overflow ([#7425](https://github.com/holoviz/panel/pull/7425), [#7431](https://github.com/holoviz/panel/pull/7431)) ### Compatibility diff --git a/panel/package-lock.json b/panel/package-lock.json index bfbae0483d..1ef564d22f 100644 --- a/panel/package-lock.json +++ b/panel/package-lock.json @@ -1,12 +1,12 @@ { "name": "@holoviz/panel", - "version": "1.5.3-b.1", + "version": "1.5.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@holoviz/panel", - "version": "1.5.3-b.1", + "version": "1.5.3", "license": "BSD-3-Clause", "dependencies": { "@bokeh/bokehjs": "3.6.0", diff --git a/panel/package.json b/panel/package.json index 248b178691..2d0de61073 100644 --- a/panel/package.json +++ b/panel/package.json @@ -1,6 +1,6 @@ { "name": "@holoviz/panel", - "version": "1.5.3-b.1", + "version": "1.5.3", "description": "The powerful data exploration & web app framework for Python.", "license": "BSD-3-Clause", "repository": { diff --git a/pyproject.toml b/pyproject.toml index 3138f65395..64b76cd384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,13 +71,13 @@ HoloViz = "https://holoviz.org/" [project.optional-dependencies] recommended = [ 'jupyterlab', - 'holoviews >=1.16.0', + 'holoviews >=1.18.0', 'matplotlib', 'pillow', 'plotly', ] fastapi = [ - 'bokeh-fastapi >= 0.1.0', + 'bokeh-fastapi >= 0.1.2', 'fastapi[standard]', ] dev = [