Changelog
All updates and improvements for ADEN at a glance.
The "Architect" Update. A complete transformation of the library engine, backend communication, and community workspace.
feature Multi-File Engine: The UI Playground now supports an unlimited number of externalized files per component. This allows for complex architectures including dedicated services, interfaces, and sub-components.feature Integrated Documentation: Added a dedicated "Docs" tab with real-time Markdown rendering for "docs.md", enabling clean API references without polluting logic files with JSDoc.feature Smart Code Navigation: Added a sub-tab system in the code viewer that automatically sorts files (HTML > SCSS > TS) and extracts filenames from complex directory paths.feature Interactive Copy Engine: Integrated a context-aware copy button that detects whether the user is viewing code, installation commands, or documentation.performance One-Request Architecture: Re-engineered the backend to deliver all component assets in a single, sorted JSON bundle. Drastically reduced HTTP overhead and improved component loading speed by ~80%.improvement Global Component Migration: Every single component in the library has been manually refactored to support the new multi-file structure and signal-based inputs.improvement Standardized Design Tokens: Implemented a strict CSS variable convention. All styles now use a unified ":host" variable block with the new "--aden-" prefix for better maintainability.improvement Ultra-Responsive Refactor: Overhauled the responsive engine of all components. Every element is now explicitly tested and optimized for a 320px minimum width, including native media queries in the source.improvement Esbuild Loader Integration: (Workbench) Contributors can now import source files as raw text using "with { loader: 'text' }", removing the need for redundant code-strings in TypeScript classes.improvement Enhanced Workbench UI: Completely redesigned the Lab Environment with a professional sidebar for configurations, a radial-grid background, and an improved back-to-guide navigation.improvement Simplified Contribution Flow: Overhauled the submission form by removing redundant fields (title/description) and automating metadata extraction from the code itself.improvement Legal & Compliance: Introduced the Aden UI Community License and updated the README.md to provide clear legal and architectural guidelines for contributors.fix Fixed multiple layout bugs, including padding inconsistencies in the playground viewport and unintended horizontal scrolling on mobile devices.
Major architectural refactor, enhanced search accessibility, and Pro discovery update.
feature Implemented global "Ctrl + K" (Win) / "Cmd + K" (Mac) search shortcut with platform-aware UI indicators and auto-focus logic.feature Activity Center: Integrated a notification system in the header with ID-based tracking for new features and community updates.improvement Architectural Overhaul: Refactored all existing components to consistently use Angular Signals and the new Control Flow (@if/@for) for maximum performance.improvement Hybrid Pro Discovery: Guests can now access detailed upgrade insights via the Upgrade Dialog instead of being immediately redirected to login.improvement Pricing Transparency: Standardized the Upgrade Dialog to show a clear all-inclusive lifetime price.fix Resolved various CSS layout issues, including unintended horizontal scrollbars in input categories and missing component styles.fix Added missing lock indicators to the Install tab in the UI Playground for premium elements.
Community workflow improvements and component fixes.
feature Community repository rebuilt as a ready-to-use Angular project for direct forking and developmentfeature Contribution page updated with the new forking and submission workflowfix Dialog component styling restored and refactored to use Angular Signals instead of ngIffix Config button styling issue resolved
Initial release of ADEN.
feature Launch of ADEN Design Systemfeature Core UI and layout components availablefeature Comprehensive Angular guides available