Skip to content

Releases: blacksmithgu/obsidian-dataview

0.5.59

24 Sep 07:18
Compare
Choose a tag to compare

0.5.59

  • Fix an issue with the plugin failing to run on iOS due to an esoteric regex issue.

0.5.58

15 Sep 21:55
Compare
Choose a tag to compare

0.5.58

  • Negative durations will now be properly rendered.

0.5.57

15 Sep 09:08
Compare
Choose a tag to compare

0.5.57

Maintenance patch which bumps many internal dependency versions and which includes approximately ~20 community-contributed PRs which add some new functions, fix some Dataview interactions with properties, and more!

0.5.56

18 May 09:11
Compare
Choose a tag to compare

0.5.56

  • Includes some performance fixes on recent versions of Obsidian 1.3+ due to some API changes. Thanks @kometenstaub.
  • Documentation cleanups and improvements by @mocsa, @protofarer, @seanlzx, and @somidad.
  • Adds the new flat(array) method for flattening nested arrays, as well as parsing dates using arbitrary formats using
    date(text, "format"). Thanks @holroy!

0.5.55

21 Jan 05:51
Compare
Choose a tag to compare

0.5.55

  • Durations are now internationalized using luxon's new internationalization support.
  • Dataviews should now properly render inside Canvas and some other contexts. Thanks @GamerGirlandCo!

0.5.54

18 Jan 05:16
Compare
Choose a tag to compare

0.5.54

  • Regular list items are now also clickable in task views, not just task lines! Thanks to @LilaRest.

0.5.53

07 Jan 19:36
Compare
Choose a tag to compare

0.5.53

  • Fix some documentation issues causing docs to not be updated.

0.5.52

03 Jan 21:05
Compare
Choose a tag to compare

0.5.52

Substantial documentation improvements thanks to @s-blu and @AB1908!

  • For people concerned about dataviewjs code execution from copy-pasting, @eyuelt has made it possible to change the
    dataviewjs codeblock prefix.
  • @sohanglal has added some documentation for task.visual for changing the visual text of a task.
  • @Chouffy and @Daryl-Horton have fixed some bad documentation links!
  • @vrtmrz swapped the regex used for parsing tags to better match Obsidian's own parser.
  • @alexfertel has added regextest, which allows for matching parts of a string instead of the whole thing.
  • @iamrecursion has added more metadata to file links, so they now include section metadata. This may cause some slight
    visual changes in link views.

0.5.51

02 Nov 05:21
Compare
Choose a tag to compare

0.5.51 (Beta)

  • Allow disabling regular Dataview inline queries via configuration option.

0.5.50

02 Nov 05:09
Compare
Choose a tag to compare

0.5.50 (Beta)

  • Expose dataview EXPRESSION and QUERY parsing to the dataview npm plugin, so others can parse dataview ASTs.
  • Fix documentation issue with join.