Skip to content

Commit

Permalink
Add CHANGELOG for 1.3.6 (#6094)
Browse files Browse the repository at this point in the history
* Add CHANGELOG for 1.3.6

* Updates
  • Loading branch information
philippjfr authored Dec 20, 2023
1 parent 290ff7a commit 3823ea0
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Releases

## Version 1.3.6

Date: 2023-12-20

This patch release addresses a major regression in server performance introduced in 1.3.5 along with some additional minor fixes. We want to welcome @nenb as a new contributor and want to thank the maintainers @ahuang11, @maximlt and @philippjfr for their contributions to this release.

### Enhancements

- Add explicit size option to ToggleIcon ([#6092](https://github.com/holoviz/panel/pull/6092))

### Bug fixes

- Fix execution of OAuth of callback to refresh `access_token` ([#6084](https://github.com/holoviz/panel/pull/6084))
- Fix `ChatReactionIcons` alignment and trigger reactions correctly ([#6086](https://github.com/holoviz/panel/pull/6086))
- Change `Column` `scroll_position` default value from `None` to `0` ([#6082](https://github.com/holoviz/panel/pull/6082))
- Fix issue with accumulating callbacks on server ([#6091](https://github.com/holoviz/panel/pull/6091))
- Ensure ReactiveExpr renders in pyodide ([#6097](https://github.com/holoviz/panel/pull/6097))
- Ensure TooltipIcon description can be updated ([#6099](https://github.com/holoviz/panel/pull/6099))
- Fix IPyWidgets rendering in BootstrapTemplate ([#6100](https://github.com/holoviz/panel/pull/6100))
- Fix padding and alignment of FileDownload ([#6101](https://github.com/holoviz/panel/pull/6101))

## Version 1.3.5

Date: 2023-12-18
Expand All @@ -16,7 +37,7 @@ This micro-release fixes a large number of issues, applies some performance opti
- Replace `Player` widget unicode icons with SVG for more consistency ([#6030](https://github.com/holoviz/panel/pull/6030))
- Elaborate on `ChatInterface` callback exception summary ([#6046](https://github.com/holoviz/panel/pull/6046))
- Add `ToggleIcon` widget ([#6034](https://github.com/holoviz/panel/pull/6034))
- Use minified `Tabulator.js` ([#6060]https://github.com/holoviz/panel/pull/6060))
- Use minified `Tabulator.js` ([#6060](https://github.com/holoviz/panel/pull/6060))
- Support rendering `GeoDataFrame` and `GeoSeries` in `DataFrame` pane ([#6061](https://github.com/holoviz/panel/pull/6061))
- Optimize rendering of `ChatMessage` ([#6069](https://github.com/holoviz/panel/pull/6069))
- Apply smaller optimizations for `Viewable` and `ChatMessage` ([#6074](https://github.com/holoviz/panel/pull/6074))
Expand Down
21 changes: 21 additions & 0 deletions doc/about/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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

## Version 1.3.6

Date: 2023-12-20

This patch release addresses a major regression in server performance introduced in 1.3.5 along with some additional minor fixes. We want to welcome @nenb as a new contributor and want to thank the maintainers @ahuang11, @maximlt and @philippjfr for their contributions to this release.

### Enhancements

- Add explicit size option to ToggleIcon ([#6092](https://github.com/holoviz/panel/pull/6092))

### Bug fixes

- Fix execution of OAuth of callback to refresh `access_token` ([#6084](https://github.com/holoviz/panel/pull/6084))
- Fix `ChatReactionIcons` alignment and trigger reactions correctly ([#6086](https://github.com/holoviz/panel/pull/6086))
- Change `Column` `scroll_position` default value from `None` to `0` ([#6082](https://github.com/holoviz/panel/pull/6082))
- Fix issue with accumulating callbacks on server ([#6091](https://github.com/holoviz/panel/pull/6091))
- Ensure `ReactiveExpr` renders in pyodide ([#6097](https://github.com/holoviz/panel/pull/6097))
- Ensure `TooltipIcon` description can be updated ([#6099](https://github.com/holoviz/panel/pull/6099))
- Fix IPyWidgets rendering in `BootstrapTemplate` ([#6100](https://github.com/holoviz/panel/pull/6100))
- Fix padding and alignment of `FileDownload` ([#6101](https://github.com/holoviz/panel/pull/6101))

## Version 1.3.5

Date: 2023-12-18
Expand Down

0 comments on commit 3823ea0

Please sign in to comment.