Skip to content

Commit a5cd019

Browse files
committed
chore: update badges and website history of components on docs site
1 parent 39ce2d6 commit a5cd019

File tree

21 files changed

+64
-13
lines changed

21 files changed

+64
-13
lines changed

website/docs/components/app-header/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ navigation:
2222
- menubar
2323
- topbar
2424
status:
25-
added: 4.19.0
25+
updated: 4.20.0
2626
---
2727

2828
<section data-tab="Guidelines">

website/docs/components/app-header/partials/version-history/version-history.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.20.0
2+
3+
Removed usage of `--hds-app-desktop-breakpoint` CSS variable and relied on the `@breakpoint` argument for override of mobile behaviour
4+
5+
Fixed import path for `hds-breakpoints`
6+
17
## 4.19.0
28

39
Formally published the `AppHeader` component. To be used in conjunction with the `AppFrame` and the `AppSideNav` components.

website/docs/components/app-side-nav/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ navigation:
2323
- sidenav
2424
- sidebar
2525
status:
26-
added: 4.19.0
26+
updated: 4.20.0
2727
---
2828

2929
<section data-tab="Guidelines">

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 4.20.0
2+
3+
Removed usage of `--hds-app-desktop-breakpoint` CSS variable, added `@breakpoint` argument, and relied on it for override of mobile behaviour
4+
5+
Fixed import path for `hds-breakpoints`
6+
7+
Fixed bug where scrolling was blocked when the `AppSideNav` was expanded on desktop views. Also fixed bug which allowed user to focus links that were visually hidden.
8+
9+
Fixed component types for `AppSideNav::Portal` and `AppSideNav::Portal::Target` to no longer require `@target` or `@name`.
10+
111
## 4.19.0
212

313
Formally published the `AppSideNav` component. To be used in conjunction with the `AppFrame` and the `AppHeader` components.

website/docs/components/code-block/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ navigation:
2525
- syntax
2626
- highlight
2727
status:
28-
updated: 4.19.0
28+
updated: 4.20.0
2929
---
3030

3131
<section data-tab="Guidelines">

website/docs/components/code-block/partials/version-history/version-history.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 4.20.0
2+
3+
Added height toggle control, which is rendered when a `maxHeight` is set and the code content height exceeds the `maxHeight` value.
4+
5+
Also fixed issues with:
6+
7+
- line numbers when line wrapping is present and when the number of lines changes dynamically
8+
- line highlighting when the Code Block is hidden from view initially such as when used inside a Tabs component
9+
- line highlighting when hasLineNumbers is false
10+
11+
Added arguments `@ariaLabel`, `@ariaLabelledBy`, and `@ariaDescribedBy`. Added screen-reader only copy for highlighted lines.
12+
113
## 4.19.0
214

315
Updated focus ring colors in interactive elements to fix a11y color contrast issues

website/docs/components/code-editor/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ navigation:
2828
- syntax
2929
- highlight
3030
- block
31-
status:
32-
updated: 4.19.0
3331
---
3432

3533
<section data-tab="Guidelines">

website/docs/components/dropdown/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ navigation:
1919
- menu
2020
- action menu
2121
- list
22-
status:
23-
updated: 4.19.0
2422
---
2523

2624
<section data-tab="Guidelines">

website/docs/components/form/super-select/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ navigation:
1919
keywords:
2020
- dropdown
2121
- powerselect
22-
status:
23-
updated: 4.19.0
2422
---
2523

2624
<section data-tab="Guidelines">

website/docs/components/modal/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ navigation:
2525
- popup
2626
- dialog
2727
status:
28-
updated: 4.19.0
28+
updated: 4.20.0
2929
---
3030

3131
<section data-tab="Guidelines">

0 commit comments

Comments
 (0)