Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
braid-design-system@33.9.0 source code.tar.gz | 2025-06-26 | 974.3 kB | |
braid-design-system@33.9.0 source code.zip | 2025-06-26 | 1.6 MB | |
README.md | 2025-06-26 | 1.0 kB | |
Totals: 3 Items | 2.6 MB | 0 |
Minor Changes
-
@braid-design-system/codemod has been moved to its own package. (#1801)
Note: This is technically a breaking change for local migrations, but we expect minimal impact so are releasing this as a minor version change.
The
braid-upgrade
command is now no longer part of thebraid-design-system
package. Instead,braid-upgrade
can be run via the@braid-design-system/codemod
package.Example
bash pnpm dlx @braid-design-system/codemod v31.11 "**/*.{ts,tsx}"
Patch Changes
-
BraidTestProvider: Provide
ResizeObserver
&IntersectionObserver
stubs to jsdom (#1811)Fixes an issue where rendering certain Braid components within a test environment could throw errors due to missing APIs in jsdom, causing tests to fail with the following error:
ReferenceError: IntersectionObserver is not defined