-
Notifications
You must be signed in to change notification settings - Fork 51
Version Packages #3002
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 #3002
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 ↗︎
|
a887e1e to
cfedb91
Compare
cfedb91 to
66cc540
Compare
66cc540 to
a6abd00
Compare
a6abd00 to
177ad6b
Compare
177ad6b to
0479cdb
Compare
0479cdb to
03c1bb0
Compare
03c1bb0 to
42e3699
Compare
42e3699 to
e7f3909
Compare
shleewhite
previously approved these changes
Jul 24, 2025
dchyun
reviewed
Jul 24, 2025
Contributor
dchyun
left a comment
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.
The new changelog script almost worked perfectly 😄
5517534 to
52cee8b
Compare
dchyun
reviewed
Jul 24, 2025
KristinLBradley
previously approved these changes
Jul 24, 2025
dchyun
previously approved these changes
Jul 24, 2025
Contributor
dchyun
left a comment
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.
lgtm!
KristinLBradley
approved these changes
Jul 24, 2025
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]
Patch Changes
AdvancedTable- Removedember-math-helpersdev dependency#3043
Form::RadioCard- Fixed styling bug where hover styles were visible when disabled#3000
Make
@ember/stringa peerDependency to allow consuming apps to choose to use3.xor4.x. This unblocks apps that need4.xfor vite compatibility, while retaining3.xsupport as well for older apps.#3028 - Thanks @RobbieTheWagner for the contribution! 🙏
Form::SuperSelect- fix type for the@resultCountMessageargument so it can accept a string or a function.#3008
AppSideNav::List::Link- Applied transparent background to the element to avoid overlapping with previous item's focus ring#3032
AdvancedTable- Make the@hasResizableColumnsargument optional for theThSortcomponent.#3051
PopoverPrimitive- Updated type of theanchoredPositionOptionsobject in thesetUpPrimitivePopovermodifier to includearrowSelectorfrom thehds-anchored-positionmodifier.#3005
AppSideNav::List::Link- Removed extra transparent border and background when rendered as a<button>elementSideNav::List::Link- Removed extra transparent border when rendered as a<button>element#3026
Tag- Fixed a performance issue when many tags are present on a page caused by the ResizeObserverDependencies - Added
tracked-built-ins#3033 - Thanks @meirish for the contribution! 🙏
`AppSideNav::Panel - Fixed issue causing the focus ring of the first and last items within the Panel to be cut off
#3045
AppHeader- returnclosecallback to the:globalActionsand:utilityActionsnamed blocks so the menu actions can be hidden programmatically when the component is in a mobile view.#3031
Layout::Flex- Fixed issue in whichgapvalue was improperly inherited by nestedFlexcomponents, added "0" as a supportedgapvalue.Layout::Grid- Fixed issue in whichgap&columnMinWidthvalues were improperly inherited by nestedGridcomponents, added "0" as a supportedgapvalue.#2987