Skip to content

Commit a10a873

Browse files
authored
Merge branch 'main' into fix/add-changelog
2 parents ccf952d + e88f246 commit a10a873

4 files changed

Lines changed: 173 additions & 117 deletions

File tree

packages/atlas-core/CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
### Fixed
1010

11-
- We fixed an issue where the scroll container did not stretch to the full height in popup layouts.
12-
- We fixed an issue with Text Box widget in vertical form orientation.
13-
- We fixed an issue with logo overriding using $brand-logo variable not working correctly.
11+
- We fixed an issue with logo overriding using $brand-logo variable not working correctly.
12+
13+
## [4.3.5] Atlas Core - 2026-3-26
14+
15+
### Fixed
16+
17+
- We fixed an issue where the scroll container did not stretch to the full height in popup layouts.
18+
- We fixed an issue with Text Box widget in vertical form orientation.
19+
- We fixed an issue where circular references in legacy-variables() would cause undefined variables, in projects not using CSS custom properties yet.
1420

1521
## [4.3.4] Atlas Core - 2026-2-25
1622

packages/atlas-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "atlas-core",
33
"moduleName": "Atlas Core",
4-
"version": "4.3.4",
4+
"version": "4.3.5",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2024. All rights reserved.",
77
"repository": {
116 Bytes
Loading

0 commit comments

Comments
 (0)