Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2025

Bumps react-split-pane from 0.1.92 to 3.0.2.

Release notes

Sourced from react-split-pane's releases.

v3.0.2

Documentation

  • Add npm monthly downloads badge to README (#852)

Full Changelog: tomkp/react-split-pane@v3.0.1...v3.0.2

v3.0.1

Documentation

  • Add Tailwind CSS and shadcn/ui integration guide to README (#851)
    • Using Tailwind classes directly with className props
    • shadcn/ui integration examples
    • Custom divider component with shadcn theming
    • CSS variables configuration for Tailwind themes

Full Changelog: tomkp/react-split-pane@v3.0.0...v3.0.1

v3.0.0

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
Changelog

Sourced from react-split-pane's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.0 (2025-12-22)

⚠ BREAKING CHANGES

  • Complete rewrite with modern React patterns
  • Children must now be wrapped in <Pane> components
  • split prop renamed to direction (and meanings swapped to align with CSS flex)
  • Size constraints (minSize, maxSize, defaultSize) moved to <Pane> component
  • Callback props renamed: onDragStartedonResizeStart, onChangeonResize, onDragFinishedonResizeEnd
  • Callback signatures changed to include event metadata
  • primary prop removed (use controlled mode instead)
  • allowResize renamed to resizable
  • CSS class names changed: SplitPanesplit-pane, Resizersplit-pane-divider
  • IE11 no longer supported

Features

  • Hooks-based architecture: Complete rewrite using modern React hooks
  • TypeScript: Full TypeScript support with strict mode
  • Accessibility: Full keyboard navigation (arrow keys, Home, End) and ARIA attributes
  • Touch support: Built-in touch event handling for mobile devices
  • Snap points: Optional snap-to positions during resize
  • Multiple panes: Native support for 2+ panes without nesting
  • Persistence hook: usePersistence hook for localStorage/sessionStorage
  • Custom dividers: Pass custom divider components via divider prop
  • RAF-throttled: Smooth resize performance with requestAnimationFrame throttling
  • Smaller bundle: < 5KB gzipped

Migration

See MIGRATION.md for detailed upgrade instructions from v0.1.x.

Commits
  • 13c0430 v3.0.2: Add npm downloads badge
  • 59f33ca docs: add npm monthly downloads badge (#852)
  • 674b092 v3.0.1: Add Tailwind CSS and shadcn/ui documentation
  • 71f2dbf docs: add Tailwind CSS and shadcn/ui integration guide (#851)
  • 7741b98 Enhance mobile support: responsive layouts, touch-friendly dividers, and impr...
  • da39150 Enhance mobile support: responsive layouts, touch-friendly dividers, and impr...
  • 1ef5987 v3.0.0: Modern hooks-based rewrite with TypeScript and accessibility (#850)
  • ad8bd17 Syntex highlight error resolved (#817)
  • 49c6d36 type declaration - fix missing children prop (#819)
  • 95f8c65 Merge pull request #731 from tomkp/dependabot/npm_and_yarn/y18n-4.0.3
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-split-pane](https://github.com/tomkp/react-split-pane) from 0.1.92 to 3.0.2.
- [Release notes](https://github.com/tomkp/react-split-pane/releases)
- [Changelog](https://github.com/tomkp/react-split-pane/blob/master/CHANGELOG.md)
- [Commits](tomkp/react-split-pane@v0.1.92...v3.0.2)

---
updated-dependencies:
- dependency-name: react-split-pane
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 23, 2025
@netlify
Copy link

netlify bot commented Dec 23, 2025

Deploy Preview for relational-playground failed.

Name Link
🔨 Latest commit 3d26ea8
🔍 Latest deploy log https://app.netlify.com/projects/relational-playground/deploys/694a69db5f9b610008edf261

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2025

Superseded by #2662.

@dependabot dependabot bot closed this Dec 24, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-split-pane-3.0.2 branch December 24, 2025 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant