Version Packages (#711)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Родитель
6de95c8d80
Коммит
4929a583cb
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче