All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added a public docs site, public preview runtime, full-stack pairing smoke, visual baselines, accessibility baselines, and Lighthouse preview quality checks.
- Added release artifact publishing for production bundles, preview bundles, Pages bundles, SBOM artifacts, and release-pairing validation.
- Added developer scaffolding for new page modules and richer open-source governance, support policy, and launch/demo guidance.
- Migrated core and system API facades onto the generated SDK adapter flow and documented the API-layer contract model.
- Tightened frontend quality gates to zero-warning linting, strict typechecking, Vue component tests, preview smoke coverage, and release-grade docs/preview validation.
- Split preview runtime bootstrap, app shells, and demo backend domains to reduce coupling and improve preview/runtime maintainability.
- Fixed preview/runtime navigation, generated typing drift, contract alignment, and multiple CI/release workflow consistency issues.
- Fixed form validation UX by standardizing server-side field error handling across high-value admin forms.
- Fixed Pages preview assembly and visual baseline instability across the public preview pipeline.
- Added GitHub release metadata, repository setup checklist, and release notes documentation for open-source project operations.
- Refined the Chinese and English README homepage structure to better fit open-source repository visitors.
- Updated frontend package metadata (
description,keywords) to better match the current project positioning.
- Synced generated frontend backend typings with the latest
obsidian-admin-laravelDTO surface. - Excluded generated typing files from ESLint checks to remove persistent release-gate noise on generated artifacts.
- Added tenant-scoped Organization and Team management pages, search panels, operation drawers, API clients, and typings.
- Added organization/team fields in user create/edit flows, including team-to-organization auto-constrain behavior.
- Added route/i18n/api registrations for the new organization/team modules.
- Updated role option API usage to support
manageableOnlyquery behavior in user operation flows. - Updated frontend API contract snapshot for new organization/team endpoints and auth session/role API shape changes.
- Resolved frontend-backend contract drift detected by
pnpm contract:check. - Refined form and lint/type constraints around new user organization/team bindings.
Welcome to the first official release of Obsidian Admin Vue, an enterprise-grade administration template built on top of the excellent SoybeanAdmin foundation. This major release introduces a strict Model-Driven approach, deep integration with Laravel 12 backend APIs, and end-to-end type safety.
- Frontend Architecture: Built with Vue 3, Vite 7, TypeScript, Pinia, and UnoCSS.
- End-to-End Type Safety: Integrated
@hey-api/openapi-tsto auto-generate fully typed Axios clients and TypeScript interfaces directly from the Backend's Scramble OpenAPI specifications. - Strict Contract Constraints: Included automated CI/CD pipeline (
contract-gate.yml) to perform strict type validation between backend Swagger snapshots and frontend typings before allowing PR merges. - Multi-Tenant Support: Native UI components and State Management designed specifically for isolated SaaS Tenancy operations, including tenant switchers in the global header.
- RBAC & Page Rendering: Client-side implementation of Role-Based Access Control and Dynamic Route matching linked directly to backend permissions.
- Real-Time WebSockets: Integrated
laravel-echoandpusher-jsto listen for global Domain Events (via RoadRunner / Reverb) such as live Feature Flag toggling and system broadcast updates. - Schema-Driven UI generation: Base implementations for Dynamic CRUD lists and Forms powered by the Backend
CrudSchemaController. - Database-Driven Localization: Deep integration with
vue-i18nto pull runtime translations securely from the API backend (with built-in Redis caching and Version hash checks) instead of hardcoding JSONs. - Developer Experience (DX): Developed robust
plop.jsCLI generators allowing developers to scaffold new Vue pages, register Router indices, mock translation entries, and assign new API SDK placeholders in 3 seconds. - Refined Aesthetics: Dark Mode adjustments, Glassmorphism, tailored gradients, and a bespoke Obsidian Crystal brand SVG asset.
- Removed the legacy
mockserver (ApiFox) from the underlying Soybean template in favor of real, strictly-typed integration withobsidian-admin-laravelout of the box.
This repository represents a monumental step forward in monolithic Vue/Laravel engineering.