Skip to content

Commit 60d0fe5

Browse files
committed
Add 1.7.4 CHANGELOG
1 parent e6f154b commit 60d0fe5

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Releases
22

3+
## Version 1.7.4
4+
5+
This patch release introduces small but impactful security, compatibility, and usability improvements. It enhances OAuth behavior, adds byte support for the PDF pane, and fixes several rendering and import issues across backends and components. Thanks to @ahuang11, @dalthviz, @MarcSkovMadsen, and @philippjfr for their contributions.
6+
7+
### Enhancements
8+
9+
- Add support for `bytes` input to the `PDF` pane ([#8044](https://github.com/holoviz/panel/pull/8044))
10+
- Add `logout_url` for Auth0 to OAuth error page template ([#8036](https://github.com/holoviz/panel/pull/8036))
11+
12+
### Security
13+
14+
- Add authentication to files served from `--static-dirs` ([#8042](https://github.com/holoviz/panel/pull/8042))
15+
- Escape error messages shown on the OAuth error page fixing XSS vulnerability ([#8043](https://github.com/holoviz/panel/pull/8043))
16+
17+
### Bug Fixes
18+
19+
- Ensure `ReactComponent` forces a re-render after render step ([#8037](https://github.com/holoviz/panel/pull/8037))
20+
- Fix `this.mouse` bug in `ECharts` implementation ([#8041](https://github.com/holoviz/panel/pull/8041))
21+
- Fix incorrect import path in Django integration docs (`bokehjsdir``bokehjs_path`) ([#8040](https://github.com/holoviz/panel/pull/8040))
22+
- Update Bokeh/FastAPI extra dependency pin to ensure compatibility ([#8039](https://github.com/holoviz/panel/pull/8039))
23+
324
## Version 1.7.3
425

526
This patch release includes several critical stability improvements, JavaScript race condition fixes, and developer experience enhancements. It also introduces small but helpful UI features such as exception copying and better error feedback in CLI and ESM workflows. Many thanks to contributors @etihwo, @bsdz, @Coderambling, @hoxbro, @philippjfr, and @MarcSkovMadsen.

doc/about/releases.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
See [the HoloViz blog](https://blog.holoviz.org/#category=panel) for a visual summary of the major features added in each release.
44

5+
## Version 1.7.4
6+
7+
This patch release introduces small but impactful security, compatibility, and usability improvements. It enhances OAuth behavior, adds byte support for the PDF pane, and fixes several rendering and import issues across backends and components. Thanks to @ahuang11, @dalthviz, @MarcSkovMadsen, and @philippjfr for their contributions.
8+
9+
### Enhancements
10+
11+
- Add support for `bytes` input to the `PDF` pane ([#8044](https://github.com/holoviz/panel/pull/8044))
12+
- Add `logout_url` for Auth0 to OAuth error page template ([#8036](https://github.com/holoviz/panel/pull/8036))
13+
14+
### Security
15+
16+
- Add authentication to files served from `--static-dirs` ([#8042](https://github.com/holoviz/panel/pull/8042))
17+
- Escape error messages shown on the OAuth error page fixing XSS vulnerability ([#8043](https://github.com/holoviz/panel/pull/8043))
18+
19+
### Bug Fixes
20+
21+
- Ensure `ReactComponent` forces a re-render after render step ([#8037](https://github.com/holoviz/panel/pull/8037))
22+
- Fix `this.mouse` bug in `ECharts` implementation ([#8041](https://github.com/holoviz/panel/pull/8041))
23+
- Fix incorrect import path in Django integration docs (`bokehjsdir``bokehjs_path`) ([#8040](https://github.com/holoviz/panel/pull/8040))
24+
- Update Bokeh/FastAPI extra dependency pin to ensure compatibility ([#8039](https://github.com/holoviz/panel/pull/8039))
25+
526
## Version 1.7.3
627

728
This patch release includes several critical stability improvements, JavaScript race condition fixes, and developer experience enhancements. It also introduces small but helpful UI features such as exception copying and better error feedback in CLI and ESM workflows. Many thanks to contributors @etihwo, @bsdz, @Coderambling, @hoxbro, @philippjfr, and @MarcSkovMadsen.

0 commit comments

Comments
 (0)