Skip to content

Releases: blacksmithgu/obsidian-dataview

0.5.70

07 Apr 19:17
77ab745
Compare
Choose a tag to compare

0.5.70 (Beta)

Still attempting to fix #2557, github is acting up.

0.5.68

15 Mar 17:37
Compare
Choose a tag to compare

0.5.68

  • Many fixes to the documentation
  • #2318 & co: Various fixes related to live preview rendering of lists
  • New/documented functions for unique(), display(), firstvalue()
  • Added DOM information related to standalone inline fields

This is the first release done by @holroy, so thanks to him for further development of Dataview. Thank you also to all the people having contributed through PRs and issues.

0.5.67

20 Jun 04:29
Compare
Choose a tag to compare

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

23 Mar 07:43
Compare
Choose a tag to compare

0.5.66

Bugfix for version comparisons to fix some other plugins having broken interactions with Dataview.

0.5.65

20 Mar 07:00
Compare
Choose a tag to compare

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's Array.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

05 Nov 00:43
Compare
Choose a tag to compare

0.5.64

More bug fixes for inline field rendering.

0.5.63

29 Oct 06:24
Compare
Choose a tag to compare

0.5.63

  • More bugfixes from @RyotaUshio for rendering Markdown paragraphs and other blocks in DataviewJS.

0.5.62

28 Oct 20:09
Compare
Choose a tag to compare

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

07 Oct 04:38
Compare
Choose a tag to compare

0.5.61

  • @RyotaUshio: Fix several bugs related to the new inline field rendering, including source mode and fixing date formatting.

0.5.60

06 Oct 08:00
Compare
Choose a tag to compare

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.