Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Oct 3, 2024
1 parent 615a43c commit a346325
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@
# Releases

## Version 1.5.2

Date: 2024-10-03

This release is a small patch release primarily addressing a regression handling selections on multi-indexed data on the Tabulator widget along with a number of documentation improvements. Many thanks to @jrycw along with @MarcSkovMadsen, @Hoxbro and @philippjfr for their contributions to this release.

### Bug fixes

- Fix regression handling selection on multi-indexed `Tabulator` data ([#7336](https://github.com/holoviz/panel/pull/7336))
- Fix Fast template theme toggle color ([#7341](https://github.com/holoviz/panel/pull/7341))

### Documentation

- Fix typo for FastListTemplate reference example ([#7339](https://github.com/holoviz/panel/pull/7339))
- Fix custom component docstrings ([#7342](https://github.com/holoviz/panel/pull/7342))
- Improve plotly style guide ([#7346](https://github.com/holoviz/panel/pull/7346))
- Ensure sidebar toggle patch is loaded correctly ([#7349](https://github.com/holoviz/panel/pull/7349))
- Fix and update WebLLM example ([#7351](https://github.com/holoviz/panel/pull/7351))
- Correctly document step unit on `DateSlider` ([#7353](https://github.com/holoviz/panel/pull/7353))

## Version 1.5.1

Date: 2024-09-27

This release primarily focuses on a number of tweaks and enhancements for the documentation and also resolves a number of bugs related to `Tabulator` rendering and the new `FastAPI` integration. As always, many thanks to our contributors including our new contributors @dennisjlee and @alexcjohnson, our returning contributors @thuydotm and @jbednar and the core maintainer team @hoxbro, @maximlt, @ahuang11, @MarcSkovMadsen and @philippjfr.

### Enhancements
Expand Down Expand Up @@ -41,9 +63,10 @@ This release primarily focuses on a number of tweaks and enhancements for the do
- Tweak best practices ([#7301](https://github.com/holoviz/panel/pull/7301))
- Fix typo in JPG component docs ([#7323](https://github.com/holoviz/panel/pull/7323))


## Version 1.5.0

Date: 2024-09-13

This release, while technically a minor release hugely expands the scope of what is possible in Panel. In particular the introduction of the new `panel.custom` module makes it trivially easy to create new JS and React based components using modern tooling, a first-class developer experience and support for compilation and bundling. We are incredibly excited to see which new components you build using this approach. This release also includes native integration with FastAPI, such that you can now run Panel apps natively on an existing FastAPI server. We also introduce a number of new components, improved the developer experience, and squashed a huge number of bugs, particularly for the `Tabulator` component.

We really appreciate all the work that went into this release from 21 separate contributors. In particular we would like to welcome our new contributors @twobitunicorn, @justinwiley, @dwr-psandhu, @jordansamuels, @gandhis1, @jeffrey-hicks, @kdheepak, @sjdemartini, @alfredocarella and @pmeier. Next we want to recognize our returning contributors @cdeil, @Coderambling, @jrycw and @TBym, and finally the dedicated crew of core contributors which includes @Hoxbro, @MarcSkovMadsen, @ahuang11, @maximlt, @mattpap, @jbednar and @philippjfr.
Expand Down
24 changes: 24 additions & 0 deletions doc/about/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,30 @@

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

## Version 1.5.2

Date: 2024-10-03

This release is a small patch release primarily addressing a regression handling selections on multi-indexed data on the Tabulator widget along with a number of documentation improvements. Many thanks to @jrycw along with @MarcSkovMadsen, @Hoxbro and @philippjfr for their contributions to this release.

### Bug fixes

- Fix regression handling selection on multi-indexed `Tabulator` data ([#7336](https://github.com/holoviz/panel/pull/7336))
- Fix Fast template theme toggle color ([#7341](https://github.com/holoviz/panel/pull/7341))

### Documentation

- Fix typo for FastListTemplate reference example ([#7339](https://github.com/holoviz/panel/pull/7339))
- Fix custom component docstrings ([#7342](https://github.com/holoviz/panel/pull/7342))
- Improve plotly style guide ([#7346](https://github.com/holoviz/panel/pull/7346))
- Ensure sidebar toggle patch is loaded correctly ([#7349](https://github.com/holoviz/panel/pull/7349))
- Fix and update WebLLM example ([#7351](https://github.com/holoviz/panel/pull/7351))
- Correctly document step unit on `DateSlider` ([#7353](https://github.com/holoviz/panel/pull/7353))

## Version 1.5.1

Date: 2024-09-27

This release primarily focuses on a number of tweaks and enhancements for the documentation and also resolves a number of bugs related to `Tabulator` rendering and the new `FastAPI` integration. As always, many thanks to our contributors including our new contributors @dennisjlee and @alexcjohnson, our returning contributors @thuydotm and @jbednar and the core maintainer team @hoxbro, @maximlt, @ahuang11, @MarcSkovMadsen and @philippjfr.

### Enhancements
Expand Down Expand Up @@ -45,6 +67,8 @@ This release primarily focuses on a number of tweaks and enhancements for the do

## Version 1.5.0

Date: 2024-09-13

This release, while technically a minor release hugely expands the scope of what is possible in Panel. In particular the introduction of the new `panel.custom` module makes it trivially easy to create new JS and React based components using modern tooling, a first-class developer experience and support for compilation and bundling. We are incredibly excited to see which new components you build using this approach. This release also includes native integration with FastAPI, such that you can now run Panel apps natively on an existing FastAPI server. We also introduce a number of new components, improved the developer experience, and squashed a huge number of bugs, particularly for the `Tabulator` component.

We really appreciate all the work that went into this release from 21 separate contributors. In particular we would like to welcome our new contributors @twobitunicorn, @justinwiley, @dwr-psandhu, @jordansamuels, @gandhis1, @jeffrey-hicks, @kdheepak, @sjdemartini, @alfredocarella and @pmeier. Next we want to recognize our returning contributors @cdeil, @Coderambling, @jrycw and @TBym, and finally the dedicated crew of core contributors which includes @Hoxbro, @MarcSkovMadsen, @ahuang11, @maximlt, @mattpap, @jbednar and @philippjfr.
Expand Down

0 comments on commit a346325

Please sign in to comment.