Releases: kitconcept/volto-light-theme
3.0.0-alpha.1
3.0.0-alpha.1 (2024-01-02)
Breaking
Feature
- Added a11y tests infrastructure @sneridagh #300
Bugfix
- Fix wrong styling for all the groups by background in view mode @sneridagh
Added style support for Image block @sneridagh
Added style support for Listing block @sneridagh #322
3.0.0-alpha.0
3.0.0-alpha.0 (2023-12-27)
Breaking
-
Upgraded the dependency on
@kitconcept/volto-slider-block
to use6.0.0
.This is a drop-in replacement, so no action is required for the existing slider blocks you may have already in your sites.
However, the CSS classes of the structural slider block elements changed in this version.
The inner (visible objects) CSS classes remain unchanged.
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.
They are mapped 1:1 with the previous ones, following this table correspondence:Old className New className slick-slider slider-wrapper slick-list slider-viewport slick-track slider-container slick-slide slider-slide slick-arrow slider-button slick-prev slider-button-prev slick-next slider-slide-next slick-next slider-slide-next slick-dots slider-dots slick-dot slider-dot For more information, please check the https://github.com/kitconcept/volto-slider-block/blob/main/README.md #288
Bugfix
- Fix showing up uploaded logo from site controlpanel. @iFlameing #291
- Un-pin
eslint-plugin-jsx-a11y
version @sneridagh #299 - Fix Blocks chooser styling @iRohitSingh #307
- Remove id selector from listings because of css specificity @steffenri #309
- Fix margins of h1 in sitemap view @steffenri #312
- Fix homepage link for all language codes (#298) @steffenri #313
Internal
- Upgrade slider to 6.1.0 @sneridagh #316
2.1.0
2.1.0 (2023-12-13)
Feature
- Added Image Gallery Listing Metadata @robgietema #127
- Add Brazilian Portuguese translation [@ericof] #294
Bugfix
- Also clean up Navigation PropTypes @fredvd #272b
- Fix css of External link icon indicator @iRohitSingh #91
- Fix css of Sitemap @iRohitSingh #209
- Fixed css errors in the header and image scss files @ichim-david
All the mobile menu items are now links @ichim-david
Close buttons are now tabbable @ichim-david
Close menu when hitting the escape key @ichim-david #264 - Use only one set of values for container widths which can be modified from variables @ichim-david #265
- Update contentMetadataTagsImageField settings to use preview_image field. @iRohitSingh #274
- Removed the "overview" React Message from Fat Menu @Molochem #276
- Moved custom font loading to a separate fonts.scss @ichim-david
Added variable definitions for loading the cms font instead of hard-coding to Metropolis @ichim-david #279 - Minor style fixes for hamburger menu icon @danalvrz #281
- Don't force aspect ratio for the Image content type view @iRohitSingh #293
Internal
- Run CI workflows for external PRs. @davisagli #271
- Remove old code from navigation component @steffenri #272
- Remove Hero Block @iRohitSingh #278
2.0.0
2.0.0 (2023-11-16)
Breaking
-
Added fat menu and mobile menu. @iFlameing
Since 2.0.0, the light theme has a fat menu (below the main site sections) triggered clickin on one of them.
It's behind a feature flag, as opt-out:config.settings.enableFatMenu = true; ``` [#86](https://github.com/kitconcept/volto-light-theme/pull/86)
Feature
Bugfix
- Fix max height for full width map iframe @danalvrz #257
- Fix header alignment of the sections @sneridagh #261
Internal
- Update to latest Plone and Volto @sneridagh
Pinvolto-slider-block
to 5.1.1 #262
1.0.1
1.0.1 (2023-10-18)
Bugfix
- Small CSS adjustments @sneridagh #249
Internal
- Update to Volto 17 final @sneridagh #246
- Bump Volto version @sneridagh #249
1.0.0
1.0.0 (2023-09-29)
Feature
- Update to use the proper linter versions and correct violations @sneridagh #245
Bugfix
- Upgrade highlight to 3.0.0 and downgrade Plone to 6.0.6 @sneridagh #244
1.0.0-rc.20
1.0.0-rc.19
1.0.0-rc.19 (2023-09-28)
Bugfix
- Remove too large margins on listing blocks @steffenri #239
- Fix font sizes of one element in grids for edit mode @sneridagh #241
- Update to latest accordion-block, some fixes @sneridagh #242
1.0.0-rc.18
1.0.0-rc.18 (2023-09-25)
Feature
- Add button and flagAlign in slider block @iRohitSingh #37
- Upgrade to Volto 17a27 @sneridagh #232
- Add kitconcept branding @sneridagh
Add link to GitHub repo @sneridagh #233
Bugfix
- Fix aspect ratio in slider @sneridagh #233
- Fix form inputs height, transfer the height property to the parent .ui.input instead of the input itself, which behaves wrong. @sneridagh #234
- Fix anontools in header, convert it to functional @sneridagh #236
1.0.0-rc.17
1.0.0-rc.17 (2023-09-18)
Feature
- Upgrade to Volto 17a26 - Fix i18n - Upgrade Cypress 13 @sneridagh #229
- Upgrade volto-heading-block version @sneridagh #230
Bugfix
- Fix css for showing external link icon. @iFlameing #19
- Remove extra config from table block @iFlameing. #91
- Fix
dates
bottom margin for News Item in mobile. @danalvrz
Fix margins for Image block. @danalvrz
Fix margins for Video block. @danalvrz
Fix block title margin for Listing in Edit. @danalvrz
Fix block title margin for Grid in Edit. @danalvrz
Fix margin for Heading block in Edit. @danalvrz
Fix margins for Separator in Edit. @danalvrz
Fix margins for Maps block. @danalvrz #220 - Write cypress test for the listing Grid variation. @iFlameing #221
- Add acceptance test for maps block @iFlameing. #223
- Fix mismatch of event view with Figma. @iFlameing #226
- Fix a11y violation in File view. @iFlameing #227