@kitconcept/website 2.0.0-alpha.25 → 2.0.0-alpha.27

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,3 +1,14 @@
1
- ## 2.0.0-alpha.25 (2026-05-26)
1
+ ## 2.0.0-alpha.27 (2026-06-12)
2
+
3
+ ### Bugfix
4
+
5
+ - Removes the "View" select from the "More" menu in the Toolbar.
6
+ Upgrade to Volto 19.1.4.
7
+ See https://github.com/plone/volto/releases/tag/19.1.4
8
+ See https://github.com/kitconcept/volto-light-theme/releases/tag/8.0.0a30 @sneridagh
9
+ - Update to VLT and Volto 19.1.2. @sneridagh
10
+
11
+ See https://github.com/plone/volto/releases/tag/19.1.2
12
+ See https://github.com/kitconcept/volto-light-theme/releases/tag/8.0.0a29
2
13
 
3
14
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,30 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 2.0.0-alpha.27 (2026-06-12)
12
+
13
+ ### Bugfix
14
+
15
+ - Removes the "View" select from the "More" menu in the Toolbar.
16
+ Upgrade to Volto 19.1.4.
17
+ See https://github.com/plone/volto/releases/tag/19.1.4
18
+ See https://github.com/kitconcept/volto-light-theme/releases/tag/8.0.0a30 @sneridagh
19
+ - Update to VLT and Volto 19.1.2. @sneridagh
20
+
21
+ See https://github.com/plone/volto/releases/tag/19.1.2
22
+ See https://github.com/kitconcept/volto-light-theme/releases/tag/8.0.0a29
23
+
24
+ ## 2.0.0-alpha.26 (2026-06-08)
25
+
26
+ ### Bugfix
27
+
28
+ - Fixed accordion does not work with the "Order" tab. Use `@eea/volto-accordion-block` 12.0.0. @Tishasoumya-02
29
+ - Upgrade Volto 19.1.0 @sneridagh
30
+
31
+ ### Internal
32
+
33
+ - Added acceptance tests infrastructure. @sneridagh [#30](https://github.com/kitconcept/kitconcept-website/issue/30)
34
+
11
35
  ## 2.0.0-alpha.25 (2026-05-26)
12
36
 
13
37
  ## 2.0.0-alpha.24 (2026-05-15)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/website",
3
- "version": "2.0.0-alpha.25",
3
+ "version": "2.0.0-alpha.27",
4
4
  "description": "A CMS solution for public websites. Created by kitconcept.",
5
5
  "main": "src/index.ts",
6
6
  "license": "MIT",
@@ -32,8 +32,8 @@
32
32
  "release-it": "^19.0.5",
33
33
  "typescript": "^5.7.3",
34
34
  "vitest": "^3.1.2",
35
- "@plone/types": "2.0.0-alpha.18",
36
- "@plone/scripts": "4.0.0-alpha.6"
35
+ "@plone/scripts": "4.0.1",
36
+ "@plone/types": "2.0.0"
37
37
  },
38
38
  "addons": [
39
39
  "@eeacms/volto-accordion-block",
@@ -57,27 +57,27 @@
57
57
  "@kitconcept/core"
58
58
  ],
59
59
  "dependencies": {
60
- "@eeacms/volto-accordion-block": "^10.4.6",
60
+ "@eeacms/volto-accordion-block": "^12.0.0",
61
61
  "@plonegovbr/volto-social-media": "^3.0.0-alpha.0",
62
62
  "@plone/volto-form-block": "^1.0.0-alpha.0",
63
63
  "@plone-collective/volto-image-editor": "1.0.1",
64
- "@kitconcept/volto-bm3-compat": "1.0.0-alpha.1",
65
- "@kitconcept/volto-light-theme": "8.0.0-alpha.28",
64
+ "@kitconcept/core": "2.0.0-alpha.19",
65
+ "@kitconcept/volto-light-theme": "8.0.0-alpha.30",
66
66
  "@kitconcept/volto-banner-block": "1.2.0",
67
+ "@kitconcept/volto-bm3-compat": "1.0.0-alpha.1",
67
68
  "@kitconcept/volto-carousel-block": "3.0.0-alpha.1",
68
- "@kitconcept/core": "2.0.0-alpha.19",
69
- "@kitconcept/volto-contact-block": "1.0.0-alpha.5",
70
69
  "@kitconcept/volto-button-block": "5.0.0-alpha.2",
71
- "@kitconcept/volto-logos-block": "4.0.0-alpha.1",
72
70
  "@kitconcept/volto-calendar-block": "1.0.0-alpha.9",
71
+ "@kitconcept/volto-highlight-block": "5.0.0-alpha.0",
72
+ "@kitconcept/volto-contact-block": "1.0.0-alpha.5",
73
73
  "@kitconcept/volto-heading-block": "2.5.0",
74
- "@kitconcept/volto-dsgvo-banner": "3.0.1",
75
74
  "@kitconcept/volto-introduction-block": "1.4.1",
76
- "@kitconcept/volto-separator-block": "5.0.0-alpha.0",
77
- "@kitconcept/volto-highlight-block": "4.5.1",
78
- "@kitconcept/volto-slider-block": "7.0.0-alpha.1"
75
+ "@kitconcept/volto-dsgvo-banner": "4.0.0-alpha.1",
76
+ "@kitconcept/volto-logos-block": "4.0.0-alpha.1",
77
+ "@kitconcept/volto-slider-block": "7.0.0-alpha.1",
78
+ "@kitconcept/volto-separator-block": "5.0.0-alpha.0"
79
79
  },
80
- "volto_version": "19.0.0-alpha.33",
80
+ "volto_version": "19.1.4",
81
81
  "scripts": {
82
82
  "i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
83
83
  "dry-release": "release-it --dry-run",
@@ -0,0 +1,4 @@
1
+ // Removes the "View" from the "More" menu in the Toolbar.
2
+ .inline.field.field-wrapper-display-select {
3
+ display: none;
4
+ }