-
Notifications
You must be signed in to change notification settings - Fork 51
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
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 #3182
+132
−129
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
072fbe2
to
98682d3
Compare
98682d3
to
ae686b0
Compare
ae686b0
to
f463224
Compare
f463224
to
60f3034
Compare
60f3034
to
b688cfa
Compare
b688cfa
to
8c246c1
Compare
8c246c1
to
5e7bf37
Compare
5e7bf37
to
8daa0a1
Compare
8daa0a1
to
6bbaaab
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]
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: