@kitconcept/core 1.0.0-alpha.10 → 1.0.0-alpha.12

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,11 +1,10 @@
1
- ## 1.0.0-alpha.10 (2025-06-18)
2
-
3
- ### Feature
4
-
5
- - Add `volto-carousel-block` and `volto-logos-block` as addons. @jnptk
1
+ ## 1.0.0-alpha.12 (2025-07-10)
6
2
 
7
3
  ### Internal
8
4
 
9
- - Update to VLT 7a12. Fixes several CSS issues with persons variants. @sneridagh
5
+ - Added new event calendar block.
6
+ Added `footer_main_logo_inversed` image field to kitconcept.footer behavior, and related frontend code.
7
+ Several fixes.
8
+ Update to VLT 7a14. @sneridagh
10
9
 
11
10
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,22 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 1.0.0-alpha.12 (2025-07-10)
12
+
13
+ ### Internal
14
+
15
+ - Added new event calendar block.
16
+ Added `footer_main_logo_inversed` image field to kitconcept.footer behavior, and related frontend code.
17
+ Several fixes.
18
+ Update to VLT 7a14. @sneridagh
19
+
20
+ ## 1.0.0-alpha.11 (2025-06-18)
21
+
22
+ ### Bugfix
23
+
24
+ - Fixed default `selectedItemAttrs` for Teaser to include Person specific attributes. @sneridagh
25
+ Update to use VLT 7a13.
26
+
11
27
  ## 1.0.0-alpha.10 (2025-06-18)
12
28
 
13
29
  ### Feature
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/core",
3
- "version": "1.0.0-alpha.10",
3
+ "version": "1.0.0-alpha.12",
4
4
  "description": "Core setup for kitconcept GmbH distributions built on top of Plone",
5
5
  "main": "src/index.ts",
6
6
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "@plone-collective/volto-authomatic": "3.0.0-alpha.3",
40
- "@kitconcept/volto-light-theme": "7.0.0-alpha.12",
40
+ "@kitconcept/volto-light-theme": "7.0.0-alpha.14",
41
41
  "@mbarde/volto-image-crop-widget": "^0.5.1",
42
42
  "@plone/components": "3.0.2"
43
43
  },