Feature
- add ability to toggle the display of the calculation row #688
- render
ErrorApp
when thedeserializeState
function throws an error
Fix
- keep
lastEditedTime
fromexecute
command whenredo
is called - sort row cells to match column order when columns are reorder #750
Refactor
- use sentence case on all header titles
- minify loom state
- remove
footerRows
andfooterCells
from the loom state - remove
headerRows
andheaderCells
from the loom state. Themarkdown
key from each header cell will be merged into the corresponding column - rename
bodyRows
torows
in the loom state - merge
bodyCells
intorows
. This helps to minify the file state
- remove
- rename
BodyCell
type toCell
- reorder
LoomStateCommand
method order to haveundo
first and thenredo
- make all command variables private
- refactor add strict typing to
nextRows
andnextCells
in all commands - rename
tag.markdown
totag.content
- rename
cell.markdown
tocell.content
Docs
- add
Loom file
page (https://dataloom.xyz/other/loom-file)