@kitconcept/website 2.0.0-beta.1 → 2.0.0-beta.10

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,8 +1,12 @@
1
- ## 2.0.0-beta.1 (2026-06-23)
1
+ ## 2.0.0-beta.10 (2026-09-10)
2
2
 
3
- ### Feature
3
+ ### Internal
4
4
 
5
- - Add Person content type styled @iRohitSingh [#41](https://github.com/kitconcept/kitconcept-website/issue/41)
6
- - Upgrade kitconcept-core to version 2.0.0-beta.1. @ericof [#66](https://github.com/kitconcept/kitconcept-website/issue/66)
5
+ - Enforce the mandatory OVERRIDE header on shadowed components in CI (shadow-headers check).
6
+ - Upgrade Volto to 19.4.1 and Volto Light Theme to 8.0.0a32. @sneridagh
7
+
8
+ ### Test
9
+
10
+ - Add a Playwright acceptance test for the Subsite content type: it verifies a Subsite renders its own header logo (distinct from the site root) and that a descendant page inherits it, confirming the logo resolves from the nearest navigation root. @sneridagh [#86](https://gitlab.kitconcept.io/kitconcept/distribution-kitconcept-website/-/work_items/86)
7
11
 
8
12
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ ## 2.0.0-beta.10 (2026-09-10)
2
+
3
+ ### Internal
4
+
5
+ - Enforce the mandatory OVERRIDE header on shadowed components in CI (shadow-headers check).
6
+ - Upgrade Volto to 19.4.1 and Volto Light Theme to 8.0.0a32. @sneridagh
7
+
8
+ ### Test
9
+
10
+ - Add a Playwright acceptance test for the Subsite content type: it verifies a Subsite renders its own header logo (distinct from the site root) and that a descendant page inherits it, confirming the logo resolves from the nearest navigation root. @sneridagh [#86](https://gitlab.kitconcept.io/kitconcept/distribution-kitconcept-website/-/work_items/86)
11
+
12
+ ## 2.0.0-beta.9 (2026-09-04)
13
+
14
+ ### Feature
15
+
16
+ - Add a Playwright-based acceptance test setup with backend reset, cookie consent, login, content, and accessibility helpers, smoke tests, Makefile targets, and CI integration. @sneridagh
17
+
18
+ ### Internal
19
+
20
+ - Upgrade @plone/volto to version 19.3.1. @ericof [#87](https://gitlab.kitconcept.io/kitconcept/distribution-kitconcept-website/-/work_items/87)
21
+ - Upgrade @kitconcept/volto-contact-block to version 1.0.0-alpha.6. @ericof
22
+ - Upgrade @kitconcept/volto-iframe-block to version 2.4.1. @ericof
23
+
24
+ ### Test
25
+
26
+ - Run block accessibility checks against the retained ``/qa/block`` fixtures and remove checks for fixtures that no longer exist. @sneridagh
27
+
1
28
  # Changelog
2
29
 
3
30
  <!-- You should *NOT* be adding new change log entries to this file.
@@ -6,7 +33,54 @@
6
33
  https://6.docs.plone.org/volto/developer-guidelines/contributing.html#create-a-pull-request
7
34
  -->
8
35
 
9
- <!-- towncrier release notes start -->
36
+ <!-- towncrier release notes start -->
37
+
38
+ ## 2.0.0-beta.8 (2026-07-28)
39
+
40
+ ### Feature
41
+
42
+ - Add control panel for GDPR / DSGVO settings. @davisagli
43
+ - Add tracker, tracker options and privacy URL fields to the DSGVO control panel. @iFlameing
44
+
45
+ ### Internal
46
+
47
+ - Upgrade to @kitconcept/core 2.0.0-beta.7 @ericof [#81](https://gitlab.kitconcept.io/kitconcept/distribution-kitconcept-website/-/work_items/81)
48
+
49
+ ## 2.0.0-beta.7 (2026-07-14)
50
+
51
+ ## 2.0.0-beta.6 (2026-07-10)
52
+
53
+ ### Feature
54
+
55
+ - Upgrade @plone/volto-form-block to version 1.0.0-alpha.3 @ericof [#73](https://github.com/kitconcept/kitconcept-website/issue/73)
56
+
57
+ ### Internal
58
+
59
+ - Upgrade to @kitconcept/core 2.0.0-beta.4 @ericof [#73](https://github.com/kitconcept/kitconcept-website/issue/73)
60
+
61
+ ## 2.0.0-beta.5 (2026-07-06)
62
+
63
+ ### Feature
64
+
65
+ - Upgrade to @kitconcept/core 2.0.0-beta.3 @ericof [#72](https://github.com/kitconcept/kitconcept-website/issue/72)
66
+
67
+ ### Internal
68
+
69
+ - Volto 19.1.5. @sneridagh
70
+
71
+ ## 2.0.0-beta.4 (2026-07-02)
72
+
73
+ ### Feature
74
+
75
+ - Upgraded @kitconcept/core to version 2.0.0-beta.2. @ericof [#70](https://github.com/kitconcept/kitconcept-website/issue/70)
76
+
77
+ ## 2.0.0-beta.3 (2026-06-30)
78
+
79
+ ## 2.0.0-beta.2 (2026-06-25)
80
+
81
+ ### Internal
82
+
83
+ - Fix tests for Plone 6.2.0 @sneridagh [#43](https://github.com/kitconcept/kitconcept-website/issue/43)
10
84
 
11
85
  ## 2.0.0-beta.1 (2026-06-23)
12
86
 
package/README.md CHANGED
@@ -194,4 +194,4 @@ The project is licensed under the MIT license.
194
194
 
195
195
  ## Credits and Acknowledgements 🙏
196
196
 
197
- Crafted with care by **This was generated by [cookiecutter-volto](https://github.com/plone/cookiecutter-volto/frontend_addon) on 2024-05-28 22:07:18**. A special thanks to all contributors and supporters!
197
+ Crafted with care by **This was generated by [cookiecutter-volto](https://github.com/plone/cookiecutter-volto/frontend_addon) on 2024-05-28 22:07:18**. A special thanks to all contributors and supporters!!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/website",
3
- "version": "2.0.0-beta.1",
3
+ "version": "2.0.0-beta.10",
4
4
  "description": "A CMS solution for public websites. Created by kitconcept.",
5
5
  "main": "src/index.ts",
6
6
  "license": "MIT",
@@ -26,14 +26,17 @@
26
26
  "react-redux": "^8.1.2"
27
27
  },
28
28
  "devDependencies": {
29
+ "@axe-core/playwright": "^4.12.1",
30
+ "@playwright/test": "^1.60.0",
29
31
  "@types/node": "^24",
30
32
  "@types/react": "^18.3.12",
31
33
  "@types/react-dom": "^18.3.1",
34
+ "playwright": "^1.60.0",
32
35
  "release-it": "^19.0.5",
33
36
  "typescript": "^5.7.3",
34
37
  "vitest": "^3.1.2",
35
38
  "@plone/scripts": "4.0.1",
36
- "@plone/types": "2.0.0"
39
+ "@plone/types": "2.0.1"
37
40
  },
38
41
  "addons": [
39
42
  "@eeacms/volto-accordion-block",
@@ -59,25 +62,25 @@
59
62
  "dependencies": {
60
63
  "@eeacms/volto-accordion-block": "^12.0.0",
61
64
  "@plonegovbr/volto-social-media": "^3.0.0-alpha.0",
62
- "@plone/volto-form-block": "^1.0.0-alpha.0",
65
+ "@plone/volto-form-block": "^1.0.0-alpha.3",
63
66
  "@plone-collective/volto-image-editor": "1.0.1",
64
- "@kitconcept/core": "2.0.0-beta.1",
65
- "@kitconcept/volto-light-theme": "8.0.0-alpha.30",
67
+ "@kitconcept/volto-banner-block": "1.2.1",
68
+ "@kitconcept/volto-button-block": "5.0.0-alpha.2",
69
+ "@kitconcept/volto-light-theme": "8.0.0-alpha.32",
70
+ "@kitconcept/core": "2.0.0-beta.7",
66
71
  "@kitconcept/volto-bm3-compat": "1.0.0-alpha.1",
67
- "@kitconcept/volto-contact-block": "1.0.0-alpha.5",
68
- "@kitconcept/volto-calendar-block": "1.0.0-alpha.9",
69
- "@kitconcept/volto-banner-block": "1.2.0",
70
- "@kitconcept/volto-dsgvo-banner": "4.0.0-alpha.1",
72
+ "@kitconcept/volto-contact-block": "1.0.0-alpha.6",
71
73
  "@kitconcept/volto-heading-block": "2.5.0",
72
- "@kitconcept/volto-button-block": "5.0.0-alpha.2",
74
+ "@kitconcept/volto-calendar-block": "1.0.0-alpha.9",
73
75
  "@kitconcept/volto-carousel-block": "3.0.0-alpha.1",
76
+ "@kitconcept/volto-highlight-block": "5.0.0-alpha.2",
77
+ "@kitconcept/volto-dsgvo-banner": "4.0.0-alpha.3",
74
78
  "@kitconcept/volto-introduction-block": "1.4.1",
75
- "@kitconcept/volto-highlight-block": "5.0.0-alpha.0",
76
79
  "@kitconcept/volto-logos-block": "4.0.0-alpha.1",
77
80
  "@kitconcept/volto-separator-block": "5.0.0-alpha.0",
78
81
  "@kitconcept/volto-slider-block": "7.0.0-alpha.1"
79
82
  },
80
- "volto_version": "19.1.4",
83
+ "volto_version": "19.4.1",
81
84
  "scripts": {
82
85
  "i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
83
86
  "dry-release": "release-it --dry-run",
@@ -1,8 +1,20 @@
1
1
  import { ConfigType } from '@plone/registry';
2
+ import newsSVG from '@plone/volto/icons/news.svg';
2
3
 
3
4
  export default function install(config: ConfigType) {
4
5
  config.settings.supportedLanguages = ['de', 'en'];
5
6
 
7
+ // Clear DSGVO add-on settings so it gets them from the `@site` endpoint
8
+ const dsgvoSettings = config.settings.DSGVOBanner as {
9
+ showBanner?: boolean;
10
+ modules?: Array<string>;
11
+ };
12
+ delete dsgvoSettings.showBanner;
13
+ delete dsgvoSettings.modules;
14
+ delete dsgvoSettings.tracker;
15
+ delete dsgvoSettings.privacy_url;
16
+ config.settings.controlPanelsIcons['dsgvo-settings'] = newsSVG;
17
+
6
18
  // Volto Light Theme Configuration
7
19
  config.settings.siteHeader = true;
8
20
  config.settings.siteLabel = 'Site';
package/towncrier.toml CHANGED
@@ -5,7 +5,7 @@ title_format = "## {version} ({project_date})"
5
5
  underlines = ["", "", ""]
6
6
  template = "./node_modules/@plone/scripts/templates/towncrier_template.jinja"
7
7
  start_string = "<!-- towncrier release notes start -->\n"
8
- issue_format = "[#{issue}](https://github.com/kitconcept/kitconcept-website/issue/{issue})"
8
+ issue_format = "[#{issue}](https://gitlab.kitconcept.io/kitconcept/distribution-kitconcept-website/-/work_items/{issue})"
9
9
 
10
10
  [[tool.towncrier.type]]
11
11
  directory = "breaking"