-
Notifications
You must be signed in to change notification settings - Fork 51
Version Packages #2689
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
Merged
Merged
Version Packages #2689
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 ↗︎
|
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 <[email protected]>
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
Tag- Truncate any text that is longer than about 20 characters, and add a tooltip with the full text when truncation occursTag- Added@tooltipPlacementargument#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@copyButtonTextargument toCodeBlockand@textargument to theCodeBlock::CopyButtonsubcomponent to customize thearia-labelof the Copy Button. The default label is still "Copy".CodeEditor- Added@copyButtonTextargument to customize thearia-labelof the Copy Button. The default label is still "Copy".#2696
hds-code-editormodifier - 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 thehasTooltipargument is trueRichTooltip- Fixed Safari bug causing the dotted underline style not to display#2725
hds-code-editormodifier - AddedhasLineWrappingnamed argument that sets line wrapping behavior within the code editor.CodeEditor- Added@hasLineWrappingargument that is passed to thehds-code-editormodifier#2712
Patch Changes
Time- Fixed type declarationsCodeEditor- Added missing@lezer/highlightdependency#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-controlson 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-controlson 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-helperswith@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-transformsfrom1.2.1to2.3.0#2671 - Thanks @aklkv for the contribution! 🙏
AdvancedTable- Refactored keyboard navigation to a new modifierhds-advanced-table-cellfor reusability, and disabled default behavior for arrow keys in focused cells.#2659
Table- Removed unusedupdateAriaLabelfunction and event listener#2690
Tooltip- Remove style import from Tippy.js, copy arrow positioning styles into component styles#2726