Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 23, 2025
1 parent 9f703f3 commit 29714f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This release adds a number of features including a standalone `Modal` component,
- Improve styling of chat components in dark theme ([#7601](https://github.com/holoviz/panel/pull/7601), [#7602](https://github.com/holoviz/panel/pull/7602))
- Automatically scroll when streaming to `ChatFeed` and `ChatStep` ([#7608](https://github.com/holoviz/panel/pull/7608))
- Add support for remote filesystems on `FileSelector` ([#7618](https://github.com/holoviz/panel/pull/7618))
- Add support for `FigureWidget` events on `Plotly` pane ([#7654](https://github.com/holoviz/panel/pull/7654))
- Add support for `FigureWidget` events on `Plotly` pane ([#7654](https://github.com/holoviz/panel/pull/7654), [#7662](https://github.com/holoviz/panel/pull/7662))

### Bug fixes

Expand All @@ -45,15 +45,16 @@ This release adds a number of features including a standalone `Modal` component,

### Compatibility and Updates

- Update panel convert to latest versions of pyodide and pyscript ([#7584](https://github.com/holoviz/panel/pull/7584))
- Bump plotly.js version to 2.35.3 (#7657)
- Bump Tabulator version to 6.3.1 (#7656)
- Update `panel convert` to latest versions of pyodide and pyscript ([#7584](https://github.com/holoviz/panel/pull/7584))
- Bump plotly.js version to 2.35.3 ([#7657](https://github.com/holoviz/panel/pull/7657))
- Bump tabulator.js version to 6.3.1 ([#7656](https://github.com/holoviz/panel/pull/7656))

### Documentation

- Ensure Open in JupyterLite links work ([#7622](https://github.com/holoviz/panel/pull/7622))
- Add admonitions for outdated guides and minor corrections ([#7635](https://github.com/holoviz/panel/pull/7635))
- Add form tutorial ([#7568](https://github.com/holoviz/panel/pull/7568))
- Fix and reorganize API docs ([#7659](https://github.com/holoviz/panel/pull/7659))

## Version 1.5.5

Expand Down
12 changes: 7 additions & 5 deletions doc/about/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

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


## Version 1.6.0

Date: 2025-01-25

This release adds a number of features including a standalone `Modal` component, the ability to infer widget parameters from values, and the ability to easily edit a `ChatMessage`. Additionally it includes a number of enhancements for styling, particularly in dark themes, other enhancements for chat components and a large number of bug fixes. Many thanks for our returning contributor @kdheepak, our new contributors @pgierz, @jonatantreijs and @etihwo, and of course the whole maintainer team including @ahuang11, @MarcSkovMadsen @hoxbro, @maximlt and @philippjfr.

### Features
Expand All @@ -24,7 +25,7 @@ This release adds a number of features including a standalone `Modal` component,
- Improve styling of chat components in dark theme ([#7601](https://github.com/holoviz/panel/pull/7601), [#7602](https://github.com/holoviz/panel/pull/7602))
- Automatically scroll when streaming to `ChatFeed` and `ChatStep` ([#7608](https://github.com/holoviz/panel/pull/7608))
- Add support for remote filesystems on `FileSelector` ([#7618](https://github.com/holoviz/panel/pull/7618))
- Add support for `FigureWidget` events on `Plotly` pane ([#7654](https://github.com/holoviz/panel/pull/7654))
- Add support for `FigureWidget` events on `Plotly` pane ([#7654](https://github.com/holoviz/panel/pull/7654), [#7662](https://github.com/holoviz/panel/pull/7662))

### Bug fixes

Expand All @@ -48,15 +49,16 @@ This release adds a number of features including a standalone `Modal` component,

### Compatibility and Updates

- Update panel convert to latest versions of pyodide and pyscript ([#7584](https://github.com/holoviz/panel/pull/7584))
- Bump plotly.js version to 2.35.3 (#7657)
- Bump Tabulator version to 6.3.1 (#7656)
- Update `panel convert` to latest versions of pyodide and pyscript ([#7584](https://github.com/holoviz/panel/pull/7584))
- Bump plotly.js version to 2.35.3 ([#7657](https://github.com/holoviz/panel/pull/7657))
- Bump tabulator.js version to 6.3.1 ([#7656](https://github.com/holoviz/panel/pull/7656))

### Documentation

- Ensure Open in JupyterLite links work ([#7622](https://github.com/holoviz/panel/pull/7622))
- Add admonitions for outdated guides and minor corrections ([#7635](https://github.com/holoviz/panel/pull/7635))
- Add form tutorial ([#7568](https://github.com/holoviz/panel/pull/7568))
- Fix and reorganize API docs ([#7659](https://github.com/holoviz/panel/pull/7659))

## Version 1.5.5

Expand Down

0 comments on commit 29714f2

Please sign in to comment.