split icon indicating copy to clipboard operation
split copied to clipboard

Unopinionated utilities for resizeable split views

Results 144 split issues
Sort by recently updated
recently updated
newest added

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.23 to 0.7.28. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service (ReDoS) in ua-parser-js ua-parser-js...

dependencies
security

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Remote code execution in handlebars when compiling templates The...

dependencies
security

Bumps [gzip-size-cli](https://github.com/sindresorhus/gzip-size-cli) from 4.0.0 to 5.0.0. Release notes Sourced from gzip-size-cli's releases. v5.0.0 Breaking Require Node.js 12 fc768f1 https://github.com/sindresorhus/gzip-size-cli/compare/v4.1.0...v5.0.0 v4.1.0 Add --include-original flag (#5) 15b4055 https://github.com/sindresorhus/gzip-size-cli/compare/v4.0.0...v4.1.0 Commits ebfc5ed 5.0.0 fc768f1...

dependencies

so i have fullcalendar component on the right side and another component on the right side. When I try to resize so that right side component is bigger than the...

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.1.0 to 8.3.0. Changelog Sourced from eslint-config-prettier's changelog. Version 8.3.0 (2021-04-24) Added: Support for [@​babel/eslint-plugin]. Thanks to Chip Zhang (@​ChipZhang) for the heads-up! ([eslint-plugin-babel] is still supported,...

dependencies

When I use a function as a child of split I get this warning: ```Failed prop type: Invalid prop `children` of type `function` supplied to `ReactSplitGrid`, expected a single ReactElement.```...

When there are multiple columns, how to add and subtract the width of the window from a fixed column instead of adding and subtracting from adjacent columns?

Bumps [eslint-config-airbnb](https://github.com/airbnb/javascript) from 18.2.0 to 18.2.1. Commits 37d48db [eslint config] v18.2.1 e5de51e [eslint config] [patch] re-add jsx-a11y/accessible-emoji, but disabled eee79a5 [eslint config] [deps] update eslint-plugin-jsx-a11y, eslint-plugin-react b7015dd [eslint config] [deps]...

dependencies

It seems that, splitting not working in case of CSS media queries. Please check the below example: ```css * { box-sizing: border-box; margin: 0; padding: 0; } .grid > div...

enhancement
split-grid

In the current behavior, the `onDragStart` and `onDragEnd` props are passed directly to the `Split` constructor. When the functions for these props change, the new values don't get called which...