Skip to content

Commit 5391362

Browse files
committed
Merge branch 'main' into dev
2 parents 3b2c606 + 8c6c03a commit 5391362

28 files changed

+176
-190
lines changed

components/Page/CTA.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,15 @@ export const CTA: React.FunctionComponent<ICTAProps> = (props: React.PropsWithCh
4444
</div>
4545
</div>
4646

47-
<div className="sm:mx-auto sm:max-w-3xl sm:px-6">
48-
<div className={`py-12 sm:relative sm:py-16 lg:absolute lg:inset-y-0 lg:right-0 lg:w-1/2`}>
47+
<div className="-mx-4 sm:mx-auto sm:max-w-3xl sm:px-6">
48+
<div className={`py-10 sm:py-16 sm:relative lg:absolute lg:inset-y-0 lg:right-0 lg:w-1/2`}>
4949
<div className={`relative sm:mx-auto sm:max-w-3xl sm:px-0 lg:-mr-40 lg:max-w-none lg:h-full lg:pl-12`}>
5050
<img
5151
className={`w-full lg:h-full lg:w-auto lg:max-w-none`}
5252
// src={`https://res.cloudinary.com/estruyf/image/upload/w_1256/v1631871148/frontmatter/preview-3.2.0.png`}
5353
// src={"https://res.cloudinary.com/estruyf/image/upload/w_1256/v1649328023/frontmatter/7.1.0/panel-preview-light.png"}
54-
src={"https://res.cloudinary.com/estruyf/image/upload/w_1256/v1649335002/frontmatter/7.1.0/fm-doc-screenshot.png"}
54+
// src={"https://res.cloudinary.com/estruyf/image/upload/w_1256/v1649335002/frontmatter/7.1.0/fm-doc-screenshot.png"}
55+
src={"https://res.cloudinary.com/estruyf/image/upload/h_914/v1/frontmatter/10.1.0/fm-doc-screenshot"}
5556
alt={`Front Matter - Headless CMS - Live page preview`}
5657
loading={`lazy`} />
5758
</div>

components/Page/GetStarted.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const GetStarted: React.FunctionComponent<IGetStartedProps> = (props: Rea
1010

1111
return (
1212
<div className="bg-vulcan-600">
13-
<div className="max-w-4xl mx-auto py-12 sm:py-16 px-4 sm:px-6 lg:px-8 xl:px-0 lg:max-w-7xl lg:flex lg:items-center lg:justify-between">
13+
<div className="max-w-4xl mx-auto py-12 sm:py-16 px-4 sm:px-6 lg:px-8 lg:max-w-7xl lg:flex lg:items-center lg:justify-between">
1414
<h2 className="text-4xl font-extrabold tracking-tight text-whisper-500 sm:text-4xl">
1515
<span className="block">Ready to get started?</span>
1616
</h2>

components/Page/Hero.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,14 @@ export const Hero: React.FunctionComponent<IHeroProps> = ({ view, title, descrip
4545
</div>
4646
</div>
4747

48-
<div className={`sm:mx-auto sm:max-w-3xl sm:px-6`}>
49-
<div className={`py-12 sm:relative sm:py-16 lg:absolute lg:inset-y-0 lg:w-1/2 ${view === "left" ? `lg:left-0` : `lg:right-0`}`}>
48+
<div className={`-mx-4 sm:mx-auto sm:max-w-3xl sm:px-6`}>
49+
<div className={`py-10 sm:py-16 sm:relative lg:absolute lg:inset-y-0 lg:w-1/2 ${view === "left" ? `lg:left-0` : `lg:right-0`}`}>
5050
<div className={`relative sm:mx-auto sm:max-w-3xl sm:px-0 lg:max-w-none lg:h-full ${view === "left" ? `` : `lg:-mr-40 lg:pl-12`}`}>
5151
<img
5252
className={`w-full lg:h-full lg:w-auto lg:max-w-none ${view === "left" ? `lg:absolute lg:right-0 img-left` : 'img-right'}`}
5353
src={imgSrc}
5454
alt={imgAlt}
55-
loading={`lazy`}
56-
data-scroll />
55+
loading={`lazy`} />
5756
</div>
5857
</div>
5958
</div>

constants/navigation.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { HeartIcon, XMarkIcon } from "@heroicons/react/24/outline";
33
import { useState } from "react";
44
import { Modal } from "../components/modal/Modal";
55
import { Extension } from "./extension";
6-
import { VscTwitter } from "react-icons/vsc";
6+
import { FaXTwitter } from "react-icons/fa6";
77
import { SiDiscord, SiVisualstudiocode } from "react-icons/si";
88

99
export const navigation = {
@@ -132,7 +132,7 @@ export const navigation = {
132132
href: Extension.twitter,
133133
blank: true,
134134
icon: ({ className, ...rest }: any) => (
135-
<VscTwitter className={`${className} group-hover:fill-current`} {...rest} />
135+
<FaXTwitter className={`${className} group-hover:fill-current`} {...rest} />
136136
)
137137
},
138138
{

content/changelog/CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,66 @@
11
# Change Log
22

3+
## [10.2.0] - 2024-xx-xx
4+
5+
### ✨ New features
6+
7+
- [#797](https://github.com/estruyf/vscode-front-matter/issues/797): Adding common actions at the bottom of the snippet cards
8+
9+
### 🎨 Enhancements
10+
11+
- [#798](https://github.com/estruyf/vscode-front-matter/issues/798): Changed dialog to slide-over for the snippet forms
12+
- [#799](https://github.com/estruyf/vscode-front-matter/issues/799): Added `frontMatter.logging` setting to define the logging output. Options are `info`, `warn`, `error`, and `verbose`. Default is `info`.
13+
- [#800](https://github.com/estruyf/vscode-front-matter/issues/800): Add colors for the Front Matter CMS output
14+
- [#810](https://github.com/estruyf/vscode-front-matter/issues/810): Update the tab title based on the view
15+
16+
### ⚡️ Optimizations
17+
18+
- [#802](https://github.com/estruyf/vscode-front-matter/issues/802): Update `glob` to the latest version and remove the sync method
19+
20+
### 🐞 Fixes
21+
22+
- [#796](https://github.com/estruyf/vscode-front-matter/issues/796): Fix issue in retrieving folders/files on dashboard load
23+
- [#801](https://github.com/estruyf/vscode-front-matter/issues/801): Faster folder processing on updates
24+
- [#804](https://github.com/estruyf/vscode-front-matter/issues/804): Fix blinking of the front matter content area
25+
- [#806](https://github.com/estruyf/vscode-front-matter/issues/804): Fix preview URL for `index.md` files in root of the page folder path
26+
- [#809](https://github.com/estruyf/vscode-front-matter/issues/809): Fix retrieving the `filePrefix` when updating the file name on slug change
27+
28+
## [10.1.0] - 2024-04-11 - [Release notes](https://beta.frontmatter.codes/updates/v10.1.0)
29+
30+
### ✨ New features
31+
32+
- [#671](https://github.com/estruyf/vscode-front-matter/issues/671): Command bar for contents and media dashboard
33+
34+
### 🎨 Enhancements
35+
36+
- [#773](https://github.com/estruyf/vscode-front-matter/issues/773): Added the ability to rename content files
37+
- [#777](https://github.com/estruyf/vscode-front-matter/issues/777): Show an error in the metadata panel if something went wrong while parsing the front matter
38+
- [#778](https://github.com/estruyf/vscode-front-matter/issues/778): Added the ability to open a file or webpage when custom scripts is completed
39+
- [#783](https://github.com/estruyf/vscode-front-matter/issues/783): Always show the custom panel view
40+
- [#785](https://github.com/estruyf/vscode-front-matter/issues/785): Adding common actions at the bottom of the content and media cards
41+
- [#787](https://github.com/estruyf/vscode-front-matter/issues/787): Support for glob patterns in the page folder paths
42+
- [#790](https://github.com/estruyf/vscode-front-matter/pull/790): Updated Japanese translations thanks to [mayumihara](https://github.com/mayumih387)
43+
44+
### 🐞 Fixes
45+
46+
- [#716](https://github.com/estruyf/vscode-front-matter/issues/716): Fix `dataFile` dropdown class
47+
- [#768](https://github.com/estruyf/vscode-front-matter/issues/768): Update broken link to the documentation
48+
- [#771](https://github.com/estruyf/vscode-front-matter/issues/771): Fix lowercase `data` tab label
49+
- [#782](https://github.com/estruyf/vscode-front-matter/issues/782): Fix for setting the correct view when inserting media or snippets
50+
- [#786](https://github.com/estruyf/vscode-front-matter/issues/786): Remove on startup as VSCode now triggers on known commands
51+
52+
## [10.0.2] - 2024-03-01
53+
54+
### 🐞 Fixes
55+
56+
- [#769](https://github.com/estruyf/vscode-front-matter/issues/769): Fix to remove internal properties for content folders
57+
58+
## [10.0.1] - 2024-02-28
59+
60+
### 🐞 Fixes
61+
62+
- [#766](https://github.com/estruyf/vscode-front-matter/issues/766): Fix for snippet placeholder retrieval
63+
364
## [10.0.0] - 2024-02-28 - [Release notes](https://beta.frontmatter.codes/updates/v10.0.0)
465

566
### ✨ New features

content/changelog/v10.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Version 10.0.0 release notes
33
description: Version 10.0.0 of our CMS introduces the much-awaited feature of multilingual support, enabling you to handle content in various languages, new taxonomy view, media content types, and more.
44
date: 2024-02-28T10:48:53.569Z
5-
lastmod: 2024-04-11T14:28:29.944Z
5+
lastmod: 2024-04-30T08:04:02.332Z
66
slug: v10.0.0
77
type: changelog
88
---
@@ -26,7 +26,7 @@ We added a new taxonomy view action that allows you to tag/untag taxonomy to mul
2626

2727
![Tag your taxonomy](/releases/v10.0.0/taxonomy-tagging.webp)
2828

29-
> **Info**: More information can be found in the [taxonomy documentation](/docs/taxonomy-view#tag-content).
29+
> **Info**: More information can be found in the [taxonomy documentation](/docs/dashboard/taxonomy-view#tag-content).
3030
3131
## Media Content Types
3232

content/changelog/v4_0_0.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Version 4.0.0 release notes
3-
description: 'In this new major release of Front Matter, we got some great new features to announce to you.'
4-
date: '2021-09-20T11:51:43.926Z'
5-
lastmod: '2021-09-22T08:00:43.170Z'
3+
description: In this new major release of Front Matter, we got some great new features to announce to you.
4+
date: 2021-09-20T11:51:43.926Z
5+
lastmod: 2024-04-30T08:04:33.782Z
66
---
77

88
## Team level settings
99

10-
As Front Matter is not a single-user extension, we wanted to bring it to a higher level. With the new Team level settings functionality, you can manage your site by sharing the configuration on the team level with the new `frontmatter.json` file.
10+
As Front Matter is not a single-user extension, we wanted to bring it to a higher level. With the new Team level settings functionality, you can manage your site by sharing the configuration on the team level with the new `frontmatter.json` file.
1111

1212
With this new functionality you don't have to share your local `.vscode/settings.json` file anymore, which is good, as it isn't meant to be shared, as it are personal settings you want to use in your project/solution.
1313

@@ -37,7 +37,7 @@ A CMS won't be complete if it doesn't allow you to define your own content types
3737

3838
![Define your own content types](/releases/v4_0_0/content-type.png)
3939

40-
> **Info**: Find out more on our new content type support in the [content creation section](docs/content-creation).
40+
> **Info**: Find out more on our new content type support in the [content creation section](/docs/content-creation).
4141
4242
### Supported field types
4343

content/changelog/v8.2.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Version 8.2.0 release notes
33
description: Check out the features/enhancements/fixes that we packed in version 8.2.0 of Front Matter.
44
date: 2022-12-08T15:45:51.509Z
5-
lastmod: 2024-02-22T12:25:46.273Z
5+
lastmod: 2024-04-30T08:08:50.695Z
66
type: changelog
77
alias:
88
- release-notes-v8.1
@@ -35,7 +35,7 @@ The `frontMatter.content.pageFolders` setting has two new properties which can b
3535

3636
Single data entry files are now supported. This means that you can now have a data file that contains a single entry, instead of an array of entries.
3737

38-
> **Info**: For more info, check out the [Data files](/doc/dashboard/datafiles-view#creating-a-data-file) documentation.
38+
> **Info**: For more info, check out the [Data files](/docs/dashboard/datafiles-view#creating-a-data-file) documentation.
3939
4040
## Improved UX for inserting media files to your content
4141

content/docs/content-creation/content-folders.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Content folders
33
slug: content-creation/content-folders
44
description: Learn how to let Front Matter CMS know where to find and create your content
55
date: 2024-02-21T09:10:16.640Z
6-
lastmod: 2024-04-11T15:12:19.769Z
6+
lastmod: 2024-04-30T08:06:48.062Z
77
weight: 200.11
88
---
99

@@ -19,7 +19,7 @@ content in the correct place, you need to register the content/page folders.
1919
## Registering content folders
2020

2121
The registration of the page folders is typically performed during the setup of
22-
the CMS: [Step 3: Register content folder(s)][01],
22+
the CMS: [Step 3: Register content folder(s)](/docs/getting-started#step-3:-register-content-folder(s)),
2323
but you can perform changes at any time.
2424

2525
Content folders are stored in the [frontMatter.content.pageFolders][02] setting.
@@ -120,7 +120,6 @@ and clicking on `Register folder` under the Front Matter CMS context menu.
120120
121121
<!-- Links -->
122122

123-
[01]: "/docs/getting-started#step-3:-register-content-folder(s)"
124123
[02]: /docs/settings/overview#frontmatter.content.pagefolders
125124
[03]: /docs/site-preview#configuration
126125
[04]: /docs/content-creation/multilingual

content/docs/content-creation/multilingual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Multilingual
33
slug: content-creation/multilingual
44
description: Learn how to use multilingual content in Front Matter CMS
55
date: 2024-02-21T09:10:16.640Z
6-
lastmod: 2024-02-22T17:35:19.585Z
6+
lastmod: 2024-04-30T08:08:05.114Z
77
weight: 200.71
88
---
99

@@ -219,7 +219,7 @@ Follow the next steps in order to configure the DeepL authentication key:
219219

220220
### Start translating
221221

222-
Once you configured Deepl or Azure AI Translator, when you [create a new translation](docs/content-creation/multilingual#create-a-translation),
222+
Once you configured Deepl or Azure AI Translator, when you [create a new translation](/docs/content-creation/multilingual#create-a-translation),
223223
the CMS will automatically submit the article title, description, and content to the
224224
translation service.
225225

0 commit comments

Comments
 (0)