@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.
Files changed (200) hide show
  1. package/.changelog.draft +6 -9
  2. package/CHANGELOG.md +310 -0
  3. package/locales/af/LC_MESSAGES/volto.po +645 -0
  4. package/locales/ar/LC_MESSAGES/volto.po +645 -0
  5. package/locales/bg/LC_MESSAGES/volto.po +645 -0
  6. package/locales/bn/LC_MESSAGES/volto.po +645 -0
  7. package/locales/ca/LC_MESSAGES/volto.po +645 -0
  8. package/locales/cs/LC_MESSAGES/volto.po +645 -0
  9. package/locales/cy/LC_MESSAGES/volto.po +645 -0
  10. package/locales/da/LC_MESSAGES/volto.po +645 -0
  11. package/locales/de/LC_MESSAGES/volto.po +83 -167
  12. package/locales/el/LC_MESSAGES/volto.po +645 -0
  13. package/locales/en/LC_MESSAGES/volto.po +30 -115
  14. package/locales/en_AU/LC_MESSAGES/volto.po +645 -0
  15. package/locales/en_GB/LC_MESSAGES/volto.po +645 -0
  16. package/locales/eo/LC_MESSAGES/volto.po +645 -0
  17. package/locales/es/LC_MESSAGES/volto.po +75 -160
  18. package/locales/et/LC_MESSAGES/volto.po +645 -0
  19. package/locales/eu/LC_MESSAGES/volto.po +59 -125
  20. package/locales/fa/LC_MESSAGES/volto.po +645 -0
  21. package/locales/fi/LC_MESSAGES/volto.po +645 -0
  22. package/locales/fr/LC_MESSAGES/volto.po +645 -0
  23. package/locales/fu/LC_MESSAGES/volto.po +645 -0
  24. package/locales/ga/LC_MESSAGES/volto.po +645 -0
  25. package/locales/gl/LC_MESSAGES/volto.po +645 -0
  26. package/locales/he/LC_MESSAGES/volto.po +645 -0
  27. package/locales/hi/LC_MESSAGES/volto.po +645 -0
  28. package/locales/hr/LC_MESSAGES/volto.po +645 -0
  29. package/locales/hu/LC_MESSAGES/volto.po +645 -0
  30. package/locales/hy/LC_MESSAGES/volto.po +645 -0
  31. package/locales/id/LC_MESSAGES/volto.po +645 -0
  32. package/locales/it/LC_MESSAGES/volto.po +645 -0
  33. package/locales/ja/LC_MESSAGES/volto.po +645 -0
  34. package/locales/ka/LC_MESSAGES/volto.po +645 -0
  35. package/locales/kn/LC_MESSAGES/volto.po +645 -0
  36. package/locales/ko/LC_MESSAGES/volto.po +645 -0
  37. package/locales/lt/LC_MESSAGES/volto.po +645 -0
  38. package/locales/lv/LC_MESSAGES/volto.po +645 -0
  39. package/locales/mi/LC_MESSAGES/volto.po +645 -0
  40. package/locales/mk_MK/LC_MESSAGES/volto.po +645 -0
  41. package/locales/ms/LC_MESSAGES/volto.po +645 -0
  42. package/locales/mt/LC_MESSAGES/volto.po +645 -0
  43. package/locales/my/LC_MESSAGES/volto.po +645 -0
  44. package/locales/nl/LC_MESSAGES/volto.po +645 -0
  45. package/locales/nl_BE/LC_MESSAGES/volto.po +645 -0
  46. package/locales/nn/LC_MESSAGES/volto.po +645 -0
  47. package/locales/no/LC_MESSAGES/volto.po +645 -0
  48. package/locales/pl/LC_MESSAGES/volto.po +645 -0
  49. package/locales/pt/LC_MESSAGES/volto.po +645 -0
  50. package/locales/pt_BR/LC_MESSAGES/volto.po +38 -123
  51. package/locales/rm/LC_MESSAGES/volto.po +645 -0
  52. package/locales/ro/LC_MESSAGES/volto.po +645 -0
  53. package/locales/ru/LC_MESSAGES/volto.po +645 -0
  54. package/locales/sk/LC_MESSAGES/volto.po +645 -0
  55. package/locales/sl/LC_MESSAGES/volto.po +645 -0
  56. package/locales/sm/LC_MESSAGES/volto.po +645 -0
  57. package/locales/sq/LC_MESSAGES/volto.po +645 -0
  58. package/locales/sr/LC_MESSAGES/volto.po +645 -0
  59. package/locales/sr_Cyrl/LC_MESSAGES/volto.po +645 -0
  60. package/locales/sr_Latn/LC_MESSAGES/volto.po +645 -0
  61. package/locales/sv/LC_MESSAGES/volto.po +645 -0
  62. package/locales/sw/LC_MESSAGES/volto.po +645 -0
  63. package/locales/ta/LC_MESSAGES/volto.po +645 -0
  64. package/locales/te/LC_MESSAGES/volto.po +645 -0
  65. package/locales/th/LC_MESSAGES/volto.po +645 -0
  66. package/locales/tl/LC_MESSAGES/volto.po +645 -0
  67. package/locales/to/LC_MESSAGES/volto.po +645 -0
  68. package/locales/tr/LC_MESSAGES/volto.po +645 -0
  69. package/locales/uk/LC_MESSAGES/volto.po +645 -0
  70. package/locales/vi/LC_MESSAGES/volto.po +645 -0
  71. package/locales/volto.pot +31 -116
  72. package/locales/zh_CN/LC_MESSAGES/volto.po +645 -0
  73. package/locales/zh_HK/LC_MESSAGES/volto.po +645 -0
  74. package/locales/zh_TW/LC_MESSAGES/volto.po +645 -0
  75. package/package.json +7 -4
  76. package/src/__mocks__/semantic-ui-react.ts +31 -0
  77. package/src/components/Blocks/Block/EditBlockWrapper.jsx +9 -3
  78. package/src/components/Blocks/Button/schema.js +12 -0
  79. package/src/components/Blocks/EventCalendar/Search/components/EventTemplate.tsx +1 -1
  80. package/src/components/Blocks/Image/Edit.jsx +9 -32
  81. package/src/components/Blocks/Image/View.jsx +9 -26
  82. package/src/components/Blocks/Image/adapter.js +28 -14
  83. package/src/components/Blocks/Image/adapter.test.js +156 -0
  84. package/src/components/Blocks/Image/schema.js +21 -7
  85. package/src/components/Blocks/Listing/DefaultTemplate.jsx +12 -6
  86. package/src/components/Blocks/Listing/GridTemplate.jsx +17 -7
  87. package/src/components/Blocks/Listing/ListingBody.jsx +4 -1
  88. package/src/components/Blocks/Listing/SummaryTemplate.jsx +17 -7
  89. package/src/components/Blocks/Maps/MapsSidebar.jsx +68 -0
  90. package/src/components/Blocks/Maps/View.jsx +37 -0
  91. package/src/components/Blocks/Maps/adapter.js +27 -0
  92. package/src/components/Blocks/Maps/adapter.test.js +63 -0
  93. package/src/components/Blocks/Maps/schema.js +42 -2
  94. package/src/components/Blocks/Separator/schema.js +12 -0
  95. package/src/components/Blocks/Teaser/DefaultBody.tsx +35 -6
  96. package/src/components/Blocks/Video/VideoSidebar.jsx +68 -0
  97. package/src/components/Blocks/Video/View.jsx +38 -0
  98. package/src/components/Blocks/Video/adapter.js +28 -0
  99. package/src/components/Blocks/Video/adapter.test.js +63 -0
  100. package/src/components/Blocks/Video/schema.js +42 -2
  101. package/src/components/Blocks/schema.ts +69 -0
  102. package/src/components/Breadcrumbs/Breadcrumbs.test.tsx +128 -0
  103. package/src/components/Breadcrumbs/Breadcrumbs.tsx +117 -0
  104. package/src/components/Caption/Caption.test.tsx +31 -0
  105. package/src/components/Caption/{Caption.jsx → Caption.tsx} +14 -21
  106. package/src/components/Footer/ColumnLinks.tsx +2 -2
  107. package/src/components/Footer/Footer.tsx +2 -2
  108. package/src/components/Footer/slots/Colophon.tsx +13 -1
  109. package/src/components/Footer/slots/CoreFooter.tsx +4 -2
  110. package/src/components/Footer/slots/FollowUsLogoAndLinks.tsx +12 -23
  111. package/src/components/Header/Header.tsx +3 -3
  112. package/src/components/LanguageSelector/LanguageSelector.tsx +91 -0
  113. package/src/components/MobileNavigation/MobileNavigation.jsx +11 -9
  114. package/src/components/Navigation/Navigation.test.tsx +176 -0
  115. package/src/components/Navigation/{Navigation.jsx → Navigation.tsx} +89 -42
  116. package/src/components/StickyMenu/MobileCarouselArrowButton.tsx +81 -0
  117. package/src/components/StickyMenu/MobileStickyMenu.tsx +76 -0
  118. package/src/components/Summary/DefaultSummary.tsx +10 -3
  119. package/src/components/Summary/EventSummary.tsx +10 -3
  120. package/src/components/Summary/FileSummary.tsx +10 -3
  121. package/src/components/Summary/NewsItemSummary.tsx +10 -3
  122. package/src/components/Summary/PersonSummary.tsx +10 -3
  123. package/src/components/Summary/Summary.stories.tsx +46 -30
  124. package/src/components/Tags/Tags.test.tsx +71 -0
  125. package/src/components/Tags/{Tags.jsx → Tags.tsx} +9 -25
  126. package/src/components/Theme/EventView.jsx +4 -4
  127. package/src/components/Theme/ImageView.jsx +8 -1
  128. package/src/components/Theme/NewsItemView.jsx +4 -4
  129. package/src/components/Theme/RenderBlocksV2.jsx +38 -15
  130. package/src/components/Widgets/ColorSwatch.stories.tsx +197 -0
  131. package/src/components/Widgets/ColorSwatch.test.tsx +188 -0
  132. package/src/components/Widgets/ColorSwatch.tsx +77 -39
  133. package/src/components/Widgets/ObjectList.tsx +37 -27
  134. package/src/components/Widgets/SoftTextWidget.tsx +129 -0
  135. package/src/components/Widgets/SoftTextareaWidget.tsx +118 -0
  136. package/src/components/Widgets/ThemeColorSwatch.tsx +5 -9
  137. package/src/config/blocks.tsx +83 -28
  138. package/src/config/classExtenders.ts +11 -10
  139. package/src/config/settings.ts +6 -0
  140. package/src/config/slots.ts +7 -0
  141. package/src/config/widgets.ts +5 -9
  142. package/src/customizations/volto/components/manage/Blocks/Maps/MapsSidebar.jsx +10 -0
  143. package/src/customizations/volto/components/manage/Blocks/Maps/View.jsx +10 -0
  144. package/src/customizations/volto/components/manage/Blocks/Video/VideoSidebar.jsx +10 -0
  145. package/src/customizations/volto/components/manage/Blocks/Video/View.jsx +10 -0
  146. package/src/customizations/volto/components/manage/DragDropList/DragDropList.jsx +263 -0
  147. package/src/customizations/volto/components/theme/LanguageSelector/LanguageSelector.tsx +10 -0
  148. package/src/helpers/styleDefinitions.test.tsx +30 -0
  149. package/src/helpers/styleDefinitions.ts +49 -0
  150. package/src/helpers/useLiveData.ts +7 -2
  151. package/src/index.ts +15 -0
  152. package/src/internalChecks.test.ts +94 -0
  153. package/src/primitives/Card/Card.stories.tsx +4 -1
  154. package/src/primitives/Card/Card.test.tsx +11 -33
  155. package/src/primitives/Card/Card.tsx +37 -44
  156. package/src/primitives/IconLinkList.tsx +53 -52
  157. package/src/primitives/LinkIconButton.tsx +52 -0
  158. package/src/reducers/errorContext.ts +14 -0
  159. package/src/reducers/index.ts +7 -0
  160. package/src/theme/_bgcolor-blocks-layout.scss +48 -46
  161. package/src/theme/_content.scss +12 -13
  162. package/src/theme/_export_import.scss +94 -0
  163. package/src/theme/_footer.scss +131 -64
  164. package/src/theme/_header.scss +25 -5
  165. package/src/theme/_insets.scss +1 -1
  166. package/src/theme/_layout.scss +41 -77
  167. package/src/theme/_mobile-sticky-menu.scss +92 -0
  168. package/src/theme/_search-page.scss +250 -0
  169. package/src/theme/_typo-custom.scss +24 -8
  170. package/src/theme/_variables.scss +40 -4
  171. package/src/theme/_widgets.scss +6 -17
  172. package/src/theme/blocks/_accordion.scss +11 -4
  173. package/src/theme/blocks/_form.scss +350 -0
  174. package/src/theme/blocks/_grid.scss +10 -77
  175. package/src/theme/blocks/_highlight.scss +10 -7
  176. package/src/theme/blocks/_image.scss +99 -184
  177. package/src/theme/blocks/_listing.scss +61 -128
  178. package/src/theme/blocks/_maps.scss +60 -34
  179. package/src/theme/blocks/_search.scss +3 -4
  180. package/src/theme/blocks/_table.scss +1 -0
  181. package/src/theme/blocks/_teaser.scss +7 -117
  182. package/src/theme/blocks/_toc.scss +2 -1
  183. package/src/theme/card.scss +136 -69
  184. package/src/theme/main.scss +4 -0
  185. package/src/theme/notfound.scss +2 -0
  186. package/src/theme/person.scss +7 -1
  187. package/src/theme/sticky-menu.scss +7 -5
  188. package/src/transforms/to6.ts +5 -49
  189. package/src/transforms/to8.test.js +201 -0
  190. package/src/transforms/to8.ts +109 -0
  191. package/src/types.d.ts +1 -0
  192. package/vitest.config.mjs +28 -3
  193. package/razzle.extend.js +0 -38
  194. package/src/components/Blocks/schema.js +0 -44
  195. package/src/components/Breadcrumbs/Breadcrumbs.jsx +0 -118
  196. package/src/components/Widgets/AlignWidget.tsx +0 -84
  197. package/src/components/Widgets/BlockAlignment.tsx +0 -88
  198. package/src/components/Widgets/BlockWidth.tsx +0 -101
  199. package/src/components/Widgets/Buttons.tsx +0 -167
  200. package/src/components/Widgets/Size.tsx +0 -78
package/.changelog.draft CHANGED
@@ -1,17 +1,14 @@
1
- ## 8.0.0-alpha.3 (2025-11-04)
1
+ ## 8.0.0-alpha.30 (2026-06-11)
2
2
 
3
3
  ### Feature
4
4
 
5
- - Recoverable Block Error Boundaries. @sneridagh [#708](https://github.com/kitconcept/volto-light-theme/pull/708)
6
- - Update `Buttons` widget to the one proposed for the Volto PR: #7555 @sneridagh
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
- - [#705](https://github.com/kitconcept/volto-light-theme/pull/705)
11
- - Fix Teaser Blocks for Person type email spacing in 4 columns gridBlock @Tishasoumya-02
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