Releases: estruyf/vscode-front-matter
Releases · estruyf/vscode-front-matter
v8.1.2 release
v8.1.1 release
🐞 Fixes
- #422: Fix in panel initialization logic
v8.1.0 release
✨ New features
- #369: New
required
property to specify if a content-type field is required - #376: Ability to run scripts after content was created
- #377: Git sync actions added on panel and content dashboard (pull and push your changes to remote)
- #379: New
frontMatter.config.reload
command to reload the configuration file + reinitialize its listeners - #391: New
description
property to show a message underneath the input field - #401: Content dashboard now has pagination enabled and can be disabled via the
frontMatter.dashboard.content.pagination
setting
🎨 Enhancements
- #352: Custom placeholders now support scripting
- #370: Define the tags and categories as reserved keywords for custom taxonomy
- #372: Rename Taxonomy tab to Taxonomies
- #374: Hide the front matter section to use the panel instead
- #383: Add the item menu to the content list view
- #385: If no default value for the draft field is defined, the field value will be set to
true
- #388: New stop server action has been added to the panel
- #390: Implement another JSON parser in order to be able to parse the
frontmatter.json
file better - #394: Ordering of snippet fields is based on their field definition
- #395: Added support for custom snippet fields on media snippets
- #402: Custom sorting of content now supports
number
fields - #417: New
hyperlink
wysiwyg option - #418: New
heading
anddivider
fields for your content-type definition
⚡️ Optimizations
- Internal post message optimizations to the webviews
- Preview tab now shows the title of the page/content if present
🐞 Fixes
- #378: Fix last modified update only to content in content folders
- #384: Fix issue
title
field in sub-fields - #393: Fix Windows file path for retrieving the preview path
- #396: Fix for
index
and_index
page previews - #398: Fix Windows folder path parsing in data folder retrieval
- #400: Fix for draft/published content grouping
- #403: Fix for media files with spaces on importing in article content
- #404: Fix for published sorting option in media dashboard
- #408: Fix for missing
dashboard.taxonomy.view
view mode in the JSON schema
v8.0.1 release
🐞 Fixes
- Fix
PSD
media card icon image - Fix missing clipboard icon for the media card action
- Fix in tags rendering on content cards
v8.0.0 release
✨ New Features
- #291: New taxonomy dashboard for managing tags, categories, and custom taxonomies
🎨 Enhancements
- Ignore the SEO
keywords
field for missing content-type field - #307: New
list
field which allows creating a list of items - #345: Media dashboard UI improvements to visualize the content and public folders
- #349: New
slug
field which allows you to manage the slug of your post from the Front Matter panel - #350: New
previewPath
property for thefrontMatter.content.pageFolders
setting. This allows you to specify a section prefix for all content created in that directory. - #351: New
template
property for content types that allows you to combine templates and content types for content creation - #353: Add the default content type on project initialization
- #366: Better support for using block fields in another block field
🐞 Fixes
- #348: Fix media dashboard breadcrumb when multiple page folders are in use
- #356: Re-introduce the
labelField
to thefrontMatter.taxonomy.fieldGroups
setting - #358: Fix for relative path of the public folder
- #364: Honour file ending rules in data files
- #365: Show spinner on the initial load of the content dashboard
v7.3.4 release
🐞 Fixes
- #354: Fix Windows file path parsing for inserting media files
v7.3.3 release
🐞 Fixes
- Card render when taxonomy is not an array value
- Double pages on contents dashboard
v7.3.2 release
🐞 Fixes
- #346: Fix media dashboard refresh action
v7.3.1 release
🐞 Fixes
- #343: Fix in the schema for the
frontMatter.taxonomy.fieldGroups
setting
v7.3.0 release
🎨 Enhancements
- JSON schema enhancements for working with data files
- #330: Allow custom scripts to easily update front matter
- #331: Added functionality to run other type of scripts
- #332: New
dataFile
field which allows you to create data file references - #333: Automatically mark Jekyll posts in
_drafts
folder as draft - #335: Merge media snippets with content snippets to allow you to define multiple media snippets and use these in your content
- #336: Support added for inverting the draft field so that SSGs/authors can use a published field instead
- #337: Allow multiple front matter types to be used
- #338: Ability to disable the templates functionality (default is disabled)
- #340: Show an error message when there is a content folder registered that does not exist in the project