Skip to content

v3.0.0

Choose a tag to compare

@tomkp tomkp released this 22 Dec 22:29
· 27 commits to master since this release
b10bba3

What's New in v3.0.0

Complete rewrite of react-split-pane with modern React patterns:

  • Hooks-based architecture - Built entirely with React hooks
  • Full TypeScript support - Complete type definitions included
  • React 17, 18, and 19 support - Works with latest React versions
  • Accessibility improvements - Keyboard navigation and ARIA support
  • Touch support - Works on mobile devices
  • CSS variables - Easy theming with CSS custom properties
  • Smaller bundle size - Tree-shakeable ESM and CJS builds
  • New exports - Separate keyboard and persistence utilities

Breaking Changes

  • Complete API rewrite - see README for migration guide
  • Minimum Node.js 20 required