Skip to content

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Dec 12:28
· 6 commits to master since this release
d8a3d4a

7.0.0 (2025-12-10)

Features

BREAKING CHANGES

  • Minimum React version is now 18.x. Projects using React 16 or 17 will need to upgrade.

Summary

  • Update React and ReactDOM to ^18.0.0
  • Update peerDependencies to require React 18
  • Migrate Storybook from 6.5.16 to 7.6.20
  • Migrate Webpack from v4 to v5
  • Migrate all 70+ stories from storiesOf to CSF format

Dependencies Updated

  • react, react-dom: ^18.0.0
  • @types/react, @types/react-dom: ^18.0.0
  • @testing-library/react: ^14.1.2
  • @testing-library/jest-dom: ^6.1.5
  • @storybook/*: ^7.6.20
  • webpack: ^5.89.0
  • semantic-ui-react: ^2.1.5

Fixes

  • Add missing children prop to multiple components
  • Fix TypeScript errors for React 18 compatibility
  • Externalize react-dom in webpack to prevent bundling
  • Remove --openssl-legacy-provider flag