Skip to content

Bump react-split-pane from 0.1.92 to 3.0.5#2676

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-split-pane-3.0.5
Closed

Bump react-split-pane from 0.1.92 to 3.0.5#2676
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-split-pane-3.0.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 13, 2026

Bumps react-split-pane from 0.1.92 to 3.0.5.

Release notes

Sourced from react-split-pane's releases.

v3.0.5

Bug Fixes

  • fix: maintain controlled pane sizes on container resize (#869)

    When using controlled mode with pixel sizes (e.g., <Pane size={200}>), panes were incorrectly being scaled proportionally when the browser window or container resized. This fix ensures controlled panes maintain their fixed pixel sizes.

    Before: Controlled panes scaled proportionally on window resize After: Controlled panes maintain fixed pixel sizes as expected

    Fixes #868

Behavior Summary

Mode On Window Resize
Controlled (size={200}) Maintains fixed pixel size
Uncontrolled (defaultSize={200}) Scales proportionally

Installation

npm install react-split-pane@3.0.5

v3.0.4

Add checks script

Added npm run checks script that runs all validations in one command:

  • TypeScript type checking
  • ESLint
  • Prettier formatting
  • Vitest tests

v3.0.3

Simplified Examples

  • Clean white background replacing dark theme
  • Minimal 1px divider with semi-opaque hover/drag indicator
  • Added dragging class to divider to prevent hover flicker
  • Removed TouchExample (touch support is automatic)
  • Added PercentageExample for percentage-based layouts
  • Enhanced StyledExample with gradient panes and grip-dot divider
  • Expanded snap points in SnapPointsExample (150, 300, 450, 600, 800)
  • Improved responsive nav buttons for smaller screens

v3.0.2

Documentation

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

... (truncated)

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 or v2.x.

Commits
  • 3a139c1 chore: bump version to 3.0.5
  • a840671 fix: maintain controlled pane sizes on container resize (#868) (#869)
  • 3f5d90c docs: update bug report template for v3 (#867)
  • 6028054 docs: add container sizing documentation (#866)
  • c1626a2 docs: add v2.x migration section to migration guide (#864)
  • 1f48a4d fix: sync controlled pane sizes when props change (#862)
  • 48ebdbe fix: code quality improvements from review (#859)
  • 7de2f44 docs: update installation and branch references (#857)
  • c71006a Fix splitter lagging behind cursor during drag (#856)
  • 395a8fd v3.0.4: Add checks script
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [react-split-pane](https://github.com/tomkp/react-split-pane) from 0.1.92 to 3.0.5.
- [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.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 13, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 13, 2026

Deploy Preview for relational-playground failed.

Name Link
🔨 Latest commit a4cb494
🔍 Latest deploy log https://app.netlify.com/projects/relational-playground/deploys/69661f27d4610f0008aaaa0c

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jan 13, 2026

Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 27, 2026

Superseded by #2685.

@dependabot dependabot Bot closed this Feb 27, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/react-split-pane-3.0.5 branch February 27, 2026 10:10
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.

0 participants