Patch Changes - 9945904: Restore TypeScript prop autocomplete inside the JSX of a styled component once the first attribute is typed. - 9945904: Apply all chain levels' styles when an extended s
Patch Changes - 49d09ae: Fix a performance regression in 6.4.0 where dynamic createGlobalStyle components caused significant re-render slowdowns. Also restores pre-6.4 cascade ordering when multip
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