|
12 | 12 | </a>
|
13 | 13 | </p>
|
14 | 14 |
|
| 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 | +`breakpoints` - Added responsive breakpoint values and helpers for responsiveness |
| 26 | + |
| 27 | +<small class="doc-whats-new-changelog-metadata">[#2848](https://github.com/hashicorp/design-system/pull/2848)</small> |
| 28 | + |
| 29 | +<div class="doc-whats-new-changelog-separator"></div> |
| 30 | + |
| 31 | +`Pagination` - Replaced custom breakpoint (`1000px`) with standard `lg` (`1088px`) breakpoint |
| 32 | + |
| 33 | +`Stepper::Nav` - Replaced custom breakpoint (`550px`) with standard `sm` (`480px`) breakpoint |
| 34 | + |
| 35 | +`AppHeader` - Removed usage of `--hds-app-desktop-breakpoint` CSS variable and relied on the `@breakpoint` argument for override of mobile behaviour |
| 36 | + |
| 37 | +`AppSideNav` - Removed usage of `--hds-app-desktop-breakpoint` CSS variable, added `@breakpoint` argument, and relied on it for override of mobile behaviour |
| 38 | + |
| 39 | +<small class="doc-whats-new-changelog-metadata">[#2859](https://github.com/hashicorp/design-system/pull/2859)</small> |
| 40 | + |
| 41 | +<div class="doc-whats-new-changelog-separator"></div> |
| 42 | + |
| 43 | +**Patch changes** |
| 44 | + |
| 45 | +`AppSideNav` - 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. |
| 46 | + |
| 47 | +<small class="doc-whats-new-changelog-metadata">[#2869](https://github.com/hashicorp/design-system/pull/2869)</small> |
| 48 | + |
| 49 | +<div class="doc-whats-new-changelog-separator"></div> |
| 50 | + |
| 51 | +`Time` - fixed type error where the TooltipButton text could be undefined. |
| 52 | + |
| 53 | +<small class="doc-whats-new-changelog-metadata">[#2877](https://github.com/hashicorp/design-system/pull/2877)</small> |
| 54 | + |
| 55 | +<div class="doc-whats-new-changelog-separator"></div> |
| 56 | + |
| 57 | +`Form::Label` - Forced the `for` HTML attribute to be converted to a string |
| 58 | + |
| 59 | +<small class="doc-whats-new-changelog-metadata">[#2863](https://github.com/hashicorp/design-system/pull/2863)</small> |
| 60 | + |
| 61 | +<div class="doc-whats-new-changelog-separator"></div> |
| 62 | + |
| 63 | +`AdvancedTable` - Added `@maxHeight` argument which automatically adds a sticky header when set and sets the max height of the AdvancedTable. Also updated the container styles to constrain the Advanced Table width to the parent's width. |
| 64 | + |
| 65 | +<small class="doc-whats-new-changelog-metadata">[#2865](https://github.com/hashicorp/design-system/pull/2865)</small> |
| 66 | + |
| 67 | +<div class="doc-whats-new-changelog-separator"></div> |
| 68 | + |
| 69 | +`CodeBlock` - 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. |
| 70 | + |
| 71 | +<small class="doc-whats-new-changelog-metadata">[#2856](https://github.com/hashicorp/design-system/pull/2856)</small> |
| 72 | + |
| 73 | +<div class="doc-whats-new-changelog-separator"></div> |
| 74 | + |
| 75 | +`Layout::Flex` - Added missing export of component/subcomponent |
| 76 | + |
| 77 | +`Layout::Grid` - Added missing export of component/subcomponent |
| 78 | + |
| 79 | +<small class="doc-whats-new-changelog-metadata">[#2883](https://github.com/hashicorp/design-system/pull/2883)</small> |
| 80 | + |
| 81 | +<div class="doc-whats-new-changelog-separator"></div> |
| 82 | + |
15 | 83 | ## 4.19.0
|
16 | 84 |
|
17 | 85 | **Minor changes**
|
@@ -1391,65 +1459,6 @@ Fixed syncing of `<F.Error />` ids to the `aria-describedby` attribute
|
1391 | 1459 |
|
1392 | 1460 | <div class="doc-whats-new-changelog-separator"></div>
|
1393 | 1461 |
|
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 |
| - |
1453 | 1462 |
|
1454 | 1463 | ---
|
1455 | 1464 |
|
|
0 commit comments