react-multi-split-pane icon indicating copy to clipboard operation
react-multi-split-pane copied to clipboard

Results 8 react-multi-split-pane issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies

Removing test request from PR template as this library has no tests

Thanks for contributing to react-split-pane! **Before submitting a pull request,** please complete the following checklist: - [❌] The existing test suites (`yarn test`) all pass This repository has no tests...

#### Is your feature request related to a problem? Please describe. The current version do not include react 18 in peer dependency. Would be grate to see them added ####...

There is some error when using resizing on the touch screen occurs after dragging is completed. This edit fixes this issue.

I know this is based on the react-split-panes which is great. But this one is missing a key feature `allowResize=false` The workaround I'm guessing would be stopping the event `onDragStart`,...

Added support for passing CSS Styles directly to the resizer rendered by the SplitPane component using the `resizerStyle` prop. Also, it seems the npm package isn't updated with the latest...