-
Notifications
You must be signed in to change notification settings - Fork 51
Version Packages #2864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #2864
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,119 @@ | ||
| # @hashicorp/design-system-components | ||
|
|
||
| ## 4.20.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| `CodeBlock` - Added height toggle control, which is present when a `maxHeight` is set and code content height exceeds the `maxHeight` value | ||
|
|
||
| <small class="doc-whats-new-changelog-metadata">[#2826](https://github.com/hashicorp/design-system/pull/2826)</small> | ||
|
|
||
| <div class="doc-whats-new-changelog-separator"></div> | ||
|
|
||
| `breakpoints` - Added responsive breakpoint values and helpers for responsiveness | ||
|
|
||
| <small class="doc-whats-new-changelog-metadata">[#2848](https://github.com/hashicorp/design-system/pull/2848)</small> | ||
|
|
||
| <div class="doc-whats-new-changelog-separator"></div> | ||
|
|
||
| `Pagination` - Replaced custom breakpoint (`1000px`) with standard `lg` (`1088px`) breakpoint | ||
|
|
||
| `Stepper::Nav` - Replaced custom breakpoint (`550px`) with standard `sm` (`480px`) breakpoint | ||
|
|
||
| `AppHeader` - Removed usage of `--hds-app-desktop-breakpoint` CSS variable and relied on the `@breakpoint` argument for override of mobile behavior | ||
|
|
||
| `AppSideNav` - Removed usage of `--hds-app-desktop-breakpoint` CSS variable, added `@breakpoint` argument, and relied on it for override of mobile behavior | ||
|
|
||
| <small class="doc-whats-new-changelog-metadata">[#2859](https://github.com/hashicorp/design-system/pull/2859)</small> | ||
|
|
||
| <div class="doc-whats-new-changelog-separator"></div> | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| `AppHeader` - Fixed import path for `hds-breakpoints` | ||
|
|
||
| `AppSideNav` - Fixed import path for `hds-breakpoints` | ||
|
|
||
| <small class="doc-whats-new-changelog-metadata">[#2886](https://github.com/hashicorp/design-system/pull/2886) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏</small> | ||
|
|
||
| <div class="doc-whats-new-changelog-separator"></div> | ||
|
|
||
| `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. | ||
|
|
||
| <small class="doc-whats-new-changelog-metadata">[#2869](https://github.com/hashicorp/design-system/pull/2869)</small> | ||
|
|
||
| <div class="doc-whats-new-changelog-separator"></div> | ||
|
|
||
| `Time` - Fixed type error where the `TooltipButton` text could be undefined. | ||
|
|
||
| <small class="doc-whats-new-changelog-metadata">[#2877](https://github.com/hashicorp/design-system/pull/2877)</small> | ||
|
|
||
| <div class="doc-whats-new-changelog-separator"></div> | ||
|
|
||
| `AppSideNav` - Fixed component types for `AppSideNav::Portal` and `AppSideNav::Portal::Target` to no longer require `@target` or `@name`. | ||
|
|
||
| `SideNav` - Fixed component types for `SideNav::Portal` and `SideNav::Portal::Target` to no longer require `@target` or `@name`. | ||
|
|
||
| <small class="doc-whats-new-changelog-metadata">[#2908](https://github.com/hashicorp/design-system/pull/2908)</small> | ||
|
|
||
| <div class="doc-whats-new-changelog-separator"></div> | ||
|
|
||
| `Form::Label` - Forced the `for` HTML attribute to be converted to a string | ||
didoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| <small class="doc-whats-new-changelog-metadata">[#2863](https://github.com/hashicorp/design-system/pull/2863)</small> | ||
|
|
||
| <div class="doc-whats-new-changelog-separator"></div> | ||
|
|
||
| `AdvancedTable` - Added `@maxHeight` argument, which sets the max height of the Advanced Table and automatically adds a sticky header to it. Also updated the container styles to constrain the Advanced Table width to the parent's width. | ||
|
|
||
| <small class="doc-whats-new-changelog-metadata">[#2865](https://github.com/hashicorp/design-system/pull/2865)</small> | ||
|
|
||
| <div class="doc-whats-new-changelog-separator"></div> | ||
|
|
||
| `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. | ||
|
|
||
| <small class="doc-whats-new-changelog-metadata">[#2856](https://github.com/hashicorp/design-system/pull/2856)</small> | ||
|
|
||
| <div class="doc-whats-new-changelog-separator"></div> | ||
|
|
||
| `Modal` - Fixed bug with click event listener not properly removed | ||
|
|
||
| <small class="doc-whats-new-changelog-metadata">[#2902](https://github.com/hashicorp/design-system/pull/2902)</small> | ||
|
|
||
| <div class="doc-whats-new-changelog-separator"></div> | ||
|
|
||
| `Stepper::Nav` - Fixed issue in Safari with text alignment on interactive steps | ||
didoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| <small class="doc-whats-new-changelog-metadata">[#2909](https://github.com/hashicorp/design-system/pull/2909)</small> | ||
|
|
||
| <div class="doc-whats-new-changelog-separator"></div> | ||
|
|
||
| `CodeBlock` - Added arguments `@ariaLabel`, `@ariaLabelledBy`, and `@ariaDescribedBy`. Added screen-reader only copy for highlighted lines. | ||
|
|
||
| `hds-clipboard` - Prevent screen-reader only text (text with the `sr-only` class) from being copied to the clipboard. | ||
|
|
||
| <small class="doc-whats-new-changelog-metadata">[#2879](https://github.com/hashicorp/design-system/pull/2879)</small> | ||
|
|
||
| <div class="doc-whats-new-changelog-separator"></div> | ||
|
|
||
| Introduce the `hds-resolve-link-to-component` utility to correctly resolve the LinkTo component when `@isRouteExternal` is set on `HdsBreadcrumbItem` or `HdsInteractive`. Consumers are now required to install `ember-engines` when `@isRouteExternal` is `true`. | ||
|
|
||
| <small class="doc-whats-new-changelog-metadata">[#2867](https://github.com/hashicorp/design-system/pull/2867) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏</small> | ||
|
|
||
| <div class="doc-whats-new-changelog-separator"></div> | ||
|
|
||
| `Layout::Flex` - Added missing export of component/subcomponent | ||
didoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| `Layout::Grid` - Added missing export of component/subcomponent | ||
|
|
||
| <small class="doc-whats-new-changelog-metadata">[#2883](https://github.com/hashicorp/design-system/pull/2883)</small> | ||
|
|
||
| <div class="doc-whats-new-changelog-separator"></div> | ||
|
|
||
| **🔄 Updated dependencies:** | ||
|
|
||
| - @hashicorp/[email protected] | ||
|
|
||
| ## 4.19.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.