Skip to content

Releases: decaf-dev/obsidian-dataloom

8.15.4

28 Nov 23:36
5362e0c
Compare
Choose a tag to compare

Fix

  • resolve frontmatter source loading date without a timestamp as UTC instead of local timezone. For example, 2023-10-10 PST would be loaded as 2023-10-10 UTC and consequently display as 2023-10-09 PST.

8.15.3

28 Nov 23:01
4c6f435
Compare
Choose a tag to compare

Fix

  • add guard clauses for type checking when deserializing frontmatter. If you get an error after this update, please post a bug report in either the GitHub repository or the Discord.

8.15.2

27 Nov 03:20
8e35183
Compare
Choose a tag to compare

Fix

  • fix NaN appearing for date values after migrating from below 8.13.0. This will not affect loom files that have been already updated. You will need to manually replace those dates with any previous versions that you have saved. I apologize for the inconvenience!

8.15.1

26 Nov 08:24
278816a
Compare
Choose a tag to compare

Fix

  • resolve view.getMode() error in console
  • resolve crash when frontmatter source property value is null
  • resolve rows not populating when a frontmatter source is initially added
  • resolve frontmatter source with checkbox not updating on is not selection

8.15.0

26 Nov 07:43
75067af
Compare
Choose a tag to compare

Feature

  • add frontmatter source

Fix

  • resolve Invalid time value error when changing to date type

Docs

  • add survey button to premium page

8.14.1

26 Nov 04:30
7cc1c1a
Compare
Choose a tag to compare

Fix

  • resolve table not refreshing after import #877

8.14.0

25 Nov 02:44
9732220
Compare
Choose a tag to compare

Feature

  • add button sizes
  • move undo/redo buttons into their own row for greater accessibility on mobile
  • add Today button in the DateCellEdit menu

Fix

  • don't display time input when include time is disabled
  • handle changing from most types to text (regression 8.13.0)
  • handle changing from text to most types (regression 8.13.0)
  • handle changing from tag to multi-tag (regression 8.13.0)
  • handle changing from multi-tag to tag (regression 8.13.0)
  • allow date cell edit menu to close on outside click

Refactor

  • rename "What's new modal" to "Release notes" in settings
  • update Buymeacoffee images

Test

  • remove tests related to undo/redo
  • fix all tests

8.13.2

24 Nov 08:12
cebe992
Compare
Choose a tag to compare

Fix

  • remove extra spacing around embed cell links
  • resolve folder source not loading source files when the folder path contains a leading or trailing slash
  • stop focus indicator from jumping on backspace press

8.13.1

24 Nov 07:28
d4018eb
Compare
Choose a tag to compare

Fix

  • only display file name in the source file cell (Regession 8.13.0)
  • close header menu on frontmatter "clear" button press

Refactor

  • update copy message to "Copied cell content into clipboard"

8.13.0

24 Nov 06:55
d47e3d7
Compare
Choose a tag to compare

Feature

  • display hyperlink instead of "URL not supported" in embed cell
  • add right click to copy value on all cells
  • replace all undo/redo logic with jsondiffpatch

Fix

  • fix sorting by file being inconsistent #796
  • fix crash when loading frontmatter data #860
  • fix checkbox not saving in Obsidian format (true/false) #851
  • fix wiki links not updating when a folder or file is renamed

Refactor

  • store path information in variables for FileCell and EmbedCell instead of in a wiki link string
  • add individual typescript types for each cell

Test

  • use either createLoomState for basic tests or createGenericLoomState for complex tests