Skip to content

Commit 5a050e2

Browse files
committed
chore: update changeset with removal of fixedForwardRef
1 parent 1654faf commit 5a050e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.changeset/hungry-books-change.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"@wethegit/components-cli": patch
44
---
55

6-
- COMP: Removes barrel files (`index.ts`) from each component. Barrel files are known to cause circular reference issues, and so we've opted to remove them in favor of explicit imports.
6+
- COMP: Removes barrel files (`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.
7+
- COMP: Removes `fixedForwaredRef` component, as React 19+ treats `ref` just as any other prop.
78
- COMP: Removes the CSS modules file from `useBreakpoints`, due to Next JS and Turbopack no longer supporting the `:export` feature. Instead, this value is hard-coded in the `use-breakpoints.ts` file now.
89
- COMP: Overhauls the flex `grid-layout` system:
910
- Removes `Wrapper` component in favor of the new `variant` prop on the `Row` component.

0 commit comments

Comments
 (0)