Skip to content

Commit 70df53d

Browse files
authored
Update CHANGELOG for 1.0.3 (#4930)
1 parent fd5ea91 commit 70df53d

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Releases
22

3+
## Version 1.0.3
4+
5+
Date: 2023-05-25
6+
7+
Another micro-release in the 1.0.x series with a number of smaller bug fixes. Most importantly this resolves issues with loading indicators and with apps converted to the `pyodide-worker` target. Many thanks to @n3011, @Hoxbro and @philippjfr for contributing to this release.
8+
9+
- Resolve `_repr_jpeg_` methods correctly ([#4904](https://github.com/holoviz/panel/pull/4904))
10+
- Fix handling of queued events in pyodide worker ([#4913](https://github.com/holoviz/panel/pull/4913))
11+
- Various fixes for loading indicator ([#4915](https://github.com/holoviz/panel/pull/4915))
12+
- Allow `-1` in `Tabs.active` and allow recovering from closed tabs ([#4920](https://github.com/holoviz/panel/pull/4920))
13+
- Ensure `HoloViews` layout is correctly initialized when `center` is set ([#4921](https://github.com/holoviz/panel/pull/4921))
14+
- Ensure VSCode editor does not apply white background to Panel output ([#4923](https://github.com/holoviz/panel/pull/4923))
15+
- Do not error on deserialization errors in notebooks ([#4927](https://github.com/holoviz/panel/pull/4927))
16+
- Ensure basic auth provider works when dynamically starting server ([#4926](https://github.com/holoviz/panel/pull/4926))
17+
- Ensure `Param` pane `name` is updated when object changes ([#4928](https://github.com/holoviz/panel/pull/4928))
18+
- Align functionality and styling of `FileDownload` with `Button` ([#4929](https://github.com/holoviz/panel/pull/4929))
19+
320
## Version 1.0.2
421

522
Date: 2023-05-19

doc/about/releases.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
See [the HoloViz blog](https://blog.holoviz.org/tag/panel.html) for a visual summary of the major features added in each release.
44

5+
## Version 1.0.3
6+
7+
Date: 2023-05-25
8+
9+
Another micro-release in the 1.0.x series with a number of smaller bug fixes. Most importantly this resolves issues with loading indicators and with apps converted to the `pyodide-worker` target. Many thanks to @n3011, @Hoxbro and @philippjfr for contributing to this release.
10+
11+
- Resolve `_repr_jpeg_` methods correctly ([#4904](https://github.com/holoviz/panel/pull/4904))
12+
- Fix handling of queued events in pyodide worker ([#4913](https://github.com/holoviz/panel/pull/4913))
13+
- Various fixes for loading indicator ([#4915](https://github.com/holoviz/panel/pull/4915))
14+
- Allow `-1` in `Tabs.active` and allow recovering from closed tabs ([#4920](https://github.com/holoviz/panel/pull/4920))
15+
- Ensure `HoloViews` layout is correctly initialized when `center` is set ([#4921](https://github.com/holoviz/panel/pull/4921))
16+
- Ensure VSCode editor does not apply white background to Panel output ([#4923](https://github.com/holoviz/panel/pull/4923))
17+
- Do not error on deserialization errors in notebooks ([#4927](https://github.com/holoviz/panel/pull/4927))
18+
- Ensure basic auth provider works when dynamically starting server ([#4926](https://github.com/holoviz/panel/pull/4926))
19+
- Ensure `Param` pane `name` is updated when object changes ([#4928](https://github.com/holoviz/panel/pull/4928))
20+
- Align functionality and styling of `FileDownload` with `Button` ([#4929](https://github.com/holoviz/panel/pull/4929))
21+
522
## Version 1.0.2
623

724
Date: 2023-05-19

0 commit comments

Comments
 (0)