Skip to content

Releases: Apollo-Spreadsheet/apollo-spreadsheet

v0.0.27

23 Oct 16:28
Compare
Choose a tag to compare
  • Fixed editor text and numeric having the minHeight Paper props on text and numeric have no background color Fixed escape on editor to cancel and not save Created a new storybook example 100x100 with horizontal scroll but its not perfectly working, its just a WIP Created data changed event when the underlying cells are built Created rows changed event Added reset navigation selection (highlight) to default coords when rows change Created a new row interface that abstracts an object with key-value instead of any type or unknown Refactored most of the row invoking any key type to use Row type Refactored useRowSelection to create the header and manage it Created new methods for useHeaders that expose updateColumns, getColumns and getColumnById Moved root apollo props into its own file Created sort hook and its API. Also moved all the sorting logic into it Added api's interfaces on each hook Added cellClassName for selection and updated table demo to use a custom cellClassName on selection Renamed getSelectedRows to getSelectedRowIds Removed columnCount useMemo Fixed totalWidth at useHeaders to replaced % Renamed Header interface to Column and props headers to columns 28c5baa
  • Update README.md e20ffe4

v0.0.26...v0.0.27

v0.0.26

22 Oct 14:21
Compare
Choose a tag to compare
  • Editors now copy the target cell background color by default for its parent 06a50dc

v0.0.25...v0.0.26

v0.0.25

22 Oct 14:16
Compare
Choose a tag to compare
  • Fixed scroll position sync after immutable update or resize Refactored rowsApi and added new methods Refactored getRows and now applied with custom predicate and by id 0c4377a

v0.0.24...v0.0.25

v0.0.24

22 Oct 13:42
Compare
Choose a tag to compare
  • Fixed some documentation Removed the marginLeft from sort indicator Added Generic row type for ChangeParams 9a1eb18

v0.0.23...v0.0.24

v0.0.23

22 Oct 13:31
Compare
Choose a tag to compare
  • Fixed editing and added new column api ef1a0d1

v0.0.22...v0.0.23

v0.0.22

22 Oct 13:14
Compare
Choose a tag to compare
  • Manage to fix the min column width of Table story and apply scroll size directly on container width eb9a64c

v0.0.21...v0.0.22

v0.0.21

22 Oct 12:54
Compare
Choose a tag to compare
  • GridContainer.tsx width fixed 2282d56

v0.0.20...v0.0.21

v0.0.20

22 Oct 12:43
Compare
Choose a tag to compare
  • Refactored the adjusted width and removed it from the calculation on GridContainer.tsx 5fd14b0

v0.0.19...v0.0.20

v0.0.19

22 Oct 12:20
Compare
Choose a tag to compare
  • New version just including debugging for our integration project 6fccd00

v0.0.18...v0.0.19

v0.0.18

22 Oct 12:03
Compare
Choose a tag to compare
  • Fixed the calculation of the columns in the gridContainer considering selection column Added selection column width Reduced the container width size including the scrollbar to ensure we have no horizontal scroll on fits fe28b98

v0.0.17...v0.0.18