Skip to content

Releases: kitconcept/volto-light-theme

3.1.0

08 Mar 10:26
ea9ba0c
Compare
Choose a tag to compare

3.1.0 (2024-03-08)

Feature

  • [Vertical Spacing] Reduce spacing between title and description in teaser block @iFlameing #353
  • Add eu and es translations @erral #358

Bugfix

Internal

  • @plone/components as dependency
    Use the Container component from @plone/components instead of the local one.
    The one in src/components/Atoms/Container/Container.jsx is deprecated and will be removed in the next major release. @sneridagh #360

3.0.1

04 Mar 07:29
bfe33a1
Compare
Choose a tag to compare

3.0.1 (2024-03-04)

Bugfix

Internal

3.0.0

14 Feb 11:43
254c26e
Compare
Choose a tag to compare

This is the final release for 3.0.0, please refer to the other alpha releases for a summary of the changes in this major release.

3.0.0 (2024-02-14)

Feature

Bugfix

  • Fix Navigation fails html validator due to use of divs inside ul tag @iRohitSingh #289
  • Fixed the Caption for Images, Video Blocks etc. to use semantically correct HTML Structure @Molochem #341
  • Fix missing key in Header component @sneridagh #345

Internal

  • Support for enhanced initial blocks in config - Update to Volto 17.12.1 @sneridagh #342

3.0.0-alpha.3

02 Feb 10:52
01d205f
Compare
Choose a tag to compare
3.0.0-alpha.3 Pre-release
Pre-release

3.0.0-alpha.3 (2024-02-02)

Feature

  • Allow customizing the secondary navigation entries via Portal action. @iFlameing #302

Bugfix

Internal

3.0.0-alpha.2

17 Jan 12:45
d12c0ac
Compare
Choose a tag to compare
3.0.0-alpha.2 Pre-release
Pre-release

3.0.0-alpha.2 (2024-01-17)

Breaking

  • Color background go to full-width now instead of snapping to 1440. @sneridagh
    See decision in #323 #323

Bugfix

  • Fix Responsive breakpoints have gaps for navigation @iRohitSingh #265
  • Replaced static values of spacing mixins with variables @ichim-david #286
  • Fix paragraph in edit mode is not reflected in view mode of Introduction
    Block @iRohitSingh #324
  • Increase BlocksChooser index higher than the sidebar one. @sneridagh #327

Internal

3.0.0-alpha.1

02 Jan 17:26
bcb4262
Compare
Choose a tag to compare
3.0.0-alpha.1 Pre-release
Pre-release

3.0.0-alpha.1 (2024-01-02)

Breaking

  • Change the Language Selector to only display the first 2 Characters of each Language @Molochem #321

Feature

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

27 Dec 09:45
6bf50da
Compare
Choose a tag to compare
3.0.0-alpha.0 Pre-release
Pre-release

3.0.0-alpha.0 (2023-12-27)

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

Bugfix

Internal

2.1.0

13 Dec 14:31
1875117
Compare
Choose a tag to compare

2.1.0 (2023-12-13)

Feature

Bugfix

Internal

2.0.0

16 Nov 15:13
a61ad9b
Compare
Choose a tag to compare

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

Internal

  • Update to latest Plone and Volto @sneridagh
    Pin volto-slider-block to 5.1.1 #262

1.0.1

18 Oct 06:55
90f7403
Compare
Choose a tag to compare

1.0.1 (2023-10-18)

Bugfix

Internal