Skip to content

Latest commit

 

History

History
632 lines (404 loc) · 32.9 KB

CHANGELOG.md

File metadata and controls

632 lines (404 loc) · 32.9 KB

kitconcept's volto-light-theme Release Notes

4.0.0 (2024-06-21)

Breaking

  • Fix tabbing order in the top header. It modifies the underlying HTML to move the top header to the bottom, and modifies CSS to adjust. @iRohitSingh @sneridagh #374

  • Updated the MobileNavigation component to be more easily customizable. The component can now handle infinite navigation depth instead of only three levels, if configured to do so. The Burger Menu can now be easily customized by overriding the new MobileNavigationToggler.jsx file. @lenadax

    Breaking:

    • The "hamburger" icon in the mobile navigation now has an additional wrapper that allows for better customization.

    If you have overriden the hamburger icon, you should make sure that your customizations still work and adjust otherwise. #393

Bugfix

  • Fix Logo alt-Title @jonaspiterek #337
  • fix link in introduction block being smaller than normal text @jonaspiterek #365
  • Fix Description block width in Edit and Add mode. @danalvrz #394

Internal

  • Update the setup. Use new images. @sneridagh #390

3.3.2 (2024-05-31)

Bugfix

  • Add top padding to login page @danalvrz #387
  • Add default width mixin to content creation Forms @danalvrz #388

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 (2024-04-26)

Feature

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

Bugfix

  • Fix event title margin bottom. @iFlameing #357
  • Fix Image block in grid is not working @iRohitSingh #376

3.2.0 (2024-03-25)

Feature

  • Use project-less approach for developing @sneridagh #369

Bugfix

  • Revert breaking change introduced in #346 @sneridagh #373

3.1.2 (2024-03-18)

Internal

  • Remove @plone/volto peerDepencency @sneridagh #364
  • Add types declarations to make TS happy @sneridagh #367

3.1.1 (2024-03-08)

Bugfix

  • Fix typo in container deprecation notice @sneridagh #362

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

  • Fix header tabbing order @iRohitSingh #251
  • Fix show figcaption tag if ther is no caption @iRohitSingh #350
  • Safer pass by value instead of by reference when modifying internal blockConfig data @sneridagh #361

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 (2024-03-04)

Bugfix

  • Fix image gallery opacity. @robgietema #347
  • Fix teaser styles on add view. @davisagli #354

Internal

  • Update to Volto 17.15.1 @sneridagh #348

3.0.0 (2024-02-14)

Feature

  • Add options to show intranet label and implement intranet header for intranet sites. @iFlameing #304
  • Add Event Metadata block @iRohitSingh #334

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 (2024-02-02)

Feature

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

Bugfix

  • Fix Fat menu A11y issues @iRohitSingh #264
  • Fix Introduction-Block inline-styles have wrong typography. @iFlameing #314
  • Remove extra site-map from header @iRohitSingh #339

