Skip to content

Commit 2045ddf

Browse files
committed
Update CHANGELOG
1 parent 40b1fe6 commit 2045ddf

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Panel 1.8.10 focuses on stability improvements across widgets, plotting integrations, and server behavior. It includes fixes for Tabulator serialization, Param widget updates, Plotly and Vega regressions, and several UI issues. This release also improves compatibility with **Bokeh 3.9**, enhances error reporting when serving apps, and addresses a security issue in `panel.js`.
66

77
Many thanks to the contributors to this release including:
8-
@philippjfr, @SumaiyaIslam, @emunsing, @AtharvaJaiswal005, @DevilSpecial, @DanielAlanBates, @FlorianVerdonck, @ahuang11, @SimonHeybrock, @Coderambling, @MarcSkovMadsen, @ghostiee-11, @tmoulignier, and @aadrita.
8+
@philippjfr, @SuMayaBee, @AtharvaJaiswal005, @hoxbro, @ghostiee-11, and @tmoulignier.
99

1010
### ✨ Enhancements
1111

@@ -14,6 +14,7 @@ Many thanks to the contributors to this release including:
1414

1515
### 🐛 Bug Fixes
1616

17+
- Prevent spacebar in `Card` header inputs from toggling collapse ([#8442](https://github.com/holoviz/panel/pull/8442))
1718
- Fix `DateRangeSlider` incorrectly modifying both values with timezone-aware timestamps ([#8455](https://github.com/holoviz/panel/pull/8455))
1819
- Preserve slider bar color when `Accordion` panels are collapsed or expanded ([#8460](https://github.com/holoviz/panel/pull/8460))
1920
- Fix datetime axis type mismatch in `link_axes` after scroll and plot update ([#8468](https://github.com/holoviz/panel/pull/8468))
@@ -23,6 +24,9 @@ Many thanks to the contributors to this release including:
2324
- Fix Vega pane not updating when using inline data ([#8495](https://github.com/holoviz/panel/pull/8495))
2425
- Fix Plotly regressions introduced in earlier 1.8 releases ([#8471](https://github.com/holoviz/panel/pull/8471), [#8476](https://github.com/holoviz/panel/pull/8476))
2526
- Ensure all `ReactiveESM` children render correctly ([#8473](https://github.com/holoviz/panel/pull/8473))
27+
- Ensure `CodeEditor` annotations are not overridden ([#8505](https://github.com/holoviz/panel/pull/8505))
28+
- Fix Modal objects update rendering inline instead of in dialog ([#8508](https://github.com/holoviz/panel/pull/8508))
29+
- Prevent ValueError when `EditableFloatSlider` input is cleared ([#8511](https://github.com/holoviz/panel/pull/8511))
2630

2731
### 🔒 Security
2832

doc/about/releases.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Panel 1.8.10 focuses on stability improvements across widgets, plotting integrations, and server behavior. It includes fixes for Tabulator serialization, Param widget updates, Plotly and Vega regressions, and several UI issues. This release also improves compatibility with **Bokeh 3.9**, enhances error reporting when serving apps, and addresses a security issue in `panel.js`.
66

77
Many thanks to the contributors to this release including:
8-
@philippjfr, @SumaiyaIslam, @emunsing, @AtharvaJaiswal005, @DevilSpecial, @DanielAlanBates, @FlorianVerdonck, @ahuang11, @SimonHeybrock, @Coderambling, @MarcSkovMadsen, @ghostiee-11, @tmoulignier, and @aadrita.
8+
@philippjfr, @SuMayaBee, @AtharvaJaiswal005, @hoxbro, @ghostiee-11, and @tmoulignier.
99

1010
### ✨ Enhancements
1111

@@ -14,6 +14,7 @@ Many thanks to the contributors to this release including:
1414

1515
### 🐛 Bug Fixes
1616

17+
- Prevent spacebar in `Card` header inputs from toggling collapse ([#8442](https://github.com/holoviz/panel/pull/8442))
1718
- Fix `DateRangeSlider` incorrectly modifying both values with timezone-aware timestamps ([#8455](https://github.com/holoviz/panel/pull/8455))
1819
- Preserve slider bar color when `Accordion` panels are collapsed or expanded ([#8460](https://github.com/holoviz/panel/pull/8460))
1920
- Fix datetime axis type mismatch in `link_axes` after scroll and plot update ([#8468](https://github.com/holoviz/panel/pull/8468))
@@ -23,6 +24,9 @@ Many thanks to the contributors to this release including:
2324
- Fix Vega pane not updating when using inline data ([#8495](https://github.com/holoviz/panel/pull/8495))
2425
- Fix Plotly regressions introduced in earlier 1.8 releases ([#8471](https://github.com/holoviz/panel/pull/8471), [#8476](https://github.com/holoviz/panel/pull/8476))
2526
- Ensure all `ReactiveESM` children render correctly ([#8473](https://github.com/holoviz/panel/pull/8473))
27+
- Ensure `CodeEditor` annotations are not overridden ([#8505](https://github.com/holoviz/panel/pull/8505))
28+
- Fix Modal objects update rendering inline instead of in dialog ([#8508](https://github.com/holoviz/panel/pull/8508))
29+
- Prevent ValueError when `EditableFloatSlider` input is cleared ([#8511](https://github.com/holoviz/panel/pull/8511))
2630

2731
### 🔒 Security
2832

0 commit comments

Comments
 (0)