styled-components / styled-components
Fast, expressive styling for React. Server components, client components, streaming SSR, React Native—one API.
41.0K
2.5K
-
-
Minor Changes - b0f3d29: .attrs() improvements: props supplied via attrs are now automatically made optional on the resulting component (previously required even when attrs provided a default). Al
Patch Changes - db4f940: Fix test performance regression in 6.3.x by eliminating double style rendering in createGlobalStyle and removing unnecessary DOM queries during cleanup in client/test envi
Patch Changes - 752f5ec: fix: resolve "React is not defined" ReferenceError introduced in 6.3.10 when loading the CJS build in Node.js
Patch Changes - f674224: fix: RSC style tags for extended components have correct href and include base CSS (5663) - Fix spaces in <style href> attribute that caused React 19 hydration fail