Skip to content

Commit

Permalink
Release 17.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed May 11, 2023
1 parent db06655 commit 5e13ea0
Show file tree
Hide file tree
Showing 21 changed files with 36 additions and 22 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,40 @@

<!-- towncrier release notes start -->

## 17.0.0-alpha.6 (2023-05-11)

### Feature

- Changed control panel list to be fetched server-side not client-side
@JeffersonBledsoe [#3749](https://github.com/plone/volto/issues/3749)

### Bugfix

- Apply suggestion from browser for password field @lord2anil [#3990](https://github.com/plone/volto/issues/3990)
- Open all accordion'd content in InlineForm by default, allow arbitrarily close any number of them. @sneridagh [#4178](https://github.com/plone/volto/issues/4178)
- Fix duplicating listing block by removing block uid from blocks data. @ksuess [#4234](https://github.com/plone/volto/issues/4234)
- The tabs for the add page was unresponsive on mobile devices. Fixed this by changing flex-wrap property. @sudhanshu1309 [#4506](https://github.com/plone/volto/issues/4506)
- (fix):Object.normaliseMail: Cannot read properties of null @dobri1408 [#4558](https://github.com/plone/volto/issues/4558)
- Update add-on control panel tranlsations: install -> activate. @ksuess [#4582](https://github.com/plone/volto/issues/4582)
- Fix robot.txt - the sitemap link should respect x-forwarded headers @reebalazs [#4638](https://github.com/plone/volto/issues/4638)
- Fix Move to top of folder ordering in folder content view by searching also @iFlameing [#4690](https://github.com/plone/volto/issues/4690)
- Fix faulty D&D elements in ObjectBrowserList widget @sneridagh [#4703](https://github.com/plone/volto/issues/4703)
- Fix fetching API paths with urlencoded characters in the querystring. @davisagli [#4718](https://github.com/plone/volto/issues/4718)

### Internal

- Change conditional checking to optional chaining for a theme icon @nilootpal [#4567](https://github.com/plone/volto/issues/4567)
- Security upgrade for momentjs [#4715](https://github.com/plone/volto/issues/4715)
- Upgrade to Plone 6.0.4 @sneridagh [#4743](https://github.com/plone/volto/issues/4743)

### Documentation

- Added documentation regarding the static middleware. @BhardwajAditya-github [#4518](https://github.com/plone/volto/issues/4518)
- Use new URL `6.docs.plone.org`. @stevepiercy [#4726](https://github.com/plone/volto/issues/4726)
- Synch stuff from `16.x.x` branch that should have been in `master` as well. @stevepiercy [#4728](https://github.com/plone/volto/issues/4728)
- Fix link in Volto, remove from linkcheck ignore in Documentation. @stevepiercy [#4742](https://github.com/plone/volto/issues/4742)


## 17.0.0-alpha.5 (2023-04-14)

### Bugfix
Expand Down
2 changes: 0 additions & 2 deletions news/3749.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/4518.documentation

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/4715.internal

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/4726.documentation

This file was deleted.

1 change: 0 additions & 1 deletion news/4728.documentation

This file was deleted.

1 change: 0 additions & 1 deletion news/4742.documentation

This file was deleted.

1 change: 0 additions & 1 deletion news/4743.internal

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"license": "MIT",
"version": "17.0.0-alpha.5",
"version": "17.0.0-alpha.6",
"repository": {
"type": "git",
"url": "git@github.com:plone/volto.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/volto-slate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plone/volto-slate",
"version": "17.0.0-alpha.5",
"version": "17.0.0-alpha.6",
"description": "Slate.js integration with Volto",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down

0 comments on commit 5e13ea0

Please sign in to comment.