Skip to content

Commit

Permalink
Release 6.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Nov 21, 2024
1 parent a4137c0 commit 5da0240
Show file tree
Hide file tree
Showing 12 changed files with 74 additions and 388 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,38 @@

<!-- towncrier release notes start -->

## 6.0.0-alpha.0 (2024-11-21)

### Breaking

- New colors definitions
New widths definitions
Moved the Image block and the button block to use the new block width widget.
The `full` image width now is really full width and spans from side to side of the viewport.
Removed Container Query Polyfill configuration profile
New Background widgets based in `@plone/components`
@danalvrz @sneridagh [#420](https://github.com/kitconcept/volto-light-theme/pull/420)
- Remove deprecated Atoms (Container) components. @sneridagh [#433](https://github.com/kitconcept/volto-light-theme/pull/433)

### Feature

- Add support for visual regression tests @reebalazs [#383](https://github.com/kitconcept/volto-light-theme/pull/383)
- Added `aspect-ratio` field to images.
Added a new block width widget.
Added optional footer links and footer logos (through custom content type behavior).
Added `aboveHeader` slot renderer (it holds the new `Theming` slot).
@danalvrz @sneridagh [#420](https://github.com/kitconcept/volto-light-theme/pull/420)

### Internal

- Get rid of all imports from Volto barrel files.
Added a rule to enforce not to import from `@plone/volto/components`, `@plone/volto/helpers` or `@plone/volto/actions`. @sneridagh [#418](https://github.com/kitconcept/volto-light-theme/pull/418)
- Update to Volto 18a46 @sneridagh [#419](https://github.com/kitconcept/volto-light-theme/pull/419)

### Documentation

- Add standard documentation @sneridagh [#423](https://github.com/kitconcept/volto-light-theme/pull/423)

## 5.0.1 (2024-10-09)

### Bugfix
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitconcept/volto-light-theme-dev",
"version": "5.0.1",
"version": "6.0.0-alpha.0",
"description": "Volto Light Theme by kitconcept",
"main": "src/index.js",
"types": "src/types/index.d.ts",
Expand Down Expand Up @@ -61,4 +61,4 @@
}
},
"packageManager": "pnpm@9.14.1"
}
}
32 changes: 32 additions & 0 deletions packages/volto-light-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,38 @@

<!-- towncrier release notes start -->

## 6.0.0-alpha.0 (2024-11-21)

### Breaking

- New colors definitions
New widths definitions
Moved the Image block and the button block to use the new block width widget.
The `full` image width now is really full width and spans from side to side of the viewport.
Removed Container Query Polyfill configuration profile
New Background widgets based in `@plone/components`
@danalvrz @sneridagh [#420](https://github.com/kitconcept/volto-light-theme/pull/420)
- Remove deprecated Atoms (Container) components. @sneridagh [#433](https://github.com/kitconcept/volto-light-theme/pull/433)

### Feature

- Add support for visual regression tests @reebalazs [#383](https://github.com/kitconcept/volto-light-theme/pull/383)
- Added `aspect-ratio` field to images.
Added a new block width widget.
Added optional footer links and footer logos (through custom content type behavior).
Added `aboveHeader` slot renderer (it holds the new `Theming` slot).
@danalvrz @sneridagh [#420](https://github.com/kitconcept/volto-light-theme/pull/420)

### Internal

- Get rid of all imports from Volto barrel files.
Added a rule to enforce not to import from `@plone/volto/components`, `@plone/volto/helpers` or `@plone/volto/actions`. @sneridagh [#418](https://github.com/kitconcept/volto-light-theme/pull/418)
- Update to Volto 18a46 @sneridagh [#419](https://github.com/kitconcept/volto-light-theme/pull/419)

### Documentation

- Add standard documentation @sneridagh [#423](https://github.com/kitconcept/volto-light-theme/pull/423)

## 5.0.1 (2024-10-09)

### Bugfix
Expand Down
Loading

0 comments on commit 5da0240

Please sign in to comment.