What's Changed
- feat(native): add
toStyleSheet
function by @krudos in #4124 - fix: prevent
StyleSheetManager
updating context on every render by @keeganstreet in #4159 - fix(types): ensure typing for static properties defined on third-party components wrapped by styled-components by @MartinPELCAT in #4141
- fix: production mode inconsistent CSS rendering when dynamic property values are the same but property names are different by @bcole808 in #4132
- fix(types): decrease type complexity by moving off of
JSX.IntrinsicElements
for the supported element list by @RJWadley in #4149 - fix(types): adopt ref typing from forwardedAs by @probablyup in #4163
- chore: update typescript reference on issue template by @chilled-capybara in #4150
- chore(types): add type exports for
StyleFunction
,Interpolation
by @bcole808 in #4140 - chore: updated Contributing guide benchmark instructions by @bcole808 in #4137
- chore(types): add missing types
CSSProperties
,CSSObject
,CSSPseudos
andCSSKeyframes
by @takurinton in #4117
New Contributors
- @takurinton made their first contribution in #4117
- @krudos made their first contribution in #4124
- @chilled-capybara made their first contribution in #4150
- @MartinPELCAT made their first contribution in #4141
- @RJWadley made their first contribution in #4149
Full Changelog: v6.0.7...v6.0.8