Skip to content

Commit a5f68a5

Browse files
committed
chore: update badges and website history of components on docs site
1 parent 06dbc6f commit a5f68a5

File tree

27 files changed

+84
-12
lines changed

27 files changed

+84
-12
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 behavior
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 behavior
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 4.20.0
2+
3+
Added height toggle control, which is present when a `maxHeight` is set and code content height exceeds the `maxHeight` value
4+
5+
Fixed issues with line numbers when line wrapping is present and when the number of lines changes dynamically; line highlighting when the Code Block is hidden from view initially such as when used inside a Tabs component; and line highlighting when hasLineNumbers is false.
6+
7+
Added arguments `@ariaLabel`, `@ariaLabelledBy`, and `@ariaDescribedBy`. Added screen-reader only copy for highlighted lines.
8+
19
## 4.19.0
210

311
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/primitives/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ navigation:
1919
- fieldset
2020
- input
2121
- character count
22+
status:
23+
updated: 4.20.0
2224
---
2325

2426
<section data-tab="Guidelines">
@@ -34,3 +36,7 @@ navigation:
3436
<section data-tab="Accessibility">
3537
@include "partials/accessibility/accessibility.md"
3638
</section>
39+
40+
<section data-tab="Version history">
41+
@include "partials/version-history/version-history.md"
42+
</section>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 4.20.0
2+
3+
`Form::Label` - Forced the `for` HTML attribute to be converted to a string
4+

0 commit comments

Comments
 (0)