Releases: blacksmithgu/datacore
Releases · blacksmithgu/datacore
0.1.20-rc3
0.1.20-rc3 (Beta)
- fix issue where vim mode being disabled (which it is by default) causes the whole view page editor to crash
0.1.20-rc2
0.1.20-rc2 (beta)
- Fix a bug where the view page editor is prematurely destroyed
0.1.20-rc1 (Beta)
What's Changed
- Bootstrap Docs by @GamerGirlandCo in #65
- Update deploy-pages.yml by @GamerGirlandCo in #66
- Update deploy-pages.yml by @GamerGirlandCo in #67
- Fix "broken link" errors when building docs by @GamerGirlandCo in #68
new components
- TaskList
- TreeTable
- Card
- Field editors
- FieldCheckbox
- FieldSlider
- FieldSelect
- FieldSwitch
- TextField
Full Changelog: 0.1.19...0.1.20-rc1
0.1.19
0.1.18
0.1.18 (Beta)
Use "-" as the default null value, instead of just "-".
0.1.17
0.1.17 (Beta)
- Adds experimental canvas parsing / indexing / query support (thanks to @GamerGirlandCo)!
0.1.16
0.1.16 (Beta)
Improves queries over $id, $revision, and $file.
0.1.15
0.1.15 (Beta)
Fixes field indexing, meaning you can use things like rating >= 8
in your queries directly again (and they will also be much faster!). Thanks to @GamerGirlandCo for the slew of fixes.
0.1.14
0.1.14 (Beta)
Fixes non-markdown files not showing up in the Datacore index when they are created while Obsidian is running.
0.1.13
0.1.13 (Beta)
Fixes parsing tags from frontmatter.