Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions packages/atlas-web-content/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [4.2.0] Atlas Web Content - 2025-10-13

### Breaking changes

- Design properties from data widgets 3.5.0 and above is needed for page template and building blocks using galleries to work.

### Changed

- We updated page some page templates.
- Lists templates renamed into Galleries / Lists to reflect update on modern client support gallery widget usage.
- Galleries / Lists templates are updated to have card view sample and more filters.

### Added

- We added new building blocks based on container and layout configs.
- We added new and updated building blocks and templates based on new Gallery configurations.

## [4.1.0] Atlas Web Content - 2025-8-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/atlas-web-content/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "atlas-web-content",
"moduleName": "Atlas Web Content",
"version": "4.1.0",
"version": "4.2.0",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
"repository": {
Expand Down
Loading