braid-design-system@33.9.0
·
250 commits
to master
since this release
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-upgradecommand is now no longer part of thebraid-design-systempackage. Instead,braid-upgradecan be run via the@braid-design-system/codemodpackage.Example
pnpm dlx @braid-design-system/codemod v31.11 "**/*.{ts,tsx}"
Patch Changes
-
BraidTestProvider: Provide
ResizeObserver&IntersectionObserverstubs 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