- Fixed missing key in header @sneridagh #417
- Update versions to latest volto-highlight-block, volto-button-block @sneridagh #408
- Bump
volto-button-block
version @sneridagh Bump to Volto 18.0.0-alpha.45 #417
-
Upgrade to a39, enable new image widget @sneridagh
Breaking: The new Image widget component is used in the VLT shadowed image component. The minimum Volto version requirements have changed for this reason. The new image widget is present in core from these versions on: - Volto 17.18.0 - Volto 18.0.0-alpha.36
For more information, please take a look at the upgrade guide: https://github.com/kitconcept/volto-light-theme/blob/main/UPGRADE-GUIDE.md #405
- Fix Invalid html structure in caption component @iRohitSingh #398
- Fix install in Volto 17 @sneridagh #400
- Upgrade to Volto 18a37 @sneridagh #403
-
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
- 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
- Update the setup. Use new images. @sneridagh #390
- Add top padding to login page @danalvrz #387
- Add default width mixin to content creation Forms @danalvrz #388
- Fix image grid clossure issues in inlined JSX method when selecting an image after uploading another image in another grid element @sneridagh #389
- Make font-weights, font-sizes and font-heights overrideable adding the
!default
thingy @erral #371
- Fix event title margin bottom. @iFlameing #357
- Fix Image block in grid is not working @iRohitSingh #376
- Use project-less approach for developing @sneridagh #369
- Revert breaking change introduced in #346 @sneridagh #373
- Remove @plone/volto peerDepencency @sneridagh #364
- Add types declarations to make TS happy @sneridagh #367
- Fix typo in container deprecation notice @sneridagh #362
- [Vertical Spacing] Reduce spacing between title and description in teaser block @iFlameing #353
- Add eu and es translations @erral #358
- 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
- @plone/components as dependency
Use the
Container
component from @plone/components instead of the local one. The one insrc/components/Atoms/Container/Container.jsx
is deprecated and will be removed in the next major release. @sneridagh #360
- Update to Volto 17.15.1 @sneridagh #348
- Add options to show intranet label and implement intranet header for intranet sites. @iFlameing #304
- Add Event Metadata block @iRohitSingh #334
- 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
- Support for enhanced initial blocks in config - Update to Volto 17.12.1 @sneridagh #342
- Allow customizing the secondary navigation entries via Portal action. @iFlameing #302
- 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
- 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
- Color background go to full-width now instead of snapping to 1440. @sneridagh See decision in #323 #323
- 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
- Add Search icon is missing on tablet & mobile screen sizes @iRohitSingh #266
- Change the Language Selector to only display the first 2 Characters of each Language @Molochem #321
- Added a11y tests infrastructure @sneridagh #300
- 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
-
Upgraded the dependency on
@kitconcept/volto-slider-block
to use6.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
- 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
- Upgrade slider to 6.1.0 @sneridagh #316
- Added Image Gallery Listing Metadata @robgietema #127
- Add Brazilian Portuguese translation [@ericof] #294
- 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
- Run CI workflows for external PRs. @davisagli #271
- Remove old code from navigation component @steffenri #272
- Remove Hero Block @iRohitSingh #278
-
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)
- Added Focus and Hover Attributes to UI Buttons @Molochem #260
- Fix max height for full width map iframe @danalvrz #257
- Fix header alignment of the sections @sneridagh #261
- Update to latest Plone and Volto @sneridagh
Pin
volto-slider-block
to 5.1.1 #262
- Small CSS adjustments @sneridagh #249
- Update to use the proper linter versions and correct violations @sneridagh #245
- Upgrade highlight to 3.0.0 and downgrade Plone to 6.0.6 @sneridagh #244
- Add volto-highlight-block @sneridagh #243
- 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
- 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
- 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
- Upgrade to Volto 17a26 - Fix i18n - Upgrade Cypress 13 @sneridagh #229
- Upgrade volto-heading-block version @sneridagh #230
- 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
- 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
- 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
- Hide change note field. @davisagli #206
- 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
-
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
- Upgrade to Volto 17a22. @davisagli #186
- Update to Volto 17a21 Deprecate volto-image-block Use new core Image component @sneridagh #177
- 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
- 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
- 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
- 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
- Fix Image content type @iRohitSingh #18
- Fix a11y issues in EventView @steffenri #147
- Remove typo in fileview @steffenri #148
- Documentation on local docker development - local ESlint working @sneridagh #144
- 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
- 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
- Move the container query polyfill to an add-on profile, disabled by default @sneridagh #137
- Upgrade to Volto 17a17 as baseline @sneridagh #136
- Add acceptance tests layer, update docker files and Makefile @sneridagh #137
- Check if the separator is present before enhancing it @sneridagh #138
- Fix Teaser block CSS. @danalvrz #134
- Remove
@kitconcept/volto-blocks-grid
dependency @sneridagh #131
- Fix minor style bugs for Listing block @danalvrz #130
- Create deploy to https://light-theme.kitconcept.io [@ericof] #72
- Add NewsItemView @iFlamieng #127
- Add support for margins in responsive. Improve the spacing in grids. @sneridagh #129
- Fix css issue of image block full width variante @iFlameing #115
- Fix minor style bugs in several components. @danalvrz #122
- 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 theDefaultTemplate
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
- 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 #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
- Add documentation about the rules used in the theme @sneridagh #109