@kitconcept/website 2.0.0-beta.9 → 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,17 +1,8 @@
1
- ## 2.0.0-beta.9 (2026-09-04)
2
-
3
- ### Feature
4
-
5
- - 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
1
+ ## 2.0.0 (2026-09-18)
6
2
 
7
3
  ### Internal
8
4
 
9
- - Upgrade @plone/volto to version 19.3.1. @ericof [#87](https://gitlab.kitconcept.io/kitconcept/distribution-kitconcept-website/-/work_items/87)
10
- - Upgrade @kitconcept/volto-contact-block to version 1.0.0-alpha.6. @ericof
11
- - Upgrade @kitconcept/volto-iframe-block to version 2.4.1. @ericof
12
-
13
- ### Test
14
-
15
- - Run block accessibility checks against the retained ``/qa/block`` fixtures and remove checks for fixtures that no longer exist. @sneridagh
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
16
7
 
17
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,21 @@
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
+
1
19
  ## 2.0.0-beta.9 (2026-09-04)
2
20
 
3
21
  ### Feature
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/website",
3
- "version": "2.0.0-beta.9",
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",
@@ -35,8 +35,8 @@
35
35
  "release-it": "^19.0.5",
36
36
  "typescript": "^5.7.3",
37
37
  "vitest": "^3.1.2",
38
- "@plone/types": "2.0.0",
39
- "@plone/scripts": "4.0.1"
38
+ "@plone/scripts": "4.0.1",
39
+ "@plone/types": "2.0.1"
40
40
  },
41
41
  "addons": [
42
42
  "@eeacms/volto-accordion-block",
@@ -61,26 +61,26 @@
61
61
  ],
62
62
  "dependencies": {
63
63
  "@eeacms/volto-accordion-block": "^12.0.0",
64
- "@plonegovbr/volto-social-media": "^3.0.0-alpha.0",
64
+ "@plonegovbr/volto-social-media": "^3.0.0",
65
65
  "@plone/volto-form-block": "^1.0.0-alpha.3",
66
66
  "@plone-collective/volto-image-editor": "1.0.1",
67
- "@kitconcept/volto-light-theme": "8.0.0-alpha.31",
68
67
  "@kitconcept/volto-bm3-compat": "1.0.0-alpha.1",
69
- "@kitconcept/volto-button-block": "5.0.0-alpha.2",
70
- "@kitconcept/core": "2.0.0-beta.7",
71
- "@kitconcept/volto-carousel-block": "3.0.0-alpha.1",
72
- "@kitconcept/volto-contact-block": "1.0.0-alpha.5",
73
- "@kitconcept/volto-dsgvo-banner": "4.0.0-alpha.2",
74
- "@kitconcept/volto-logos-block": "4.0.0-alpha.1",
75
- "@kitconcept/volto-calendar-block": "1.0.0-alpha.9",
76
- "@kitconcept/volto-banner-block": "1.2.0",
77
- "@kitconcept/volto-highlight-block": "5.0.0-alpha.2",
68
+ "@kitconcept/volto-light-theme": "8.0.0",
69
+ "@kitconcept/volto-button-block": "5.0.0",
70
+ "@kitconcept/volto-carousel-block": "3.0.0",
78
71
  "@kitconcept/volto-heading-block": "2.5.0",
79
- "@kitconcept/volto-slider-block": "7.0.0-alpha.1",
80
- "@kitconcept/volto-introduction-block": "1.4.1",
81
- "@kitconcept/volto-separator-block": "5.0.0-alpha.0"
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"
82
82
  },
83
- "volto_version": "19.3.1",
83
+ "volto_version": "19.4.1",
84
84
  "scripts": {
85
85
  "i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
86
86
  "dry-release": "release-it --dry-run",