@kitconcept/website 2.0.0-alpha.26 → 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,12 +1,14 @@
1
- ## 2.0.0-alpha.26 (2026-06-08)
1
+ ## 2.0.0-alpha.27 (2026-06-12)
2
2
 
3
3
  ### Bugfix
4
4
 
5
- - Fixed accordion does not work with the "Order" tab. Use `@eea/volto-accordion-block` 12.0.0. @Tishasoumya-02
6
- - Upgrade Volto 19.1.0 @sneridagh
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
7
10
 
8
- ### Internal
9
-
10
- - Added acceptance tests infrastructure. @sneridagh [#30](https://github.com/kitconcept/kitconcept-website/issue/30)
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
11
13
 
12
14
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,19 @@
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
+
11
24
  ## 2.0.0-alpha.26 (2026-06-08)
12
25
 
13
26
  ### Bugfix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/website",
3
- "version": "2.0.0-alpha.26",
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",
@@ -61,23 +61,23 @@
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-banner-block": "1.2.0",
65
64
  "@kitconcept/core": "2.0.0-alpha.19",
66
- "@kitconcept/volto-button-block": "5.0.0-alpha.2",
67
- "@kitconcept/volto-light-theme": "8.0.0-alpha.28",
65
+ "@kitconcept/volto-light-theme": "8.0.0-alpha.30",
66
+ "@kitconcept/volto-banner-block": "1.2.0",
68
67
  "@kitconcept/volto-bm3-compat": "1.0.0-alpha.1",
69
- "@kitconcept/volto-contact-block": "1.0.0-alpha.5",
68
+ "@kitconcept/volto-carousel-block": "3.0.0-alpha.1",
69
+ "@kitconcept/volto-button-block": "5.0.0-alpha.2",
70
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",
71
73
  "@kitconcept/volto-heading-block": "2.5.0",
72
- "@kitconcept/volto-highlight-block": "4.5.1",
73
- "@kitconcept/volto-carousel-block": "3.0.0-alpha.1",
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",
75
+ "@kitconcept/volto-dsgvo-banner": "4.0.0-alpha.1",
76
+ "@kitconcept/volto-logos-block": "4.0.0-alpha.1",
77
77
  "@kitconcept/volto-slider-block": "7.0.0-alpha.1",
78
- "@kitconcept/volto-logos-block": "4.0.0-alpha.1"
78
+ "@kitconcept/volto-separator-block": "5.0.0-alpha.0"
79
79
  },
80
- "volto_version": "19.1.1",
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
+ }