Aman Mahajan

Results 16 issues of Aman Mahajan

Column now supports CSS grid units including `auto` (default), `fr`, `%`, `max-content` etc. To handle virtualization, a flex column is assigned a width of (80px) and the actual width is...

Replaced `scrollToRow/scrollToCell` with a new `scrollToCell` method New logic - Set `scrollToCell` state - Render an additional cell - Scroll to the cell using `scrollIntoView` - Clear `scrollToCell` state

Add a new `DataGrid.onCellKeyDown` prop. The following props have been removed - `cellNavigationMode` - `editorOptions.onCellKeyDown` - `editorOptions.onNavigation` Fixes https://github.com/adazzle/react-data-grid/issues/2724 https://github.com/adazzle/react-data-grid/issues/2520 https://github.com/adazzle/react-data-grid/issues/2463 https://github.com/adazzle/react-data-grid/issues/2377 https://github.com/adazzle/react-data-grid/issues/1715

Blocker: `overflow: hidden; text-overflow: ellipsis;` does not work with `display: flex` without extra spans

## Environment - Linaria version: `@linaria/[email protected]` - MSW version: `2.0.6` - Bundler (+ version): `[email protected]` - Node.js version: `21.1.0` - OS: win11 ## Description Linaria when use with MSW crashed...

needs: complete repro 🖥️
bundler: webpack 📦
bug report 🦗