Feat/update release doc 2026 07 03#38
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Code Review
This pull request updates the frontmatter descriptions for the v2026.05.22 and v2026.07.03 release blog posts to accurately reflect their contents, and simplifies the post link destination in BlogPage.jsx. Feedback was provided to remove markdown bold formatting from the frontmatter description of the v2026.07.03 post, as it is rendered as a plain string and will display the asterisks literally.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| date: 2026-07-03 | ||
| type: Release | ||
| author: SpaceDF Team | ||
| description: "This release introduces the first version of **White Label Studio**, enabling organizations to customize their own branded experience through brand customization and custom domain management. It also includes significant frontend and backend performance optimizations, together with various bug fixes and stability improvements." |
There was a problem hiding this comment.
The frontmatter description contains markdown bold formatting (**White Label Studio**). Since this description is rendered as a plain string in BlogPage.jsx (and potentially in SEO meta tags), the asterisks will be displayed literally to the user. Please remove the markdown formatting from the description string.
description: "This release introduces the first version of White Label Studio, enabling organizations to customize their own branded experience through brand customization and custom domain management. It also includes significant frontend and backend performance optimizations, together with various bug fixes and stability improvements."
No description provided.