Skip to content

Releases: Apollo-Spreadsheet/apollo-spreadsheet

v0.0.37

27 Oct 23:27
Compare
Choose a tag to compare
  • Cell className can be a function now 3fbbb38

v0.0.36...v0.0.37

v0.0.36

27 Oct 23:04
Compare
Choose a tag to compare
  • Added metadata field for columns f2804e8

v0.0.35...v0.0.36

v0.0.35

27 Oct 18:00
Compare
Choose a tag to compare
  • Added componentProps callback in case the user wants to know the row/column value to condition anything 86a0dad

v0.0.34...v0.0.35

v0.0.34

27 Oct 17:42
Compare
Choose a tag to compare
  • Added currentValue for shouldSave hook 0ee3694
  • Added shouldSaveHook interceptor on column 77ef531

v0.0.33...v0.0.34

v0.0.33

27 Oct 16:38
Compare
Choose a tag to compare
  • 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.33

v0.0.32

26 Oct 23:21
Compare
Choose a tag to compare
  • Fixed editor manager valueEqual operator 1c5d776
  • Update README.md 913bd6a

v0.0.31...v0.0.32

v0.0.31

26 Oct 22:40
Compare
Choose a tag to compare
  • 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.31

v0.0.30

26 Oct 16:11
Compare
Choose a tag to compare
  • Added apiRef for editors and GridContainer.tsx Added onResize event to dispatch internal event Refactored editor resize watcher to use global dispatch b97f4be

v0.0.29...v0.0.30

v0.0.29

26 Oct 15:22
Compare
Choose a tag to compare
  • Removed overflow from storybook iframes to allow only columns scroll Added coords via props so the current column may react Fixed the issue where currentColumn class was not being displayed 000cade

v0.0.28...v0.0.29

v0.0.28

26 Oct 11:29
Compare
Choose a tag to compare
  • 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

v0.0.27...v0.0.28