Skip to content

Commit 08f47bf

Browse files
committed
responding to pr feedback
1 parent 25e8151 commit 08f47bf

File tree

6 files changed

+17
-2
lines changed

6 files changed

+17
-2
lines changed

website/docs/components/app-side-nav/partials/version-history/version-history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Removed extra transparent border and background when rendered as a `<button>` element
44

5+
Applied transparent background to the `AppSideNav::List::Link` element to avoid overlapping with previous item's focus ring
56

67
## 4.20.0
78

website/docs/components/form/radio-card/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ status:
3838
<section data-tab="Accessibility">
3939
@include "partials/accessibility/accessibility.md"
4040
</section>
41+
42+
<section data-tab="Version history">
43+
@include "partials/version-history/version-history.md"
44+
</section>

website/docs/layouts/flex/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ navigation:
1616
- spacing
1717
- grid
1818
label: Flex
19+
status:
20+
updated: 4.21.1
1921
---
2022

2123
<section data-tab="Code">

website/docs/layouts/flex/partials/version-history/version-history.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 4.21.1
2+
3+
Fixed issue in which `gap` value was improperly inherited by nested `Flex` components, added "0" as a supported `gap` value.
4+
15
## 4.20.2
26

3-
added missing types to the barrel export file
7+
Added missing types to the barrel export file
48

59
## 4.20.0
610

website/docs/layouts/grid/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ navigation:
1818
- flex
1919
label: Grid
2020
status:
21-
updated: 4.21.0
21+
updated: 4.21.1
2222
---
2323

2424
<section data-tab="Code">

website/docs/layouts/grid/partials/version-history/version-history.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.21.1
2+
3+
Fixed issue in which `gap` & `columnMinWidth` values were improperly inherited by nested `Grid` components, added "0" as a supported `gap` value.
4+
15
## 4.21.0
26

37
Added @columnWidth to set "fixed" width for columns

0 commit comments

Comments
 (0)