Skip to content
Merged
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
15 changes: 15 additions & 0 deletions mintlify/docs/changelog/june-2026.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ title: Changelog
description: What's new in urBackend — new features, improvements, and fixes.
---

<Update label="2026-06-29" description="Week of 2026-06-22–2026-06-29" tags={["Feature", "Improvement"]}>
## New features

**Official urBackend CLI** — The `@urbackend/cli` package is now available for use, providing a command-line interface for interacting with urBackend.
**PAT Visual Management** — A visual interface for managing Personal Access Tokens (PAT) has been added to the dashboard.
**Vercel Web Analytics** — Vercel Web Analytics has been installed and configured for the platform.

## Improvements

**Dashboard Redesign** — The dashboard has undergone a UI redesign, improving the overall user experience.
**Disabled Public Signup Toggle** — The public signup toggle has been disabled, and the React SDK prop has been updated accordingly.
**PAT Backend Enablement** — The backend for Personal Access Tokens (PAT) has been enabled.
**Code Cleanup** — Dead code has been removed from the dashboard as part of the redesign process.
</Update>

<Update label="2026-06-22" description="Week of 2026-06-15–2026-06-22" tags={["Feature", "Improvement", "Fix"]}>
## New features

Expand Down
Loading