@kitconcept/volto-light-theme 8.0.0-alpha.3 → 8.0.0-alpha.30
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 +6 -9
- package/CHANGELOG.md +310 -0
- package/locales/af/LC_MESSAGES/volto.po +645 -0
- package/locales/ar/LC_MESSAGES/volto.po +645 -0
- package/locales/bg/LC_MESSAGES/volto.po +645 -0
- package/locales/bn/LC_MESSAGES/volto.po +645 -0
- package/locales/ca/LC_MESSAGES/volto.po +645 -0
- package/locales/cs/LC_MESSAGES/volto.po +645 -0
- package/locales/cy/LC_MESSAGES/volto.po +645 -0
- package/locales/da/LC_MESSAGES/volto.po +645 -0
- package/locales/de/LC_MESSAGES/volto.po +83 -167
- package/locales/el/LC_MESSAGES/volto.po +645 -0
- package/locales/en/LC_MESSAGES/volto.po +30 -115
- package/locales/en_AU/LC_MESSAGES/volto.po +645 -0
- package/locales/en_GB/LC_MESSAGES/volto.po +645 -0
- package/locales/eo/LC_MESSAGES/volto.po +645 -0
- package/locales/es/LC_MESSAGES/volto.po +75 -160
- package/locales/et/LC_MESSAGES/volto.po +645 -0
- package/locales/eu/LC_MESSAGES/volto.po +59 -125
- package/locales/fa/LC_MESSAGES/volto.po +645 -0
- package/locales/fi/LC_MESSAGES/volto.po +645 -0
- package/locales/fr/LC_MESSAGES/volto.po +645 -0
- package/locales/fu/LC_MESSAGES/volto.po +645 -0
- package/locales/ga/LC_MESSAGES/volto.po +645 -0
- package/locales/gl/LC_MESSAGES/volto.po +645 -0
- package/locales/he/LC_MESSAGES/volto.po +645 -0
- package/locales/hi/LC_MESSAGES/volto.po +645 -0
- package/locales/hr/LC_MESSAGES/volto.po +645 -0
- package/locales/hu/LC_MESSAGES/volto.po +645 -0
- package/locales/hy/LC_MESSAGES/volto.po +645 -0
- package/locales/id/LC_MESSAGES/volto.po +645 -0
- package/locales/it/LC_MESSAGES/volto.po +645 -0
- package/locales/ja/LC_MESSAGES/volto.po +645 -0
- package/locales/ka/LC_MESSAGES/volto.po +645 -0
- package/locales/kn/LC_MESSAGES/volto.po +645 -0
- package/locales/ko/LC_MESSAGES/volto.po +645 -0
- package/locales/lt/LC_MESSAGES/volto.po +645 -0
- package/locales/lv/LC_MESSAGES/volto.po +645 -0
- package/locales/mi/LC_MESSAGES/volto.po +645 -0
- package/locales/mk_MK/LC_MESSAGES/volto.po +645 -0
- package/locales/ms/LC_MESSAGES/volto.po +645 -0
- package/locales/mt/LC_MESSAGES/volto.po +645 -0
- package/locales/my/LC_MESSAGES/volto.po +645 -0
- package/locales/nl/LC_MESSAGES/volto.po +645 -0
- package/locales/nl_BE/LC_MESSAGES/volto.po +645 -0
- package/locales/nn/LC_MESSAGES/volto.po +645 -0
- package/locales/no/LC_MESSAGES/volto.po +645 -0
- package/locales/pl/LC_MESSAGES/volto.po +645 -0
- package/locales/pt/LC_MESSAGES/volto.po +645 -0
- package/locales/pt_BR/LC_MESSAGES/volto.po +38 -123
- package/locales/rm/LC_MESSAGES/volto.po +645 -0
- package/locales/ro/LC_MESSAGES/volto.po +645 -0
- package/locales/ru/LC_MESSAGES/volto.po +645 -0
- package/locales/sk/LC_MESSAGES/volto.po +645 -0
- package/locales/sl/LC_MESSAGES/volto.po +645 -0
- package/locales/sm/LC_MESSAGES/volto.po +645 -0
- package/locales/sq/LC_MESSAGES/volto.po +645 -0
- package/locales/sr/LC_MESSAGES/volto.po +645 -0
- package/locales/sr_Cyrl/LC_MESSAGES/volto.po +645 -0
- package/locales/sr_Latn/LC_MESSAGES/volto.po +645 -0
- package/locales/sv/LC_MESSAGES/volto.po +645 -0
- package/locales/sw/LC_MESSAGES/volto.po +645 -0
- package/locales/ta/LC_MESSAGES/volto.po +645 -0
- package/locales/te/LC_MESSAGES/volto.po +645 -0
- package/locales/th/LC_MESSAGES/volto.po +645 -0
- package/locales/tl/LC_MESSAGES/volto.po +645 -0
- package/locales/to/LC_MESSAGES/volto.po +645 -0
- package/locales/tr/LC_MESSAGES/volto.po +645 -0
- package/locales/uk/LC_MESSAGES/volto.po +645 -0
- package/locales/vi/LC_MESSAGES/volto.po +645 -0
- package/locales/volto.pot +31 -116
- package/locales/zh_CN/LC_MESSAGES/volto.po +645 -0
- package/locales/zh_HK/LC_MESSAGES/volto.po +645 -0
- package/locales/zh_TW/LC_MESSAGES/volto.po +645 -0
- package/package.json +7 -4
- package/src/__mocks__/semantic-ui-react.ts +31 -0
- package/src/components/Blocks/Block/EditBlockWrapper.jsx +9 -3
- package/src/components/Blocks/Button/schema.js +12 -0
- package/src/components/Blocks/EventCalendar/Search/components/EventTemplate.tsx +1 -1
- package/src/components/Blocks/Image/Edit.jsx +9 -32
- package/src/components/Blocks/Image/View.jsx +9 -26
- package/src/components/Blocks/Image/adapter.js +28 -14
- package/src/components/Blocks/Image/adapter.test.js +156 -0
- package/src/components/Blocks/Image/schema.js +21 -7
- package/src/components/Blocks/Listing/DefaultTemplate.jsx +12 -6
- package/src/components/Blocks/Listing/GridTemplate.jsx +17 -7
- package/src/components/Blocks/Listing/ListingBody.jsx +4 -1
- package/src/components/Blocks/Listing/SummaryTemplate.jsx +17 -7
- package/src/components/Blocks/Maps/MapsSidebar.jsx +68 -0
- package/src/components/Blocks/Maps/View.jsx +37 -0
- package/src/components/Blocks/Maps/adapter.js +27 -0
- package/src/components/Blocks/Maps/adapter.test.js +63 -0
- package/src/components/Blocks/Maps/schema.js +42 -2
- package/src/components/Blocks/Separator/schema.js +12 -0
- package/src/components/Blocks/Teaser/DefaultBody.tsx +35 -6
- package/src/components/Blocks/Video/VideoSidebar.jsx +68 -0
- package/src/components/Blocks/Video/View.jsx +38 -0
- package/src/components/Blocks/Video/adapter.js +28 -0
- package/src/components/Blocks/Video/adapter.test.js +63 -0
- package/src/components/Blocks/Video/schema.js +42 -2
- package/src/components/Blocks/schema.ts +69 -0
- package/src/components/Breadcrumbs/Breadcrumbs.test.tsx +128 -0
- package/src/components/Breadcrumbs/Breadcrumbs.tsx +117 -0
- package/src/components/Caption/Caption.test.tsx +31 -0
- package/src/components/Caption/{Caption.jsx → Caption.tsx} +14 -21
- package/src/components/Footer/ColumnLinks.tsx +2 -2
- package/src/components/Footer/Footer.tsx +2 -2
- package/src/components/Footer/slots/Colophon.tsx +13 -1
- package/src/components/Footer/slots/CoreFooter.tsx +4 -2
- package/src/components/Footer/slots/FollowUsLogoAndLinks.tsx +12 -23
- package/src/components/Header/Header.tsx +3 -3
- package/src/components/LanguageSelector/LanguageSelector.tsx +91 -0
- package/src/components/MobileNavigation/MobileNavigation.jsx +11 -9
- package/src/components/Navigation/Navigation.test.tsx +176 -0
- package/src/components/Navigation/{Navigation.jsx → Navigation.tsx} +89 -42
- package/src/components/StickyMenu/MobileCarouselArrowButton.tsx +81 -0
- package/src/components/StickyMenu/MobileStickyMenu.tsx +76 -0
- package/src/components/Summary/DefaultSummary.tsx +10 -3
- package/src/components/Summary/EventSummary.tsx +10 -3
- package/src/components/Summary/FileSummary.tsx +10 -3
- package/src/components/Summary/NewsItemSummary.tsx +10 -3
- package/src/components/Summary/PersonSummary.tsx +10 -3
- package/src/components/Summary/Summary.stories.tsx +46 -30
- package/src/components/Tags/Tags.test.tsx +71 -0
- package/src/components/Tags/{Tags.jsx → Tags.tsx} +9 -25
- package/src/components/Theme/EventView.jsx +4 -4
- package/src/components/Theme/ImageView.jsx +8 -1
- package/src/components/Theme/NewsItemView.jsx +4 -4
- package/src/components/Theme/RenderBlocksV2.jsx +38 -15
- package/src/components/Widgets/ColorSwatch.stories.tsx +197 -0
- package/src/components/Widgets/ColorSwatch.test.tsx +188 -0
- package/src/components/Widgets/ColorSwatch.tsx +77 -39
- package/src/components/Widgets/ObjectList.tsx +37 -27
- package/src/components/Widgets/SoftTextWidget.tsx +129 -0
- package/src/components/Widgets/SoftTextareaWidget.tsx +118 -0
- package/src/components/Widgets/ThemeColorSwatch.tsx +5 -9
- package/src/config/blocks.tsx +83 -28
- package/src/config/classExtenders.ts +11 -10
- package/src/config/settings.ts +6 -0
- package/src/config/slots.ts +7 -0
- package/src/config/widgets.ts +5 -9
- package/src/customizations/volto/components/manage/Blocks/Maps/MapsSidebar.jsx +10 -0
- package/src/customizations/volto/components/manage/Blocks/Maps/View.jsx +10 -0
- package/src/customizations/volto/components/manage/Blocks/Video/VideoSidebar.jsx +10 -0
- package/src/customizations/volto/components/manage/Blocks/Video/View.jsx +10 -0
- package/src/customizations/volto/components/manage/DragDropList/DragDropList.jsx +263 -0
- package/src/customizations/volto/components/theme/LanguageSelector/LanguageSelector.tsx +10 -0
- package/src/helpers/styleDefinitions.test.tsx +30 -0
- package/src/helpers/styleDefinitions.ts +49 -0
- package/src/helpers/useLiveData.ts +7 -2
- package/src/index.ts +15 -0
- package/src/internalChecks.test.ts +94 -0
- package/src/primitives/Card/Card.stories.tsx +4 -1
- package/src/primitives/Card/Card.test.tsx +11 -33
- package/src/primitives/Card/Card.tsx +37 -44
- package/src/primitives/IconLinkList.tsx +53 -52
- package/src/primitives/LinkIconButton.tsx +52 -0
- package/src/reducers/errorContext.ts +14 -0
- package/src/reducers/index.ts +7 -0
- package/src/theme/_bgcolor-blocks-layout.scss +48 -46
- package/src/theme/_content.scss +12 -13
- package/src/theme/_export_import.scss +94 -0
- package/src/theme/_footer.scss +131 -64
- package/src/theme/_header.scss +25 -5
- package/src/theme/_insets.scss +1 -1
- package/src/theme/_layout.scss +41 -77
- package/src/theme/_mobile-sticky-menu.scss +92 -0
- package/src/theme/_search-page.scss +250 -0
- package/src/theme/_typo-custom.scss +24 -8
- package/src/theme/_variables.scss +40 -4
- package/src/theme/_widgets.scss +6 -17
- package/src/theme/blocks/_accordion.scss +11 -4
- package/src/theme/blocks/_form.scss +350 -0
- package/src/theme/blocks/_grid.scss +10 -77
- package/src/theme/blocks/_highlight.scss +10 -7
- package/src/theme/blocks/_image.scss +99 -184
- package/src/theme/blocks/_listing.scss +61 -128
- package/src/theme/blocks/_maps.scss +60 -34
- package/src/theme/blocks/_search.scss +3 -4
- package/src/theme/blocks/_table.scss +1 -0
- package/src/theme/blocks/_teaser.scss +7 -117
- package/src/theme/blocks/_toc.scss +2 -1
- package/src/theme/card.scss +136 -69
- package/src/theme/main.scss +4 -0
- package/src/theme/notfound.scss +2 -0
- package/src/theme/person.scss +7 -1
- package/src/theme/sticky-menu.scss +7 -5
- package/src/transforms/to6.ts +5 -49
- package/src/transforms/to8.test.js +201 -0
- package/src/transforms/to8.ts +109 -0
- package/src/types.d.ts +1 -0
- package/vitest.config.mjs +28 -3
- package/razzle.extend.js +0 -38
- package/src/components/Blocks/schema.js +0 -44
- package/src/components/Breadcrumbs/Breadcrumbs.jsx +0 -118
- package/src/components/Widgets/AlignWidget.tsx +0 -84
- package/src/components/Widgets/BlockAlignment.tsx +0 -88
- package/src/components/Widgets/BlockWidth.tsx +0 -101
- package/src/components/Widgets/Buttons.tsx +0 -167
- package/src/components/Widgets/Size.tsx +0 -78
package/.changelog.draft
CHANGED
|
@@ -1,17 +1,14 @@
|
|
|
1
|
-
## 8.0.0-alpha.
|
|
1
|
+
## 8.0.0-alpha.30 (2026-06-11)
|
|
2
2
|
|
|
3
3
|
### Feature
|
|
4
4
|
|
|
5
|
-
-
|
|
6
|
-
-
|
|
5
|
+
- Add basic VLT styles for Form Block. @danalvrz
|
|
6
|
+
- Add link icon to Card component @Tishasoumya-02
|
|
7
7
|
|
|
8
8
|
### Bugfix
|
|
9
9
|
|
|
10
|
-
-
|
|
11
|
-
- Fix
|
|
12
|
-
|
|
13
|
-
### Internal
|
|
14
|
-
|
|
15
|
-
- Add css for NotFound Page @Tishasoumya-02
|
|
10
|
+
- refactor closing logic for fatnav to ignore all clicks on scrollbar @jackahl [#834](https://github.com/kitconcept/volto-light-theme/pull/834)
|
|
11
|
+
- Fix icon in search @iRohitSingh [#879](https://github.com/kitconcept/volto-light-theme/pull/879)
|
|
12
|
+
- Fix top margin for floated images when following an H2. @danlavrz
|
|
16
13
|
|
|
17
14
|
|
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,316 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 8.0.0-alpha.30 (2026-06-11)
|
|
12
|
+
|
|
13
|
+
### Feature
|
|
14
|
+
|
|
15
|
+
- Add basic VLT styles for Form Block. @danalvrz
|
|
16
|
+
- Add link icon to Card component @Tishasoumya-02
|
|
17
|
+
|
|
18
|
+
### Bugfix
|
|
19
|
+
|
|
20
|
+
- refactor closing logic for fatnav to ignore all clicks on scrollbar @jackahl [#834](https://github.com/kitconcept/volto-light-theme/pull/834)
|
|
21
|
+
- Fix icon in search @iRohitSingh [#879](https://github.com/kitconcept/volto-light-theme/pull/879)
|
|
22
|
+
- Fix top margin for floated images when following an H2. @danlavrz
|
|
23
|
+
|
|
24
|
+
## 8.0.0-alpha.29 (2026-06-09)
|
|
25
|
+
|
|
26
|
+
### Breaking
|
|
27
|
+
|
|
28
|
+
- Footer: Removed the "Follow us" literal above the social icons. @iRohitSingh [#838](https://github.com/kitconcept/volto-light-theme/pull/838)
|
|
29
|
+
|
|
30
|
+
### Feature
|
|
31
|
+
|
|
32
|
+
- Provide proper image sizes to the `Image` component. @davisagli @sneridagh [#664](https://github.com/kitconcept/volto-light-theme/pull/664)
|
|
33
|
+
- Translate the package to the languages provided by Polyglot project @erral
|
|
34
|
+
- Unify css and alignment/width data handling for floating image, map and video blocks. @TimoBroeskamp @danalvrz
|
|
35
|
+
- Update Highlight block version to 5.x. @danalvrz
|
|
36
|
+
- Update de translation from Polyglot @erral
|
|
37
|
+
- Update es translation from Polyglot @erral
|
|
38
|
+
- Update eu translation from Polyglot @erral
|
|
39
|
+
|
|
40
|
+
### Bugfix
|
|
41
|
+
|
|
42
|
+
- Fix Footer aligned with content @iRohitSingh [#838](https://github.com/kitconcept/volto-light-theme/pull/838)
|
|
43
|
+
- Upgrade playwright and latest Volto 19.1.0 @sneridagh [#873](https://github.com/kitconcept/volto-light-theme/pull/873)
|
|
44
|
+
- Fix last item of a listing with no pagination padding is broken @iRohitSingh [#874](https://github.com/kitconcept/volto-light-theme/pull/874)
|
|
45
|
+
- Remove underline regression from Slider block Simple variation. @danalvrz
|
|
46
|
+
|
|
47
|
+
### Internal
|
|
48
|
+
|
|
49
|
+
- Upgrade Volto 19 final. @sneridagh
|
|
50
|
+
|
|
51
|
+
## 8.0.0-alpha.28 (2026-05-15)
|
|
52
|
+
|
|
53
|
+
### Bugfix
|
|
54
|
+
|
|
55
|
+
- Fix Search icon color changes when changing footer font color @iRohitSingh [#850](https://github.com/kitconcept/volto-light-theme/pull/850)
|
|
56
|
+
- Fix customized ObjectListWidget to support the `schemaExtender` prop. @davisagli
|
|
57
|
+
|
|
58
|
+
## 8.0.0-alpha.27 (2026-05-12)
|
|
59
|
+
|
|
60
|
+
## 8.0.0-alpha.26 (2026-05-12)
|
|
61
|
+
|
|
62
|
+
### Bugfix
|
|
63
|
+
|
|
64
|
+
- Fix Mobile layout of social media icons @iRohitSingh [#852](https://github.com/kitconcept/volto-light-theme/pull/852)
|
|
65
|
+
- Fix social media icon color @iRohitSingh [#854](https://github.com/kitconcept/volto-light-theme/pull/854)
|
|
66
|
+
- Fix loading of inherited site customization fields on error views. @davisagli
|
|
67
|
+
- Fixed not working combinations with the richtext-widget in the text-block and updated line-height of ToC block according to figma. @TimoBroeskamp
|
|
68
|
+
- Update Volto to 19a36.
|
|
69
|
+
See https://github.com/plone/volto/releases/tag/19.0.0-alpha.36 @sneridagh
|
|
70
|
+
|
|
71
|
+
## 8.0.0-alpha.25 (2026-05-06)
|
|
72
|
+
|
|
73
|
+
### Bugfix
|
|
74
|
+
|
|
75
|
+
- Fix Footer aligned with content @iRohitSingh [#838](https://github.com/kitconcept/volto-light-theme/pull/838)
|
|
76
|
+
- Fixed a bug that closed the Navigation when scrolling down with the scrollbar. @ TimoBroeskamp
|
|
77
|
+
- Fixed underlined items in the controlpanel and the contents tab. @TimoBroeskamp
|
|
78
|
+
- Upgrade Volto 19a33.
|
|
79
|
+
Upgrade `volto-calendar-block` 1.0.0a9
|
|
80
|
+
https://github.com/plone/volto/releases/tag/19.0.0-alpha.33 @sneridagh
|
|
81
|
+
|
|
82
|
+
## 8.0.0-alpha.24 (2026-04-30)
|
|
83
|
+
|
|
84
|
+
### Bugfix
|
|
85
|
+
|
|
86
|
+
- Remove the padding added by header-wrapper for search-wrapper and center ther search. @Tishasoumya-02 [#846](https://github.com/kitconcept/volto-light-theme/pull/846)
|
|
87
|
+
|
|
88
|
+
## 8.0.0-alpha.23 (2026-04-29)
|
|
89
|
+
|
|
90
|
+
### Breaking
|
|
91
|
+
|
|
92
|
+
- Upgrade to Volto 19a31.
|
|
93
|
+
Forces `react-aria-components` from the catalog in Volto so projects using it have to be updated to at least this Volto version. @sneridagh
|
|
94
|
+
|
|
95
|
+
## 8.0.0-alpha.22 (2026-04-29)
|
|
96
|
+
|
|
97
|
+
### Bugfix
|
|
98
|
+
|
|
99
|
+
- Added translation for the social media section in the footer. @jnptk
|
|
100
|
+
|
|
101
|
+
### Documentation
|
|
102
|
+
|
|
103
|
+
- Updated docs on how to release the packages. @sneridagh [#842](https://github.com/kitconcept/volto-light-theme/pull/842)
|
|
104
|
+
|
|
105
|
+
## 8.0.0-alpha.21 (2026-04-22)
|
|
106
|
+
|
|
107
|
+
### Internal
|
|
108
|
+
|
|
109
|
+
- Re-release of 8a20. @sneridagh
|
|
110
|
+
|
|
111
|
+
## 8.0.0-alpha.20 (2026-04-21)
|
|
112
|
+
|
|
113
|
+
### Bugfix
|
|
114
|
+
|
|
115
|
+
- Allow address in Footer to take all available space based on number of links columns. @danalvrz
|
|
116
|
+
|
|
117
|
+
## 8.0.0-alpha.19 (2026-04-17)
|
|
118
|
+
|
|
119
|
+
### Breaking
|
|
120
|
+
|
|
121
|
+
- Improve Card component link handling by using a CSS stretched-link pattern & other minor style fixes for consistency. Breaking: custom `Summary` components must now accept and use the `LinkToItem` prop; category labels changed from heading tags to `<ul>` elements. See the upgrade guide for migration steps. @danalvrz
|
|
122
|
+
|
|
123
|
+
### Bugfix
|
|
124
|
+
|
|
125
|
+
- Fixed the font-color in the table block with h2 or h3 font-size. @TimoBroeskamp [#820](https://github.com/kitconcept/volto-light-theme/pull/820)
|
|
126
|
+
- + display footer links with an underline, remove gap between seperate lines in footer colophon text and fixed richtext-editor combinations to work together. @TimoBroeskamp
|
|
127
|
+
- Fix navigation text color not loading on hard reload. @iFlameing
|
|
128
|
+
- Fix spacings for navigation items when using the Intranet header. @danlavrz
|
|
129
|
+
- Fix styles for text in colophon. @danalvrz
|
|
130
|
+
|
|
131
|
+
## 8.0.0-alpha.18 (2026-03-14)
|
|
132
|
+
|
|
133
|
+
### Feature
|
|
134
|
+
|
|
135
|
+
- Improve layout for full-width blocks when in Edit mode. @danalvrz
|
|
136
|
+
|
|
137
|
+
### Bugfix
|
|
138
|
+
|
|
139
|
+
- Fix font size for control panel view headers. @danalvrz [#fixControlPanelFontSize](https://github.com/kitconcept/volto-light-theme/pull/fixControlPanelFontSize)
|
|
140
|
+
- Fix css of External link icon indicator for teaser and grid-teaser @iRohitSingh [#797](https://github.com/kitconcept/volto-light-theme/pull/797)
|
|
141
|
+
- Fix undefined error when pressing enter in footer site colophon input. @iFlameing
|
|
142
|
+
- Improve styles for Export Import control panel & several color fixes. @danalvrz
|
|
143
|
+
|
|
144
|
+
## 8.0.0-alpha.17 (2026-03-03)
|
|
145
|
+
|
|
146
|
+
### Feature
|
|
147
|
+
|
|
148
|
+
- Improve styles for search results page. @danalvrz
|
|
149
|
+
- Updated several add-ons, for more information:
|
|
150
|
+
|
|
151
|
+
https://github.com/kitconcept/volto-calendar-block/releases/tag/1.0.0-alpha.7
|
|
152
|
+
https://github.com/kitconcept/volto-button-block/releases/tag/5.0.0-alpha.1
|
|
153
|
+
https://github.com/kitconcept/volto-logos-block/releases/tag/4.0.0-alpha.1
|
|
154
|
+
https://github.com/kitconcept/volto-iframe-block/releases/tag/2.4.0
|
|
155
|
+
https://github.com/kitconcept/volto-introduction-block/releases/tag/1.4.0
|
|
156
|
+
https://github.com/kitconcept/volto-carousel-block/releases/tag/3.0.0-alpha.1
|
|
157
|
+
https://github.com/kitconcept/volto-slider-block/releases/tag/7.0.0-alpha.1
|
|
158
|
+
|
|
159
|
+
### Bugfix
|
|
160
|
+
|
|
161
|
+
- Fix color in language selector, and remove extra margin between Teaser and Button blocks. @danalvrz
|
|
162
|
+
- Fix hydration errors in mobile navigation. @Tishasoumya-02
|
|
163
|
+
- Fix image size grid-block in editmode. @TimoBroeskamp
|
|
164
|
+
- Fix mobile sticky menu not showing from 768 to 620px. @iFlameing
|
|
165
|
+
|
|
166
|
+
### Internal
|
|
167
|
+
|
|
168
|
+
- Add missing pt_br translations. @humanaice [#804](https://github.com/kitconcept/volto-light-theme/pull/804)
|
|
169
|
+
- Update translation. @iFlameing
|
|
170
|
+
|
|
171
|
+
## 8.0.0-alpha.16 (2026-02-16)
|
|
172
|
+
|
|
173
|
+
### Feature
|
|
174
|
+
|
|
175
|
+
- Show only two letters of the native language name @iRohitSingh [#785](https://github.com/kitconcept/volto-light-theme/pull/785), [#795](https://github.com/kitconcept/volto-light-theme/pull/795)
|
|
176
|
+
|
|
177
|
+
### Bugfix
|
|
178
|
+
|
|
179
|
+
- See https://github.com/plone/volto/releases/tag/19.0.0-alpha.24
|
|
180
|
+
https://github.com/plone/volto/releases/tag/19.0.0-alpha.25 @sneridagh [#volto19a24](https://github.com/kitconcept/volto-light-theme/pull/volto19a24)
|
|
181
|
+
- Fix social icons color in post-footer. @danalvrz
|
|
182
|
+
- Move the head title after the date in NewsView and EventView, making it consistent with the listing view. @iFlameing
|
|
183
|
+
|
|
184
|
+
### Internal
|
|
185
|
+
|
|
186
|
+
- Remove space after banner block when bg color is not white @Tishasoumya-02 [#761](https://github.com/kitconcept/volto-light-theme/pull/761)
|
|
187
|
+
|
|
188
|
+
## 8.0.0-alpha.15 (2026-02-06)
|
|
189
|
+
|
|
190
|
+
### Bugfix
|
|
191
|
+
|
|
192
|
+
- Make button anchor (a) (from a button if it's a navigation element for a11y purposes) has the same styling as a button. @sneridagh [#786](https://github.com/kitconcept/volto-light-theme/pull/786)
|
|
193
|
+
|
|
194
|
+
## 8.0.0-alpha.14 (2026-02-05)
|
|
195
|
+
|
|
196
|
+
### Feature
|
|
197
|
+
|
|
198
|
+
- Create Introduction block on pressing Enter instead of default text block @iRohitSingh [#780](https://github.com/kitconcept/volto-light-theme/pull/780)
|
|
199
|
+
- Add sticky menu in mobile view. @iFlameing
|
|
200
|
+
|
|
201
|
+
### Bugfix
|
|
202
|
+
|
|
203
|
+
- Fix mail icon appearing near share icon in engagement-section @Tishasoumya-02 [#777](https://github.com/kitconcept/volto-light-theme/pull/777)
|
|
204
|
+
- Fix actions menu going undefined on intranet header @Tishasoumya-02 [#778](https://github.com/kitconcept/volto-light-theme/pull/778)
|
|
205
|
+
- Fixed defaults in `Button` widgets. @iFlameing
|
|
206
|
+
- Update `volto-calendar-block` to 1.0.6. @sneridagh
|
|
207
|
+
|
|
208
|
+
## 8.0.0-alpha.13 (2026-01-26)
|
|
209
|
+
|
|
210
|
+
### Feature
|
|
211
|
+
|
|
212
|
+
- Remove the black overlay when no caption for images in grid @Tishasoumya-02 [#767](https://github.com/kitconcept/volto-light-theme/pull/767)
|
|
213
|
+
- Add mail-icon next to mailto links @Tishasoumya-02 [#774](https://github.com/kitconcept/volto-light-theme/pull/774)
|
|
214
|
+
- Add slot for listing disclaimers in ListingBody component. @danalvrz
|
|
215
|
+
- Add soft_max_length warnings for text/textarea widget @Tishasoumya-02
|
|
216
|
+
- Hide profile links based on intranet controlpanel settings. @iFlameing
|
|
217
|
+
|
|
218
|
+
### Bugfix
|
|
219
|
+
|
|
220
|
+
- Fix header_actions results into undefined when deleting the target @Tishasoumya-02 [#775](https://github.com/kitconcept/volto-light-theme/pull/775)
|
|
221
|
+
- Change footer colophon widget from Input to Richtext. @iFlameing
|
|
222
|
+
- Fixed accordion does not work with the "Order" tab. Use `@eea/volto-accordion-block` 12.0.0. @sneridagh
|
|
223
|
+
- Fixed issue with navigation items custom color not changing without the fat menu enabled. @TimoBroeskamp
|
|
224
|
+
|
|
225
|
+
### Internal
|
|
226
|
+
|
|
227
|
+
- New visual regression tests. @sneridagh
|
|
228
|
+
|
|
229
|
+
## 8.0.0-alpha.12 (2026-01-15)
|
|
230
|
+
|
|
231
|
+
### Bugfix
|
|
232
|
+
|
|
233
|
+
- - fix bug where markdown inline links in descriptions are rendered as a separate paragraph [#751](https://github.com/kitconcept/volto-light-theme/pull/751)
|
|
234
|
+
- Use the CSS prop --breadcrumbs-foregound for breadcrumbs links as default, with --link-foreground-color as fallback. @danalvrz
|
|
235
|
+
|
|
236
|
+
## 8.0.0-alpha.11 (2026-01-14)
|
|
237
|
+
|
|
238
|
+
### Internal
|
|
239
|
+
|
|
240
|
+
- Sync RAC VLT version to use the Volto 19a21 one (1.14.1) @sneridagh
|
|
241
|
+
|
|
242
|
+
## 8.0.0-alpha.10 (2026-01-14)
|
|
243
|
+
|
|
244
|
+
### Bugfix
|
|
245
|
+
|
|
246
|
+
- Fix sticky menu cut off at the bottom on smaller screens @iRohitSingh
|
|
247
|
+
- Fixed double navigation in cards that contains inner links in its body. @sneridagh
|
|
248
|
+
- Fixed rearrangement of files in drag-and-drop of folderish content. @Tishasoumya-02
|
|
249
|
+
|
|
250
|
+
### Internal
|
|
251
|
+
|
|
252
|
+
- Add Cypress tests for Enter key behavior on focused blocks @iRohitSingh
|
|
253
|
+
|
|
254
|
+
## 8.0.0-alpha.9 (2025-12-08)
|
|
255
|
+
|
|
256
|
+
### Feature
|
|
257
|
+
|
|
258
|
+
- Add volto-calendar-block @iRohitSingh
|
|
259
|
+
- Added cross language support for blocks chooser search @Tishasoumya-02 [#7657](https://github.com/plone/volto/issues/7657)
|
|
260
|
+
Added support for selecting Path and Depth in the Listing Block’s Location criteria using the ObjectBrowserWidget and NumberWidget. @iFlameing @giuliaghisini [#7661](https://github.com/plone/volto/issues/7661)
|
|
261
|
+
Added feature of drag and drop files in folder contents. @Tishasoumya-02
|
|
262
|
+
(Update to Volto 19a9) @sneridagh
|
|
263
|
+
|
|
264
|
+
### Bugfix
|
|
265
|
+
|
|
266
|
+
- Fixed highlight block ENTER, create a new block consistently. Update highlight block to 4.5.1. @sneridagh
|
|
267
|
+
- Fixed introduction block error on pressing ENTER. Update add-on to 1.2.0. @sneridagh
|
|
268
|
+
|
|
269
|
+
## 8.0.0-alpha.8 (2025-12-01)
|
|
270
|
+
|
|
271
|
+
### Bugfix
|
|
272
|
+
|
|
273
|
+
- Improve block model 3 support across views. Fixed nasty BDandD console error. @sneridagh [#740](https://github.com/kitconcept/volto-light-theme/pull/740)
|
|
274
|
+
- Fixed problem with the description not showing in rendering if the description was undefined. @sneridagh
|
|
275
|
+
- Hide complementary logo in mobile devices @Tishasoumya-02
|
|
276
|
+
|
|
277
|
+
## 8.0.0-alpha.7 (2025-11-24)
|
|
278
|
+
|
|
279
|
+
### Bugfix
|
|
280
|
+
|
|
281
|
+
- Fix css of unauthorized Page @iRohitSingh [#unauthorizedpageCss](https://github.com/kitconcept/volto-light-theme/pull/unauthorizedpageCss)
|
|
282
|
+
- Fixed Accordion arrow/buttons no longer shrink when the title text becomes too long. @jnptk
|
|
283
|
+
|
|
284
|
+
### Internal
|
|
285
|
+
|
|
286
|
+
- Refactoring to TS some components. @sneridagh [#731](https://github.com/kitconcept/volto-light-theme/pull/731)
|
|
287
|
+
- Update to latest RAC to match the @plone/components one. @sneridagh
|
|
288
|
+
- Use forked Razzle. Update to use Volto 19a14. @sneridagh
|
|
289
|
+
|
|
290
|
+
## 8.0.0-alpha.6 (2025-11-13)
|
|
291
|
+
|
|
292
|
+
### Bugfix
|
|
293
|
+
|
|
294
|
+
- Missing @kitconcept/volto-bm3-compat as dep. @sneridagh [#726](https://github.com/kitconcept/volto-light-theme/pull/726)
|
|
295
|
+
|
|
296
|
+
## 8.0.0-alpha.5 (2025-11-11)
|
|
297
|
+
|
|
298
|
+
### Feature
|
|
299
|
+
|
|
300
|
+
- Registry color definitions support for ColorSwatch widget. @sneridagh [#723](https://github.com/kitconcept/volto-light-theme/pull/723)
|
|
301
|
+
|
|
302
|
+
### Bugfix
|
|
303
|
+
|
|
304
|
+
- Fixes text in the sticky menu if the text was long enough to wrap. @jnptk [#691](https://github.com/kitconcept/volto-light-theme/pull/691)
|
|
305
|
+
- Identify intranet header with a className in `header header-intranet` div. @sneridagh
|
|
306
|
+
|
|
307
|
+
### Internal
|
|
308
|
+
|
|
309
|
+
- Normalize all remaining add-ons to be "alpha" versions exclusively for vlt8. @sneridagh
|
|
310
|
+
|
|
311
|
+
## 8.0.0-alpha.4 (2025-11-05)
|
|
312
|
+
|
|
313
|
+
### Bugfix
|
|
314
|
+
|
|
315
|
+
- Fixed slider config, in case slider is not present. @sneridagh
|
|
316
|
+
|
|
317
|
+
### Internal
|
|
318
|
+
|
|
319
|
+
- Updated volto-dsgvo-banner baseline to latest (3.x series). @sneridagh
|
|
320
|
+
|
|
11
321
|
## 8.0.0-alpha.3 (2025-11-04)
|
|
12
322
|
|
|
13
323
|
### Feature
|