Skip to content

Releases: kitconcept/volto-light-theme

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

1.0.0

29 Sep 18:51
3eba840
Compare
Choose a tag to compare

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

28 Sep 15:44
639160f
Compare
Choose a tag to compare
1.0.0-rc.20 Pre-release
Pre-release

1.0.0-rc.20 (2023-09-28)

Feature

1.0.0-rc.19

28 Sep 07:17
456ad52
Compare
Choose a tag to compare
1.0.0-rc.19 Pre-release
Pre-release

1.0.0-rc.19 (2023-09-28)

Bugfix

1.0.0-rc.18

25 Sep 09:02
2551efd
Compare
Choose a tag to compare
1.0.0-rc.18 Pre-release
Pre-release

1.0.0-rc.18 (2023-09-25)

Feature

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

18 Sep 09:28
ee0d5c6
Compare
Choose a tag to compare
1.0.0-rc.17 Pre-release
Pre-release

1.0.0-rc.17 (2023-09-18)

Feature

Bugfix