Skip to content

Commit a346325

Browse files
committed
Update CHANGELOG
1 parent 615a43c commit a346325

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
# Releases
22

3+
## Version 1.5.2
4+
5+
Date: 2024-10-03
6+
7+
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.
8+
9+
### Bug fixes
10+
11+
- Fix regression handling selection on multi-indexed `Tabulator` data ([#7336](https://github.com/holoviz/panel/pull/7336))
12+
- Fix Fast template theme toggle color ([#7341](https://github.com/holoviz/panel/pull/7341))
13+
14+
### Documentation
15+
16+
- Fix typo for FastListTemplate reference example ([#7339](https://github.com/holoviz/panel/pull/7339))
17+
- Fix custom component docstrings ([#7342](https://github.com/holoviz/panel/pull/7342))
18+
- Improve plotly style guide ([#7346](https://github.com/holoviz/panel/pull/7346))
19+
- Ensure sidebar toggle patch is loaded correctly ([#7349](https://github.com/holoviz/panel/pull/7349))
20+
- Fix and update WebLLM example ([#7351](https://github.com/holoviz/panel/pull/7351))
21+
- Correctly document step unit on `DateSlider` ([#7353](https://github.com/holoviz/panel/pull/7353))
22+
323
## Version 1.5.1
424

25+
Date: 2024-09-27
26+
527
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.
628

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

44-
4566
## Version 1.5.0
4667

68+
Date: 2024-09-13
69+
4770
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.
4871

4972
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.

doc/about/releases.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,30 @@
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.5.2
6+
7+
Date: 2024-10-03
8+
9+
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.
10+
11+
### Bug fixes
12+
13+
- Fix regression handling selection on multi-indexed `Tabulator` data ([#7336](https://github.com/holoviz/panel/pull/7336))
14+
- Fix Fast template theme toggle color ([#7341](https://github.com/holoviz/panel/pull/7341))
15+
16+
### Documentation
17+
18+
- Fix typo for FastListTemplate reference example ([#7339](https://github.com/holoviz/panel/pull/7339))
19+
- Fix custom component docstrings ([#7342](https://github.com/holoviz/panel/pull/7342))
20+
- Improve plotly style guide ([#7346](https://github.com/holoviz/panel/pull/7346))
21+
- Ensure sidebar toggle patch is loaded correctly ([#7349](https://github.com/holoviz/panel/pull/7349))
22+
- Fix and update WebLLM example ([#7351](https://github.com/holoviz/panel/pull/7351))
23+
- Correctly document step unit on `DateSlider` ([#7353](https://github.com/holoviz/panel/pull/7353))
24+
525
## Version 1.5.1
626

27+
Date: 2024-09-27
28+
729
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.
830

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

4668
## Version 1.5.0
4769

70+
Date: 2024-09-13
71+
4872
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.
4973

5074
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.

0 commit comments

Comments
 (0)