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.16.1
8.16.0
8.15.12
8.15.11
Breaking changes for developers
If you have previously cloned the repository for development, you will need to follow the new directions in CONTRIBUTING.md
Feature
- build files into the
distfolder - use
js-loggerfor all log statements - add more descriptive log statements
- add granular log level support
TRACE,DEBUG,INFO, etc
Fix
- fix
main.cssnot being renamed tostyles.cssin dev mode - stop
updateRowsFromSourcebeing called when sources are empty - fix cell content being erased after preforming an operation #916
Docs
- update
CONTRIBUTING.mdwith new build path info
8.15.10
8.15.9
8.15.8
Fix
- remove
source,source file,last editedandcreation timecolumns as options from the import column match menu. These columns are meant to be populated only by DataLoom. - resolve crash of loom after number cell import. This update also adds support for other types that were not being imported properly. If your loom is not working, please make a post in the DataLoom Discord.
8.15.7
Fix
- resolve checkbox filter not updating when selecting dropdown
- resolve crash for incorrect validation of checkbox filter
8.15.6
Fix
- don't crash on mismatch between property type and value. Display "Invalid property value" instead
8.15.5
Feature
- add filter when filter menu is first opened
- close filter menu when last filter is deleted
Fix
- update broken
quickstartandembed-loomlinks inWelcomeModal