Releases: kitconcept/volto-light-theme
Releases · kitconcept/volto-light-theme
6.0.0a23
6.0.0a23 (2025-04-30)
Backend
No significant changes.
Frontend
Bugfix
- Do not use the color contrast checker if the field is not in the color map settings config. @sneridagh #529
- Adjustments to the footer, conditional "Follow us" text and footer_links container. @sneridagh #529
Project
No significant changes.
6.0.0a22
6.0.0a22 (2025-04-29)
Backend
New features:
- Added
distributions.py
module. Added new behavior:kitconcept.distributions.footer
.
These behaviors power the "distribution" side of VLT customizations.
@sneridagh #525
Bug fixes:
- Adjust help for fields
intranet_flag
complementary_logo
. @sneridagh #524
Internal:
- Improve setup profiles for demo and acceptance. @sneridagh #522
- Remove support for Python 3.10 and 3.11. @sneridagh #525
Frontend
Breaking
-
Remove
Anontools
from the headers.
If you want to add them, you can use theheader_actions
field in the site customization behaviors. @sneridagh #522 -
Updated the footer structure and look and feel:
- Follow us, powered by
@plonegovbr/volto-social-media
- Footer links
- Colophon
All of them are powered by their slots, so they are customizable.
- Follow us, powered by
Feature
- Allow
intranet_flag
in both headers. @sneridagh #524 - Added distribution core footer, only active if the
kitconcept.distributions.footer
is installed. @sneridagh #525
Bugfix
- Minor typo fix in color contrast check message. @danalvrz #526
- Fix customized object list widget when data doesn't contain a value yet. @davisagli #527
Project
Documentation
- Updated upgrade guide for the removal of the
Anontools
from the headers. @sneridagh #522 - Added documentation for custom slots present in VLT and how to remove the "Colophon".
Added documentation for kitconcept's distribution behaviors. @sneridagh #525
6.0.0a21
6.0.0a21 (2025-04-02)
Backend
Internal:
- Test with Plone 6.1.1. @davisagli
Frontend
Bugfix
- Fixed
Tags
component container. @sneridagh #517 - Improve position of the intranet flag in responsive viewports. @sneridagh #518
Project
Internal
- Adjust CI to get Plone version from backend Makefile. @davisagli
6.0.0a20
6.0.0a20 (2025-04-01)
Backend
New features:
- Added new fields
has_intranet_header
andhas_fat_menu
to site customization behaviors. @sneridagh #516
Internal:
- Ensures filename of source distribution follows PEP 625. @ericof
Frontend
Breaking
- Remove feature flags, move to site customizations. @sneridagh #516
- Remove Plone portal actions from headers. @sneridagh #516
Bugfix
Project
Documentation
- Complete upgrade guide with the recent breaking changes and additions. @sneridagh #516
6.0.0a19
6.0.0a18
6.0.0a18 (2025-03-21)
Backend
New features:
- Added upgrade step for update old data structure in
footer_links
andfooter_logos
. @sneridagh #508 - Install behavior to Plone site in demo profile. @sneridagh
Frontend
Feature
- Add Color Contrast Checker component @danalvrz #463
- Add docs for ColorContrastChecker. @danalvrz #507
Bugfix
- Make the
footer_links
andfooter_logos
loops more resilient. @sneridagh #508
Project
Internal
- GHA: Fix tag workflow @ericof
Documentation
- Added upgrade guide documentation for update old data structure in
footer_links
andfooter_logos
. @sneridagh #508
6.0.0a17
6.0.0a17 (2025-03-20)
Backend
New features:
- Added the Site Customization behaviors. @sneridagh #497
- Initial release @ericof
Internal:
- Update README file for the package @ericof
Frontend
Breaking
- Renamed widget:
ThemeColorPicker
->ColorPicker
. @sneridagh #486 - Renamed widget:
BackgroundColorWidget
->themeColorSwatch
. @sneridagh #486 - Renamed widget:
sizeWidget
->size
. @sneridagh #486
Feature
- New widget:
colorPicker
. @sneridagh #486 - New widget:
themeColorSwatch
. @sneridagh #486 - Add
@kitconcept/volto-banner-block
to the recommended VLT add-ons. @sneridagh #487 - New widget:
object_list
. @sneridagh #491 - Use the
@inherit
endpoint. @sneridagh #494 - Update volto-highlight-block to 4.1.0 @sneridagh #498
Bugfix
- Remove title attribute from the logo. @davisagli #336
- Color fixes for description, links and buttons for Slider & Highlight blocks. @danalvrz #476
- Fixed nested blocks theme: when the theme is not set, inherit from parent instead of getting the default one for the current nested block. @sneridagh #489
- Fix workflow: acceptance always runs, even if one of the dependencies are skipped. @sneridagh #492
- Add actions to header + Fix hydration problem in /edit + Sitemap container. @sneridagh #492
- Specify desktop flex direction starting at 768px screen width. @danalvrz #496
Internal
Documentation
- Update requirements for plone.restapi in docs. @sneridagh #498
Project
Internal
- During build, push images to the registry @ericof
- GHA: Add filter flags for changes in devops and docs @ericof
- GHA: Add tag workflow @ericof
- GHA: Always release images if previous tests passed. @ericof
- GHA: Implement a manual deployment workflow @ericof
- GHA: Just run acceptance tests if there was a change in backend or frontend @ericof
- GHA: Remove paths filter from the main workflow @ericof
- Support a root news fragments (for changelog) folder @ericof
Documentation
- Documentation for the site customization behaviors. @sneridagh #497
6.0.0-alpha.16
6.0.0-alpha.16 (2025-03-03)
Bugfix
- Fix last edge case in the intranet header in edit mode with the
complementary_logo
. @sneridagh #483
6.0.0-alpha.15
6.0.0-alpha.15 (2025-03-03)
Bugfix
- Added missing header guards for
intranet_flag
andcomplementary_logo
. @sneridagh #482
6.0.0-alpha.14
6.0.0-alpha.14 (2025-03-03)
Breaking
- Remove title from required blocks. @sneridagh #478
- Remove
AlignmentWidget
. @sneridagh #481
Feature
- Add complementary logo for Intranet (sitecustomization behavior needed). @sneridagh #478
- Wire the intranet flag with the site customization behavior. @sneridagh #478
Bugfix
- Fix RenderBlocks to handle empty blocks more robustly @teekuningas #475
- Header adjustments for intranet. @sneridagh #477
- Fix complementary logo sizes. @sneridagh #479
Internal
- import fixes and other cleanups. @sneridagh #481