-
Notifications
You must be signed in to change notification settings - Fork 47
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 #2689
Merged
Merged
Version Packages #2689
Conversation
This file contains 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 ↗︎
|
225a834
to
2d37006
Compare
2d37006
to
af84a7b
Compare
af84a7b
to
39714ec
Compare
39714ec
to
af773db
Compare
af773db
to
b46740d
Compare
b46740d
to
71fa183
Compare
71fa183
to
8389aa6
Compare
8389aa6
to
3730939
Compare
605f88a
to
58895ac
Compare
58895ac
to
76b6d73
Compare
76b6d73
to
0e7906f
Compare
0e7906f
to
cb66fc5
Compare
dchyun
approved these changes
Mar 5, 2025
shleewhite
pushed a commit
that referenced
this pull request
Mar 10, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Alex <alex-ju@users.noreply.github.com>
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/design-system-components@4.17.1
Minor Changes
Tag
- Truncate any text that is longer than about 20 characters, and add a tooltip with the full text when truncation occursTag
- Added@tooltipPlacement
argument#2655
MaskedInput
- added support for externally controlled content masking#2716
Badge
- Update foreground and background colors to improve contrast for a11yBadgeCount
- Update foreground color of neutral variant to improve contrast for a11y#2695
CodeBlock
- Added@copyButtonText
argument toCodeBlock
and@text
argument to theCodeBlock::CopyButton
subcomponent to customize thearia-label
of the Copy Button. The default label is still "Copy".CodeEditor
- Added@copyButtonText
argument to customize thearia-label
of the Copy Button. The default label is still "Copy".#2696
hds-code-editor
modifier - Add language syntax highlighting suport for JavaScript and RegoCodeEditor
- Add language syntax highlighting suport for JavaScript and RegoDependencies - added @codemirror/lang-javascript
#2684
Time
- Updated visual style to display a dotted underline when thehasTooltip
argument is trueRichTooltip
- Fixed Safari bug causing the dotted underline style not to display#2725
hds-code-editor
modifier - AddedhasLineWrapping
named argument that sets line wrapping behavior within the code editor.CodeEditor
- Added@hasLineWrapping
argument that is passed to thehds-code-editor
modifier#2712
Patch Changes
Time
- Fixed type declarationsCodeEditor
- Added missing@lezer/highlight
dependency#2700 - Thanks @aklkv for the contribution! 🙏
hds-tooltip
- Changed structure of tooltip content to add a wrapper that is always in the DOM and setaria-controls
on trigger elements for a11y improvements with toggled contentTooltip
- Changed structure of tooltip content to add a wrapper that is always in the DOM and setaria-controls
on button for a11y improvements with toggled content#2648
CopyButton
- Fixed issue preventing copying of empty string and zero number valuesCopySnippet
- Fixed issue preventing copying of empty string and zero number values#2685
CodeEditor
- Fixed import path forHdsCodeEditorModifierSignature
#2681
Swap unmaintained
ember-composable-helpers
with@nullvoxpopuli/ember-composable-helpers
#2493 - Thanks @aklkv for the contribution! 🙏
Migrated our tooling from yarn to pnpm and updated our JavaScript compiler configuration
Updated
decorator-transforms
from1.2.1
to2.3.0
#2671 - Thanks @aklkv for the contribution! 🙏
AdvancedTable
- Refactored keyboard navigation to a new modifierhds-advanced-table-cell
for reusability, and disabled default behavior for arrow keys in focused cells.#2659
Table
- Removed unusedupdateAriaLabel
function and event listener#2690
Tooltip
- Remove style import from Tippy.js, copy arrow positioning styles into component styles#2726