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
18 changes: 9 additions & 9 deletions src/app/blog/(post)/v2026.05.22/page.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Release v2026.05.22
date: 2026-05-22
type: Release
author: SpaceDF Team
description: "Welcome to the official release of SpaceDF - an all-in-one IoT platform designed for advanced asset tracking, monitoring, and management. SpaceDF empowers developers and organizations to build robust IoT solutions with ease, providing multi-protocol support and powerful visualization tools."
---

---
title: Release v2026.05.22
date: 2026-05-22
type: Release
author: SpaceDF Team
description: "This release introduces the complete Smart Building flow, including improvements to Digital Twin interactions, device placement, bulk device onboarding, and notification enhancements. It also includes Device Direction support and performance optimizations for a smoother Smart Building experience."
---
# SpaceDF Release - v0.0.5

This release introduces the complete Smart Building flow, including improvements to Digital Twin interactions, device placement, bulk device onboarding, and notification enhancements. It also includes Device Direction support and performance optimizations for a smoother Smart Building experience.
Expand Down Expand Up @@ -60,4 +60,4 @@ This release introduces the complete Smart Building flow, including improvements

- General internal refactoring and system cleanup
- Performance optimization for Smart Building rendering and device interaction
- Improved maintainability for Smart Building-related modules
- Improved maintainability for Smart Building-related modules
18 changes: 9 additions & 9 deletions src/app/blog/(post)/v2026.07.03/page.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Release v2026.07.03
date: 2026-07-03
type: Release
author: SpaceDF Team
description: "Welcome to the official release of SpaceDF - an all-in-one IoT platform designed for advanced asset tracking, monitoring, and management. SpaceDF empowers developers and organizations to build robust IoT solutions with ease, providing multi-protocol support and powerful visualization tools."
---

---
title: Release v2026.07.03
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."

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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."

---
# SpaceDF Release - v0.0.6

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.
Expand Down Expand Up @@ -71,4 +71,4 @@ Introduced a brand-new **White Label Studio** that allows organizations to build
- Internal frontend refactoring.
- Backend optimization and cleanup.
- Improved code maintainability.
- General platform stability improvements.
- General platform stability improvements.
2 changes: 1 addition & 1 deletion src/app/blog/BlogPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default async function BlogPage() {
</p>

<Link
href={`/blog/${post.slug}`}
href={post.slug}
style={{
color: "#B7A1F7",
textDecoration: "none",
Expand Down