@kitconcept/core 2.0.0-alpha.7 → 2.0.0-alpha.9
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
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
## 2.0.0-alpha.
|
|
1
|
+
## 2.0.0-alpha.9 (2026-01-26)
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### Internal
|
|
4
4
|
|
|
5
|
-
-
|
|
6
|
-
Fixed double navigation in cards that contains inner links in its body. @sneridagh
|
|
7
|
-
Fixed rearrangement of files in drag-and-drop of folderish content. @Tishasoumya-02
|
|
5
|
+
- Update to VLT 8a9: https://github.com/kitconcept/volto-light-theme/releases/tag/8.0.0a13 @sneridagh
|
|
8
6
|
|
|
9
7
|
|
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,18 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 2.0.0-alpha.9 (2026-01-26)
|
|
12
|
+
|
|
13
|
+
### Internal
|
|
14
|
+
|
|
15
|
+
- Update to VLT 8a9: https://github.com/kitconcept/volto-light-theme/releases/tag/8.0.0a13 @sneridagh
|
|
16
|
+
|
|
17
|
+
## 2.0.0-alpha.8 (2026-01-15)
|
|
18
|
+
|
|
19
|
+
### Internal
|
|
20
|
+
|
|
21
|
+
- Remove `Contents` customization for the D&D files, since it's core now. @sneridagh
|
|
22
|
+
|
|
11
23
|
## 2.0.0-alpha.7 (2026-01-14)
|
|
12
24
|
|
|
13
25
|
### Bugfix
|
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.9",
|
|
4
4
|
"description": "Core setup for kitconcept GmbH distributions built on top of Plone",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"access": "public"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@
|
|
24
|
-
"@
|
|
25
|
-
"@
|
|
23
|
+
"@kitconcept/volto-light-theme": "8.0.0-alpha.13",
|
|
24
|
+
"@mbarde/volto-image-crop-widget": "^0.5.1",
|
|
25
|
+
"@plone-collective/volto-authomatic": "3.0.0-alpha.6"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"react": "^18.2.0",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
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.13"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
|