diff --git a/CHANGELOG.md b/CHANGELOG.md index d09b68519a..7731e50b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Releases +## Version 1.0.2 + +Date: 2023-05-19 + +A micro-release in the 1.0.x series with a number of bug fixes and documentation tweaks. Many thanks to @jbednar and @philippjfr for contributing to this release. + +### Bug fixes + +- Ensure `Design` stylesheets are not replaced when updating component stylesheets ([#4883](https://github.com/holoviz/panel/pull/4883)) +- Ensure tooltips are rendered correctly as HTML ([#4887](https://github.com/holoviz/panel/pull/4887)) +- Fix loading of index page resources ([#4891](https://github.com/holoviz/panel/pull/4891)) +- Ensure `FloatPanel` can be rendered in classic notebooks ([#4892](https://github.com/holoviz/panel/pull/4892)) +- Attempt rendering output in notebooks even if not all resources have been initialized ([#4893](https://github.com/holoviz/panel/pull/4893)) +- Do not load large bokeh-mathjax bundle in notebooks by default ([#4895](https://github.com/holoviz/panel/pull/4895)) +- Make Fast template sidebar opening transition smoother ([#4898](https://github.com/holoviz/panel/pull/4898)) +- Ensure new items added to `Card` layout are rendered ([#4899](https://github.com/holoviz/panel/pull/4899)) +- Fix logo rendering in BasicAuth template ([#4900](https://github.com/holoviz/panel/pull/4900)) + +### Documentation + +- Various documentation tweaks ([#4884](https://github.com/holoviz/panel/pull/4884), [#4888](https://github.com/holoviz/panel/pull/4888), [#4889](https://github.com/holoviz/panel/pull/4889), [#4901](https://github.com/holoviz/panel/pull/4901)) +- Update Vega/Altair reference notebook to use altair 5 APIs ([#4894](https://github.com/holoviz/panel/pull/4894)) + ## Version 1.0.1 Date: 2023-05-18 diff --git a/doc/about/releases.md b/doc/about/releases.md index 85f3c988e2..ad05094d7b 100644 --- a/doc/about/releases.md +++ b/doc/about/releases.md @@ -2,6 +2,29 @@ See [the HoloViz blog](https://blog.holoviz.org/tag/panel.html) for a visual summary of the major features added in each release. +## Version 1.0.2 + +Date: 2023-05-19 + +A micro-release in the 1.0.2 series with a number of bug fixes and documentation tweaks. Many thanks to @jbednar and @philippjfr for contributing to this release. + +### Bug fixes + +- Ensure `Design` stylesheets are not replaced when updating component stylesheets ([#4883](https://github.com/holoviz/panel/pull/4883)) +- Ensure tooltips are rendered correctly as HTML ([#4887](https://github.com/holoviz/panel/pull/4887)) +- Fix loading of index page resources ([#4891](https://github.com/holoviz/panel/pull/4891)) +- Ensure `FloatPanel` can be rendered in classic notebooks ([#4892](https://github.com/holoviz/panel/pull/4892)) +- Attempt rendering output in notebooks even if not all resources have been initialized ([#4893](https://github.com/holoviz/panel/pull/4893)) +- Do not load large bokeh-mathjax bundle in notebooks by default ([#4895](https://github.com/holoviz/panel/pull/4895)) +- Make Fast template sidebar opening transition smoother ([#4898](https://github.com/holoviz/panel/pull/4898)) +- Ensure new items added to `Card` layout are rendered ([#4899](https://github.com/holoviz/panel/pull/4899)) +- Fix logo rendering in BasicAuth template ([#4900](https://github.com/holoviz/panel/pull/4900)) + +### Documentation + +- Various documentation tweaks ([#4884](https://github.com/holoviz/panel/pull/4884), [#4888](https://github.com/holoviz/panel/pull/4888), [#4889](https://github.com/holoviz/panel/pull/4889)) +- Update Vega/Altair reference notebook to use altair 5 APIs ([#4894](https://github.com/holoviz/panel/pull/4894)) + ## Version 1.0.1 Date: 2023-05-18