diff --git a/packages/atlas-web-content/CHANGELOG.md b/packages/atlas-web-content/CHANGELOG.md index cdfdf5fcf..253563c2a 100644 --- a/packages/atlas-web-content/CHANGELOG.md +++ b/packages/atlas-web-content/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Changed + +- We remove Maps widget from the module due to dependencies license issues. Maps widget will be restored once the new development completed. + +- We updated Slider, Range Slider, Carousel, HTML Element, and Rich Text widget version to the latest. + ## [4.2.0] Atlas Web Content - 2025-10-13 ### Breaking changes diff --git a/packages/atlas-web-content/package.json b/packages/atlas-web-content/package.json index d6d127b6c..25b85840b 100644 --- a/packages/atlas-web-content/package.json +++ b/packages/atlas-web-content/package.json @@ -1,7 +1,7 @@ { "name": "atlas-web-content", "moduleName": "Atlas Web Content", - "version": "4.2.0", + "version": "4.3.0", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2025. All rights reserved.", "repository": { diff --git a/packages/atlas/e2e/__screenshots__/atlasAllPages.spec.ts/tablet-split-equal.png b/packages/atlas/e2e/__screenshots__/atlasAllPages.spec.ts/tablet-split-equal.png index dd7d63b8b..290b6aac3 100644 Binary files a/packages/atlas/e2e/__screenshots__/atlasAllPages.spec.ts/tablet-split-equal.png and b/packages/atlas/e2e/__screenshots__/atlasAllPages.spec.ts/tablet-split-equal.png differ diff --git a/packages/atlas/e2e/__screenshots__/atlasAllPages.spec.ts/tablet-split-left.png b/packages/atlas/e2e/__screenshots__/atlasAllPages.spec.ts/tablet-split-left.png index 05f203384..0a50955b3 100644 Binary files a/packages/atlas/e2e/__screenshots__/atlasAllPages.spec.ts/tablet-split-left.png and b/packages/atlas/e2e/__screenshots__/atlasAllPages.spec.ts/tablet-split-left.png differ diff --git a/packages/atlas/e2e/__screenshots__/atlasAllPages.spec.ts/tablet-split-right.png b/packages/atlas/e2e/__screenshots__/atlasAllPages.spec.ts/tablet-split-right.png index 28d5cd7ce..e059064b5 100644 Binary files a/packages/atlas/e2e/__screenshots__/atlasAllPages.spec.ts/tablet-split-right.png and b/packages/atlas/e2e/__screenshots__/atlasAllPages.spec.ts/tablet-split-right.png differ diff --git a/packages/atlas/e2e/__screenshots__/atlasAllPages.spec.ts/tablet-topbaronly.png b/packages/atlas/e2e/__screenshots__/atlasAllPages.spec.ts/tablet-topbaronly.png index 76da5bacc..e25cea22c 100644 Binary files a/packages/atlas/e2e/__screenshots__/atlasAllPages.spec.ts/tablet-topbaronly.png and b/packages/atlas/e2e/__screenshots__/atlasAllPages.spec.ts/tablet-topbaronly.png differ