Kitconcept.voltolighttheme

Latest version: v6.0.0a21

Safety actively analyzes 724499 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 11

3.0.0alpha.2

Frontend

Breaking

- Color background go to full-width now instead of snapping to 1440. sneridagh
See decision in https://github.com/kitconcept/volto-light-theme/issues/323 [#323](https://github.com/kitconcept/volto-light-theme/pull/323)

Frontend

Bugfix

- Fix Responsive breakpoints have gaps for navigation iRohitSingh [265](https://github.com/kitconcept/volto-light-theme/pull/265)
- Replaced static values of spacing mixins with variables ichim-david [286](https://github.com/kitconcept/volto-light-theme/pull/286)
- Fix paragraph in edit mode is not reflected in view mode of Introduction
Block iRohitSingh [324](https://github.com/kitconcept/volto-light-theme/pull/324)
- Increase BlocksChooser index higher than the sidebar one. sneridagh [327](https://github.com/kitconcept/volto-light-theme/pull/327)

Frontend

Internal

- Add Search icon is missing on tablet & mobile screen sizes iRohitSingh [266](https://github.com/kitconcept/volto-light-theme/pull/266)

3.0.0alpha.1

Frontend

Breaking

- 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)

Frontend

Feature

- Added a11y tests infrastructure sneridagh [300](https://github.com/kitconcept/volto-light-theme/pull/300)

Frontend

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](https://github.com/kitconcept/volto-light-theme/pull/322)

3.0.0alpha.0

Frontend

Breaking

- Upgraded the dependency on `kitconcept/volto-slider-block` to use `6.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](https://github.com/kitconcept/volto-light-theme/pull/288)

Frontend

Bugfix

- Fix showing up uploaded logo from site controlpanel. iFlameing [291](https://github.com/kitconcept/volto-light-theme/pull/291)
- Un-pin `eslint-plugin-jsx-a11y` version sneridagh [299](https://github.com/kitconcept/volto-light-theme/pull/299)
- Fix Blocks chooser styling iRohitSingh [307](https://github.com/kitconcept/volto-light-theme/pull/307)
- Remove id selector from listings because of css specificity steffenri [309](https://github.com/kitconcept/volto-light-theme/pull/309)
- Fix margins of h1 in sitemap view steffenri [312](https://github.com/kitconcept/volto-light-theme/pull/312)
- Fix homepage link for all language codes (298) steffenri [313](https://github.com/kitconcept/volto-light-theme/pull/313)

Frontend

Internal

- Upgrade slider to 6.1.0 sneridagh [316](https://github.com/kitconcept/volto-light-theme/pull/316)

2.1.0

Frontend

Feature

- Added Image Gallery Listing Metadata robgietema [127](https://github.com/kitconcept/volto-light-theme/pull/127)
- Add Brazilian Portuguese translation [ericof] [294](https://github.com/kitconcept/volto-light-theme/pull/294)

Frontend

Bugfix

- Also clean up Navigation PropTypes fredvd [272b](https://github.com/kitconcept/volto-light-theme/pull/272b)
- Fix css of External link icon indicator iRohitSingh [91](https://github.com/kitconcept/volto-light-theme/pull/91)
- Fix css of Sitemap iRohitSingh [209](https://github.com/kitconcept/volto-light-theme/pull/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](https://github.com/kitconcept/volto-light-theme/pull/264)
- 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)
- Update contentMetadataTagsImageField settings to use preview_image field. iRohitSingh [274](https://github.com/kitconcept/volto-light-theme/pull/274)
- Removed the "overview" React Message from Fat Menu Molochem [276](https://github.com/kitconcept/volto-light-theme/pull/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](https://github.com/kitconcept/volto-light-theme/pull/279)
- Minor style fixes for hamburger menu icon danalvrz [281](https://github.com/kitconcept/volto-light-theme/pull/281)
- Don't force aspect ratio for the Image content type view iRohitSingh [293](https://github.com/kitconcept/volto-light-theme/pull/293)

Frontend

Internal

- Run CI workflows for external PRs. davisagli [271](https://github.com/kitconcept/volto-light-theme/pull/271)
- Remove old code from navigation component steffenri [272](https://github.com/kitconcept/volto-light-theme/pull/272)
- Remove Hero Block iRohitSingh [278](https://github.com/kitconcept/volto-light-theme/pull/278)

2.0.0

Frontend

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:

js
config.settings.enableFatMenu = true;
[86](https://github.com/kitconcept/volto-light-theme/pull/86)

Frontend

Feature

- Added Focus and Hover Attributes to UI Buttons Molochem [260](https://github.com/kitconcept/volto-light-theme/pull/260)

Frontend

Bugfix

- Fix max height for full width map iframe danalvrz [257](https://github.com/kitconcept/volto-light-theme/pull/257)
- Fix header alignment of the sections sneridagh [261](https://github.com/kitconcept/volto-light-theme/pull/261)

Frontend

Internal

- Update to latest Plone and Volto sneridagh
Pin `volto-slider-block` to 5.1.1 [262](https://github.com/kitconcept/volto-light-theme/pull/262)

1.0.1

Frontend

Bugfix

- Small CSS adjustments sneridagh [249](https://github.com/kitconcept/volto-light-theme/pull/249)

Frontend

Internal

- Update to Volto 17 final sneridagh [246](https://github.com/kitconcept/volto-light-theme/pull/246)
- Bump Volto version sneridagh [249](https://github.com/kitconcept/volto-light-theme/pull/249)

Page 7 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.