Version Packages#470
Merged
Merged
Conversation
andrewrubin
approved these changes
Jun 29, 2026
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
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
@wethegit/components@4.0.0
Major Changes
index.ts) from each component. Barrel files are known to cause circular reference issues, so we've opted to remove them in favor of explicit imports.fixedForwaredRefcomponent, as React 19+ treatsrefjust as any other prop.useBreakpoints, due to Next JS and Turbopack no longer supporting the:exportfeature. Instead, this value is hard-coded in theuse-breakpoints.tsfile now.grid-layoutsystem:Wrappercomponent in favor of the newvariantprop on theRowcomponent.Columncomponents, in favor of flexbox'sgapproperty. Way less of a learning curve here now for newcomers.flexDirectionprop to theFlex(and therefore theRow) component, to allow users to specify per-breakpoint flex directions.reverseprop, so that's now gone.grid-calc(n)SCSS utility to beget-column-width(n). This is more indicative of what it's used for.grid-layoutsystem to use the latest standards created by We the Collective's Design Team. This introduces a--grid-margin-widthCSS custom property, and updates theRowcomponent's width and margin calculations to take the new value into account.margin: 0to thebodyelement in the CSS resets stylesheet.denopackage manager.@wethegit/components-cli@5.0.0
Patch Changes
index.ts) from each component. Barrel files are known to cause circular reference issues, so we've opted to remove them in favor of explicit imports.fixedForwaredRefcomponent, as React 19+ treatsrefjust as any other prop.useBreakpoints, due to Next JS and Turbopack no longer supporting the:exportfeature. Instead, this value is hard-coded in theuse-breakpoints.tsfile now.grid-layoutsystem:Wrappercomponent in favor of the newvariantprop on theRowcomponent.Columncomponents, in favor of flexbox'sgapproperty. Way less of a learning curve here now for newcomers.flexDirectionprop to theFlex(and therefore theRow) component, to allow users to specify per-breakpoint flex directions.reverseprop, so that's now gone.grid-calc(n)SCSS utility to beget-column-width(n). This is more indicative of what it's used for.grid-layoutsystem to use the latest standards created by We the Collective's Design Team. This introduces a--grid-margin-widthCSS custom property, and updates theRowcomponent's width and margin calculations to take the new value into account.margin: 0to thebodyelement in the CSS resets stylesheet.denopackage manager.