Skip to content

v6.0.8

Compare
Choose a tag to compare
@quantizor quantizor released this 13 Sep 15:09
· 42 commits to main since this release

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 and CSSKeyframes by @takurinton in #4117

New Contributors

Full Changelog: v6.0.7...v6.0.8