Documentation Menu
Changelog
Versioned updates focusing on what changed and why.
Keep track of new features, bug fixes, performance optimizations, and security updates in the edd Starter template.
v0.1.1 (June 2026)
This release introduces the documentation routing layouts, sidebar panels, and accessibility fixes:
Added
- Documentation Layout: Added a responsive, pathless sidebar layout (
_docs.tsx) that sticky-positions navigation on desktop and collapses into a menu drawer on mobile. - Standardized Page Layout (
_DocPage.tsx): Added a reusable documentation component that supports anchor index arrays, headers, and related link footers.
Improved
- Accessible Navigation Links: Updated footer buttons to native, search engine crawlable
<Link>tags. - Code Quality: Resolved ESLint issues (type checking, imports ordering, explicit any types) across layouts and routing directories.
v0.1.0 (June 2026)
Initial release of the template.
Added
- Core Modular Engine: Added the module registry system (
src/modules/core/) to dynamically load routes and navigation manifests. - Unified AI Workspace: Added adapters to switch between local LLMs (Ollama, LM Studio) and cloud APIs (OpenAI, Anthropic).
- Database Client: Pre-wired connection configuration templates for PostgreSQL using Drizzle ORM.
Formatting Guidelines
When adding entries to the changelog, follow these formatting guidelines:
- Group entries under clear categories:
Added(for new features),Improved(for optimizations or refactoring), orFixed(for bug fixes). - List all changed files and directories to keep the history clear.
- Explain the reason behind changes to help contributors understand the updates.