Skip to content

Commit

Permalink
Merge branch 'main' into TextWidgetRefactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishasoumya-02 authored May 16, 2024
2 parents b2f1ae0 + ad4f127 commit 48a7c06
Show file tree
Hide file tree
Showing 24 changed files with 79 additions and 21 deletions.
21 changes: 21 additions & 0 deletions docs/source/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,27 @@ myst:

<!-- towncrier release notes start -->

## 18.0.0-alpha.31 (2024-05-15)

### Bugfix

- Replaced the spinner with a progress bar that shows the number of files being uploaded (Uploading x files out of y), and positioned the progress bar properly, while uploading a large number of files. @victorchrollo14 [#5620](https://github.com/plone/volto/issues/5620)
- Disable `jsx-a11y/label-has-associated-control` so that we can use `eslint-plugin-jsx-a11y` version 6.8.0 if it's pulled by other dependencies. @ichim-david [#5785](https://github.com/plone/volto/issues/5785)
- Fix some type definitions in JSDocs @sneridagh [#6014](https://github.com/plone/volto/issues/6014)
- Use `pnpm` 9.1.1 @sneridagh
Remove `postinstall` script for building dependencies @sneridagh [#6017](https://github.com/plone/volto/issues/6017)

### Internal

- Allow `Makefile` options to be modified by a `Makefile.local` file if present. @ichim-david [#5997](https://github.com/plone/volto/issues/5997)
- Modified `locking` and `block-listing` cypress tests
to use more `assertions` instead of wait times in order to improve
the reliability of the tests. @ichim-david [#5998](https://github.com/plone/volto/issues/5998)

### Documentation

- Add sphinx-examples extension, update examples, align docs requirements with main documentation, and fix JSON example in upgrade guide. @stevepiercy [#6011](https://github.com/plone/volto/issues/6011)

## 18.0.0-alpha.30 (2024-05-02)

### Bugfix
Expand Down
6 changes: 6 additions & 0 deletions packages/generator-volto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

<!-- towncrier release notes start -->

## 9.0.0-alpha.16 (2024-05-15)

### Bugfix

- Disable `jsx-a11y/label-has-associated-control` so that we can use `eslint-plugin-jsx-a11y` version 6.8.0 if it's pulled by other dependencies. @ichim-david [#5785](https://github.com/plone/volto/issues/5785)

## 9.0.0-alpha.15 (2024-05-02)

### Internal
Expand Down
1 change: 0 additions & 1 deletion packages/generator-volto/news/5785.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion packages/generator-volto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"license": "MIT",
"version": "9.0.0-alpha.15",
"version": "9.0.0-alpha.16",
"repository": {
"type": "git",
"url": "git+https://github.com/plone/generator-volto.git"
Expand Down
10 changes: 10 additions & 0 deletions packages/registry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@

<!-- towncrier release notes start -->

## 1.5.7 (2024-05-15)

### Bugfix

- Fix type for component registry components @sneridagh [#6002](https://github.com/plone/volto/issues/6002)

### Internal

- Saner defaults for building deps, switch default to cached, add `build:force` command @sneridagh [#5980](https://github.com/plone/volto/issues/5980)

## 1.5.6 (2024-04-23)

### Bugfix
Expand Down
1 change: 0 additions & 1 deletion packages/registry/news/5980.internal

This file was deleted.

1 change: 0 additions & 1 deletion packages/registry/news/6002.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion packages/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"funding": "https://github.com/sponsors/plone",
"license": "MIT",
"version": "1.5.6",
"version": "1.5.7",
"repository": {
"type": "git",
"url": "https://github.com/plone/volto.git"
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

<!-- towncrier release notes start -->

## 1.0.0-alpha.12 (2024-05-15)

### Bugfix

- Fixed some type definitions @sneridagh [#6014](https://github.com/plone/volto/issues/6014)

## 1.0.0-alpha.11 (2024-04-26)

### Bugfix
Expand Down
1 change: 0 additions & 1 deletion packages/types/news/6014.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"funding": "https://github.com/sponsors/plone",
"license": "MIT",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"repository": {
"type": "git",
"url": "https://github.com/plone/volto.git"
Expand Down
21 changes: 21 additions & 0 deletions packages/volto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,27 @@ myst:

<!-- towncrier release notes start -->

## 18.0.0-alpha.31 (2024-05-15)

### Bugfix

- Replaced the spinner with a progress bar that shows the number of files being uploaded (Uploading x files out of y), and positioned the progress bar properly, while uploading a large number of files. @victorchrollo14 [#5620](https://github.com/plone/volto/issues/5620)
- Disable `jsx-a11y/label-has-associated-control` so that we can use `eslint-plugin-jsx-a11y` version 6.8.0 if it's pulled by other dependencies. @ichim-david [#5785](https://github.com/plone/volto/issues/5785)
- Fix some type definitions in JSDocs @sneridagh [#6014](https://github.com/plone/volto/issues/6014)
- Use `pnpm` 9.1.1 @sneridagh
Remove `postinstall` script for building dependencies @sneridagh [#6017](https://github.com/plone/volto/issues/6017)

### Internal

- Allow `Makefile` options to be modified by a `Makefile.local` file if present. @ichim-david [#5997](https://github.com/plone/volto/issues/5997)
- Modified `locking` and `block-listing` cypress tests
to use more `assertions` instead of wait times in order to improve
the reliability of the tests. @ichim-david [#5998](https://github.com/plone/volto/issues/5998)

### Documentation

- Add sphinx-examples extension, update examples, align docs requirements with main documentation, and fix JSON example in upgrade guide. @stevepiercy [#6011](https://github.com/plone/volto/issues/6011)

## 18.0.0-alpha.30 (2024-05-02)

### Bugfix
Expand Down
1 change: 0 additions & 1 deletion packages/volto/news/5620.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/5785.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/5997.internal

This file was deleted.

3 changes: 0 additions & 3 deletions packages/volto/news/5998.internal

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/6011.documentation

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/6014.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions packages/volto/news/6017.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion packages/volto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"license": "MIT",
"version": "18.0.0-alpha.30",
"version": "18.0.0-alpha.31",
"repository": {
"type": "git",
"url": "[email protected]:plone/volto.git"
Expand Down
7 changes: 7 additions & 0 deletions packages/volto/types/actions/content/content.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* update uploaded files count function
* @function updateUploadedFiles
* @param {number} number of files uploaded
* @returns {Object} update uploaded files action
*/
export function updateUploadedFiles(uploadedFiles: any): any;
/**
* Create content function.
* @function createContent
Expand Down
2 changes: 1 addition & 1 deletion packages/volto/types/actions/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export { getNavroot } from "./navroot/navroot";
export { copy, cut, copyContent, moveContent } from "@plone/volto/actions/clipboard/clipboard";
export { installAddon, listAddons, uninstallAddon, upgradeAddon } from "./addons/addons";
export { addComment, deleteComment, listComments, listMoreComments, updateComment } from "@plone/volto/actions/comments/comments";
export { createContent, deleteContent, updateContent, getContent, orderContent, sortContent, resetContent, updateColumnsContent, lockContent, unlockContent, linkIntegrityCheck } from "@plone/volto/actions/content/content";
export { createContent, deleteContent, updateContent, getContent, orderContent, sortContent, resetContent, updateColumnsContent, lockContent, unlockContent, linkIntegrityCheck, updateUploadedFiles } from "@plone/volto/actions/content/content";
export { getControlpanel, postControlpanel, deleteControlpanel, listControlpanels, updateControlpanel, getSystemInformation, getDatabaseInformation } from "@plone/volto/actions/controlpanels/controlpanels";
export { createGroup, deleteGroup, getGroup, listGroups, updateGroup } from "@plone/volto/actions/groups/groups";
export { getHistory, revertHistory } from "@plone/volto/actions/history/history";
Expand Down
1 change: 1 addition & 0 deletions packages/volto/types/constants/ActionTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,4 @@ export const RESET_LOGIN_REQUEST: "RESET_LOGIN_REQUEST";
export const GET_SITE: "GET_SITE";
export const GET_NAVROOT: "GET_NAVROOT";
export const SET_FORM_DATA: "SET_FORM_DATA";
export const UPDATE_UPLOADED_FILES: "UPDATE_UPLOADED_FILES";
4 changes: 2 additions & 2 deletions packages/volto/types/helpers/Blocks/Blocks.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ export function emptyBlocksForm(): any;
* (could be empty, if not type given) and the number of blocks
* @function blocksFormGenerator
* @param {number} number How many blocks to generate of the type (could be "empty", if no type provided)
* @param {number} type The type of the blocks
* @param {string} type The type of the blocks
* @return {Object} blocks/blocks_layout pair filled with the generated blocks
*/
export function blocksFormGenerator(number: number, type: number): any;
export function blocksFormGenerator(number: number, type: string): any;
/**
* Recursively discover blocks in data and call the provided callback
* @function visitBlocks
Expand Down

0 comments on commit 48a7c06

Please sign in to comment.