Skip to content

Commit fb519a5

Browse files
committed
Add CHANGELOG for 1.3.7 (#6231)
* Add CHANGELOG for 1.3.7 * Add item
1 parent db6a2bb commit fb519a5

File tree

2 files changed

+106
-0
lines changed

2 files changed

+106
-0
lines changed

CHANGELOG.md

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

3+
## Version 1.3.7
4+
5+
Date: 2024-01-19
6+
7+
This patch release focuses on a number of fixes and minor enhancements for the chat components and various other smaller improvements and fixes including docs improvements. In particular we want to highlight the new Ploomber deployment guide contributed by @neelash23. Next we want to welcome @jz314, @fayssalelmofatiche and @neelasha23 as new contributors and welcome back @SultanOrazbayev as a returning contributor. Lastly we want to thank the core contributor team, including @MarcSkovMadsen, @ahuang11, @maximlt, @Hoxbro and @philippjfr for their continued efforts maintaining Panel.
8+
9+
### Enhancements
10+
11+
- Add `filter_by` to `ChatMessage.serialize` ([#6090](https://github.com/holoviz/panel/pull/6090))
12+
- Support using an SVG for `ToggleIcon` ([#6127](https://github.com/holoviz/panel/pull/6127))
13+
- Add resizable param to `TextAreaInput` ([#6126](https://github.com/holoviz/panel/pull/6126))
14+
- Improve date and datetime picker functionality ([#6152](https://github.com/holoviz/panel/pull/6152))
15+
- Add activity indicator to `ChatMessage` ([#6153](https://github.com/holoviz/panel/pull/6153))
16+
- Lazily import bleach HTML sanitizer ([#6179](https://github.com/holoviz/panel/pull/6179))
17+
18+
### Bug fixes
19+
20+
- Fix alignment issues in chat components ([#6104](https://github.com/holoviz/panel/pull/6104), [#6135](https://github.com/holoviz/panel/pull/6135))
21+
- Fix generator placeholder and optimize updates in Chat components ([#6105](https://github.com/holoviz/panel/pull/6105))
22+
- Fix issue with callback future handling on Chat components ([#6120](https://github.com/holoviz/panel/pull/6120))
23+
- Fix bug in Chat interfaces related to `pn.state.browser_info` ([#6122](https://github.com/holoviz/panel/pull/6122))
24+
- Allow instantiating empty `Matplotlib` pane ([#6128](https://github.com/holoviz/panel/pull/6128))
25+
- Ensure icon displays inline with text on `FileDownload` ([#6133](https://github.com/holoviz/panel/pull/6133))
26+
- Fix styling of links in `Tabulator` fast theme ([#6146](https://github.com/holoviz/panel/pull/6146))
27+
- Fix passing of `card_params` on `ChatFeed` ([#6154](https://github.com/holoviz/panel/pull/6154))
28+
- Handle `Tabulator.title_formatter` if is type `dict` ([#6166](https://github.com/holoviz/panel/pull/6166))
29+
- Fix `per_session` caching ([#6169](https://github.com/holoviz/panel/pull/6169))
30+
- Correctly reshape nd-arrays in `Plotly` pane ([#6174](https://github.com/holoviz/panel/pull/6174))
31+
- Handle NaT values on `Perspective` pane ([#6176](https://github.com/holoviz/panel/pull/6176))
32+
- Do not rerender output if `ReplacementPane` object identity is unchanged ([#6183](https://github.com/holoviz/panel/pull/6183))
33+
- Tabulator: fix valuesLookup set up for older list-like editors ([#6192](https://github.com/holoviz/panel/pull/6192))
34+
- Fix pyodide loading message styling issues ([#6194](https://github.com/holoviz/panel/pull/6194))
35+
- More complete patch for the `TextEditor` to support being rendered in the Shadow DOM ([#6222](https://github.com/holoviz/panel/pull/6222))
36+
- Add guard to `Tabulator` ensuring that it does not error when it is not rendered ([#6223](https://github.com/holoviz/panel/pull/6223))
37+
- Fix race conditions when instantiating Comm in Jupyter causing notifications to break ([#6229](https://github.com/holoviz/panel/pull/6229))
38+
39+
### Compatibility & Security
40+
41+
- Upgrade Plotly.js to 2.25.3 to address CVE-2023-46308 ([#6230](https://github.com/holoviz/panel/pull/6230))
42+
43+
### Documentation
44+
45+
- Add `Design` and `Theme` explanation documentation ([#4741](https://github.com/holoviz/panel/pull/4741))
46+
- Fix pyodide execution in documentation
47+
- Fix wrong and broken link ([#5988](https://github.com/holoviz/panel/pull/5988), [#6132](https://github.com/holoviz/panel/pull/6132))
48+
- Use GoatCounter for website analytics ([#6117](https://github.com/holoviz/panel/pull/6117))
49+
- Add Dask How to guide ([#4234](https://github.com/holoviz/panel/pull/4234))
50+
- Fix `Material` template notebook .show() call ([#6137](https://github.com/holoviz/panel/pull/6137))
51+
- Add missing item in docstring ([#6167](https://github.com/holoviz/panel/pull/6167))
52+
- Ploomber Cloud deployment documentation ([#6182](https://github.com/holoviz/panel/pull/6182))
53+
- Correct duplicate wording ([#6188](https://github.com/holoviz/panel/pull/6188))
54+
- Update JupyterLite Altair example to latest API ([#6226](https://github.com/holoviz/panel/pull/6226))
55+
356
## Version 1.3.6
457

558
Date: 2023-12-20

doc/about/releases.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,59 @@
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.3.7
6+
7+
Date: 2024-01-19
8+
9+
This patch release focuses on a number of fixes and minor enhancements for the chat components and various other smaller improvements and fixes including docs improvements. In particular we want to highlight the new Ploomber deployment guide contributed by @neelash23. Next we want to welcome @jz314, @fayssalelmofatiche and @neelasha23 as new contributors and welcome back @SultanOrazbayev as a returning contributor. Lastly we want to thank the core contributor team, including @MarcSkovMadsen, @ahuang11, @maximlt, @Hoxbro and @philippjfr for their continued efforts maintaining Panel.
10+
11+
### Enhancements
12+
13+
- Add `filter_by` to `ChatMessage.serialize` ([#6090](https://github.com/holoviz/panel/pull/6090))
14+
- Support using an SVG for `ToggleIcon` ([#6127](https://github.com/holoviz/panel/pull/6127))
15+
- Add resizable param to `TextAreaInput` ([#6126](https://github.com/holoviz/panel/pull/6126))
16+
- Improve date and datetime picker functionality ([#6152](https://github.com/holoviz/panel/pull/6152))
17+
- Add activity indicator to `ChatMessage` ([#6153](https://github.com/holoviz/panel/pull/6153))
18+
- Lazily import bleach HTML sanitizer ([#6179](https://github.com/holoviz/panel/pull/6179))
19+
20+
### Bug fixes
21+
22+
- Fix alignment issues in chat components ([#6104](https://github.com/holoviz/panel/pull/6104), [#6135](https://github.com/holoviz/panel/pull/6135))
23+
- Fix generator placeholder and optimize updates in Chat components ([#6105](https://github.com/holoviz/panel/pull/6105))
24+
- Fix issue with callback future handling on Chat components ([#6120](https://github.com/holoviz/panel/pull/6120))
25+
- Fix bug in Chat interfaces related to `pn.state.browser_info` ([#6122](https://github.com/holoviz/panel/pull/6122))
26+
- Allow instantiating empty `Matplotlib` pane ([#6128](https://github.com/holoviz/panel/pull/6128))
27+
- Ensure icon displays inline with text on `FileDownload` ([#6133](https://github.com/holoviz/panel/pull/6133))
28+
- Fix styling of links in `Tabulator` fast theme ([#6146](https://github.com/holoviz/panel/pull/6146))
29+
- Fix passing of `card_params` on `ChatFeed` ([#6154](https://github.com/holoviz/panel/pull/6154))
30+
- Handle `Tabulator.title_formatter` if is type `dict` ([#6166](https://github.com/holoviz/panel/pull/6166))
31+
- Fix `per_session` caching ([#6169](https://github.com/holoviz/panel/pull/6169))
32+
- Correctly reshape nd-arrays in `Plotly` pane ([#6174](https://github.com/holoviz/panel/pull/6174))
33+
- Handle NaT values on `Perspective` pane ([#6176](https://github.com/holoviz/panel/pull/6176))
34+
- Do not rerender output if `ReplacementPane` object identity is unchanged ([#6183](https://github.com/holoviz/panel/pull/6183))
35+
- Tabulator: fix valuesLookup set up for older list-like editors ([#6192](https://github.com/holoviz/panel/pull/6192))
36+
- Fix pyodide loading message styling issues ([#6194](https://github.com/holoviz/panel/pull/6194))
37+
- More complete patch for the `TextEditor` to support being rendered in the Shadow DOM ([#6222](https://github.com/holoviz/panel/pull/6222))
38+
- Add guard to `Tabulator` ensuring that it does not error when it is not rendered ([#6223](https://github.com/holoviz/panel/pull/6223))
39+
- Fix race conditions when instantiating Comm in Jupyter causing notifications to break ([#6229](https://github.com/holoviz/panel/pull/6229))
40+
41+
### Compatibility & Security
42+
43+
- Upgrade Plotly.js to 2.25.3 to address CVE-2023-46308 ([#6230](https://github.com/holoviz/panel/pull/6230))
44+
45+
### Documentation
46+
47+
- Add `Design` and `Theme` explanation documentation ([#4741](https://github.com/holoviz/panel/pull/4741))
48+
- Fix pyodide execution in documentation
49+
- Fix wrong and broken link ([#5988](https://github.com/holoviz/panel/pull/5988), [#6132](https://github.com/holoviz/panel/pull/6132))
50+
- Use GoatCounter for website analytics ([#6117](https://github.com/holoviz/panel/pull/6117))
51+
- Add Dask How to guide ([#4234](https://github.com/holoviz/panel/pull/4234))
52+
- Fix `Material` template notebook .show() call ([#6137](https://github.com/holoviz/panel/pull/6137))
53+
- Add missing item in docstring ([#6167](https://github.com/holoviz/panel/pull/6167))
54+
- Ploomber Cloud deployment documentation ([#6182](https://github.com/holoviz/panel/pull/6182))
55+
- Correct duplicate wording ([#6188](https://github.com/holoviz/panel/pull/6188))
56+
- Update JupyterLite Altair example to latest API ([#6226](https://github.com/holoviz/panel/pull/6226))
57+
558
## Version 1.3.6
659

760
Date: 2023-12-20

0 commit comments

Comments
 (0)