Merge pull request #856 from estruyf/beta

10.4.1
This commit is contained in:
Elio Struyf
2024-09-27 09:04:04 +02:00
committed by GitHub
5 changed files with 9 additions and 5 deletions

View File

@@ -12,6 +12,7 @@
"no-throw-literal": "error",
"no-unused-expressions": "error",
"curly": "error",
"class-methods-use-this": "warn"
"class-methods-use-this": "warn",
"no-console": "warn"
}
}

View File

@@ -1,5 +1,9 @@
# Change Log
## [10.4.1] - 2024-09-27
- [#855](https://github.com/estruyf/vscode-front-matter/issues/855): Fix in panel sections
## [10.4.0] - 2024-09-25 - [Release notes](https://beta.frontmatter.codes/updates/v10.4.0)
### ✨ New features

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "vscode-front-matter-beta",
"version": "10.4.0",
"version": "10.4.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vscode-front-matter-beta",
"version": "10.4.0",
"version": "10.4.1",
"license": "MIT",
"devDependencies": {
"@actions/core": "^1.10.0",

View File

@@ -3,7 +3,7 @@
"displayName": "Front Matter CMS",
"description": "Front Matter is a CMS that runs within Visual Studio Code. It gives you the power and control of a full-blown CMS while also providing you the flexibility and speed of the static site generator of your choice like: Hugo, Jekyll, Docusaurus, NextJs, Gatsby, and many more...",
"icon": "assets/frontmatter-teal-128x128.png",
"version": "10.4.0",
"version": "10.4.1",
"preview": false,
"publisher": "eliostruyf",
"galleryBanner": {

View File

@@ -27,7 +27,6 @@ const Collapsible: React.FunctionComponent<ICollapsibleProps> = ({
}
const prevState: any = Messenger.getState();
console.log(collapseKey, prevState[collapseKey]);
if (
!prevState ||