Skip to content

Commit

Permalink
Bump panel.js to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Oct 23, 2024
1 parent 12df520 commit 7f850dc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions doc/about/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions panel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion panel/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 7f850dc

Please sign in to comment.