You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the react and react-dom peer dependencies to 16.14.0 - 17.
Updated dependencies, some of which require newer Node.js versions than were previously supported.
Updated Node.js support from v8.10+ to ^10.17.0 || ^12.0.0 || >= 13.7.0.
Removed the package module field.
Added a package exports field with conditional exports to support native ESM in Node.js and keep internal code private, whilst avoiding the dual package hazard. Published files have been reorganized and most are now CJS instead of ESM, so previously undocumented deep imports will need to be rewritten.
Updated the Babel config to use the new JSX transform and removed now redundant React requires.
Ensure using the data-daui-color-scheme HTML attribute also updates the element’s font color to match the specified color scheme.
Minor
Allow React component displayName and propTypes to be removed in production builds.