Skip to content

v5.0.1

Choose a tag to compare

@ourpeter ourpeter released this 10 Jun 11:24
865c8ab

Fixed

  • Stop forwarding non-standard props to the DOM — styled-components v6 no longer filters unknown props automatically (v5 did), which flooded the dev console with React warnings for props like block, isOpen, active and fullWidth. The theme provider now wraps everything in a StyleSheetManager with shouldForwardProp backed by @emotion/is-prop-valid, restoring the v5 filtering behavior across the whole library. (#113)
  • Replaced the deprecated apple-mobile-web-app-capable meta tag with mobile-web-app-capable in the example app. (#113)

Dependencies

  • Updated @wayke-se/ecom-web to 2.1.0.
  • Added @emotion/is-prop-valid as a direct dependency.
  • Updated all in-range dependencies, including @apollo/client 4.2.3, react/react-dom 19.2.7, react-router-dom 7.17.0, i18next 26.3.1, date-fns 4.4.0, graphql 16.14.2, libphonenumber-js 1.13.6 and marked 18.0.5. (#113)

Note: ESLint stays on v9 — eslint-plugin-import and eslint-plugin-react don't support ESLint 10 yet.