Releases: Apollo-Spreadsheet/apollo-spreadsheet
Releases · Apollo-Spreadsheet/apollo-spreadsheet
v0.0.17
v0.0.16
v0.0.15
v0.0.14
v0.0.13
- Fixed storybook examples import Reviewed the headerClassName that needs also to be present in the root div due to custom renderers Fixed the row/column delete detection in the editorManager Fixed table example not saving also due to stale state e2b5593
v0.0.12
- Fixed the default header css style Fixed span styling when we specify a tooltip to use header class Added border color for highlight selection via props Added material ui/icons as devDependency for storybook and as peer for production Added a validation for given width % and throws error if overflows the limit Removed theme from props and added inside apiRef Added a new rowsApi method "getRowAt" in order to allow index based search Refactored the existing getRows with array index and replaced with getRowAt Removed rows as editorManager dependecy Added additionalProps on editors that receive dynamically editorProps from column and editorClass from theme Removed the calendar default styles and moved as external configuration for Spreadsheet Fixed the rows not updating in the grid due to createData not using the latest rows and always going on the API Fixed the spreadsheet storybook example where the state was staling 51b35bb
v0.0.11
Supporting Nextjs or any other SSR by removing external CSS as modules
- Removed datepicker css in order to support Next.js or any other SSR framework 1d6718c