Skip to content

Releases: kitconcept/volto-light-theme

3.3.1

30 May 16:46
0ee5bc2
Compare
Choose a tag to compare

3.3.1 (2024-05-30)

Bugfix

  • Fix image grid clossure issues in inlined JSX method when selecting an image after uploading another image in another grid element @sneridagh #389

3.3.0

26 Apr 08:59
4e6d14c
Compare
Choose a tag to compare

3.3.0 (2024-04-26)

Feature

  • Make font-weights, font-sizes and font-heights overrideable adding the !default thingy @erral #371

Bugfix

3.2.0

25 Mar 08:48
8ce5e0a
Compare
Choose a tag to compare

3.2.0 (2024-03-25)

Feature

Bugfix

3.1.2

18 Mar 09:42
fff3e3e
Compare
Choose a tag to compare

3.1.2 (2024-03-18)

Internal

3.1.1

08 Mar 10:50
1926988
Compare
Choose a tag to compare

3.1.1 (2024-03-08)

Bugfix

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