Skip to content

Commit

Permalink
Bump panel.js version to 1.4.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Mar 24, 2024
1 parent 1ebe168 commit 38ab7c7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,19 @@ This minor release packs a punch both in terms of features, the number of enhanc

### Compatibility & Version Updates

- Bump `Perspective` version to 2.8.0 ([#5722](https://github.com/holoviz/panel/pull/5722))
- Support for Bokeh 3.4 ([#6072](https://github.com/holoviz/panel/pull/6072))
- Bump `Perspective` version to 2.9.0 ([#5722](https://github.com/holoviz/panel/pull/5722))
- Upgrade to Bokeh 3.4.x ([#6072](https://github.com/holoviz/panel/pull/6072))
- Upgrade `Vizzu` to 0.9.3 ([#6476](https://github.com/holoviz/panel/pull/6476))
- Bump `JSONEditor` version to 10.0.1 ([#6477](https://github.com/holoviz/panel/pull/6477))
- Upgrade to PyScript Next and Pyodide 0.25.0 in `panel convert` ([#6490](https://github.com/holoviz/panel/pull/6490))
- Bump vtk.js version to 30.1.0 ([#6559](https://github.com/holoviz/panel/pull/6559))

### Bug fixes

- Add resize handler for `FloatPanel` ([#6201](https://github.com/holoviz/panel/pull/6201))
- Fix serving of global template in notebook ([#6210](https://github.com/holoviz/panel/pull/6210))
- Ensure `Tabulator` renders in collapsed `Card` ([#6223](https://github.com/holoviz/panel/pull/6223))
- Fix issues with `VTK`, `VTKVolume` and `VTKJS` due to webgpu renderer ([#6244](https://github.com/holoviz/panel/issues/6244))
- Ensure `ChatInterface` respect supplied default user ([#6290](https://github.com/holoviz/panel/pull/6290))
- Ensure `HTML` and other markup panes can be emptied ([#6303](https://github.com/holoviz/panel/pull/6303))
- Ensure `ChatMessage` internals correctly respect `Design` ([#6304](https://github.com/holoviz/panel/pull/6304))
Expand Down
6 changes: 4 additions & 2 deletions doc/about/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,19 @@ This minor release packs a punch both in terms of features, the number of enhanc

### Compatibility & Version Updates

- Bump `Perspective` version to 2.8.0 ([#5722](https://github.com/holoviz/panel/pull/5722))
- Support for Bokeh 3.4 ([#6072](https://github.com/holoviz/panel/pull/6072))
- Bump `Perspective` version to 2.9.0 ([#5722](https://github.com/holoviz/panel/pull/5722))
- Upgrade to Bokeh 3.4.x ([#6072](https://github.com/holoviz/panel/pull/6072))
- Upgrade `Vizzu` to 0.9.3 ([#6476](https://github.com/holoviz/panel/pull/6476))
- Bump `JSONEditor` version to 10.0.1 ([#6477](https://github.com/holoviz/panel/pull/6477))
- Upgrade to PyScript Next and Pyodide 0.25.0 in `panel convert` ([#6490](https://github.com/holoviz/panel/pull/6490))
- Bump vtk.js version to 30.1.0 ([#6559](https://github.com/holoviz/panel/pull/6559))

### Bug fixes

- Add resize handler for `FloatPanel` ([#6201](https://github.com/holoviz/panel/pull/6201))
- Fix serving of global template in notebook ([#6210](https://github.com/holoviz/panel/pull/6210))
- Ensure `Tabulator` renders in collapsed `Card` ([#6223](https://github.com/holoviz/panel/pull/6223))
- Fix issues with `VTK`, `VTKVolume` and `VTKJS` due to webgpu renderer ([#6244](https://github.com/holoviz/panel/issues/6244))
- Ensure `ChatInterface` respect supplied default user ([#6290](https://github.com/holoviz/panel/pull/6290))
- Ensure `HTML` and other markup panes can be emptied ([#6303](https://github.com/holoviz/panel/pull/6303))
- Ensure `ChatMessage` internals correctly respect `Design` ([#6304](https://github.com/holoviz/panel/pull/6304))
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.4.0-rc.4",
"version": "1.4.0-rc.5",
"description": "The powerful data exploration & web app framework for Python.",
"license": "BSD-3-Clause",
"repository": {
Expand Down

0 comments on commit 38ab7c7

Please sign in to comment.