Skip to content

Releases: estruyf/vscode-front-matter

v8.1.2 release

06 Oct 12:47
cf2d170
Compare
Choose a tag to compare

🐞 Fixes

  • #435: Fix required fields text color
  • #436: Fix inserting image/video snippets without defined fields

v8.1.1 release

23 Sep 10:48
eb99843
Compare
Choose a tag to compare

🐞 Fixes

  • #422: Fix in panel initialization logic

v8.1.0 release

22 Sep 11:43
1fe0319
Compare
Choose a tag to compare

✨ 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 and divider 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

13 Jul 11:57
7392d7e
Compare
Choose a tag to compare

🐞 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

11 Jul 14:10
43ae9a6
Compare
Choose a tag to compare

✨ 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 the frontMatter.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 the frontMatter.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

13 Jun 08:25
Compare
Choose a tag to compare

🐞 Fixes

  • #354: Fix Windows file path parsing for inserting media files

v7.3.3 release

11 Jun 18:03
Compare
Choose a tag to compare

🐞 Fixes

  • Card render when taxonomy is not an array value
  • Double pages on contents dashboard

v7.3.2 release

01 Jun 10:01
e695bad
Compare
Choose a tag to compare

🐞 Fixes

  • #346: Fix media dashboard refresh action

v7.3.1 release

26 May 16:59
d21ad14
Compare
Choose a tag to compare

🐞 Fixes

  • #343: Fix in the schema for the frontMatter.taxonomy.fieldGroups setting

v7.3.0 release

25 May 11:15
a6fdfe0
Compare
Choose a tag to compare

🎨 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

🐞 Fixes

  • #334: Fix for locked content folders retrieval
  • #339: Fix for content folders without a title