Releases: mdelobelle/metadatamenu
Releases · mdelobelle/metadatamenu
Release list
0.8.12
What's Changed
- fix: FileClassCodeBlockManager rendering + feat: Multi bulk edit modes & drag-select by @mylaser215 in #787
New Contributors
- @mylaser215 made their first contribution in #787
Full Changelog: 0.8.11...0.8.12
0.8.11 - Initialization Fix
See PR #770 for details.
0.8.9
0.8.7
Metadata menu fields controls are now available in the property pane in the side bar
0.8.6
Some fixes:
- indexStatus hide with setting
- media file display in tableView
- better media file management in properties
- boolean true value
0.8.5
0.8.4
- fieldModifier (dataviewjs block, fileclass tableview, mdm code block) for nested fields. use a dotted syntax to access your nested field and get a field modifier for them in your table: fieldModifier(dv, p, "parent[1].child[3].foo") or fieldModifier(dv, p, "parent[0].child[4]") or....
- custom sorting method for File and MultiFile not broken anymore
- better navigation in modals for nested objects and objectLists
- number in Input field not broken anymore
- encapsulating strings in double quote to prevent frontmatter parsing from clearing unsupported syntax
0.8.4 beta 2
encapsulating strings in double quote to prevent frontmatter parsing from clearing unsupported syntax
0.8.4 beta 1
- fieldModifier (dataviewjs block, fileclass tableview, mdm code block) for nested fields. use a dotted syntax to access your nested field and get a field modifier for them in your table:
fieldModifier(dv, p, "parent[1].child[3].foo")orfieldModifier(dv, p, "parent[0].child[4]")or.... - custom sorting method for File and MultiFile not broken anymore
- better navigation in modals for nested objects and objectLists
- number in Input field not broken anymore
0.8.3
Fix
prevent migrations from clearing fields settings in fileclasses