Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions astro.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,6 @@ export default defineConfig({
translations: getTranslations('storage-api'),
collapsed: true,
autogenerate: { directory: 'storage-api' },
badge: {
text: 'New',
variant: 'success',
},
},
// TODO - Document more StudioCMS features here
],
Expand Down
3 changes: 0 additions & 3 deletions src/content/docs/en/config-reference/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ title: Features
description: Reference page for StudioCMSOptions features
sidebar:
order: 3
badge:
text: Updated
variant: success
tableOfContents:
minHeadingLevel: 2
maxHeadingLevel: 5
Expand Down
3 changes: 0 additions & 3 deletions src/content/docs/en/config-reference/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ title: StudioCMSOptions
description: Reference page for StudioCMSOptions
sidebar:
order: 1
badge:
text: Updated
variant: success
tableOfContents:
minHeadingLevel: 2
maxHeadingLevel: 5
Expand Down
3 changes: 0 additions & 3 deletions src/content/docs/en/config-reference/locale.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ title: Locale
description: Reference page for StudioCMSOptions locale
sidebar:
order: 2
badge:
text: Updated
variant: success
---

import ReadMore from '~/components/ReadMore.astro';
Expand Down
4 changes: 0 additions & 4 deletions src/content/docs/en/ecosystem/packages/cfetch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ title: CFetch
type: integration
catalogEntry: studiocms-cfetch
description: "Learn about the @studiocms/cfetch package"
sidebar:
badge:
text: Updated
variant: success
tableOfContents:
minHeadingLevel: 2
maxHeadingLevel: 5
Expand Down
4 changes: 0 additions & 4 deletions src/content/docs/en/ecosystem/packages/kysely.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ title: "Kysely Database Client"
type: integration
catalogEntry: withstudiocms-kysely
description: "Learn about the @withstudiocms/kysely package"
sidebar:
badge:
text: Updated
variant: success
tableOfContents:
minHeadingLevel: 2
maxHeadingLevel: 4
Expand Down
4 changes: 0 additions & 4 deletions src/content/docs/en/ecosystem/packages/sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ title: "StudioCMS SDK"
type: integration
catalogEntry: withstudiocms-sdk
description: "Learn about the StudioCMS SDK"
sidebar:
badge:
text: Updated
variant: success
tableOfContents:
minHeadingLevel: 2
maxHeadingLevel: 4
Expand Down
3 changes: 0 additions & 3 deletions src/content/docs/en/guides/upgrade/version-guides/0-1-0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ description: Upgrade StudioCMS to v0.1.0
topic: guides
sidebar:
label: v0.1.0
badge:
text: NEW
variant: success
order: 999983
---

Expand Down
27 changes: 27 additions & 0 deletions src/content/docs/en/guides/upgrade/version-guides/0-2-0.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
i18nReady: true
title: "Upgrade: v0.2.0"
description: Upgrade StudioCMS to v0.2.0
topic: guides
sidebar:
label: v0.2.0
badge:
text: NEW
variant: success
order: 999982
---

import QuickUpdate from '~/components/QuickUpdate.astro'

<QuickUpdate />

## Breaking changes

None. This is a non-breaking release.

## Bug Fixes & Improvements
- Migrated to the updated cli-kit package for improved CLI functionality.
- Added regex and proper error handling to prevent illegal characters (non-url-safe) from being used for S3 objects.
- Fixed an issue where saving a page that does not have `draft` set to `true`, would previously update the `publishedAt` date value.
- Reworked permission checks for dashboard routes to be at the middleware level to prevent unauthorized access.
- Updated various dependencies to their latest versions to ensure security and stability.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ title: "@studiocms/s3-storage"
type: integration
catalogEntry: studiocms-s3
description: "StudioCMS S3 Storage Manager plugin, Provides AWS S3 Storage Support for StudioCMS."
sidebar:
badge:
text: NEW
variant: success
---

import { PackageManagers } from 'starlight-package-managers'
Expand Down
3 changes: 0 additions & 3 deletions src/content/docs/en/start-here/environment-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ tableOfContents:
maxHeadingLevel: 4
sidebar:
order: 2
badge:
text: Updated
variant: success
---

import { Aside } from '@astrojs/starlight/components';
Expand Down
3 changes: 0 additions & 3 deletions src/content/docs/en/start-here/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ tableOfContents:
maxHeadingLevel: 4
sidebar:
order: 1
badge:
text: Updated
variant: success
---

import { PackageManagers } from 'starlight-package-managers'
Expand Down