@kitconcept/core 2.0.0-alpha.0 → 2.0.0-alpha.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.draft +3 -2
- package/CHANGELOG.md +17 -0
- package/package.json +7 -7
package/.changelog.draft
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 2.0.0-alpha.2 (2025-11-13)
|
|
12
|
+
|
|
13
|
+
### Internal
|
|
14
|
+
|
|
15
|
+
- Update to VLT8a6. @sneridagh
|
|
16
|
+
- Update to Volto 19a13. @sneridagh
|
|
17
|
+
|
|
18
|
+
## 2.0.0-alpha.1 (2025-11-11)
|
|
19
|
+
|
|
20
|
+
### Feature
|
|
21
|
+
|
|
22
|
+
- New styleDefinitions registry powered. Improved ColorSwatch component. @sneridagh [#vlt8a5](https://github.com/kitconcept/kitconcept-core/issue/vlt8a5)
|
|
23
|
+
|
|
24
|
+
### Bugfix
|
|
25
|
+
|
|
26
|
+
- Fixed intranet header. Fixed sticky menu. @sneridagh [#vlt8a5](https://github.com/kitconcept/kitconcept-core/issue/vlt8a5)
|
|
27
|
+
|
|
11
28
|
## 2.0.0-alpha.0 (2025-11-04)
|
|
12
29
|
|
|
13
30
|
### Internal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitconcept/core",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.2",
|
|
4
4
|
"description": "Core setup for kitconcept GmbH distributions built on top of Plone",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -21,25 +21,25 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@plone-collective/volto-authomatic": "3.0.0-alpha.6",
|
|
24
|
-
"@kitconcept/volto-light-theme": "^8.0.0-alpha.
|
|
24
|
+
"@kitconcept/volto-light-theme": "^8.0.0-alpha.6",
|
|
25
25
|
"@mbarde/volto-image-crop-widget": "^0.5.1"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"react": "18.2.0",
|
|
29
|
-
"react-dom": "18.2.0",
|
|
28
|
+
"react": "^18.2.0",
|
|
29
|
+
"react-dom": "^18.2.0",
|
|
30
30
|
"react-intl": "^3.12.1",
|
|
31
31
|
"react-redux": "^8.1.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@plone/scripts": "^3.6.1",
|
|
35
35
|
"@types/lodash": "^4.14.201",
|
|
36
|
-
"@types/react": "^18.3.
|
|
36
|
+
"@types/react": "^18.3.1",
|
|
37
37
|
"@types/react-dom": "^18.3.1",
|
|
38
38
|
"lodash": "4.17.21",
|
|
39
|
-
"release-it": "^19.0.
|
|
39
|
+
"release-it": "^19.0.5",
|
|
40
40
|
"typescript": "^5.7.3",
|
|
41
41
|
"vitest": "^3.1.2",
|
|
42
|
-
"@plone/types": "2.0.0-alpha.
|
|
42
|
+
"@plone/types": "2.0.0-alpha.10"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
|