This repository was archived by the owner on Mar 9, 2025. It is now read-only.
Releases: decaf-dev/obsidian-dataloom
Releases · decaf-dev/obsidian-dataloom
8.9.2
Fix
- fix double click to fit on column. The width was being set to 0px which caused the column to collapse.
Refactor
- rename
dataloom-cell__body-container
todataloom-cell--body__container
. The documentation was correct, but the actual value was wrong.
8.9.1
Fix
- fix column resize by dragging (regression in 8.8.0)
8.9.0
8.8.0
Feature
- add undo/redo to column reorder
- add undo/redo to row reorder
- add ability to navigate to menu trigger using up/down keys when menu is open
- set overscan of the virtualized table to 30. This should reduce some of the flickering on scroll
- memorize table to optimize renders
Fix
- fix row reorder not working #788
- resolve the first column throwing an error when dragged #799
- fix bottom bar not moving below the table
- stop menu from unmounting when the virtualized table rerenders
- only add listeners to a menu that is open. This should improve memory and performance.
- resolve wrap toggle button
- don't automatically close a menu when there is an error and the error is corrected
- fix text suggest menu not selecting the highlighted item #737 #793
- fix closing of the file edit menu
Refactor
- remove Github sponsors url. Buymeacoffee is now the main site for sponsorships
- merge the support modal into the what's new modal
- increase font size of headers in the what's new modal
- add Discord information in what's new modal
- offset the position of the
ColorTagMenu
- offset the position of the
DateFormatMenu
- offset the position of the text
SuggestMenu
Docs
- add Plausible Analytics script
8.7.2
Fix
- don't modify all files in the source folder when a
tags
key is selected
8.7.1
Fix
- don't modify all files in the source folder when a frontmatter key is selected
8.7.0
Feature
- add
Source
andSource file
cell types - add sources menu
- add serialization and deserialization to frontmatter
- add folder source
Refactor
- move toggle columns into the more submenu
- move freeze columns into the header menu
- rename sidebar button to
Create loom
- rename
New column
in the Import modal match step toInsert as new column
- rename to
Display calculation row
in table settings
Docs
- fix console errors
- add features section to GitHub README
- host videos on CDN to reduce repository size
- add sources page (https://dataloom.xyz/getting-started/sources)
- add source cell page (https://dataloom.xyz/features/table/cells/source)
- add source file page (https://dataloom.xyz/features/table/cells/source-file)
8.6.4
Feature
- display an error page when React throws an error
Fix
- replace
structuredClone
withcloneDeep
from lodash for mobile support. This fixes DataLoom crashing on some mobile phones.
Docs
- update Current format section to be more readable. (https://dataloom.xyz/other/loom-file#current-format)
8.6.3
Fix
- resolve duplication of tags on import. Some CSV files have extra white space between comma and values. That whitespace is now trimmed.
8.6.2
Fix
- resolve duplication of tags on import. When importing cells that contain tags, we now match them to existing column tags before creating new ones.