file.hasTag('#tag')
is no longer case-sensitive. file.hasTag('test')
and file.hasTag('TEST')
now return the same results.contains
function now correctly handles nested tags. For example,tags.contains("A")
will now return results containing #A
as well as #A/B
.this
now work if a Base file is embedded inside Canvas.this
now resolve to null if the Base is not in the sidebar and not embedded.