@kitconcept/volto-light-theme 3.1.2 → 3.2.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.
Files changed (118) hide show
  1. package/.changelog.draft +11 -0
  2. package/CHANGELOG.md +3 -567
  3. package/build/messages/src/components/Anontools/Anontools.json +10 -0
  4. package/build/messages/src/components/Blocks/Button/schema.json +6 -0
  5. package/build/messages/src/components/Blocks/EventMetadata/View.json +30 -0
  6. package/build/messages/src/components/Blocks/Image/Edit.json +10 -0
  7. package/build/messages/src/components/Blocks/Image/ImageSidebar.json +18 -0
  8. package/build/messages/src/components/Blocks/Image/schema.json +10 -0
  9. package/build/messages/src/components/Blocks/Listing/ListingBody.json +26 -0
  10. package/build/messages/src/components/Blocks/Search/TopSideFacets.json +10 -0
  11. package/build/messages/src/components/Blocks/Search/components/SearchDetails.json +10 -0
  12. package/build/messages/src/components/Blocks/Search/components/SearchInput.json +6 -0
  13. package/build/messages/src/components/Blocks/Slider/DefaultBody.json +18 -0
  14. package/build/messages/src/components/Blocks/Slider/schema.json +14 -0
  15. package/build/messages/src/components/Blocks/schema.json +6 -0
  16. package/build/messages/src/components/Breadcrumbs/Breadcrumbs.json +10 -0
  17. package/build/messages/src/components/Footer/Footer.json +30 -0
  18. package/build/messages/src/components/Header/Header.json +6 -0
  19. package/build/messages/src/components/LanguageSelector/LanguageSelector.json +6 -0
  20. package/build/messages/src/components/Logo/Logo.json +10 -0
  21. package/build/messages/src/components/MobileNavigation/MobileNavigation.json +26 -0
  22. package/build/messages/src/components/Navigation/Navigation.json +10 -0
  23. package/build/messages/src/components/SearchWidget/IntranetSearchWidget.json +14 -0
  24. package/build/messages/src/components/SearchWidget/SearchWidget.json +10 -0
  25. package/build/messages/src/components/Theme/EventView.json +6 -0
  26. package/build/messages/src/components/Widgets/AlignWidget.json +22 -0
  27. package/build/messages/src/index.json +10 -0
  28. package/locales/de/LC_MESSAGES/volto.po +7 -7
  29. package/locales/en/LC_MESSAGES/volto.po +7 -7
  30. package/locales/es/LC_MESSAGES/volto.po +10 -9
  31. package/locales/eu/LC_MESSAGES/volto.po +10 -9
  32. package/locales/pt_BR/volto.po +7 -7
  33. package/locales/volto.pot +8 -8
  34. package/package.json +8 -26
  35. package/src/components/Blocks/Image/Edit.jsx +14 -14
  36. package/src/components/Blocks/Image/ImageSidebar.jsx +3 -3
  37. package/src/components/Blocks/Image/View.jsx +17 -17
  38. package/src/components/Footer/Footer.jsx +2 -2
  39. package/src/components/Header/Header.jsx +12 -12
  40. package/src/theme/_header.scss +1 -1
  41. package/.dockerignore +0 -1
  42. package/.editorconfig +0 -34
  43. package/.eslintignore +0 -6
  44. package/.eslintrc +0 -53
  45. package/.github/workflows/acceptance.yml +0 -98
  46. package/.github/workflows/changelog.yml +0 -43
  47. package/.github/workflows/code.yml +0 -16
  48. package/.github/workflows/deploy.yml +0 -105
  49. package/.github/workflows/unit.yml +0 -16
  50. package/.prettierignore +0 -3
  51. package/.prettierrc +0 -12
  52. package/.stylelintrc +0 -32
  53. package/.yarn/releases/yarn-3.2.3.cjs +0 -783
  54. package/.yarnrc.yml +0 -3
  55. package/Makefile +0 -174
  56. package/README.md +0 -453
  57. package/UPGRADE-GUIDE.md +0 -38
  58. package/acceptance/.gitkeep +0 -0
  59. package/acceptance/ci-a11y.yml +0 -31
  60. package/acceptance/ci.yml +0 -29
  61. package/acceptance/cypress/.gitkeep +0 -0
  62. package/acceptance/cypress/fixtures/broccoli.jpg +0 -0
  63. package/acceptance/cypress/fixtures/example.json +0 -5
  64. package/acceptance/cypress/fixtures/file.pdf +0 -0
  65. package/acceptance/cypress/fixtures/halfdome2022.jpg +0 -0
  66. package/acceptance/cypress/fixtures/image.png +0 -0
  67. package/acceptance/cypress/plugins/index.js +0 -17
  68. package/acceptance/cypress/support/commands.js +0 -23
  69. package/acceptance/cypress/support/e2e.js +0 -23
  70. package/acceptance/cypress/support/reset-fixture.js +0 -45
  71. package/acceptance/cypress/support/slate.js +0 -14
  72. package/acceptance/cypress/tests/.gitkeep +0 -0
  73. package/acceptance/cypress/tests/a11y/accordionBlock.cy.js +0 -30
  74. package/acceptance/cypress/tests/a11y/basic.cy.js +0 -26
  75. package/acceptance/cypress/tests/a11y/buttonBlock.cy.js +0 -18
  76. package/acceptance/cypress/tests/a11y/eventContenttype.cy.js +0 -18
  77. package/acceptance/cypress/tests/a11y/fileContenttype.cy.js +0 -18
  78. package/acceptance/cypress/tests/a11y/gridBlock.cy.js +0 -18
  79. package/acceptance/cypress/tests/a11y/gridImageBlock.cy.js +0 -18
  80. package/acceptance/cypress/tests/a11y/gridListingBlock.cy.js +0 -18
  81. package/acceptance/cypress/tests/a11y/gridTeaserBlock.cy.js +0 -18
  82. package/acceptance/cypress/tests/a11y/gridTextBlock.cy.js +0 -33
  83. package/acceptance/cypress/tests/a11y/headingBlock.cy.js +0 -18
  84. package/acceptance/cypress/tests/a11y/highlightBlock.cy.js +0 -18
  85. package/acceptance/cypress/tests/a11y/imageBlock.cy.js +0 -18
  86. package/acceptance/cypress/tests/a11y/imageContenttype.cy.js +0 -18
  87. package/acceptance/cypress/tests/a11y/introductionBlock.cy.js +0 -18
  88. package/acceptance/cypress/tests/a11y/linkContenttype.cy.js +0 -18
  89. package/acceptance/cypress/tests/a11y/listingBlock.cy.js +0 -31
  90. package/acceptance/cypress/tests/a11y/mapsBlock.cy.js +0 -27
  91. package/acceptance/cypress/tests/a11y/newsItemContenttype.cy.js +0 -27
  92. package/acceptance/cypress/tests/a11y/pageContent.cy.js +0 -27
  93. package/acceptance/cypress/tests/a11y/searchBlock.cy.js +0 -18
  94. package/acceptance/cypress/tests/a11y/separatorBlock.cy.js +0 -28
  95. package/acceptance/cypress/tests/a11y/tableBlock.cy.js +0 -26
  96. package/acceptance/cypress/tests/a11y/teaserBlock.cy.js +0 -18
  97. package/acceptance/cypress/tests/a11y/textBlock.cy.js +0 -18
  98. package/acceptance/cypress/tests/a11y/tocBlock.cy.js +0 -18
  99. package/acceptance/cypress/tests/a11y/videoBlock.cy.js +0 -27
  100. package/acceptance/cypress/tests/main/basic.cy.js +0 -71
  101. package/acceptance/cypress/tests/main/blocks-map.cy.js +0 -56
  102. package/acceptance/cypress/tests/main/blocks-table.cy.js +0 -127
  103. package/acceptance/cypress/tests/main/listing-grid.cy.js +0 -77
  104. package/acceptance/cypress/tests/main/nav.cy.js +0 -54
  105. package/acceptance/cypress/tests/main/site-action.cy.js +0 -16
  106. package/acceptance/cypress.config.js +0 -17
  107. package/acceptance/docker-compose-a11y.yml +0 -55
  108. package/acceptance/docker-compose.yml +0 -53
  109. package/acceptance/package.json +0 -5
  110. package/acceptance/yarn.lock +0 -2638
  111. package/devops/stacks/light-theme.kitconcept.io.yml +0 -66
  112. package/dockerfiles/Dockerfile +0 -32
  113. package/dockerfiles/Dockerfile.acceptance +0 -19
  114. package/dockerfiles/Dockerfile.dev +0 -24
  115. package/dockerfiles/docker-compose.yml +0 -56
  116. package/dockerfiles/helper.py +0 -132
  117. package/volto-light-theme.png +0 -0
  118. package/volto.config.js +0 -7
