Releases: decaf-dev/obsidian-dataloom
Releases · decaf-dev/obsidian-dataloom
8.15.4
Fix
- resolve frontmatter source loading date without a timestamp as UTC instead of local timezone. For example,
2023-10-10
PST would be loaded as2023-10-10
UTC and consequently display as2023-10-09
PST.
8.15.3
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
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
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
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
8.14.0
Feature
- add button sizes
- move undo/redo buttons into their own row for greater accessibility on mobile
- add
Today
button in theDateCellEdit
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
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
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
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
andEmbedCell
instead of in a wiki link string - add individual typescript types for each cell
Test
- use either
createLoomState
for basic tests orcreateGenericLoomState
for complex tests