Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Nov 16, 2023
1 parent f405654 commit a61ad9b
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 13 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,32 @@

<!-- towncrier release notes start -->

## 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
Expand Down
1 change: 0 additions & 1 deletion news/257.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/260.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/261.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions news/262.internal

This file was deleted.

7 changes: 0 additions & 7 deletions news/86.breaking

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a61ad9b

Please sign in to comment.