-
Notifications
You must be signed in to change notification settings - Fork 50
Version Packages #3182
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 #3182
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 GitHub.
|
ca2fd02
to
b32b71f
Compare
b32b71f
to
b4cf2c5
Compare
b4cf2c5
to
439fcb9
Compare
439fcb9
to
e60b78c
Compare
e60b78c
to
5e5483c
Compare
5e5483c
to
26c4fc1
Compare
26c4fc1
to
1da4a91
Compare
1da4a91
to
d02f42c
Compare
3726fe0
to
9fe33f8
Compare
9fe33f8
to
9a6c364
Compare
9a6c364
to
92b18cf
Compare
92b18cf
to
0c18072
Compare
MelSumner
approved these changes
Oct 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see anything that immediately concerns me. 👍
dchyun
approved these changes
Oct 3, 2025
zamoore
pushed a commit
that referenced
this pull request
Oct 3, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: shleewhite <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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]
Major Changes
Upgraded Style Dictionary to version 5
src
JSON tokens files to use the community standard DTCG format#3138
@hashicorp/[email protected]
Minor Changes
PopoverPrimitive
- Added support for dynamic swap/injection of the toggle element.#3189
AdvancedTable
- Added support for column reordering.@hasReorderableColumns
argument. When set totrue
, enables column reordering.@columnOrder
argument for setting the initial order of columns by their keys.@onColumnReorder
argument which accepts a callback function that is called when reordering is completed.@reorderedMessageText
which overrides the default message text that is rendered in the table caption when a column is reordered.#2997
Patch Changes
Table
- Update the model and returnedB.data
to use generic types, so the type of the data is retained.KeyValueInputs
- Update the data and returnedR.rowData
to use generic types, so the type of the data is retained.#3150 - Thanks @aklkv for the contribution! 🙏
🔄 Updated dependencies: