Skip to content

Commit 9f17173

Browse files
committed
Update CHANGELOG
1 parent 2bb2cdc commit 9f17173

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This patch release primarily addresses issues running Panel behind a reverse pro
1414
### Bug fixes
1515

1616
- Ensure errors in sync periodic callbacks are logged ([#7665](https://github.com/holoviz/panel/pull/7665))
17+
- Reset `visible_range` when `Feed.objects` are updated ([#7673](https://github.com/holoviz/panel/pull/7673))
1718
- Ensure ESM bundles correctly resolve component implementations ([#7684](https://github.com/holoviz/panel/pull/7684), [#7698](https://github.com/holoviz/panel/pull/7698))
1819
- Fix default avatar in send/stream ([#7677](https://github.com/holoviz/panel/pull/7677))
1920
- Ensure index redirects are relative to fix index page behind a reverse proxy ([#7704](https://github.com/holoviz/panel/pull/7704))
@@ -28,6 +29,7 @@ This patch release primarily addresses issues running Panel behind a reverse pro
2829
### Compatibility
2930

3031
- Compatibility with Plotly 6.0 ([#7681](https://github.com/holoviz/panel/pull/7681), [#7682](https://github.com/holoviz/panel/pull/7682))
32+
- Bump pyodide version to 0.27.2 and PyScript version to 2025.2.1 ([#7718](https://github.com/holoviz/panel/pull/7718))
3133

3234
### Docs
3335

doc/about/releases.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This patch release primarily addresses issues running Panel behind a reverse pro
1616
### Bug fixes
1717

1818
- Ensure errors in sync periodic callbacks are logged ([#7665](https://github.com/holoviz/panel/pull/7665))
19+
- Reset `visible_range` when `Feed.objects` are updated ([#7673](https://github.com/holoviz/panel/pull/7673))
1920
- Ensure ESM bundles correctly resolve component implementations ([#7684](https://github.com/holoviz/panel/pull/7684), [#7698](https://github.com/holoviz/panel/pull/7698))
2021
- Fix default avatar in send/stream ([#7677](https://github.com/holoviz/panel/pull/7677))
2122
- Ensure index redirects are relative to fix index page behind a reverse proxy ([#7704](https://github.com/holoviz/panel/pull/7704))
@@ -30,6 +31,7 @@ This patch release primarily addresses issues running Panel behind a reverse pro
3031
### Compatibility
3132

3233
- Compatibility with Plotly 6.0 ([#7681](https://github.com/holoviz/panel/pull/7681), [#7682](https://github.com/holoviz/panel/pull/7682))
34+
- Bump pyodide version to 0.27.2 and PyScript version to 2025.2.1 ([#7718](https://github.com/holoviz/panel/pull/7718))
3335

3436
### Docs
3537

0 commit comments

Comments
 (0)