Skip to content

Commit 698db7e

Browse files
authored
Add CHANGELOG for 1.7.2 release (#8001)
1 parent 0eb8909 commit 698db7e

File tree

2 files changed

+71
-4
lines changed

2 files changed

+71
-4
lines changed

CHANGELOG.md

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

3+
## Version 1.7.2
4+
5+
This patch release includes a number of important bug fixes, optimizations, and compatibility updates, particularly for React and ESM-based components. It also includes enhancements to the Tabulator table and more robust support for Audio/Video panes. Many thanks to @etihwo for his continued contributions and the maintainer team @hoxbro and @philippjfr.
6+
7+
### Enhancements
8+
9+
- Support for passing `bytes` and `BytesIO` objects to `Audio` and `Video` panes ([#7963](https://github.com/holoviz/panel/pull/7963))
10+
- Add header tooltips to `Tabulator` ([#7988](https://github.com/holoviz/panel/pull/7988))
11+
- Optimize layout calculations for ESM components ([#7989](https://github.com/holoviz/panel/pull/7989))
12+
- Allow nested `ReactComponent`s to bypass Shadow DOM ([#7991](https://github.com/holoviz/panel/pull/7991))
13+
- Support `--ico-path` CLI option to support explicit .ico path specification ([#7992](https://github.com/holoviz/panel/pull/7992))
14+
- Loosen parameter type for `ReactiveExpr.widget_layout` ([#7964](https://github.com/holoviz/panel/pull/7964))
15+
- Automatically unblock Comm on WebSocket re-connect ([#7986](https://github.com/holoviz/panel/pull/7986))
16+
17+
### Bug Fixes
18+
19+
- Fix `Tabulator` fast design and fix styling issues ([#7956](https://github.com/holoviz/panel/pull/7956))
20+
- Keep reference state consistent after Pyodide syncing ([#7966](https://github.com/holoviz/panel/pull/7966))
21+
- Ensure correct model is used when determining if a link is set up ([#7968](https://github.com/holoviz/panel/pull/7968))
22+
- Do not dispatch events on hold/unhold when the document is uninitialized ([#7972](https://github.com/holoviz/panel/pull/7972))
23+
- Ensure theming does not error on `PyComponent` ([#7975](https://github.com/holoviz/panel/pull/7975))
24+
- Prevent stylesheet patch from dispatching during initial load ([#7978](https://github.com/holoviz/panel/pull/7978))
25+
- Fix caching issue for ESM render modules ([#7990](https://github.com/holoviz/panel/pull/7990))
26+
- Correct initialization behavior of `ReactComponent` ([#7996](https://github.com/holoviz/panel/pull/7996))
27+
328
## Version 1.7.1
429

5-
This patch release adds a new option to disable `FileDropper` previews
6-
and fixes a regression when updating `Column` children in Bokeh<3.7.
7-
Additionally it includes a number of documentation improvements.
8-
Many thanks to our returning contributors @dalthviz, @emmanuel-ferdman, @MarcSkovMadsen, and @hoxbro
30+
This patch release adds a new option to disable `FileDropper` previews and fixes a regression when updating `Column` children in Bokeh<3.7. Additionally it includes a number of documentation improvements. Many thanks to our returning contributors @dalthviz, @emmanuel-ferdman, @MarcSkovMadsen, and @hoxbro
931

1032
### Enhancements
1133

doc/about/releases.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,51 @@
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.2
6+
7+
This patch release includes a number of important bug fixes, optimizations, and compatibility updates, particularly for React and ESM-based components. It also includes enhancements to the Tabulator table and more robust support for Audio/Video panes. Many thanks to @etihwo for his continued contributions and the maintainer team @hoxbro and @philippjfr.
8+
9+
### Enhancements
10+
11+
- Support for passing `bytes` and `BytesIO` objects to `Audio` and `Video` panes ([#7963](https://github.com/holoviz/panel/pull/7963))
12+
- Add header tooltips to `Tabulator` ([#7988](https://github.com/holoviz/panel/pull/7988))
13+
- Optimize layout calculations for ESM components ([#7989](https://github.com/holoviz/panel/pull/7989))
14+
- Allow nested `ReactComponent`s to bypass Shadow DOM ([#7991](https://github.com/holoviz/panel/pull/7991))
15+
- Support `--ico-path` CLI option to support explicit .ico path specification ([#7992](https://github.com/holoviz/panel/pull/7992))
16+
- Loosen parameter type for `ReactiveExpr.widget_layout` ([#7964](https://github.com/holoviz/panel/pull/7964))
17+
- Automatically unblock Comm on WebSocket re-connect ([#7986](https://github.com/holoviz/panel/pull/7986))
18+
19+
### Bug Fixes
20+
21+
- Fix `Tabulator` fast design and fix styling issues ([#7956](https://github.com/holoviz/panel/pull/7956))
22+
- Keep reference state consistent after Pyodide syncing ([#7966](https://github.com/holoviz/panel/pull/7966))
23+
- Ensure correct model is used when determining if a link is set up ([#7968](https://github.com/holoviz/panel/pull/7968))
24+
- Do not dispatch events on hold/unhold when the document is uninitialized ([#7972](https://github.com/holoviz/panel/pull/7972))
25+
- Ensure theming does not error on `PyComponent` ([#7975](https://github.com/holoviz/panel/pull/7975))
26+
- Prevent stylesheet patch from dispatching during initial load ([#7978](https://github.com/holoviz/panel/pull/7978))
27+
- Fix caching issue for ESM render modules ([#7990](https://github.com/holoviz/panel/pull/7990))
28+
- Correct initialization behavior of `ReactComponent` ([#7996](https://github.com/holoviz/panel/pull/7996))
29+
30+
31+
## Version 1.7.1
32+
33+
This patch release adds a new option to disable `FileDropper` previews and fixes a regression when updating `Column` children in Bokeh<3.7. Additionally it includes a number of documentation improvements. Many thanks to our returning contributors @dalthviz, @emmanuel-ferdman, @MarcSkovMadsen, and @hoxbro
34+
35+
### Enhancements
36+
37+
- Add option to disable FileDropper previews ([#7944](https://github.com/holoviz/panel/pull/7944))
38+
- `--index-titles` help string typo fix and don't call `title` on user input ([#7935](https://github.com/holoviz/panel/pull/7935))
39+
40+
### Bug fixes
41+
42+
- Migrate to correct logger interface ([#7931](https://github.com/holoviz/panel/pull/7931))
43+
- Column updates not working for Bokeh<3.7 ([#7948](https://github.com/holoviz/panel/pull/7948))
44+
45+
### Documentation
46+
47+
- Fix image links in Azure documentation ([#7938](https://github.com/holoviz/panel/pull/7938))
48+
49+
550
## Version 1.7.0
651

752
This minor release is not as jam-packed as previous minor releases but adds a number of quality of life improvements, bug fixes and features along with version and compatibility updates for a number of JS dependencies. Many thanks to some of our more frequent contributors @dalthviz, @etiwho, our new contributor @emmanuel-ferdman and our maintainers @Hoxbro, @MarcSkovMadsen and @philippjfr.

0 commit comments

Comments
 (0)