-
Notifications
You must be signed in to change notification settings - Fork 183
Releases: iddan/react-spreadsheet
Releases · iddan/react-spreadsheet
v0.10.0
v0.8.0
Features
New Formula Evaluation Engine
This release includes an overhaul of the formula evaluation process. Now, React Spreadsheet supports formula cells depending on other formula cells and ranges.
Breaking Changes
- Removed
getBindingsForCell- to simplify the work on the new formula enginegetBindingsForCellis removed for now. It may be added back in a future release if it integrates well into the new evaluation engine and doesn't complicate it too much. - Removed
getComputedValue
Assets 2
1 person reacted
v0.7.0
Assets 2
v0.6.0
- Split
Rowto two components:Rowfor rows in the table body andHeaderRowfor the table header row.
Assets 2
v0.5.20
- Add
darkModeprop to Spreadsheet to activate dark mode
Assets 2
v0.5.19
- Bundle type declarations for better experience introspecting types.
Assets 2
v0.5.18
Fix an issue introduced in 0.15.17 that double-clicking the active cell won't change the mode to edit.
Assets 2
v0.5.17
- Update Spreadsheet active and selected when the component blurs
Assets 2
v0.5.16
- Add
exitEditModeprop toDataEditorto allow to programmatically exit edit mode.
Assets 2
v0.5.15
- Deprecate
CellDescriptor - Support newer versions of React (by changing the code to use context and reducer as store instead of Unistore)
- Test most of the code and make sure code is more testable