From 1c26bab305ea84a47dac67d459c0825d5d0abeae Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Thu, 21 Nov 2024 22:23:47 +0100 Subject: [PATCH] Release 18.1.1 --- docs/source/release-notes/index.md | 18 ++++++++++++++++++ packages/volto/CHANGELOG.md | 18 ++++++++++++++++++ packages/volto/news/4203.documentation | 1 - packages/volto/news/6482.documentation | 1 - packages/volto/news/6485.bugfix | 1 - packages/volto/news/6486.documentation | 1 - packages/volto/news/6487.bugfix | 1 - packages/volto/news/6495.documentation | 1 - packages/volto/news/6496.internal | 1 - packages/volto/package.json | 2 +- 10 files changed, 37 insertions(+), 8 deletions(-) delete mode 100644 packages/volto/news/4203.documentation delete mode 100644 packages/volto/news/6482.documentation delete mode 100644 packages/volto/news/6485.bugfix delete mode 100644 packages/volto/news/6486.documentation delete mode 100644 packages/volto/news/6487.bugfix delete mode 100644 packages/volto/news/6495.documentation delete mode 100644 packages/volto/news/6496.internal diff --git a/docs/source/release-notes/index.md b/docs/source/release-notes/index.md index ba882e6e51..040f15972a 100644 --- a/docs/source/release-notes/index.md +++ b/docs/source/release-notes/index.md @@ -17,6 +17,24 @@ myst: +## 18.1.1 (2024-11-21) + +### Bugfix + +- Do not break toolbar if layout id is not registered in layoutViewsNamesMapping. @cekk [#6485](https://github.com/plone/volto/issues/6485) +- Replace _all_ spaces with `-` in `BodyClass` classes, instead of with `-` or `` depending on the content type or section. @giuliaghisini [#6487](https://github.com/plone/volto/issues/6487) + +### Internal + +- Update instructions to install `pipx` in `RELEASING.md`. @stevepiercy [#6496](https://github.com/plone/volto/issues/6496) + +### Documentation + +- More privacy concerning youtube links and fixing link check warnings for youtube playlist links. @stevepiercy @ksuess [#4203](https://github.com/plone/volto/issues/4203) +- Remove conflicting `searchtools.js` file from documentation to allow default Sphinx search in main Plone documentation. @stevepiercy [#6482](https://github.com/plone/volto/issues/6482) +- Add support for sphinxcontrib-youtube. @stevepiercy [#6486](https://github.com/plone/volto/issues/6486) +- Refactor documentation includes to align with main documentation pattern. @stevepiercy [#6495](https://github.com/plone/volto/issues/6495) + ## 18.1.0 (2024-11-11) ### Feature diff --git a/packages/volto/CHANGELOG.md b/packages/volto/CHANGELOG.md index ba882e6e51..040f15972a 100644 --- a/packages/volto/CHANGELOG.md +++ b/packages/volto/CHANGELOG.md @@ -17,6 +17,24 @@ myst: +## 18.1.1 (2024-11-21) + +### Bugfix + +- Do not break toolbar if layout id is not registered in layoutViewsNamesMapping. @cekk [#6485](https://github.com/plone/volto/issues/6485) +- Replace _all_ spaces with `-` in `BodyClass` classes, instead of with `-` or `` depending on the content type or section. @giuliaghisini [#6487](https://github.com/plone/volto/issues/6487) + +### Internal + +- Update instructions to install `pipx` in `RELEASING.md`. @stevepiercy [#6496](https://github.com/plone/volto/issues/6496) + +### Documentation + +- More privacy concerning youtube links and fixing link check warnings for youtube playlist links. @stevepiercy @ksuess [#4203](https://github.com/plone/volto/issues/4203) +- Remove conflicting `searchtools.js` file from documentation to allow default Sphinx search in main Plone documentation. @stevepiercy [#6482](https://github.com/plone/volto/issues/6482) +- Add support for sphinxcontrib-youtube. @stevepiercy [#6486](https://github.com/plone/volto/issues/6486) +- Refactor documentation includes to align with main documentation pattern. @stevepiercy [#6495](https://github.com/plone/volto/issues/6495) + ## 18.1.0 (2024-11-11) ### Feature diff --git a/packages/volto/news/4203.documentation b/packages/volto/news/4203.documentation deleted file mode 100644 index f74508685a..0000000000 --- a/packages/volto/news/4203.documentation +++ /dev/null @@ -1 +0,0 @@ -More privacy concerning youtube links and fixing link check warnings for youtube playlist links. @stevepiercy @ksuess \ No newline at end of file diff --git a/packages/volto/news/6482.documentation b/packages/volto/news/6482.documentation deleted file mode 100644 index 89da57ce3d..0000000000 --- a/packages/volto/news/6482.documentation +++ /dev/null @@ -1 +0,0 @@ -Remove conflicting `searchtools.js` file from documentation to allow default Sphinx search in main Plone documentation. @stevepiercy diff --git a/packages/volto/news/6485.bugfix b/packages/volto/news/6485.bugfix deleted file mode 100644 index 3813144e9b..0000000000 --- a/packages/volto/news/6485.bugfix +++ /dev/null @@ -1 +0,0 @@ -Do not break toolbar if layout id is not registered in layoutViewsNamesMapping. @cekk diff --git a/packages/volto/news/6486.documentation b/packages/volto/news/6486.documentation deleted file mode 100644 index 66b5bd33a6..0000000000 --- a/packages/volto/news/6486.documentation +++ /dev/null @@ -1 +0,0 @@ -Add support for sphinxcontrib-youtube. @stevepiercy diff --git a/packages/volto/news/6487.bugfix b/packages/volto/news/6487.bugfix deleted file mode 100644 index 7b2f017ba8..0000000000 --- a/packages/volto/news/6487.bugfix +++ /dev/null @@ -1 +0,0 @@ -Replace _all_ spaces with `-` in `BodyClass` classes, instead of with `-` or `` depending on the content type or section. @giuliaghisini diff --git a/packages/volto/news/6495.documentation b/packages/volto/news/6495.documentation deleted file mode 100644 index ad974979eb..0000000000 --- a/packages/volto/news/6495.documentation +++ /dev/null @@ -1 +0,0 @@ -Refactor documentation includes to align with main documentation pattern. @stevepiercy diff --git a/packages/volto/news/6496.internal b/packages/volto/news/6496.internal deleted file mode 100644 index 14a6ca8375..0000000000 --- a/packages/volto/news/6496.internal +++ /dev/null @@ -1 +0,0 @@ -Update instructions to install `pipx` in `RELEASING.md`. @stevepiercy diff --git a/packages/volto/package.json b/packages/volto/package.json index f72d9ebb99..78baf16759 100644 --- a/packages/volto/package.json +++ b/packages/volto/package.json @@ -9,7 +9,7 @@ } ], "license": "MIT", - "version": "18.1.0", + "version": "18.1.1", "repository": { "type": "git", "url": "git@github.com:plone/volto.git"