Skip to content

Commit dbab4cd

Browse files
Version Packages
1 parent 130b668 commit dbab4cd

File tree

5 files changed

+37
-70
lines changed

5 files changed

+37
-70
lines changed

.changeset/fresh-kangaroos-sing.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nine-fans-cough.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/components/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @hashicorp/design-system-components
22

3+
## 4.20.0
4+
5+
### Minor Changes
6+
7+
`CodeBlock` - Added height toggle control which is present when a `maxHeight` is set and code content height exceeds the `maxHeight` value
8+
9+
<small class="doc-whats-new-changelog-metadata">[#2826](https://github.com/hashicorp/design-system/pull/2826)</small>
10+
11+
<div class="doc-whats-new-changelog-separator"></div>
12+
13+
### Patch Changes
14+
15+
`Form::Label` - Forced the `for` HTML attribute to be converted to a string
16+
17+
<small class="doc-whats-new-changelog-metadata">[#2863](https://github.com/hashicorp/design-system/pull/2863)</small>
18+
19+
<div class="doc-whats-new-changelog-separator"></div>
20+
321
## 4.19.0
422

523
### Minor Changes

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/design-system-components",
3-
"version": "4.19.0",
3+
"version": "4.20.0",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",

website/docs/whats-new/release-notes/partials/components.md

Lines changed: 18 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@
1212
</a>
1313
</p>
1414

15+
## 4.20.0
16+
17+
**Minor changes**
18+
19+
`CodeBlock` - Added height toggle control which is present when a `maxHeight` is set and code content height exceeds the `maxHeight` value
20+
21+
<small class="doc-whats-new-changelog-metadata">[#2826](https://github.com/hashicorp/design-system/pull/2826)</small>
22+
23+
<div class="doc-whats-new-changelog-separator"></div>
24+
25+
**Patch changes**
26+
27+
`Form::Label` - Forced the `for` HTML attribute to be converted to a string
28+
29+
<small class="doc-whats-new-changelog-metadata">[#2863](https://github.com/hashicorp/design-system/pull/2863)</small>
30+
31+
<div class="doc-whats-new-changelog-separator"></div>
32+
1533
## 4.19.0
1634

1735
**Minor changes**
@@ -1391,65 +1409,6 @@ Fixed syncing of `<F.Error />` ids to the `aria-describedby` attribute
13911409

13921410
<div class="doc-whats-new-changelog-separator"></div>
13931411

1394-
## 4.5.0
1395-
1396-
**🚨 Caution: This version has been deprecated 🚨**
1397-
1398-
[4.5.0 documentation](https://hds-website-4-5-0.vercel.app/)
1399-
1400-
**Minor changes**
1401-
1402-
`SideNav` - Adds option to exclude query params from route transition/focus management
1403-
1404-
<small class="doc-whats-new-changelog-metadata">[#2158](https://github.com/hashicorp/design-system/pull/2158)</small>
1405-
1406-
<div class="doc-whats-new-changelog-separator"></div>
1407-
1408-
`Tabs` - Converted component to TypeScript
1409-
1410-
<small class="doc-whats-new-changelog-metadata">[#2168](https://github.com/hashicorp/design-system/pull/2168)</small>
1411-
1412-
<div class="doc-whats-new-changelog-separator"></div>
1413-
1414-
`ApplicationState` - Converted component to TypeScript
1415-
1416-
<small class="doc-whats-new-changelog-metadata">[#2155](https://github.com/hashicorp/design-system/pull/2155)</small>
1417-
1418-
<div class="doc-whats-new-changelog-separator"></div>
1419-
1420-
`PageHeader` - Converted component to TypeScript
1421-
1422-
<small class="doc-whats-new-changelog-metadata">[#2160](https://github.com/hashicorp/design-system/pull/2160)</small>
1423-
1424-
<div class="doc-whats-new-changelog-separator"></div>
1425-
1426-
`SideNav` - Converted component to TypeScript
1427-
1428-
<small class="doc-whats-new-changelog-metadata">[#2102](https://github.com/hashicorp/design-system/pull/2102)</small>
1429-
1430-
<div class="doc-whats-new-changelog-separator"></div>
1431-
1432-
**Patch changes**
1433-
1434-
`Alert` - Fixed typo in `HdsAlertTypes`
1435-
1436-
<small class="doc-whats-new-changelog-metadata">[#2154](https://github.com/hashicorp/design-system/pull/2154)</small>
1437-
1438-
<div class="doc-whats-new-changelog-separator"></div>
1439-
1440-
`Dropdown::Toggle::Icon` - Fixed inconsistencies with `Button` including:
1441-
1442-
- Added missing text color
1443-
- Reduced icon sizes
1444-
1445-
<small class="doc-whats-new-changelog-metadata">[#2178](https://github.com/hashicorp/design-system/pull/2178)</small>
1446-
1447-
<div class="doc-whats-new-changelog-separator"></div>
1448-
1449-
**🔄 Updated dependencies:**
1450-
1451-
- @hashicorp/ember-flight-icons@5.1.0
1452-
14531412

14541413
---
14551414

0 commit comments

Comments
 (0)