react-grid-layout
react-grid-layout copied to clipboard
A draggable and resizable grid layout with responsive breakpoints, for React.
This allows any empty spaces in the layout to be filled with a single component. For example, an "add item" button that is always in the empty space and can...
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0. Changelog Sourced from node-forge's changelog. 1.3.0 - 2022-03-17 Security Three RSA PKCS#1 v1.5 signature verification issues were reported by Moosa Yahyazadeh ([email protected]). HIGH: Leniency...
Handles moving conflicting elements in a way appropriate for a sequence of elements arranged in a wrapped-paragraph style.
PR to make the handles resizable on other corners functional in a natural way **Before**  **After** 
 ## What has been done - Added a new `isDetachable` prop that will dictate whether or not you are able to detach a block from a RGL...
fix: #889 In Responsive, the onBreakpointChange event occurs after the onLayoutChange event. So if the onLayoutChange event is used to save the layout based upon the current breakpoint, the save...
### Describe the bug the `onLayoutChange` callback produces incorrect layout values in the following cases: * Resize element with another element collapsing: incorrect moved element x -value * Resize element...
transformScale support { w: number; h: number } and plz upgrade the [react-draggable PR](https://github.com/react-grid-layout/react-draggable/pull/640) and [react-resizable PR](https://github.com/react-grid-layout/react-resizable/pull/192).
Not a bug, just an enhancement ### Your Example Website or App https://github.com/react-grid-layout/react-grid-layout ### Steps to Reproduce run the tests, & see the coverage output (_also captured in a screenshot...