-
Notifications
You must be signed in to change notification settings - Fork 49
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
Open
hashibot-hds
wants to merge
1
commit into
main
Choose a base branch
from
changeset-release/main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Version Packages #2864
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
24ee221
to
a833dd7
Compare
a833dd7
to
9a3f794
Compare
9a3f794
to
28cd07f
Compare
28cd07f
to
dbab4cd
Compare
dbab4cd
to
706ed93
Compare
706ed93
to
f0cc448
Compare
f0cc448
to
78dc637
Compare
78dc637
to
70e18fc
Compare
70e18fc
to
0b9047e
Compare
0b9047e
to
d36cef7
Compare
d36cef7
to
df9d50c
Compare
df9d50c
to
995b58b
Compare
995b58b
to
54fad37
Compare
54fad37
to
e57620c
Compare
e57620c
to
f555d07
Compare
f555d07
to
e40162a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@hashicorp/[email protected]
Minor Changes
CodeBlock
- Added height toggle control which is present when amaxHeight
is set and code content height exceeds themaxHeight
value#2826
breakpoints
- Added responsive breakpoint values and helpers for responsiveness#2848
Pagination
- Replaced custom breakpoint (1000px
) with standardlg
(1088px
) breakpointStepper::Nav
- Replaced custom breakpoint (550px
) with standardsm
(480px
) breakpointAppHeader
- Removed usage of--hds-app-desktop-breakpoint
CSS variable and relied on the@breakpoint
argument for override of mobile behaviourAppSideNav
- Removed usage of--hds-app-desktop-breakpoint
CSS variable, added@breakpoint
argument, and relied on it for override of mobile behaviour#2859
Patch Changes
AppSideNav
- Fixed bug where scrolling was blocked when theAppSideNav
was expanded on desktop views. Also fixed bug which allowed user to focus links that were visually hidden.#2869
Time
- fixed type error where the TooltipButton text could be undefined.#2877
Form::Label
- Forced thefor
HTML attribute to be converted to a string#2863
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.#2865
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.#2856
Layout::Flex
- Added missing export of component/subcomponentLayout::Grid
- Added missing export of component/subcomponent#2883