@kitconcept/website 2.0.0-beta.8 → 2.0.0

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,12 +1,8 @@
1
- ## 2.0.0-beta.8 (2026-07-28)
2
-
3
- ### Feature
4
-
5
- - Add control panel for GDPR / DSGVO settings. @davisagli
6
- - Add tracker, tracker options and privacy URL fields to the DSGVO control panel. @iFlameing
1
+ ## 2.0.0 (2026-09-18)
7
2
 
8
3
  ### Internal
9
4
 
10
- - Upgrade to @kitconcept/core 2.0.0-beta.7 @ericof [#81](https://gitlab.kitconcept.io/kitconcept/distribution-kitconcept-website/-/work_items/81)
5
+ - Stamp the distribution's `volto_version` during release with `uvx repoplone deps stamp-volto-version` instead of an inline Node one-liner in `.release-it.json`. @sneridagh
6
+ - Update core and VLT. @sneridagh
11
7
 
12
8
 
package/.release-it.json CHANGED
@@ -4,7 +4,7 @@
4
4
  },
5
5
  "hooks": {
6
6
  "after:bump": [
7
- "node -e \"const fs=require('fs');const m=JSON.parse(fs.readFileSync('../../mrs.developer.json','utf8'));if(!m.core||!m.core.tag){console.error('Missing mrs.developer core.tag');process.exit(1);}const p=JSON.parse(fs.readFileSync('package.json','utf8'));p.volto_version=m.core.tag;fs.writeFileSync('package.json',JSON.stringify(p,null,2)+'\\n');\"",
7
+ "uvx repoplone deps stamp-volto-version",
8
8
  "git add package.json",
9
9
  "uvx towncrier build --draft --yes --version ${version} > .changelog.draft",
10
10
  "uvx towncrier build --yes --version ${version}",
package/CHANGELOG.md CHANGED
@@ -1,3 +1,37 @@
1
+ ## 2.0.0 (2026-09-18)
2
+
3
+ ### Internal
4
+
5
+ - Stamp the distribution's `volto_version` during release with `uvx repoplone deps stamp-volto-version` instead of an inline Node one-liner in `.release-it.json`. @sneridagh
6
+ - Update core and VLT. @sneridagh
7
+
8
+ ## 2.0.0-beta.10 (2026-09-10)
9
+
10
+ ### Internal
11
+
12
+ - Enforce the mandatory OVERRIDE header on shadowed components in CI (shadow-headers check).
13
+ - Upgrade Volto to 19.4.1 and Volto Light Theme to 8.0.0a32. @sneridagh
14
+
15
+ ### Test
16
+
17
+ - 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)
18
+
19
+ ## 2.0.0-beta.9 (2026-09-04)
20
+
21
+ ### Feature
22
+
23
+ - 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
24
+
25
+ ### Internal
26
+
27
+ - Upgrade @plone/volto to version 19.3.1. @ericof [#87](https://gitlab.kitconcept.io/kitconcept/distribution-kitconcept-website/-/work_items/87)
28
+ - Upgrade @kitconcept/volto-contact-block to version 1.0.0-alpha.6. @ericof
29
+ - Upgrade @kitconcept/volto-iframe-block to version 2.4.1. @ericof
30
+
31
+ ### Test
32
+
33
+ - Run block accessibility checks against the retained ``/qa/block`` fixtures and remove checks for fixtures that no longer exist. @sneridagh
34
+
1
35
  # Changelog
2
36
 
3
37
  <!-- You should *NOT* be adding new change log entries to this file.
@@ -6,7 +40,7 @@
6
40
  https://6.docs.plone.org/volto/developer-guidelines/contributing.html#create-a-pull-request
7
41
  -->
8
42
 
9
- <!-- towncrier release notes start -->
43
+ <!-- towncrier release notes start -->
10
44
 
11
45
  ## 2.0.0-beta.8 (2026-07-28)
12
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/website",
3
- "version": "2.0.0-beta.8",
3
+ "version": "2.0.0",
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",
@@ -58,26 +61,26 @@
58
61
  ],
59
62
  "dependencies": {
60
63
  "@eeacms/volto-accordion-block": "^12.0.0",
61
- "@plonegovbr/volto-social-media": "^3.0.0-alpha.0",
64
+ "@plonegovbr/volto-social-media": "^3.0.0",
62
65
  "@plone/volto-form-block": "^1.0.0-alpha.3",
63
66
  "@plone-collective/volto-image-editor": "1.0.1",
64
67
  "@kitconcept/volto-bm3-compat": "1.0.0-alpha.1",
65
- "@kitconcept/volto-banner-block": "1.2.0",
66
- "@kitconcept/volto-contact-block": "1.0.0-alpha.5",
67
- "@kitconcept/core": "2.0.0-beta.7",
68
+ "@kitconcept/volto-light-theme": "8.0.0",
69
+ "@kitconcept/volto-button-block": "5.0.0",
70
+ "@kitconcept/volto-carousel-block": "3.0.0",
68
71
  "@kitconcept/volto-heading-block": "2.5.0",
69
- "@kitconcept/volto-calendar-block": "1.0.0-alpha.9",
70
- "@kitconcept/volto-carousel-block": "3.0.0-alpha.1",
71
- "@kitconcept/volto-button-block": "5.0.0-alpha.2",
72
- "@kitconcept/volto-light-theme": "8.0.0-alpha.31",
73
- "@kitconcept/volto-highlight-block": "5.0.0-alpha.2",
74
- "@kitconcept/volto-dsgvo-banner": "4.0.0-alpha.2",
75
- "@kitconcept/volto-introduction-block": "1.4.1",
76
- "@kitconcept/volto-logos-block": "4.0.0-alpha.1",
77
- "@kitconcept/volto-separator-block": "5.0.0-alpha.0",
78
- "@kitconcept/volto-slider-block": "7.0.0-alpha.1"
72
+ "@kitconcept/core": "2.0.0",
73
+ "@kitconcept/volto-calendar-block": "1.0.0",
74
+ "@kitconcept/volto-highlight-block": "5.0.0",
75
+ "@kitconcept/volto-dsgvo-banner": "4.0.0",
76
+ "@kitconcept/volto-contact-block": "1.0.0",
77
+ "@kitconcept/volto-logos-block": "4.0.0",
78
+ "@kitconcept/volto-slider-block": "7.0.0",
79
+ "@kitconcept/volto-separator-block": "5.0.0",
80
+ "@kitconcept/volto-banner-block": "1.2.1",
81
+ "@kitconcept/volto-introduction-block": "1.4.1"
79
82
  },
80
- "volto_version": "19.1.5",
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",