Releases: blacksmithgu/obsidian-dataview
Releases · blacksmithgu/obsidian-dataview
0.5.67
0.5.67
Includes several documentation fixes and several community-contributed bug fixes.
- @reply2za: Fixed inline rendering in the reading view.
- @carlesalbasboix: Adds sum(), avg(), min(), and max() to data arrays.
- @mnaoumov: Adds code mirror configuration which code highlights dataviewjs!
0.5.66
0.5.66
Bugfix for version comparisons to fix some other plugins having broken interactions with Dataview.
0.5.65
0.5.65
A maintenance update which fixes some issues with rendering embeds in Dataviews and adds a few new functions.
- Adds the
hash()
function for generating consistent uniformly-distributed values given arbitary inputs. Primarily useful for creating "random" views which remain consistent across page refreshes. Thanks to @holroy. - Adds the
slice()
function for slicing arrays, similar to Javascript'sArray.slice
. Thanks to @holroy. - Fixes several issues with rendering embeds inside dataviews. Thanks to @GottZ.
- Several documentation improvements around tasks - thanks to @holroy and @RaviOnline.
0.5.64
0.5.64
More bug fixes for inline field rendering.
0.5.63
0.5.63
- More bugfixes from @RyotaUshio for rendering Markdown paragraphs and other blocks in DataviewJS.
0.5.62
0.5.62
Several more inline field fixes from @RyotaUshio, including more configuration options, fixing inline fields being rendered inside codeblocks, and more. Thanks!
0.5.61
0.5.61
- @RyotaUshio: Fix several bugs related to the new inline field rendering, including source mode and fixing date formatting.
0.5.60
0.5.60
- @RyotaUshio: Add explicit rendering of inline fields in live preview. They are much more visually distinct now!
- @MarioRicalde: Adds
PluginApi#evaluateInline(expression, path)
to the plugin API, which evaluate expressions as if you were on the given page.
0.5.59
0.5.59
- Fix an issue with the plugin failing to run on iOS due to an esoteric regex issue.
0.5.58
0.5.58
- Negative durations will now be properly rendered.