diff --git a/CHANGELOG.md b/CHANGELOG.md index f933b139..24b8ed5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,32 @@ +## 2.0.0 (2023-11-16) + +### Breaking + +- Added fat menu and mobile menu. @iFlameing + Since 2.0.0, the light theme has a fat menu (below the main site sections) triggered clickin on one of them. + It's behind a feature flag, as opt-out: + + ```js + config.settings.enableFatMenu = true; + ``` [#86](https://github.com/kitconcept/volto-light-theme/pull/86) + +### Feature + +- Added Focus and Hover Attributes to UI Buttons @Molochem [#260](https://github.com/kitconcept/volto-light-theme/pull/260) + +### Bugfix + +- Fix max height for full width map iframe @danalvrz [#257](https://github.com/kitconcept/volto-light-theme/pull/257) +- Fix header alignment of the sections @sneridagh [#261](https://github.com/kitconcept/volto-light-theme/pull/261) + +### Internal + +- Update to latest Plone and Volto @sneridagh + Pin `volto-slider-block` to 5.1.1 [#262](https://github.com/kitconcept/volto-light-theme/pull/262) + ## 1.0.1 (2023-10-18) ### Bugfix diff --git a/news/257.bugfix b/news/257.bugfix deleted file mode 100644 index ba9349d3..00000000 --- a/news/257.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix max height for full width map iframe @danalvrz \ No newline at end of file diff --git a/news/260.feature b/news/260.feature deleted file mode 100644 index 96317c87..00000000 --- a/news/260.feature +++ /dev/null @@ -1 +0,0 @@ -Added Focus and Hover Attributes to UI Buttons @Molochem diff --git a/news/261.bugfix b/news/261.bugfix deleted file mode 100644 index 57263031..00000000 --- a/news/261.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix header alignment of the sections @sneridagh diff --git a/news/262.internal b/news/262.internal deleted file mode 100644 index 51187a15..00000000 --- a/news/262.internal +++ /dev/null @@ -1,2 +0,0 @@ -Update to latest Plone and Volto @sneridagh -Pin `volto-slider-block` to 5.1.1 diff --git a/news/86.breaking b/news/86.breaking deleted file mode 100644 index 89aa42e3..00000000 --- a/news/86.breaking +++ /dev/null @@ -1,7 +0,0 @@ -Added fat menu and mobile menu. @iFlameing -Since 2.0.0, the light theme has a fat menu (below the main site sections) triggered clickin on one of them. -It's behind a feature flag, as opt-out: - -```js -config.settings.enableFatMenu = true; -``` diff --git a/package.json b/package.json index 0a6f0d62..497f69f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-light-theme", - "version": "1.0.1", + "version": "2.0.0", "description": "Volto Light Theme by kitconcept", "main": "src/index.js", "repository": {