From 0cd7640cfe7ef0a8f56aa460cb205d3a54e93b48 Mon Sep 17 00:00:00 2001 From: Ahmed Elsayed Date: Tue, 1 Oct 2024 16:15:40 +0200 Subject: [PATCH 1/2] Update changelog --- packages/atlas-core/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/atlas-core/CHANGELOG.md b/packages/atlas-core/CHANGELOG.md index 586ea18f..3d0b05c3 100644 --- a/packages/atlas-core/CHANGELOG.md +++ b/packages/atlas-core/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Fixed + +- We fixed an issue where text in the tab container was cut off at the bottom when Accessibility Display and Text settings were set to the maximum value. + ## [3.14.4] Atlas Core - 2024-9-12 ### Fixed From 96476ad80771ad298a5805ff40d9c980d9207f16 Mon Sep 17 00:00:00 2001 From: Ahmed Elsayed Date: Tue, 1 Oct 2024 16:37:57 +0200 Subject: [PATCH 2/2] Bump atlas core module verion --- packages/atlas-core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/atlas-core/package.json b/packages/atlas-core/package.json index fba3c5cd..8b64aedd 100644 --- a/packages/atlas-core/package.json +++ b/packages/atlas-core/package.json @@ -1,7 +1,7 @@ { "name": "atlas-core", "moduleName": "Atlas Core", - "version": "3.14.4", + "version": "3.14.5", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2024. All rights reserved.", "repository": {