Logo

v1.1.0

Feb 28, 2026

The "Architect" Update. A complete transformation of the library engine, backend communication, and community workspace.

  • featureMulti-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.
  • featureIntegrated Documentation: Added a dedicated "Docs" tab with real-time Markdown rendering for "docs.md", enabling clean API references without polluting logic files with JSDoc.
  • featureSmart 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.
  • featureInteractive Copy Engine: Integrated a context-aware copy button that detects whether the user is viewing code, installation commands, or documentation.
  • performanceOne-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%.
  • improvementGlobal Component Migration: Every single component in the library has been manually refactored to support the new multi-file structure and signal-based inputs.
  • improvementStandardized 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.
  • improvementUltra-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.
  • improvementEsbuild 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.
  • improvementEnhanced Workbench UI: Completely redesigned the Lab Environment with a professional sidebar for configurations, a radial-grid background, and an improved back-to-guide navigation.
  • improvementSimplified Contribution Flow: Overhauled the submission form by removing redundant fields (title/description) and automating metadata extraction from the code itself.
  • improvementLegal & Compliance: Introduced the Aden UI Community License and updated the README.md to provide clear legal and architectural guidelines for contributors.
  • fixFixed multiple layout bugs, including padding inconsistencies in the playground viewport and unintended horizontal scrolling on mobile devices.

v1.0.5

Feb 25, 2026

Major architectural refactor, enhanced search accessibility, and Pro discovery update.

  • featureImplemented global "Ctrl + K" (Win) / "Cmd + K" (Mac) search shortcut with platform-aware UI indicators and auto-focus logic.
  • featureActivity Center: Integrated a notification system in the header with ID-based tracking for new features and community updates.
  • improvementArchitectural Overhaul: Refactored all existing components to consistently use Angular Signals and the new Control Flow (@if/@for) for maximum performance.
  • improvementHybrid Pro Discovery: Guests can now access detailed upgrade insights via the Upgrade Dialog instead of being immediately redirected to login.
  • improvementPricing Transparency: Standardized the Upgrade Dialog to show a clear all-inclusive lifetime price.
  • fixResolved various CSS layout issues, including unintended horizontal scrollbars in input categories and missing component styles.
  • fixAdded missing lock indicators to the Install tab in the UI Playground for premium elements.

v1.0.1

Feb 23, 2026

Community workflow improvements and component fixes.

  • featureCommunity repository rebuilt as a ready-to-use Angular project for direct forking and development
  • featureContribution page updated with the new forking and submission workflow
  • fixDialog component styling restored and refactored to use Angular Signals instead of ngIf
  • fixConfig button styling issue resolved

v1.0.0

Feb 21, 2026

Initial release of ADEN.

  • featureLaunch of ADEN Design System
  • featureCore UI and layout components available
  • featureComprehensive Angular guides available