Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Will Bjorn 2024-10-25 11:18:26 -07:00 коммит произвёл GitHub
Родитель 6de95c8d80
Коммит 4929a583cb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
9 изменённых файлов: 20 добавлений и 27 удалений

Просмотреть файл

@ -1,5 +0,0 @@
---
'@microsoft/atlas-css': patch
---
For the layout component, the height of the header's grid track should be minmax(auto, max-content) to ensure proper height constraint happens.

Просмотреть файл

@ -1,5 +0,0 @@
---
'@microsoft/atlas-js': patch
---
Fix bug where a hidden footer element would still register a height. Layout now always expects a header, but not necessarily a footer, since footers can be rendered within containers too.

Просмотреть файл

@ -1,5 +0,0 @@
---
'@microsoft/atlas-css': patch
---
Stop accounting for rounding in calculations and remove -1px in the --atlas-contained-height property.

Просмотреть файл

@ -1,5 +0,0 @@
---
'@microsoft/atlas-js': minor
---
Export a `dispatchAtlasLayoutUpdateEvent` function for easier use downstream.

Просмотреть файл

@ -1,5 +0,0 @@
---
'@microsoft/atlas-js': patch
---
Move footer border to child element of layout.

Просмотреть файл

@ -1,5 +1,12 @@
# @microsoft/atlas-css
## 3.57.2
### Patch Changes
- 6de95c8d: For the layout component, the height of the header's grid track should be minmax(auto, max-content) to ensure proper height constraint happens.
- 6de95c8d: Stop accounting for rounding in calculations and remove -1px in the --atlas-contained-height property.
## 3.57.1
### Patch Changes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/atlas-css",
"version": "3.57.1",
"version": "3.57.2",
"description": "Styles backing the Atlas Design System used by Microsoft's Developer Relations.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",

Просмотреть файл

@ -1,5 +1,16 @@
# @microsoft/atlas-js
## 1.14.0
### Minor Changes
- 6de95c8d: Export a `dispatchAtlasLayoutUpdateEvent` function for easier use downstream.
### Patch Changes
- 6de95c8d: Fix bug where a hidden footer element would still register a height. Layout now always expects a header, but not necessarily a footer, since footers can be rendered within containers too.
- 6de95c8d: Move footer border to child element of layout.
## 1.13.1
### Patch Changes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/atlas-js",
"version": "1.13.1",
"version": "1.14.0",
"public": true,
"description": "Scripts backing the Atlas Design System used by Microsoft's Developer Relations.",
"main": "dist/index.js",