Skip to content

Releases: kitconcept/volto-light-theme

6.0.0a23

30 Apr 09:32
8599813
Compare
Choose a tag to compare

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

29 Apr 17:32
6af5508
Compare
Choose a tag to compare

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:

Frontend

Breaking

  • Remove Anontools from the headers.
    If you want to add them, you can use the header_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.

    @sneridagh #525

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

02 Apr 08:11
55a9fa4
Compare
Choose a tag to compare
6.0.0a21 Pre-release
Pre-release

6.0.0a21 (2025-04-02)

Backend

Internal:

Frontend

Bugfix

Project

Internal

  • Adjust CI to get Plone version from backend Makefile. @davisagli

6.0.0a20

02 Apr 08:11
63ca53e
Compare
Choose a tag to compare
6.0.0a20 Pre-release
Pre-release

6.0.0a20 (2025-04-01)

Backend

New features:

  • Added new fields has_intranet_header and has_fat_menu to site customization behaviors. @sneridagh #516

Internal:

  • Ensures filename of source distribution follows PEP 625. @ericof

Frontend

Breaking

Bugfix

Project

Documentation

  • Complete upgrade guide with the recent breaking changes and additions. @sneridagh #516

6.0.0a19

02 Apr 08:10
Compare
Choose a tag to compare
6.0.0a19 Pre-release
Pre-release

6.0.0a19 (2025-03-25)

Backend

No significant changes.

Frontend

Bugfix

Project

No significant changes.

6.0.0a18

02 Apr 08:10
76e5e5e
Compare
Choose a tag to compare
6.0.0a18 Pre-release
Pre-release

6.0.0a18 (2025-03-21)

Backend

New features:

  • Added upgrade step for update old data structure in footer_links and footer_logos. @sneridagh #508
  • Install behavior to Plone site in demo profile. @sneridagh

Frontend

Feature

Bugfix

  • Make the footer_links and footer_logos loops more resilient. @sneridagh #508

Project

Internal

Documentation

  • Added upgrade guide documentation for update old data structure in footer_links and footer_logos. @sneridagh #508

6.0.0a17

02 Apr 08:09
Compare
Choose a tag to compare
6.0.0a17 Pre-release
Pre-release

6.0.0a17 (2025-03-20)

Backend

New features:

Internal:

  • Update README file for the package @ericof

Frontend

Breaking

Feature

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

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

6.0.0-alpha.16

03 Mar 16:12
cad1003
Compare
Choose a tag to compare
6.0.0-alpha.16 Pre-release
Pre-release

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

03 Mar 15:24
784ec9b
Compare
Choose a tag to compare
6.0.0-alpha.15 Pre-release
Pre-release

6.0.0-alpha.15 (2025-03-03)

Bugfix

  • Added missing header guards for intranet_flag and complementary_logo. @sneridagh #482

6.0.0-alpha.14

03 Mar 14:35
3a1797b
Compare
Choose a tag to compare
6.0.0-alpha.14 Pre-release
Pre-release

6.0.0-alpha.14 (2025-03-03)

Breaking

Feature

  • Add complementary logo for Intranet (sitecustomization behavior needed). @sneridagh #478
  • Wire the intranet flag with the site customization behavior. @sneridagh #478

Bugfix

Internal