@@ -0,0 +1,11 @@
1
+ ## 3.2.0 (2024-03-25)
2
+
3
+ ### Feature
4
+
5
+ - Use project-less approach for developing @sneridagh [#369](https://github.com/kitconcept/volto-light-theme/pull/369)
6
+
7
+ ### Bugfix
8
+
9
+ - Revert breaking change introduced in #346 @sneridagh [#373](https://github.com/kitconcept/volto-light-theme/pull/373)
10
+
11
+
package/CHANGELOG.md CHANGED
@@ -1,573 +1,9 @@
1
- # kitconcept's volto-light-theme Release Notes
2
-
3
- <!-- You should *NOT* be adding new change log entries to this file.
4
- You should create a file in the news directory instead.
5
- For helpful instructions, please see:
6
- https://6.docs.plone.org/contributing/index.html?highlight=towncrier#change-log-entry
7
- -->
8
-
9
- <!-- towncrier release notes start -->
10
-
11
- ## 3.1.2 (2024-03-18)
12
-
13
- ### Internal
14
-
15
- - Remove @plone/volto peerDepencency @sneridagh [#364](https://github.com/kitconcept/volto-light-theme/pull/364)
16
- - Add types declarations to make TS happy @sneridagh [#367](https://github.com/kitconcept/volto-light-theme/pull/367)
17
-
18
- ## 3.1.1 (2024-03-08)
19
-
20
- ### Bugfix
21
-
22
- - Fix typo in container deprecation notice @sneridagh [#362](https://github.com/kitconcept/volto-light-theme/pull/362)
23
-
24
- ## 3.1.0 (2024-03-08)
25
-
26
- ### Feature
27
-
28
- - [Vertical Spacing] Reduce spacing between title and description in teaser block @iFlameing [#353](https://github.com/kitconcept/volto-light-theme/pull/353)
29
- - Add eu and es translations @erral [#358](https://github.com/kitconcept/volto-light-theme/pull/358)
30
-
31
- ### Bugfix
32
-
33
- - Fix header tabbing order @iRohitSingh [#251](https://github.com/kitconcept/volto-light-theme/pull/251)
34
- - Fix show figcaption tag if ther is no caption @iRohitSingh [#350](https://github.com/kitconcept/volto-light-theme/pull/350)
35
- - Safer pass by value instead of by reference when modifying internal `blockConfig` data @sneridagh [#361](https://github.com/kitconcept/volto-light-theme/pull/361)
36
-
37
- ### Internal
38
-
39
- - @plone/components as dependency
40
- Use the `Container` component from @plone/components instead of the local one.
41
- The one in `src/components/Atoms/Container/Container.jsx` is deprecated and will be removed in the next major release. @sneridagh [#360](https://github.com/kitconcept/volto-light-theme/pull/360)
42
-
43
- ## 3.0.1 (2024-03-04)
44
-
45
- ### Bugfix
46
-
47
- - Fix image gallery opacity. @robgietema [#347](https://github.com/kitconcept/volto-light-theme/pull/347)
48
- - Fix teaser styles on add view. @davisagli [#354](https://github.com/kitconcept/volto-light-theme/pull/354)
49
-
50
- ### Internal
51
-
52
- - Update to Volto 17.15.1 @sneridagh [#348](https://github.com/kitconcept/volto-light-theme/pull/348)
53
-
54
- ## 3.0.0 (2024-02-14)
55
-
56
- ### Feature
57
-
58
- - Add options to show intranet label and implement intranet header for intranet sites. @iFlameing [#304](https://github.com/kitconcept/volto-light-theme/pull/304)
59
- - Add Event Metadata block @iRohitSingh [#334](https://github.com/kitconcept/volto-light-theme/pull/334)
60
-
61
- ### Bugfix
62
-
63
- - Fix Navigation fails html validator due to use of divs inside ul tag @iRohitSingh [#289](https://github.com/kitconcept/volto-light-theme/pull/289)
64
- - Fixed the Caption for Images, Video Blocks etc. to use semantically correct HTML Structure @Molochem [#341](https://github.com/kitconcept/volto-light-theme/pull/341)
65
- - Fix missing key in `Header` component @sneridagh [#345](https://github.com/kitconcept/volto-light-theme/pull/345)
66
-
67
- ### Internal
68
-
69
- - Support for enhanced initial blocks in config - Update to Volto 17.12.1 @sneridagh [#342](https://github.com/kitconcept/volto-light-theme/pull/342)
70
-
71
- ## 3.0.0-alpha.3 (2024-02-02)
72
-
73
- ### Feature
74
-
75
- - Allow customizing the secondary navigation entries via Portal action. @iFlameing [#302](https://github.com/kitconcept/volto-light-theme/pull/302)
76
-
77
- ### Bugfix
78
-
79
- - Fix Fat menu A11y issues @iRohitSingh [#264](https://github.com/kitconcept/volto-light-theme/pull/264)
80
- - Fix Introduction-Block inline-styles have wrong typography. @iFlameing [#314](https://github.com/kitconcept/volto-light-theme/pull/314)
81
- - Remove extra site-map from header @iRohitSingh [#339](https://github.com/kitconcept/volto-light-theme/pull/339)
82
-
83
- ### Internal
84
-
85
- - Upgrade to Volto 17.11.2 and Plone 6.0.9 @sneridagh [#328](https://github.com/kitconcept/volto-light-theme/pull/328)
86
- - Upgrade to Votlo 17.11.5 and Plone 6.0.9 @sneridagh [#331](https://github.com/kitconcept/volto-light-theme/pull/331)
87
-
88
- ## 3.0.0-alpha.2 (2024-01-17)
89
-
90
- ### Breaking
91
-
92
- - Color background go to full-width now instead of snapping to 1440. @sneridagh
93
- See decision in https://github.com/kitconcept/volto-light-theme/issues/323 [#323](https://github.com/kitconcept/volto-light-theme/pull/323)
94
-
95
- ### Bugfix
96
-
97
- - Fix Responsive breakpoints have gaps for navigation @iRohitSingh [#265](https://github.com/kitconcept/volto-light-theme/pull/265)
98
- - Replaced static values of spacing mixins with variables @ichim-david [#286](https://github.com/kitconcept/volto-light-theme/pull/286)
99
- - Fix paragraph in edit mode is not reflected in view mode of Introduction
100
- Block @iRohitSingh [#324](https://github.com/kitconcept/volto-light-theme/pull/324)
101
- - Increase BlocksChooser index higher than the sidebar one. @sneridagh [#327](https://github.com/kitconcept/volto-light-theme/pull/327)
102
-
103
- ### Internal
104
-
105
- - Add Search icon is missing on tablet & mobile screen sizes @iRohitSingh [#266](https://github.com/kitconcept/volto-light-theme/pull/266)
106
-
107
- ## 3.0.0-alpha.1 (2024-01-02)
108
-
109
- ### Breaking
110
-
111
- - Change the Language Selector to only display the first 2 Characters of each Language @Molochem [#321](https://github.com/kitconcept/volto-light-theme/pull/321)
112
-
113
- ### Feature
114
-
115
- - Added a11y tests infrastructure @sneridagh [#300](https://github.com/kitconcept/volto-light-theme/pull/300)
116
-
117
- ### Bugfix
118
-
119
- - Fix wrong styling for all the groups by background in view mode @sneridagh
120
- Added style support for Image block @sneridagh
121
- Added style support for Listing block @sneridagh [#322](https://github.com/kitconcept/volto-light-theme/pull/322)
122
-
123
- ## 3.0.0-alpha.0 (2023-12-27)
124
-
125
- ### Breaking
126
-
127
- - Upgraded the dependency on `@kitconcept/volto-slider-block` to use `6.0.0`.
128
-
129
- This is a drop-in replacement, so no action is required for the existing slider blocks you may have already in your sites.
130
- However, the CSS classes of the structural slider block elements changed in this version.
131
- The inner (visible objects) CSS classes remain unchanged.
132
- If you have customized them in your project, you may have to update them, although the structural class names are rarely customized aside from vertical spacing properties.
133
- They are mapped 1:1 with the previous ones, following this table correspondence:
134
-
135
- | Old className | New className |
136
- | --------------- | ---------------- |
137
- | slick-slider | slider-wrapper |
138
- | slick-list | slider-viewport |
139
- | slick-track | slider-container |
140
- | slick-slide | slider-slide |
141
- | slick-arrow | slider-button |
142
- | slick-prev | slider-button-prev |
143
- | slick-next | slider-slide-next |
144
- | slick-next | slider-slide-next |
145
- | slick-dots | slider-dots |
146
- | slick-dot | slider-dot |
147
-
148
- For more information, please check the https://github.com/kitconcept/volto-slider-block/blob/main/README.md [#288](https://github.com/kitconcept/volto-light-theme/pull/288)
149
-
150
- ### Bugfix
151
-
152
- - Fix showing up uploaded logo from site controlpanel. @iFlameing [#291](https://github.com/kitconcept/volto-light-theme/pull/291)
153
- - Un-pin `eslint-plugin-jsx-a11y` version @sneridagh [#299](https://github.com/kitconcept/volto-light-theme/pull/299)
154
- - Fix Blocks chooser styling @iRohitSingh [#307](https://github.com/kitconcept/volto-light-theme/pull/307)
155
- - Remove id selector from listings because of css specificity @steffenri [#309](https://github.com/kitconcept/volto-light-theme/pull/309)
156
- - Fix margins of h1 in sitemap view @steffenri [#312](https://github.com/kitconcept/volto-light-theme/pull/312)
157
- - Fix homepage link for all language codes (#298) @steffenri [#313](https://github.com/kitconcept/volto-light-theme/pull/313)
158
-
159
- ### Internal
160
-
161
- - Upgrade slider to 6.1.0 @sneridagh [#316](https://github.com/kitconcept/volto-light-theme/pull/316)
162
-
163
- ## 2.1.0 (2023-12-13)
164
-
165
- ### Feature
166
-
167
- - Added Image Gallery Listing Metadata @robgietema [#127](https://github.com/kitconcept/volto-light-theme/pull/127)
168
- - Add Brazilian Portuguese translation [@ericof] [#294](https://github.com/kitconcept/volto-light-theme/pull/294)
169
-
170
- ### Bugfix
171
-
172
- - Also clean up Navigation PropTypes @fredvd [#272b](https://github.com/kitconcept/volto-light-theme/pull/272b)
173
- - Fix css of External link icon indicator @iRohitSingh [#91](https://github.com/kitconcept/volto-light-theme/pull/91)
174
- - Fix css of Sitemap @iRohitSingh [#209](https://github.com/kitconcept/volto-light-theme/pull/209)
175
- - Fixed css errors in the header and image scss files @ichim-david
176
- All the mobile menu items are now links @ichim-david
177
- Close buttons are now tabbable @ichim-david
178
- Close menu when hitting the escape key @ichim-david [#264](https://github.com/kitconcept/volto-light-theme/pull/264)
179
- - Use only one set of values for container widths which can be modified from variables @ichim-david [#265](https://github.com/kitconcept/volto-light-theme/pull/265)
180
- - Update contentMetadataTagsImageField settings to use preview_image field. @iRohitSingh [#274](https://github.com/kitconcept/volto-light-theme/pull/274)
181
- - Removed the "overview" React Message from Fat Menu @Molochem [#276](https://github.com/kitconcept/volto-light-theme/pull/276)
182
- - Moved custom font loading to a separate fonts.scss @ichim-david
183
- Added variable definitions for loading the cms font instead of hard-coding to Metropolis @ichim-david [#279](https://github.com/kitconcept/volto-light-theme/pull/279)
184
- - Minor style fixes for hamburger menu icon @danalvrz [#281](https://github.com/kitconcept/volto-light-theme/pull/281)
185
- - Don't force aspect ratio for the Image content type view @iRohitSingh [#293](https://github.com/kitconcept/volto-light-theme/pull/293)
186
-
187
- ### Internal
188
-
189
- - Run CI workflows for external PRs. @davisagli [#271](https://github.com/kitconcept/volto-light-theme/pull/271)
190
- - Remove old code from navigation component @steffenri [#272](https://github.com/kitconcept/volto-light-theme/pull/272)
191
- - Remove Hero Block @iRohitSingh [#278](https://github.com/kitconcept/volto-light-theme/pull/278)
192
-
193
- ## 2.0.0 (2023-11-16)
194
-
195
- ### Breaking
196
-
197
- - Added fat menu and mobile menu. @iFlameing
198
- Since 2.0.0, the light theme has a fat menu (below the main site sections) triggered clickin on one of them.
199
- It's behind a feature flag, as opt-out:
200
-
201
- ```js
202
- config.settings.enableFatMenu = true;
203
- ``` [#86](https://github.com/kitconcept/volto-light-theme/pull/86)
204
-
205
- ### Feature
206
-
207
- - Added Focus and Hover Attributes to UI Buttons @Molochem [#260](https://github.com/kitconcept/volto-light-theme/pull/260)
208
-
209
- ### Bugfix
210
-
211
- - Fix max height for full width map iframe @danalvrz [#257](https://github.com/kitconcept/volto-light-theme/pull/257)
212
- - Fix header alignment of the sections @sneridagh [#261](https://github.com/kitconcept/volto-light-theme/pull/261)
213
-
214
- ### Internal
215
-
216
- - Update to latest Plone and Volto @sneridagh
217
- Pin `volto-slider-block` to 5.1.1 [#262](https://github.com/kitconcept/volto-light-theme/pull/262)
218
-
219
- ## 1.0.1 (2023-10-18)
220
-
221
- ### Bugfix
222
-
223
- - Small CSS adjustments @sneridagh [#249](https://github.com/kitconcept/volto-light-theme/pull/249)
224
-
225
- ### Internal
226
-
227
- - Update to Volto 17 final @sneridagh [#246](https://github.com/kitconcept/volto-light-theme/pull/246)
228
- - Bump Volto version @sneridagh [#249](https://github.com/kitconcept/volto-light-theme/pull/249)
229
-
230
-
231
- ## 1.0.0 (2023-09-29)
232
-
233
- ### Feature
234
-
235
- - Update to use the proper linter versions and correct violations @sneridagh [#245](https://github.com/kitconcept/volto-light-theme/pull/245)
236
-
237
- ### Bugfix
238
-
239
- - Upgrade highlight to 3.0.0 and downgrade Plone to 6.0.6 @sneridagh [#244](https://github.com/kitconcept/volto-light-theme/pull/244)
240
-
241
-
242
- ## 1.0.0-rc.20 (2023-09-28)
243
-
244
- ### Feature
245
-
246
- - Add volto-highlight-block @sneridagh [#243](https://github.com/kitconcept/volto-light-theme/pull/243)
247
-
248
-
249
- ## 1.0.0-rc.19 (2023-09-28)
250
-
251
- ### Bugfix
252
-
253
- - Remove too large margins on listing blocks @steffenri [#239](https://github.com/kitconcept/volto-light-theme/pull/239)
254
- - Fix font sizes of one element in grids for edit mode @sneridagh [#241](https://github.com/kitconcept/volto-light-theme/pull/241)
255
- - Update to latest accordion-block, some fixes @sneridagh [#242](https://github.com/kitconcept/volto-light-theme/pull/242)
256
-
257
-
258
- ## 1.0.0-rc.18 (2023-09-25)
259
-
260
- ### Feature
261
-
262
- - Add button and flagAlign in slider block @iRohitSingh [#37](https://github.com/kitconcept/volto-light-theme/pull/37)
263
- - Upgrade to Volto 17a27 @sneridagh [#232](https://github.com/kitconcept/volto-light-theme/pull/232)
264
- - Add kitconcept branding @sneridagh
265
- Add link to GitHub repo @sneridagh [#233](https://github.com/kitconcept/volto-light-theme/pull/233)
266
-
267
- ### Bugfix
268
-
269
- - Fix aspect ratio in slider @sneridagh [#233](https://github.com/kitconcept/volto-light-theme/pull/233)
270
- - Fix form inputs height, transfer the height property to the parent .ui.input instead of the input itself, which behaves wrong. @sneridagh [#234](https://github.com/kitconcept/volto-light-theme/pull/234)
271
- - Fix anontools in header, convert it to functional @sneridagh [#236](https://github.com/kitconcept/volto-light-theme/pull/236)
272
-
273
-
274
- ## 1.0.0-rc.17 (2023-09-18)
1
+ ## 3.2.0 (2024-03-25)
275
2
 
276
3
  ### Feature
277
4
 
278
- - Upgrade to Volto 17a26 - Fix i18n - Upgrade Cypress 13 @sneridagh [#229](https://github.com/kitconcept/volto-light-theme/pull/229)
279
- - Upgrade volto-heading-block version @sneridagh [#230](https://github.com/kitconcept/volto-light-theme/pull/230)
280
-
281
- ### Bugfix
282
-
283
- - Fix css for showing external link icon. @iFlameing [#19](https://github.com/kitconcept/volto-light-theme/pull/19)
284
- - Remove extra config from table block @iFlameing. [#91](https://github.com/kitconcept/volto-light-theme/pull/91)
285
- - Fix `dates` bottom margin for News Item in mobile. @danalvrz
286
- Fix margins for Image block. @danalvrz
287
- Fix margins for Video block. @danalvrz
288
- Fix block title margin for Listing in Edit. @danalvrz
289
- Fix block title margin for Grid in Edit. @danalvrz
290
- Fix margin for Heading block in Edit. @danalvrz
291
- Fix margins for Separator in Edit. @danalvrz
292
- Fix margins for Maps block. @danalvrz [#220](https://github.com/kitconcept/volto-light-theme/pull/220)
293
- - Write cypress test for the listing Grid variation. @iFlameing [#221](https://github.com/kitconcept/volto-light-theme/pull/221)
294
- - Add acceptance test for maps block @iFlameing. [#223](https://github.com/kitconcept/volto-light-theme/pull/223)
295
- - Fix mismatch of event view with Figma. @iFlameing [#226](https://github.com/kitconcept/volto-light-theme/pull/226)
296
- - Fix a11y violation in File view. @iFlameing [#227](https://github.com/kitconcept/volto-light-theme/pull/227)
297
-
298
-
299
- ## 1.0.0-rc.16 (2023-08-15)
300
-
301
- ### Bugfix
302
-
303
- - Add icons and default image customizations, fix other small image sizing issues for Listings, fix spacing issues for Search block. @danalvrz [#207](https://github.com/kitconcept/volto-light-theme/pull/207)
304
- - Fix font-size of alt text description. @iFlameing [#217](https://github.com/kitconcept/volto-light-theme/pull/217)
305
- - Fix unconditional Register link in header. @fredvd [#219](https://github.com/kitconcept/volto-light-theme/pull/219)
306
-
307
-
308
- ## 1.0.0-rc.15 (2023-08-09)
5
+ - Use project-less approach for developing @sneridagh [#369](https://github.com/kitconcept/volto-light-theme/pull/369)
309
6
 
310
7
  ### Bugfix
311
8
 
312
- - Update the recommended version of volto-separator-block to 4.0.0. @davisagli [#211](https://github.com/kitconcept/volto-light-theme/pull/211)
313
- - ToC block fixes (remove most fields from the block, add default styling
314
- schema, fix width in edit mode). @davisagli [#212](https://github.com/kitconcept/volto-light-theme/pull/212)
315
- - Hide unnecessary Search block fields. @danalvrz [#213](https://github.com/kitconcept/volto-light-theme/pull/213)
316
- - Upgrade to Volto 17-0.0-alpha.24. @davisagli [#214](https://github.com/kitconcept/volto-light-theme/pull/214)
317
-
318
-
319
- ## 1.0.0-rc.14 (2023-08-08)
320
-
321
- ### Feature
322
-
323
- - Hide change note field. @davisagli [#206](https://github.com/kitconcept/volto-light-theme/pull/206)
324
-
325
- ### Bugfix
326
-
327
- - Remove external link icon from ICS download button event content type @iRohitSingh [#201](https://github.com/kitconcept/volto-light-theme/pull/201)
328
- - Fix teaser right align is not aligned to right side of page @iFlameing. [#202](https://github.com/kitconcept/volto-light-theme/pull/202)
329
- - Add missing german translations @steffenri [#205](https://github.com/kitconcept/volto-light-theme/pull/205)
330
-
331
-
332
- ## 1.0.0-rc.13 (2023-08-03)
333
-
334
- ### Bugfix
335
-
336
- - Add external link for slate block @iRohitSingh [#188](https://github.com/kitconcept/volto-light-theme/pull/188)
337
- - Fix responsive of listing block. @iFlameing [#189](https://github.com/kitconcept/volto-light-theme/pull/189)
338
- - Fix pagination styles for Listings. @danalvrz
339
-
340
- Change divider bar in News Item head title from string to pseudo-element. @danalvrz
341
-
342
- Fix text decoration for links. @danalvrz
343
-
344
- Fix background color for in-Grid Slate. @danalvrz
345
-
346
- Fix Image block margins. @danalvrz
347
-
348
- Fix Grid Listing variation CSS. @danalvrz
349
-
350
- Fix Separator margin when preceded by Image block. @danalvrz
351
-
352
- Fix Teaser margin in mobile. @danalvrz [#191](https://github.com/kitconcept/volto-light-theme/pull/191)
353
- - Enable automatic hyphenation. @iFlameing [#193](https://github.com/kitconcept/volto-light-theme/pull/193)
354
- - Upgrade to Volto 17.0.0-alpha.23 @davisagli [#195](https://github.com/kitconcept/volto-light-theme/pull/195)
355
- - Fix image rights @iFlameing. [#197](https://github.com/kitconcept/volto-light-theme/pull/197)
356
- - Fix aspect-ratio and add rule to center object position for all images. @danalvrz [#199](https://github.com/kitconcept/volto-light-theme/pull/199)
357
-
358
-
359
- ## 1.0.0-rc.12 (2023-07-28)
360
-
361
- ### Feature
362
-
363
- - Upgrade to Volto 17a22. @davisagli [#186](https://github.com/kitconcept/volto-light-theme/pull/186)
364
-
365
- ### Bugfix
366
-
367
- - Fix responsive font sizing for headings. @danalvrz [#182](https://github.com/kitconcept/volto-light-theme/pull/182)
368
- - Fix map block. @iFlameing [#183](https://github.com/kitconcept/volto-light-theme/pull/183)
369
-
370
-
371
- ## 1.0.0-rc.11 (2023-07-28)
372
-
373
- ### Breaking
374
-
375
- - Update to Volto 17a21
376
- Deprecate volto-image-block
377
- Use new core Image component
378
- @sneridagh [#177](https://github.com/kitconcept/volto-light-theme/pull/177)
379
-
380
-
381
- ## 1.0.0-rc.10 (2023-07-26)
382
-
383
- ### Bugfix
384
-
385
- - Fix styles for blocks inside the Accordion block. @danalvrz [#146](https://github.com/kitconcept/volto-light-theme/pull/146)
386
- - Fix styles for Search block's results default and summary listings. @danalvrz [#168](https://github.com/kitconcept/volto-light-theme/pull/168)
387
- - Fix container problem of Event View @iFlameing [#170](https://github.com/kitconcept/volto-light-theme/pull/170)
388
- - Add missing translation. @danalvrz [#172](https://github.com/kitconcept/volto-light-theme/pull/172)
389
- - Fix contained block editor wrapper (for listings) @sneridagh [#173](https://github.com/kitconcept/volto-light-theme/pull/173)
390
- - Update volto-button-block to 2.3.1 @steffenri [#174](https://github.com/kitconcept/volto-light-theme/pull/174)
391
- - Update Table block to contain styling fieldset and css fix. @iFlameing [#175](https://github.com/kitconcept/volto-light-theme/pull/175)
392
- - Remove levels choices h1,h4,h5 and h6 from Toc block @iRohitSingh [#178](https://github.com/kitconcept/volto-light-theme/pull/178)
393
- - Fix responsiveness of video block. @iFlameing [#180](https://github.com/kitconcept/volto-light-theme/pull/180)
394
- - Fixed responsive spacings & font sizes for mobile screens. @danalvrz [#181](https://github.com/kitconcept/volto-light-theme/pull/181)
395
-
396
-
397
- ## 1.0.0-rc.9 (2023-07-19)
398
-
399
- ### Breaking
400
-
401
- - Refactor existing customizations, removing the ones no longer needed (because they are present in Volto already) and using the new pattern in the others. Volto 17a20 is required in order to retain consistency. @sneridagh [#166](https://github.com/kitconcept/volto-light-theme/pull/166)
402
-
403
- ### Bugfix
404
-
405
- - Fix NewsItemView as wella sd Link View @iFlameing [#127](https://github.com/kitconcept/volto-light-theme/pull/127)
406
- - Fix Image View in edit mode @iFlameing. [#154](https://github.com/kitconcept/volto-light-theme/pull/154)
407
- - Update volto-image-block @sneridagh [#159](https://github.com/kitconcept/volto-light-theme/pull/159)
408
- - Fix File View implementation @iFlameing [#162](https://github.com/kitconcept/volto-light-theme/pull/162)
409
-
410
- ### Internal
411
-
412
- - Upgrade volto-image-block to fix the image upload @sneridagh [#149](https://github.com/kitconcept/volto-light-theme/pull/149)
413
- - Upgrade to Volto 17a20 @sneridagh [#163](https://github.com/kitconcept/volto-light-theme/pull/163)
414
- - Remove the `apiExpanders` existing locally in the package since it's already in Volto 17a20 @sneridagh [#164](https://github.com/kitconcept/volto-light-theme/pull/164)
415
-
416
-
417
- ## 1.0.0-rc.8 (2023-07-14)
418
-
419
- ### Bugfix
420
-
421
- - Fix Image content type @iRohitSingh [#18](https://github.com/kitconcept/volto-light-theme/pull/18)
422
- - Fix a11y issues in EventView @steffenri [#147](https://github.com/kitconcept/volto-light-theme/pull/147)
423
- - Remove typo in fileview @steffenri [#148](https://github.com/kitconcept/volto-light-theme/pull/148)
424
-
425
- ### Documentation
426
-
427
- - Documentation on local docker development - local ESlint working @sneridagh [#144](https://github.com/kitconcept/volto-light-theme/pull/144)
428
-
429
-
430
- ## 1.0.0-rc.7 (2023-07-13)
431
-
432
- ### Bugfix
433
-
434
- - Fix File content type @iRohitSingh [#17](https://github.com/kitconcept/volto-light-theme/pull/17)
435
- - Add idiomatic order CSS package @sneridagh
436
- Fix margin in edit mode for all blocks @sneridagh [#142](https://github.com/kitconcept/volto-light-theme/pull/142)
437
- - Fix CSS for Accordion block. @danalvrz [#143](https://github.com/kitconcept/volto-light-theme/pull/143)
438
-
439
-
440
- ## 1.0.0-rc.6 (2023-07-12)
441
-
442
- ### Bugfix
443
-
444
- - Fix Event content type @iRohitSingh [#16](https://github.com/kitconcept/volto-light-theme/pull/16)
445
- - Fix local linting, add proper eslintignore @sneridagh [#139](https://github.com/kitconcept/volto-light-theme/pull/139)
446
- - Minor fix for Listing margins. @danalvrz [#140](https://github.com/kitconcept/volto-light-theme/pull/140)
447
- - Fix gutter for grids for small screens. Improve overall margins calculations for all blocks in the content area. @sneridagh [#141](https://github.com/kitconcept/volto-light-theme/pull/141)
448
-
449
-
450
- ## 1.0.0-rc.5 (2023-07-11)
451
-
452
- ### Breaking
453
-
454
- - Move the container query polyfill to an add-on profile, disabled by default @sneridagh [#137](https://github.com/kitconcept/volto-light-theme/pull/137)
455
-
456
- ### Feature
457
-
458
- - Upgrade to Volto 17a17 as baseline @sneridagh [#136](https://github.com/kitconcept/volto-light-theme/pull/136)
459
- - Add acceptance tests layer, update docker files and Makefile @sneridagh [#137](https://github.com/kitconcept/volto-light-theme/pull/137)
460
-
461
- ### Bugfix
462
-
463
- - Check if the separator is present before enhancing it @sneridagh [#138](https://github.com/kitconcept/volto-light-theme/pull/138)
464
-
465
-
466
- ## 1.0.0-rc.4 (2023-07-11)
467
-
468
- ### Bugfix
469
-
470
- - Fix Teaser block CSS. @danalvrz [#134](https://github.com/kitconcept/volto-light-theme/pull/134)
471
-
472
-
473
- ## 1.0.0-rc.3 (2023-07-10)
474
-
475
- ### Breaking
476
-
477
- - Remove `@kitconcept/volto-blocks-grid` dependency @sneridagh [#131](https://github.com/kitconcept/volto-light-theme/pull/131)
478
-
479
- ### Bugfix
480
-
481
- - Fix minor style bugs for Listing block @danalvrz [#130](https://github.com/kitconcept/volto-light-theme/pull/130)
482
-
483
- ### Internal
484
-
485
- - Create deploy to https://light-theme.kitconcept.io [@ericof] [#72](https://github.com/kitconcept/volto-light-theme/pull/72)
486
-
487
-
488
- ## 1.0.0-rc.2 (2023-07-07)
489
-
490
- ### Bugfix
491
-
492
- - Add NewsItemView @iFlamieng [#127](https://github.com/kitconcept/volto-light-theme/pull/127)
493
- - Add support for margins in responsive. Improve the spacing in grids. @sneridagh [#129](https://github.com/kitconcept/volto-light-theme/pull/129)
494
-
495
-
496
- ## 1.0.0-rc.1 (2023-07-05)
497
-
498
- ### Bugfix
499
-
500
- - Fix css issue of image block full width variante @iFlameing [#115](https://github.com/kitconcept/volto-light-theme/pull/115)
501
- - Fix minor style bugs in several components. @danalvrz [#122](https://github.com/kitconcept/volto-light-theme/pull/122)
502
-
503
-
504
- ## 1.0.0-rc.0 (2023-06-29)
505
-
506
- ### Feature
507
-
508
- - Adding StyleWrapperStyles extender @sneridagh [#54](https://github.com/kitconcept/volto-light-theme/pull/54)
509
- - Backporting listing customizations from dlr. @iRohitSingh [#55](https://github.com/kitconcept/volto-light-theme/pull/55)
510
- - Backport of Search Block from Dlr @iFlameing [#56](https://github.com/kitconcept/volto-light-theme/pull/56)
511
- - Add apiExpanders @sneridagh [#65](https://github.com/kitconcept/volto-light-theme/pull/65)
512
- - Add entry points to the theme for allowing another add-on to customize it @sneridagh [#71](https://github.com/kitconcept/volto-light-theme/pull/71)
513
- - Add support for mermaidBlock and table @sneridagh [#72](https://github.com/kitconcept/volto-light-theme/pull/72)
514
- - Add declarative theme support @sneridagh [#73](https://github.com/kitconcept/volto-light-theme/pull/73)
515
- - New testing infrastructure @sneridagh [#75](https://github.com/kitconcept/volto-light-theme/pull/75)
516
- - Add font patterns @danalvrz [#76](https://github.com/kitconcept/volto-light-theme/pull/76)
517
- - Removes `ListingBody` component customization, since it is redundant now, update the `DefaultTemplate` for Listing block @sneridagh [#80](https://github.com/kitconcept/volto-light-theme/pull/80)
518
- - Add auto block grouping per backgroundColor @sneridagh [#83](https://github.com/kitconcept/volto-light-theme/pull/83)
519
- - Customize SummaryTemplate to render dynamic ItemBodyTemplates from the registry, depending on the item's type @danalvrz [#86](https://github.com/kitconcept/volto-light-theme/pull/86)
520
- - Refactor customizations, add comments everywhere, customizations as a proxy to components in light theme to allow selective customizations in the theme not in Volto itself. @sneridagh [#88](https://github.com/kitconcept/volto-light-theme/pull/88)
521
- - Enable background color styling for slate blocks using the autogrouping @sneridagh [#89](https://github.com/kitconcept/volto-light-theme/pull/89)
522
- - Add Grid listing variation @danalvrz [#91](https://github.com/kitconcept/volto-light-theme/pull/91)
523
- - Add accordion @sneridagh [#108](https://github.com/kitconcept/volto-light-theme/pull/108)
524
- - Prepare to release @sneridagh
525
- Add support for core Grid block @sneridagh [#119](https://github.com/kitconcept/volto-light-theme/pull/119)
526
-
527
- ### Bugfix
528
-
529
- - Fix css of Table of Contents block @iRohitSingh [#35](https://github.com/kitconcept/volto-light-theme/pull/35)
530
- - Remove style enhancer for separator block from theme @danalvrz [#39](https://github.com/kitconcept/volto-light-theme/pull/39)
531
- - Add temporary fix for images in teasers until https://github.com/kitconcept/volto-light-theme/issues/40 is fixed. @sneridagh [#43](https://github.com/kitconcept/volto-light-theme/pull/43)
532
- - Fix breadcrumbs in ObjectBrowser, add new Container @sneridagh [#45](https://github.com/kitconcept/volto-light-theme/pull/45)
533
- - Minor padding fix in header @danalvrz [#47](https://github.com/kitconcept/volto-light-theme/pull/47)
534
- - Fix stylelint @sneridagh [#48](https://github.com/kitconcept/volto-light-theme/pull/48)
535
- - Fix grids in edit mode @sneridagh [#49](https://github.com/kitconcept/volto-light-theme/pull/49)
536
- - Remove for now a selector definition that is making leak the grey background in all slate blocks grid or not grid @sneridagh [#50](https://github.com/kitconcept/volto-light-theme/pull/50)
537
- - Fix h1 width to use default instead of layout @sneridagh [#51](https://github.com/kitconcept/volto-light-theme/pull/51)
538
- - Relocate slate selector, and headline margin fix, for grid block @danalvrz [#52](https://github.com/kitconcept/volto-light-theme/pull/52)
539
- - Add footer site as backend actions, fix translations @sneridagh [#53](https://github.com/kitconcept/volto-light-theme/pull/53)
540
- - Some grid fixes for top padding @sneridagh [#57](https://github.com/kitconcept/volto-light-theme/pull/57)
541
- - Added rule to align hamburger menu to the right when in mobile screen @danalvrz [#58](https://github.com/kitconcept/volto-light-theme/pull/58)
542
- - Minor width fix to separator full variant @danalvrz [#59](https://github.com/kitconcept/volto-light-theme/pull/59)
543
- - Fix styles for introduction block @danalvrz [#61](https://github.com/kitconcept/volto-light-theme/pull/61)
544
- - Remove Title as required block. Fix the single image use case in a grid @sneridagh [#62](https://github.com/kitconcept/volto-light-theme/pull/62)
545
- - Add style to Button block @iRohitSingh [#63](https://github.com/kitconcept/volto-light-theme/pull/63)
546
- - Update grid block style @danalvrz
547
- Fix css of Right aligned teaser on view mode @iRohitSingh [#66](https://github.com/kitconcept/volto-light-theme/pull/66)
548
- - Minor spacing fix for teaser block @danalvrz [#67](https://github.com/kitconcept/volto-light-theme/pull/67)
549
- - Add bottom margin to introduction block @danalvrz [#69](https://github.com/kitconcept/volto-light-theme/pull/69)
550
- - Fix ListingBody to display headline property @danalvrz [#78](https://github.com/kitconcept/volto-light-theme/pull/78)
551
- - Add Heading-Block to required blocks list in README @danalvrz [#79](https://github.com/kitconcept/volto-light-theme/pull/79)
552
- - Fix variables order, add !default to all theme vars @sneridagh [#81](https://github.com/kitconcept/volto-light-theme/pull/81)
553
- - Fix grid teasers full height @sneridagh [#85](https://github.com/kitconcept/volto-light-theme/pull/85)
554
- - Fix absolute elements in containers @sneridagh [#87](https://github.com/kitconcept/volto-light-theme/pull/87)
555
- - Fixes in grids and support for the Volto 17 and volto-blocks-grid popperjs based blockschooser @sneridagh [#89](https://github.com/kitconcept/volto-light-theme/pull/89)
556
- - Change component name to SummaryListingItemTemplate @danalvrz [#92](https://github.com/kitconcept/volto-light-theme/pull/92)
557
- - Fix priority for the toolbar and the containers @sneridagh [#93](https://github.com/kitconcept/volto-light-theme/pull/93)
558
- - Fix contents view, add horizontal scrolling @sneridagh [#94](https://github.com/kitconcept/volto-light-theme/pull/94)
559
- - Fix autogrouping flaw, defaulting to transparent in case that there is no backgroundColor information set @sneridagh [#96](https://github.com/kitconcept/volto-light-theme/pull/96)
560
- - Transparent by default in classname. Vertical spacing, using margin-bottom as reference. Grids. @sneridagh [#97](https://github.com/kitconcept/volto-light-theme/pull/97)
561
- - Fix styles for standalone teaser and grid-teaser-item @danalvrz [#98](https://github.com/kitconcept/volto-light-theme/pull/98)
562
- - Remove 'wide' from inner-alignment actions @danalvrz [#100](https://github.com/kitconcept/volto-light-theme/pull/100)
563
- - Adjustments to grids and various @sneridagh [#101](https://github.com/kitconcept/volto-light-theme/pull/101)
564
- - Fix values for the agreed vertical spacing between color blocks. Other minor adjustments. @sneridagh [#109](https://github.com/kitconcept/volto-light-theme/pull/109)
565
- - Fix styles for in-grid Slate block @danalvrz [#110](https://github.com/kitconcept/volto-light-theme/pull/110)
566
- - Fix styles for in-grid Images. @danalvrz [#111](https://github.com/kitconcept/volto-light-theme/pull/111)
567
- - Fix grid image block css @iFlameing [#112](https://github.com/kitconcept/volto-light-theme/pull/112)
568
- - Fix last Teaser bottom border @danalvrz [#117](https://github.com/kitconcept/volto-light-theme/pull/117)
569
- - Fix Separator margins when it has center alignment. @danalvrz [#118](https://github.com/kitconcept/volto-light-theme/pull/118)
570
-
571
- ### Documentation
572
-
573
- - Add documentation about the rules used in the theme @sneridagh [#109](https://github.com/kitconcept/volto-light-theme/pull/109)
9
+ - Revert breaking change introduced in #346 @sneridagh [#373](https://github.com/kitconcept/volto-light-theme/pull/373)
@@ -0,0 +1,10 @@
1
+ [
2
+ {
3
+ "id": "Register",
4
+ "defaultMessage": "Register"
5
+ },
6
+ {
7
+ "id": "Log in",
8
+ "defaultMessage": "Log in"
9
+ }
10
+ ]
@@ -0,0 +1,6 @@
1
+ [
2
+ {
3
+ "id": "Block Width",
4
+ "defaultMessage": "Block Width"
5
+ }
6
+ ]
@@ -0,0 +1,30 @@
1
+ [
2
+ {
3
+ "id": "Start",
4
+ "defaultMessage": "Start"
5
+ },
6
+ {
7
+ "id": "End",
8
+ "defaultMessage": "End"
9
+ },
10
+ {
11
+ "id": "Location",
12
+ "defaultMessage": "Location"
13
+ },
14
+ {
15
+ "id": "Website",
16
+ "defaultMessage": "Website"
17
+ },
18
+ {
19
+ "id": "Contact",
20
+ "defaultMessage": "Contact"
21
+ },
22
+ {
23
+ "id": "Phone",
24
+ "defaultMessage": "Phone"
25
+ },
26
+ {
27
+ "id": "ICS-Download",
28
+ "defaultMessage": "ICS Download"
29
+ }
30
+ ]
@@ -0,0 +1,10 @@
1
+ [
2
+ {
3
+ "id": "Browse the site, drop an image, or type an URL",
4
+ "defaultMessage": "Browse the site, drop an image, or type an URL"
5
+ },
6
+ {
7
+ "id": "Uploading image",
8
+ "defaultMessage": "Uploading image"
9
+ }
10
+ ]