File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ This patch release primarily addresses issues running Panel behind a reverse pro
14
14
### Bug fixes
15
15
16
16
- 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 ) )
17
18
- Ensure ESM bundles correctly resolve component implementations ([ #7684 ] ( https://github.com/holoviz/panel/pull/7684 ) , [ #7698 ] ( https://github.com/holoviz/panel/pull/7698 ) )
18
19
- Fix default avatar in send/stream ([ #7677 ] ( https://github.com/holoviz/panel/pull/7677 ) )
19
20
- 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
28
29
### Compatibility
29
30
30
31
- 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 ) )
31
33
32
34
### Docs
33
35
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ This patch release primarily addresses issues running Panel behind a reverse pro
16
16
### Bug fixes
17
17
18
18
- 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 ) )
19
20
- Ensure ESM bundles correctly resolve component implementations ([ #7684 ] ( https://github.com/holoviz/panel/pull/7684 ) , [ #7698 ] ( https://github.com/holoviz/panel/pull/7698 ) )
20
21
- Fix default avatar in send/stream ([ #7677 ] ( https://github.com/holoviz/panel/pull/7677 ) )
21
22
- 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
30
31
### Compatibility
31
32
32
33
- 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 ) )
33
35
34
36
### Docs
35
37
You can’t perform that action at this time.
0 commit comments