Internal

  • Upgrade to Volto 17.11.2 and Plone 6.0.9 @sneridagh #328
  • Upgrade to Votlo 17.11.5 and Plone 6.0.9 @sneridagh #331

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 kitconcept#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

  • Add Search icon is missing on tablet & mobile screen sizes @iRohitSingh #266

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

  • Added a11y tests infrastructure @sneridagh #300

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 (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

  • Fix showing up uploaded logo from site controlpanel. @iFlameing #291
  • Un-pin eslint-plugin-jsx-a11y version @sneridagh #299
  • Fix Blocks chooser styling @iRohitSingh #307
  • Remove id selector from listings because of css specificity @steffenri #309
  • Fix margins of h1 in sitemap view @steffenri #312
  • Fix homepage link for all language codes (#298) @steffenri #313

Internal

  • Upgrade slider to 6.1.0 @sneridagh #316

2.1.0 (2023-12-13)

Feature

  • Added Image Gallery Listing Metadata @robgietema #127
  • Add Brazilian Portuguese translation [@ericof] #294

Bugfix

  • Also clean up Navigation PropTypes @fredvd #272b
  • Fix css of External link icon indicator @iRohitSingh #91
  • Fix css of Sitemap @iRohitSingh #209
  • Fixed css errors in the header and image scss files @ichim-david All the mobile menu items are now links @ichim-david Close buttons are now tabbable @ichim-david Close menu when hitting the escape key @ichim-david #264
  • Use only one set of values for container widths which can be modified from variables @ichim-david #265
  • Update contentMetadataTagsImageField settings to use preview_image field. @iRohitSingh #274
  • Removed the "overview" React Message from Fat Menu @Molochem #276
  • Moved custom font loading to a separate fonts.scss @ichim-david Added variable definitions for loading the cms font instead of hard-coding to Metropolis @ichim-david #279
  • Minor style fixes for hamburger menu icon @danalvrz #281
  • Don't force aspect ratio for the Image content type view @iRohitSingh #293

Internal

  • Run CI workflows for external PRs. @davisagli #271
  • Remove old code from navigation component @steffenri #272
  • Remove Hero Block @iRohitSingh #278

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

  • Added Focus and Hover Attributes to UI Buttons @Molochem #260

Bugfix

  • Fix max height for full width map iframe @danalvrz #257
  • Fix header alignment of the sections @sneridagh #261

Internal

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

1.0.1 (2023-10-18)

Bugfix

  • Small CSS adjustments @sneridagh #249

Internal

  • Update to Volto 17 final @sneridagh #246
  • Bump Volto version @sneridagh #249

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 (2023-09-28)

Feature

  • Add volto-highlight-block @sneridagh #243

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

Bugfix

  • Remove too large margins on listing blocks @steffenri #239
  • Fix font sizes of one element in grids for edit mode @sneridagh #241
  • Update to latest accordion-block, some fixes @sneridagh #242

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

Feature

  • Add button and flagAlign in slider block @iRohitSingh #37
  • Upgrade to Volto 17a27 @sneridagh #232
  • Add kitconcept branding @sneridagh Add link to GitHub repo @sneridagh #233

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 (2023-09-18)

Feature

  • Upgrade to Volto 17a26 - Fix i18n - Upgrade Cypress 13 @sneridagh #229
  • Upgrade volto-heading-block version @sneridagh #230

Bugfix

  • Fix css for showing external link icon. @iFlameing #19
  • Remove extra config from table block @iFlameing. #91
  • Fix dates bottom margin for News Item in mobile. @danalvrz Fix margins for Image block. @danalvrz Fix margins for Video block. @danalvrz Fix block title margin for Listing in Edit. @danalvrz Fix block title margin for Grid in Edit. @danalvrz Fix margin for Heading block in Edit. @danalvrz Fix margins for Separator in Edit. @danalvrz Fix margins for Maps block. @danalvrz #220
  • Write cypress test for the listing Grid variation. @iFlameing #221
  • Add acceptance test for maps block @iFlameing. #223
  • Fix mismatch of event view with Figma. @iFlameing #226
  • Fix a11y violation in File view. @iFlameing #227

1.0.0-rc.16 (2023-08-15)

Bugfix

  • Add icons and default image customizations, fix other small image sizing issues for Listings, fix spacing issues for Search block. @danalvrz #207
  • Fix font-size of alt text description. @iFlameing #217
  • Fix unconditional Register link in header. @fredvd #219

1.0.0-rc.15 (2023-08-09)

Bugfix

  • Update the recommended version of volto-separator-block to 4.0.0. @davisagli #211
  • ToC block fixes (remove most fields from the block, add default styling schema, fix width in edit mode). @davisagli #212
  • Hide unnecessary Search block fields. @danalvrz #213
  • Upgrade to Volto 17-0.0-alpha.24. @davisagli #214

1.0.0-rc.14 (2023-08-08)

Feature

  • Hide change note field. @davisagli #206

Bugfix

  • Remove external link icon from ICS download button event content type @iRohitSingh #201
  • Fix teaser right align is not aligned to right side of page @iFlameing. #202
  • Add missing german translations @steffenri #205

1.0.0-rc.13 (2023-08-03)

Bugfix

  • Add external link for slate block @iRohitSingh #188

  • Fix responsive of listing block. @iFlameing #189

  • Fix pagination styles for Listings. @danalvrz

    Change divider bar in News Item head title from string to pseudo-element. @danalvrz

    Fix text decoration for links. @danalvrz

    Fix background color for in-Grid Slate. @danalvrz

    Fix Image block margins. @danalvrz

    Fix Grid Listing variation CSS. @danalvrz

    Fix Separator margin when preceded by Image block. @danalvrz

    Fix Teaser margin in mobile. @danalvrz #191

  • Enable automatic hyphenation. @iFlameing #193

  • Upgrade to Volto 17.0.0-alpha.23 @davisagli #195

  • Fix image rights @iFlameing. #197

  • Fix aspect-ratio and add rule to center object position for all images. @danalvrz #199

1.0.0-rc.12 (2023-07-28)

Feature

  • Upgrade to Volto 17a22. @davisagli #186

Bugfix

  • Fix responsive font sizing for headings. @danalvrz #182
  • Fix map block. @iFlameing #183

1.0.0-rc.11 (2023-07-28)

Breaking

  • Update to Volto 17a21 Deprecate volto-image-block Use new core Image component @sneridagh #177

1.0.0-rc.10 (2023-07-26)

Bugfix

  • Fix styles for blocks inside the Accordion block. @danalvrz #146
  • Fix styles for Search block's results default and summary listings. @danalvrz #168
  • Fix container problem of Event View @iFlameing #170
  • Add missing translation. @danalvrz #172
  • Fix contained block editor wrapper (for listings) @sneridagh #173
  • Update volto-button-block to 2.3.1 @steffenri #174
  • Update Table block to contain styling fieldset and css fix. @iFlameing #175
  • Remove levels choices h1,h4,h5 and h6 from Toc block @iRohitSingh #178
  • Fix responsiveness of video block. @iFlameing #180
  • Fixed responsive spacings & font sizes for mobile screens. @danalvrz #181

1.0.0-rc.9 (2023-07-19)

Breaking

  • Refactor existing customizations, removing the ones no longer needed (because they are present in Volto already) and using the new pattern in the others. Volto 17a20 is required in order to retain consistency. @sneridagh #166

Bugfix

  • Fix NewsItemView as wella sd Link View @iFlameing #127
  • Fix Image View in edit mode @iFlameing. #154
  • Update volto-image-block @sneridagh #159
  • Fix File View implementation @iFlameing #162

Internal

  • Upgrade volto-image-block to fix the image upload @sneridagh #149
  • Upgrade to Volto 17a20 @sneridagh #163
  • Remove the apiExpanders existing locally in the package since it's already in Volto 17a20 @sneridagh #164

1.0.0-rc.8 (2023-07-14)

Bugfix

  • Fix Image content type @iRohitSingh #18
  • Fix a11y issues in EventView @steffenri #147
  • Remove typo in fileview @steffenri #148

Documentation

  • Documentation on local docker development - local ESlint working @sneridagh #144

1.0.0-rc.7 (2023-07-13)

Bugfix

  • Fix File content type @iRohitSingh #17
  • Add idiomatic order CSS package @sneridagh Fix margin in edit mode for all blocks @sneridagh #142
  • Fix CSS for Accordion block. @danalvrz #143

1.0.0-rc.6 (2023-07-12)

Bugfix

  • Fix Event content type @iRohitSingh #16
  • Fix local linting, add proper eslintignore @sneridagh #139
  • Minor fix for Listing margins. @danalvrz #140
  • Fix gutter for grids for small screens. Improve overall margins calculations for all blocks in the content area. @sneridagh #141

1.0.0-rc.5 (2023-07-11)

Breaking

  • Move the container query polyfill to an add-on profile, disabled by default @sneridagh #137

Feature

  • Upgrade to Volto 17a17 as baseline @sneridagh #136
  • Add acceptance tests layer, update docker files and Makefile @sneridagh #137

Bugfix

  • Check if the separator is present before enhancing it @sneridagh #138

1.0.0-rc.4 (2023-07-11)

Bugfix

  • Fix Teaser block CSS. @danalvrz #134

1.0.0-rc.3 (2023-07-10)

Breaking

  • Remove @kitconcept/volto-blocks-grid dependency @sneridagh #131

Bugfix

  • Fix minor style bugs for Listing block @danalvrz #130

Internal

1.0.0-rc.2 (2023-07-07)

Bugfix

  • Add NewsItemView @iFlamieng #127
  • Add support for margins in responsive. Improve the spacing in grids. @sneridagh #129

1.0.0-rc.1 (2023-07-05)

Bugfix

  • Fix css issue of image block full width variante @iFlameing #115
  • Fix minor style bugs in several components. @danalvrz #122

1.0.0-rc.0 (2023-06-29)

Feature

  • Adding StyleWrapperStyles extender @sneridagh #54
  • Backporting listing customizations from dlr. @iRohitSingh #55
  • Backport of Search Block from Dlr @iFlameing #56
  • Add apiExpanders @sneridagh #65
  • Add entry points to the theme for allowing another add-on to customize it @sneridagh #71
  • Add support for mermaidBlock and table @sneridagh #72
  • Add declarative theme support @sneridagh #73
  • New testing infrastructure @sneridagh #75
  • Add font patterns @danalvrz #76
  • Removes ListingBody component customization, since it is redundant now, update the DefaultTemplate for Listing block @sneridagh #80
  • Add auto block grouping per backgroundColor @sneridagh #83
  • Customize SummaryTemplate to render dynamic ItemBodyTemplates from the registry, depending on the item's type @danalvrz #86
  • Refactor customizations, add comments everywhere, customizations as a proxy to components in light theme to allow selective customizations in the theme not in Volto itself. @sneridagh #88
  • Enable background color styling for slate blocks using the autogrouping @sneridagh #89
  • Add Grid listing variation @danalvrz #91
  • Add accordion @sneridagh #108
  • Prepare to release @sneridagh Add support for core Grid block @sneridagh #119

Bugfix

  • Fix css of Table of Contents block @iRohitSingh #35
  • Remove style enhancer for separator block from theme @danalvrz #39
  • Add temporary fix for images in teasers until kitconcept#40 is fixed. @sneridagh #43
  • Fix breadcrumbs in ObjectBrowser, add new Container @sneridagh #45
  • Minor padding fix in header @danalvrz #47
  • Fix stylelint @sneridagh #48
  • Fix grids in edit mode @sneridagh #49
  • Remove for now a selector definition that is making leak the grey background in all slate blocks grid or not grid @sneridagh #50
  • Fix h1 width to use default instead of layout @sneridagh #51
  • Relocate slate selector, and headline margin fix, for grid block @danalvrz #52
  • Add footer site as backend actions, fix translations @sneridagh #53
  • Some grid fixes for top padding @sneridagh #57
  • Added rule to align hamburger menu to the right when in mobile screen @danalvrz #58
  • Minor width fix to separator full variant @danalvrz #59
  • Fix styles for introduction block @danalvrz #61
  • Remove Title as required block. Fix the single image use case in a grid @sneridagh #62
  • Add style to Button block @iRohitSingh #63
  • Update grid block style @danalvrz Fix css of Right aligned teaser on view mode @iRohitSingh #66
  • Minor spacing fix for teaser block @danalvrz #67
  • Add bottom margin to introduction block @danalvrz #69
  • Fix ListingBody to display headline property @danalvrz #78
  • Add Heading-Block to required blocks list in README @danalvrz #79
  • Fix variables order, add !default to all theme vars @sneridagh #81
  • Fix grid teasers full height @sneridagh #85
  • Fix absolute elements in containers @sneridagh #87
  • Fixes in grids and support for the Volto 17 and volto-blocks-grid popperjs based blockschooser @sneridagh #89
  • Change component name to SummaryListingItemTemplate @danalvrz #92
  • Fix priority for the toolbar and the containers @sneridagh #93
  • Fix contents view, add horizontal scrolling @sneridagh #94
  • Fix autogrouping flaw, defaulting to transparent in case that there is no backgroundColor information set @sneridagh #96
  • Transparent by default in classname. Vertical spacing, using margin-bottom as reference. Grids. @sneridagh #97
  • Fix styles for standalone teaser and grid-teaser-item @danalvrz #98
  • Remove 'wide' from inner-alignment actions @danalvrz #100
  • Adjustments to grids and various @sneridagh #101
  • Fix values for the agreed vertical spacing between color blocks. Other minor adjustments. @sneridagh #109
  • Fix styles for in-grid Slate block @danalvrz #110
  • Fix styles for in-grid Images. @danalvrz #111
  • Fix grid image block css @iFlameing #112
  • Fix last Teaser bottom border @danalvrz #117
  • Fix Separator margins when it has center alignment. @danalvrz #118

Documentation

  • Add documentation about the rules used in the theme @sneridagh #109