Releases: Apollo-Spreadsheet/apollo-spreadsheet
Releases · Apollo-Spreadsheet/apollo-spreadsheet
v0.0.37
v0.0.36
v0.0.35
v0.0.34
v0.0.33
- Removed comments of unused code from CalendarEditor.tsx Fixed child elements out a cell to be handled from click and double click Refactored CELL_DOUBLE_CLICK and CLICK events to pass the DOM element Fixed sort indicator not updating by passing sort via props 7d051c9
v0.0.32
v0.0.31
- Fixed the spacings 95d55cf
- Added EditorProps to the custom editors bb45776
- Removed a default prettier option 404199b
- Prettier fix tabWidth da8c7ac
- Prettier fix Modified prettier config Changed eslint to add more custom rules and extend airbnb preset Fixed some missing types and some invalid Fixed some quantity of eslint using the new rules Fixed some missing dependencies from useEffects Removed forwardRef from GridWrapper.tsx Removed forwardRef from ColumnGrid.tsx 78b5c72
- Prettier fix Modified prettier config 3962a0a
- Deleted large data grid example Created GridContainerProps.ts 4060d3a
- Created scroll alignment storybook examples Removed some navbar methods from spreadsheet example Fixed the height of Spreadsheet.tsx to dynamic height 4421d08
v0.0.30
v0.0.29
v0.0.28
- Fixed text and numeric editor marginThreshold set to 0 Renamed fixedColumnWidths onto columnWidths Created a new logger Renamed createFixedWidthMapping.ts into createColumnWidthsMapping.ts Added white text on the logger to make the context more visible Added a check on logger to check object or array and print directly eb85a8b
- GridContainer renamed headers to columns prop name Removed getTotalColumnWidth function a80f89f
- Updated storybook example of Last Fixed createFixedWidthMapping.ts to avoid clamping the totalSize when we are in stretch mode none 471a8cc
- Removed scrollSize from createFixedWidthMapping.ts Removed the getColumnWidth callback from getColumnWidthHelper and fetch only from the mapping Added useCallback for getColumnWidth and fixed its typings 479593e
- Refacoted the fallback in createFixedWidthMapping.ts when the totalSize overflows the maximum available to reduce a ratio in the column mapping and not use scrollSize for fixedTotal because containerWidth already has 5ca14e6
- Refacoted createFixedWidthMapping.ts and fixed the dynamic column calculation bcfee2b
- Removed ColumnSizer and calculate on createFixedWidthMapping.ts Installed memoize-one and dequal to memoize calculation of the fixed widths Removed dynamicCount from useHeaders and Grid container Removed registerFn from GridWrapper and GridContainer 0036a3d