@eeacms/volto-editing-progress 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -1
- package/jest-addon.config.js +1 -1
- package/package.json +7 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [0.2.2](https://github.com/eea/volto-editing-progress/compare/0.2.1...0.2.2) - 24 July 2023
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- test: add e2e tests for EditingProgress - refs #254313 [ana-oprea - [`9df86f5`](https://github.com/eea/volto-editing-progress/commit/9df86f55d26c75655036d922bcc422a4b1261471)]
|
|
12
|
+
### [0.2.1](https://github.com/eea/volto-editing-progress/compare/0.2.0...0.2.1) - 12 June 2023
|
|
13
|
+
|
|
14
|
+
#### :hammer_and_wrench: Others
|
|
15
|
+
|
|
16
|
+
- test: jest should look for addons in node_modules Refs #253277 [valentinab25 - [`5af61aa`](https://github.com/eea/volto-editing-progress/commit/5af61aa64bdabe0f220a556cb9ec25789f7ebf82)]
|
|
7
17
|
### [0.2.0](https://github.com/eea/volto-editing-progress/compare/0.1.8...0.2.0) - 9 June 2023
|
|
8
18
|
|
|
9
19
|
#### :rocket: New Features
|
|
@@ -16,10 +26,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
16
26
|
|
|
17
27
|
#### :house: Internal changes
|
|
18
28
|
|
|
29
|
+
- chore: [JENKINS] Remove alpha testing version [valentinab25 - [`e1331b0`](https://github.com/eea/volto-editing-progress/commit/e1331b0128e01b2dce90ca2ba74a168d23063896)]
|
|
19
30
|
|
|
20
31
|
#### :hammer_and_wrench: Others
|
|
21
32
|
|
|
22
|
-
- Release 0.2.0 [Alin Voinea - [`8380466`](https://github.com/eea/volto-editing-progress/commit/8380466e0f3a25e00a56f37071b08062a29a0fd7)]
|
|
23
33
|
- test: Fix test config, coverage Refs #253277 [valentinab25 - [`206e055`](https://github.com/eea/volto-editing-progress/commit/206e0556c70598664997cafa14293f6caf49ac30)]
|
|
24
34
|
- Avoid fatal errors on null states [Alin Voinea - [`571d00b`](https://github.com/eea/volto-editing-progress/commit/571d00bddd7ee5ace272a4e324870c9f4eeb9948)]
|
|
25
35
|
### [0.1.8](https://github.com/eea/volto-editing-progress/compare/0.1.7...0.1.8) - 3 January 2022
|
|
@@ -31,6 +41,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
31
41
|
#### :hammer_and_wrench: Others
|
|
32
42
|
|
|
33
43
|
- Refs #142010 - Optimize Volto-addons gitflow pipelines [valentinab25 - [`ecaea55`](https://github.com/eea/volto-editing-progress/commit/ecaea55e1987fdcf4228075fa05414f71922ba0c)]
|
|
44
|
+
- Add Sonarqube tag using ims-frontend addons list [EEA Jenkins - [`3d7f5f4`](https://github.com/eea/volto-editing-progress/commit/3d7f5f42e4c2046a5cf25ffcfb6a7d846063eedf)]
|
|
34
45
|
### [0.1.5](https://github.com/eea/volto-editing-progress/compare/0.1.4...0.1.5) - 24 June 2021
|
|
35
46
|
|
|
36
47
|
#### :hammer_and_wrench: Others
|
package/jest-addon.config.js
CHANGED
|
@@ -12,7 +12,7 @@ module.exports = {
|
|
|
12
12
|
'@package/(.*)$': '<rootDir>/src/$1',
|
|
13
13
|
'@root/(.*)$': '<rootDir>/src/$1',
|
|
14
14
|
'@plone/volto-quanta/(.*)$': '<rootDir>/src/addons/volto-quanta/src/$1',
|
|
15
|
-
'@eeacms/(.*?)/(.*)$': '<rootDir>/
|
|
15
|
+
'@eeacms/(.*?)/(.*)$': '<rootDir>/node_modules/@eeacms/$1/src/$2',
|
|
16
16
|
'@plone/volto-slate':
|
|
17
17
|
'<rootDir>/node_modules/@plone/volto/packages/volto-slate/src',
|
|
18
18
|
'~/(.*)$': '<rootDir>/src/$1',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-editing-progress",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "@eeacms/volto-editing-progress: Volto add-on",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -16,6 +16,12 @@
|
|
|
16
16
|
"type": "git",
|
|
17
17
|
"url": "git@github.com:eea/volto-editing-progress.git"
|
|
18
18
|
},
|
|
19
|
+
"addons": [
|
|
20
|
+
"@eeacms/volto-workflow-progress"
|
|
21
|
+
],
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"@eeacms/volto-workflow-progress": "*"
|
|
24
|
+
},
|
|
19
25
|
"devDependencies": {
|
|
20
26
|
"@cypress/code-coverage": "^3.9.5",
|
|
21
27
|
"babel-plugin-transform-class-properties": "^6.24.1",
|