Skip to content

Commit 8d5b6b4

Browse files
committed
Release 1.0.0-alpha.1
1 parent fcb6014 commit 8d5b6b4

File tree

14 files changed

+48
-13
lines changed

14 files changed

+48
-13
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
<!-- You should *NOT* be adding new change log entries to this file.
4+
You should create a file in the news directory instead.
5+
For helpful instructions, please see:
6+
https://6.docs.plone.org/contributing/index.html#contributing-change-log-label
7+
-->
8+
9+
<!-- towncrier release notes start -->
10+
11+
## 1.0.0-alpha.1 (2025-10-20)
12+
13+
### Feature
14+
15+
- Adds support editing the brightness of an image. @Humanaice
16+
- Adds support editing the contrast of an image. @Humanaice
17+
- Adds support editing the hue of an image. @Humanaice
18+
- Adds support editing the saturation of an image. @Humanaice
19+
- Adds support for image cropping. @Humanaice
20+
- Adds support for image flipping. @Humanaice
21+
- Adds support for rotating the image by 90 degrees clockwise and counter-clockwise. @Humanaice
22+
- Implement a widget to edit Images in Volto. @Humanaice
23+
24+
### Internal
25+
26+
- Adds basic instructions to use GitHub Copilot features. @ericof
27+
- Implement GitHub Action's workflows. @ericof

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plone-collective/volto-image-editor-dev",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "An image editor to be used with Plone and Volto.",
55
"author": "Simples Consultoria",
66
"homepage": "https://github.com/collective/volto-image-editor",
@@ -47,4 +47,4 @@
4747
}
4848
},
4949
"packageManager": "[email protected]"
50-
}
50+
}

packages/volto-image-editor/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,21 @@
77
-->
88

99
<!-- towncrier release notes start -->
10+
11+
## 1.0.0-alpha.1 (2025-10-20)
12+
13+
### Feature
14+
15+
- Adds support editing the brightness of an image. @Humanaice
16+
- Adds support editing the contrast of an image. @Humanaice
17+
- Adds support editing the hue of an image. @Humanaice
18+
- Adds support editing the saturation of an image. @Humanaice
19+
- Adds support for image cropping. @Humanaice
20+
- Adds support for image flipping. @Humanaice
21+
- Adds support for rotating the image by 90 degrees clockwise and counter-clockwise. @Humanaice
22+
- Implement a widget to edit Images in Volto. @Humanaice
23+
24+
### Internal
25+
26+
- Adds basic instructions to use GitHub Copilot features. @ericof
27+
- Implement GitHub Action's workflows. @ericof

packages/volto-image-editor/news/+brightness.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto-image-editor/news/+contrast.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto-image-editor/news/+copilot.internal

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto-image-editor/news/+crop.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto-image-editor/news/+flip.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto-image-editor/news/+gha.internal

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto-image-editor/news/+hue.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)