Skip to content

Commit

Permalink
Merge branch 'main' into fix-logo-login-storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 authored Oct 7, 2023
2 parents 6f30911 + 51864b6 commit b29b602
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 104 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

## 17.0.0 (2023-09-30)

**These Release Notes summarize all the changes during the alpha stage of Volto 17.**

### Breaking

- Volto 17 drops support for NodeJS 14, and adds support for Node.js 18.
Expand Down Expand Up @@ -55,6 +57,7 @@

### Feature

- Added a control panel for relations. @ksuess [#3382](https://github.com/plone/volto/pull/3382)
- Add directive to cache stable resources in browser or intermediate server for 365 days by default directly in the SSR Express server, static resource that could change after a new deployment for 1 minute. @mamico [#2216](https://github.com/plone/volto/issues/2216)
- Use popperjs in BlockChooser, move the markup to the bottom of the body tag. @sneridagh [#4141](https://github.com/plone/volto/issues/4141)
- Improvements to the dev API proxy:
Expand Down
2 changes: 2 additions & 0 deletions news/5281.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Added notice in release notes for Volto 17 final to clarify that it's a summary for all changes during the alpha stage. @sneridagh
Added an omitted change log entry for the Relations Control Panel. @sneridagh
1 change: 1 addition & 0 deletions news/5283.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update webpack-bundle-analyzer to 4.9.0. @davisagli
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@
"react-dev-utils": "^12",
"react-error-overlay": "6.0.9",
"ua-parser-js": "0.7.28",
"webpack-bundle-analyzer": "4.9.1",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0"
},
Expand Down
Loading

0 comments on commit b29b602

Please sign in to comment.