Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Releases: decaf-dev/obsidian-dataloom

8.9.2

31 Oct 04:41
Compare
Choose a tag to compare

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 to dataloom-cell--body__container. The documentation was correct, but the actual value was wrong.

8.9.1

30 Oct 22:46
Compare
Choose a tag to compare

Fix

  • fix column resize by dragging (regression in 8.8.0)

8.9.0

30 Oct 22:29
Compare
Choose a tag to compare

Feature

  • add full support for attachments folder options #806

Fix

  • fix loom file creation error when attachments folder setting is enabled #604 #797
  • resolve embedded loom link being incorrect when the attachments folder setting is enabled

8.8.0

29 Oct 23:55
Compare
Choose a tag to compare

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

09 Oct 09:29
Compare
Choose a tag to compare

Fix

  • don't modify all files in the source folder when a tags key is selected

8.7.1

09 Oct 09:12
Compare
Choose a tag to compare

Fix

  • don't modify all files in the source folder when a frontmatter key is selected

8.7.0

09 Oct 08:30
Compare
Choose a tag to compare

Feature

  • add Source and Source 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 to Insert as new column
  • rename to Display calculation row in table settings

Docs

8.6.4

28 Sep 05:55
Compare
Choose a tag to compare

Feature

  • display an error page when React throws an error

Fix

  • replace structuredClone with cloneDeep from lodash for mobile support. This fixes DataLoom crashing on some mobile phones.

Docs

8.6.3

25 Sep 23:55
Compare
Choose a tag to compare

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

25 Sep 23:02
Compare
Choose a tag to compare

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.