- Update
react-menus
dependency to version supporting React0.14
- Update to React
0.14
- this is the reason of the major version bump
- Fix sorting grid when column header is touched on touch devices - https://github.com/zippyui/react-datagrid/pull/99
- Fix groupBy bug preventing display of all data in grid (issue #62, fixed in #97)
- move userSelect: none from row inline style to row class
- fix row background to be actually applied to row, not cell
- add hot loading (
npm run hot
) to the development process.
- add support for column.className to be propagated to column cells.
- improve testing coverage
- add support for remote data loading and pagination
- add support for Mac meta key on row deselect
- fix selection and row interaction bug introduced by v1.0.4
- fix scrolling issues on Mac (Chrome&Safari)
- improve scrolling performance on all platforms
- fix bug that did not refresh groupBy grid on column visibility change