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
dist
folder - use
js-logger
for all log statements - add more descriptive log statements
- add granular log level support
TRACE
,DEBUG
,INFO
, etc
Fix
- fix
main.css
not being renamed tostyles.css
in dev mode - stop
updateRowsFromSource
being called when sources are empty - fix cell content being erased after preforming an operation #916
Docs
- update
CONTRIBUTING.md
with new build path info
8.15.10
8.15.9
8.15.8
Fix
- remove
source
,source file
,last edited
andcreation time
columns 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
quickstart
andembed-loom
links inWelcomeModal