๐ Changelog
August 16, 2025 ยท View on GitHub
All notable changes to Angular SuperUI will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[2.0.3] - 2025-08-16
โจ New Features & Component Additions
- Component Library Expansion: Added 5 new UI blocks to the library
blog-card- Professional blog content cards with multiple layouts and author informationcontact-form- Professional contact forms with validation and multiple layout variantsnewsletter-signup- Newsletter subscription forms with multiple styles and validationproduct-card- E-commerce product cards with pricing, ratings, and cart functionalityprofile-card- User profile cards with social links and status information
๐ง CLI Enhancements
- Block Support: Enhanced CLI with support for all 15 UI blocks
- Component Dependencies: Improved dependency resolution for components that depend on other components
- Installation Improvements: Enhanced init command with better Angular CDK and animations setup
๐ Updated Component Counts
- Total Components: 43 production-ready components (unchanged)
- Total UI Blocks: 15 comprehensive UI blocks (increased from 10)
- CLI Commands: Full support for
ngsui-cli add block <block-name>syntax
๐๏ธ Cleanup & Refactoring
- Removed Gallery Grid: Deprecated and removed gallery-grid block and all related files
- Removed from library exports
- Removed from showcase routes
- Cleaned up navigation references
- Documentation Updates: Updated all documentation to reflect v2.0.3 and correct component/block counts
๐ Documentation
- Version Updates: Updated version numbers across all package.json, README, and documentation files
- Block Documentation: Added documentation for new UI blocks
- Component Count Fixes: Corrected component and block counts in all documentation and demo pages
[2.0.1] - 2025-08-08
๐ Bug Fixes
- CLI Download URLs: Fixed component download URLs in CLI to correctly point to
/components/{component}/path - CLI Command Consistency: Updated all CLI examples and documentation to use
ngsui-cliinstead ofngsui - Enhanced Error Handling: Improved CLI error messages with proper download failure tracking
- TypeScript Fixes: Fixed TypeScript error handling in CLI download logic
๐ง Improvements
- CLI Binary: Updated package binary command from
ngsuitongsui-clifor consistency - Documentation: All documentation files now consistently reference
ngsui-clicommand - Error Messages: More descriptive error messages when component downloads fail
[2.0.0] - 2025-08-07
๐ Major Release: UI Blocks System & Complete Architecture Overhaul
๐๏ธ Revolutionary UI Blocks System
- ๐ 5 Premium UI Blocks Added: Complete page sections ready for production use
- Header Block: Professional navigation with branding, menu, and user actions
- Footer Block: Comprehensive footer with navigation, social links, and newsletter signup
- Hero Section Block: Compelling hero sections with backgrounds, CTAs, and statistics
- Pricing Cards Block: Professional pricing displays with billing toggles and feature comparison
- Feature Grid Block: Responsive feature showcases with multiple layouts and variants
๐ฆ Enhanced CLI with Block Support
- ๐ง New Block Commands:
ngsui-cli block <block-name>for installing complete UI sections - ๐ All Blocks Installation:
ngsui-cli block --allfor complete block library - ๐ Automatic Directory Structure: CLI now creates
src/lib/blocks/directory during initialization - ๐ Pipes Integration: Automatic installation of utility pipes (icon.pipe.ts, safe-html.pipe.ts) during init
- ๐ Complete Documentation: Detailed markdown documentation for all blocks with examples
๐๏ธ Major Architecture Reorganization
- ๐ Improved Folder Structure:
- Components moved to
lib/src/lib/components/ - Blocks organized in
lib/src/lib/blocks/ - Utilities consolidated in
lib/src/lib/utils/ - Pipes structured in
lib/src/lib/pipes/
- Components moved to
๐ Complete Component & Count Updates
- ๐ฏ 39 Production-Ready Components: All existing components reorganized and counted accurately
- ๐ Dynamic Counting: Navigation automatically reflects correct component and block counts
- ๐ Documentation Overhaul: All README files, installation guides, and documentation updated to v2.0.0
- ๐ท๏ธ Version Standardization: Consistent version numbering across all package.json files
โก Enhanced Development Experience
- ๐ Dependency Management: CLI automatically installs @angular/cdk and @angular/animations
- โ๏ธ Configuration Automation: provideAnimationsAsync() automatically added to app.config.ts
- ๐ ๏ธ Better Error Handling: Improved CLI error messages and recovery options
- ๐ฆ Zero-Config Setup: Complete project setup with single
ngsui-cli initcommand
๐จ UI/UX Improvements
- ๐ Enhanced CLI Banners: Beautiful colored output with component/block installation progress
- ๐ฑ Responsive Block Design: All blocks are mobile-first and fully responsive
- โฟ Accessibility Focus: WCAG AA compliance across all blocks and components
- ๐ญ Multiple Variants: Each block includes multiple design variants (minimal, dark, gradient, etc.)
๐ Comprehensive Documentation
- ๐ Block Documentation: Detailed guides for all 5 UI blocks with working examples
- ๐ Live Examples: Interactive showcases for blocks in the demo application
- ๐ก Usage Patterns: Real-world examples for corporate, startup, SaaS, and agency use cases
- ๐ง API References: Complete TypeScript interfaces and configuration options
[1.0.8] - 2025-01-28
๐ Complete Component Library Expansion - 31 Components & Infrastructure Improvements
๐ New Components Added
- ๐๏ธ Select Component: Flexible select dropdown component with search and multi-select capabilities
- ๐ Sidebar Component: Responsive navigation sidebar with animations, keyboard navigation, and flexible content projection
- ๐ Skeleton Component: Loading placeholder components with customizable shapes and smooth animations
- ๐๏ธ Slider Component: Interactive slider component for single values and ranges with full accessibility support
- ๐ถ Stepper Component: Multi-step navigation component with progress tracking, validation support, and content projection
โจ CLI Major Infrastructure Enhancements
- ๐ฏ 31 Component Coverage: Updated CLI to include all 31 components with proper descriptions and categorization
- ๐ฆ Enhanced Styles.css Management: Added warning prompt before replacing user's existing styles.css file with backup recommendation
- ๐ง Angular Dependencies: CLI now automatically installs @angular/cdk and @angular/animations packages during initialization
- โ๏ธ App.config.ts Integration: Automatic addition of provideAnimationsAsync() import and provider configuration
- ๐ Improved User Experience: Better confirmation dialogs and status reporting during CLI operations
๐ Documentation & Component Count Updates
- ๐ Comprehensive Count Updates: Updated all documentation files, README files, and interface text to reflect 31 components
- ๐ฏ Route Management: Added missing component route for theme-switcher (excluded from showcase as utility component)
- ๐ CLI Command Cleanup: Removed version numbers from CLI commands in documentation for better maintenance
- ๐ Footer Accuracy: Fixed component count inconsistencies in application footer and navigation
๐ ๏ธ Version Management
- ๐ Version Bump: Updated to v1.0.8 across all package.json files and documentation
- ๐ Cross-Platform Compatibility: Improved CLI scripts for better Windows, macOS, and Linux support
- ๐ Changelog Updates: Comprehensive documentation of all changes and improvements
๐จ Demo & Showcase Improvements
- โจ Alert-Dialog Demo: Created comprehensive demo component with 6 interactive examples showcasing all dialog variants
- ๐ฏ Professional Design: Implemented stunning responsive design with glass-morphism effects and gradient backgrounds
- โฟ Accessibility Features: Enhanced demo with ARIA labels, focus management, and semantic color coding
- ๐ฑ Mobile Optimization: Responsive grid layouts with hover animations and semantic styling
๐ง Technical Infrastructure
- ๐๏ธ Build System: Enhanced build processes for library and CLI components
- ๐ฆ Package Management: Improved dependency management and installation processes
- ๐ฏ Type Safety: Enhanced TypeScript integration and type definitions
- ๐ Hot Reload: Better development experience with improved change detection
[1.0.7] - 2025-01-25
๐ Complete Component Library - 26 Components Ready & Documentation Overhaul
๐ New Components Added
- ๐ InputOTP Component: One-time password input component with multiple slots, validation, and accessibility features
- ๐ Pagination Component: Comprehensive pagination component with customizable page size, navigation controls, and responsive design
- ๐ Popover Component: Floating overlay component that displays content relative to a trigger element with positioning and accessibility
- ๐ Progress Component: Progress indicator component with customizable appearance, animation, and multiple variants
- ๐ RadioGroup Component: Accessible radio button group with selection states and validation
โจ CLI Major Enhancements
- ๐ฏ Complete Component Coverage: Added all missing components to CLI installation (input-otp, pagination, popover, progress, radio-group)
- ๐ฆ 26 Total Components: Updated CLI banners and component count to reflect full library
- ๐ง Enhanced Component Discovery: Improved component categorization and descriptions in CLI interface
- ๐ Production-Ready Installation: All 26 components now available through ngsui-cli installation
๐ Documentation Complete Overhaul
- ๐ฏ SELECTOR_REFERENCE.md Rewrite: Completely rewritten with accurate component selectors extracted from actual implementations
- Fixed critical misinformation where documentation incorrectly assumed all components used "Component" suffix
- Added comprehensive quick reference table with all 26 components and their correct selectors
- Included real-world usage examples and best practices
- Added migration notes and common mistakes to avoid
- ๐ Component Count Updates: Updated from 25 to 26 components across all documentation files
- ๐ Version Alignment: Updated all version references to v1.0.7 across README files, installation guides, and demo app
- ๐จ Enhanced Examples: Added comprehensive TypeScript usage examples for all component categories
๐ ๏ธ Technical Improvements
- ๐ Accurate Selector Verification: Extracted and verified all 79 component selectors from actual implementations
- ๐ฆ Component Architecture: Documented mixed selector patterns (Button โ
- ๐จ Breadcrumb Special Handling: Documented unique attribute selector pattern for Breadcrumb components
- โก CLI Performance: Enhanced CLI performance with better component detection and installation
๐จ UI/UX Enhancements
- ๐ฑ Showcase App Updates: Updated demo application component count from 18 to 26 components
- ๐ ThemeSwitcher Integration: Properly documented and included ThemeSwitcher as part of the 26 component count
- ๐ฏ Consistent Branding: Aligned all documentation to show accurate component counts and version numbers
๐ง Quality Assurance
- โ Documentation Accuracy: Eliminated all misinformation from selector documentation
- ๐ฏ Component Completeness: Ensured all library components are documented and available through CLI
- ๐ Count Verification: Verified actual component count matches documentation across all files
- ๐ Production Testing: All 26 components tested and validated for production readiness
[1.0.6] - 2025-01-22
๐ Component Library Expansion - 21 Components Ready
๐ New Components Added
- ๐ Drawer Component: Flexible drawer component that slides in from any side of the screen
- โฌ๏ธ DropdownMenu Component: Beautiful, accessible dropdown menu with multiple variants and advanced animations
- ๐ Input Component: Flexible input component with multiple variants, validation states, and accessibility features
โจ CLI Enhancements
- Added missing components to CLI add command (drawer, dropdown-menu, input)
- Updated CLI banners with new component count (21 components)
- Enhanced list command to include all available components
- Improved component categorization in CLI interface
๐ Documentation Updates
- Complete documentation for all 21 components
- Updated version references across all markdown files
- Enhanced component descriptions and examples
- Updated installation guide with new component count
๐ ๏ธ Technical Improvements
- Enhanced feature comparison page with responsive design
- Improved navigation highlighting for comparison links
- Optimized color schemes for better dark mode readability
- Fixed RouterLink implementation in breadcrumb component
๐จ UI/UX Enhancements
- Added comprehensive framework comparison page
- Enhanced home page component showcase
- Improved responsive table format for feature comparisons
- Better color contrast and accessibility improvements
[1.0.5] - 2025-01-11
๐ Major Enhancement Release - TailwindCSS v4, Enhanced Components & Comprehensive Updates
๐ New Components Added
- ๐ DataTable Component: Enterprise-grade data table with sorting, filtering, and pagination
- ๐ช Dialog Component: Modal dialog windows with accessibility features and focus management
- โ๏ธ Checkbox Component: Boolean input control with multiple states and form integration
- ๐๏ธ Collapsible Component: Expandable content sections with smooth animations
- ๐ฝ ComboBox Component: Advanced dropdown with search, multi-select, and loading states
- ๐ Carousel Component: Content slider with auto-play, navigation, and pagination
- ๐ ThemeSwitcher Component: Toggle between light, dark, and system themes
โฌ๏ธ Framework & Dependencies Updates
- ๐จ TailwindCSS v4.1.11: Updated to latest TailwindCSS with modern @import syntax
- ๐ง tailwind-merge v3.3.1: Enhanced utility class merging capabilities
- ๐ ๏ธ Enhanced tsconfig.json Parsing: Robust comment removal for Angular JSON files
- ๐ฆ Dependency Management: Streamlined installation process with improved version management
๐ฏ Component Library Expansion
- ๐ 18 Total Components: Expanded from 16 to 18 production-ready components
- ๐ CLI Component Support: Added all new components to ngsui-cli installation system
- ๐จ Improved Component Categories: Enhanced organization with new categories:
- ๐ฏ Core Components (8): Button, Badge, Alert, Avatar, Accordion, Card, Checkbox, ComboBox
- ๐งญ Navigation & Layout (2): Breadcrumb, AspectRatio
- ๐ซ Overlay & Dialog Components (3): AlertDialog, ContextMenu, Dialog
- ๐จ Media & Display (2): Carousel, Collapsible
- ๐ Data & Tables (1): DataTable
- ๐ Featured Components (1): Calendar
- โ๏ธ Utility Components (1): ThemeSwitcher
๐ ๏ธ CLI Tool Major Enhancements
- ๐ Stunning Visual Banners: Added beautiful hex-colored banners for INIT, ADD, and LIST commands
- INIT: Modern teal banner with setup instructions
- ADD: Professional blue banner with installation feedback
- LIST: Elegant purple banner with component categorization
- ๐ง Enhanced tsconfig.json Handling: Multi-stage comment removal with string-aware parsing
- ๐ฆ New Component Integration: Added data-table and dialog to installation options
- ๐จ Component Count Display: Real-time component count showing in installation banners
- โก Error Handling: Improved fallback mechanisms for JSON parsing failures
๐ Documentation Complete Overhaul
- ๐จ installation.md Rewrite: Completely rewritten with:
- Modern visual layout with badges and banners
- Comprehensive 18-component showcase
- TailwindCSS v4 setup instructions
- Advanced usage examples and dashboard demos
- Troubleshooting guide and framework compatibility matrix
- ๐ README Updates: All README files updated with:
- Version bumped to v1.0.5 across all markdown files
- Component count corrected to 18 in all locations
- CLI command examples updated to use v1.0.5
- Enhanced feature descriptions and benefits
- ๐ง Technical Documentation: Updated CLI installation guides and dependency versions
๐จ User Experience Improvements
- โจ Enhanced CLI Banners: Beautiful visual feedback during component installation
- ๐ฏ Component Discovery: Improved component categorization and descriptions
- ๐ Installation Feedback: Real-time progress and status during CLI operations
- ๐ Better Organization: Clearer component grouping by functionality and use case
๐ง Technical Architecture Enhancements
- ๐๏ธ Robust JSON Parsing: Enhanced tsconfig.json parsing with comment handling
- ๐ฆ Version Management: Systematic version updates across all package.json files
- ๐ Dependency Optimization: Updated to latest stable versions of all dependencies
- โก Performance: Improved CLI performance with better error handling
๐ฑ Compatibility & Support
- ๐ Angular 18+: Full support for latest Angular features
- ๐จ TailwindCSS v4: Complete migration to modern Tailwind architecture
- ๐ฆ Node.js 18+: Updated minimum requirements for optimal performance
- ๐ง TypeScript 5.0+: Enhanced type safety and modern TypeScript features
[1.0.4] - 2025-07-20
๐ Feature Release - Context Menu Component & Enhanced Architecture
๐ New Components
- ๐ฑ๏ธ Context Menu Component: Professional right-click context menus with advanced functionality
- Signal-based reactive state management for optimal performance
- CDK Overlay integration for robust positioning and backdrop management
- Global service architecture for centralized menu management
- Keyboard accessibility (Escape to close, Enter for selection)
- Disabled items support with proper ARIA attributes
- Keyboard shortcuts display with optional shortcut text
- Separator support for visual grouping
- Browser context menu prevention with selective global listener
- Multiple context menu support with seamless switching
๐ ๏ธ CLI Tool Enhancements
- ๐ฆ Component Count Update: Now supports 16 total components (up from 15)
- ๐ฑ๏ธ Context Menu Installation: Added context-menu component to CLI installation options
- ๐ง Enhanced Component Categorization: Added context-menu to "Overlays & Dialogs" category
- ๐ Updated Component Descriptions: Improved descriptions with accessibility features highlighted
๐ Documentation Updates
- ๐ Comprehensive Context Menu Docs: Complete documentation with installation guide and advanced examples
- Basic usage example with menu items and actions
- Advanced example with text selection and file operations
- Disabled items example showing proper state handling
- Full API reference with IContextMenuItem interface
- Architecture explanation with signals and service patterns
- ๐ Version Alignment: Updated all version references to v1.0.4 across all README files
- ๐ฏ CLI Installation Guide: Updated CLI installation commands to use v1.0.4
- ๐ Component Count: Updated badges and feature lists to reflect 16 components
- ๐ฑ๏ธ Main README: Added ContextMenu to the components table with proper description
๐ง Technical Improvements
- ๐๏ธ Modern Architecture: Implemented Angular Signals for reactive state management
- ๐ฆ CDK Integration: Leveraged Angular CDK Overlay for professional positioning
- ๐จ Global Service Pattern: Centralized context menu management across application
- ๐ Template Portal: Efficient template rendering in overlay system
- ๐ Production Ready: Full accessibility compliance and keyboard navigation
- โก Performance Optimized: Signal-based reactivity for minimal re-renders
[1.0.3] - 2025-07-18
๐ Feature Release - Collapsible Component & Enhanced CLI
๐ New Components
- ๐ฝ Collapsible Component: Interactive expandable content sections with smooth animations
- Signal-based state management for optimal performance
- Keyboard support (Enter/Space to toggle, Escape to close)
- Accessibility compliant with ARIA attributes
- Dependency injection pattern for clean component communication
- Three sub-components: Collapsible, CollapsibleTrigger, CollapsibleContent
๐ ๏ธ CLI Tool Enhancements
- ๐ฆ Component Count Update: Now supports 15 total components (up from 14)
- ๐ฝ Collapsible Installation: Added collapsible component to CLI installation options
- ๐ง TypeScript Improvements: Added missing type definitions for better development experience
- ๐ Enhanced Component Listing: Updated component descriptions and categories
๐ Documentation Updates
- ๐ Comprehensive Collapsible Docs: Complete documentation with installation guide and examples
- ๐ Version Alignment: Updated all version references to v1.0.3 across all README files
- ๐ฏ CLI Installation Guide: Updated CLI installation commands throughout documentation
- ๐ Component Count: Updated badges and feature lists to reflect 15 components
๐ง Technical Improvements
- ๐๏ธ Build Process: Enhanced build pipeline with proper TypeScript type checking
- ๐ฆ Package Publishing: Successfully published both angular-superui and ngsui-cli packages
- ๐จ Code Quality: Improved TypeScript type safety in CLI tool
- ๐ Production Ready: All components tested and validated for production use
[1.0.2] - 2025-07-18
๐ Major Feature Release - Carousel Component & Enhanced Library
๐ New Components
- ๐ Carousel Component: Feature-rich image carousel with advanced functionality
- Auto-play with configurable intervals and pause on hover
- Smooth navigation with previous/next controls
- Pagination dots with clickable navigation
- Keyboard support (Arrow keys, Enter, Space)
- Touch/swipe support for mobile devices
- Responsive design with mobile-first approach
- Accessibility compliant with ARIA attributes
๐ ๏ธ CLI Tool Enhancements
- ๐ฆ Component Count Update: Now supports 14 total components (up from 8)
- ๐ Carousel Installation: Added carousel component to CLI installation options
- ๐ง Enhanced Component Management: Improved component detection and installation
- ๐ Better Component Listing: Updated component descriptions and categories
๐ Documentation Updates
- ๐ Comprehensive Carousel Docs: Complete documentation with installation guide and examples
- ๐ Version Updates: Updated all version references to v1.0.2 across documentation
- ๐ฏ Enhanced README: Improved main README with better feature descriptions
- ๐ Component Count: Updated badges and feature lists to reflect 14 components
๐ง Technical Improvements
- ๐๏ธ Build Optimization: Enhanced build process for better performance
- ๐ฆ Package Structure: Improved package organization and exports
- ๐จ Code Quality: Enhanced TypeScript types and component interfaces
- ๐ Production Ready: All components tested and validated for production use
[1.0.1] - 2025-07-18
โจ Minor Updates & Documentation Improvements
๐ง Package Management
- ๐ฆ Version Synchronization: All packages synchronized to v1.0.1
- ๐ Package Lock Updates: Updated all package-lock.json files for consistency
- ๐ Component Count Accuracy: Updated badges and documentation to reflect 8 components
๐ Documentation Enhancements
- ๐งฉ Fixed Stray Characters: Replaced all garbled characters (๏ฟฝ) with proper emojis in README files
- ๐ค Avatar Documentation: Fixed avatar examples emoji (๏ฟฝ โ ๐ค)
- ๐ Dark Mode Documentation: Fixed dark mode emoji (๏ฟฝ โ ๐)
- ๐ง CLI Reference: Cleaned up CLI documentation formatting
- ๐ Badge Updates: Updated component count from 7 to 8 in shields
๐จ CLI Tool Improvements
- ๐ Accurate Component Listing: Updated CLI to show only implemented components (8 total)
- ๐ Enhanced Display: Improved list command with better categorization and modern banners
- โจ Visual Polish: Added proper emojis and enhanced styling information
- ๐ Production Ready: Updated messaging to reflect production-ready status
๐ ๏ธ Technical Updates
- ๐ฏ Component Data Accuracy: Removed references to non-existent components
- ๐ Enhanced CLI Output: Improved component descriptions and feature highlights
- ๐ Better Organization: Reorganized components by actual implementation status
[1.0.0] - 2025-07-18
๐ Production Release - Angular SuperUI Goes Live!
๐ Major Features
- ๐ฆ 8 Production-Ready Components: Complete component library with beautiful design
- ๐ Local-First Architecture: Zero NPM dependencies, components live in your project
- โก CLI-Powered Installation: Selective component installation with
ngsui-cli - ๐จ TailwindCSS v4: Modern utility-first styling with full customization
- ๐ Enhanced Dark Mode: System detection with theme persistence
- โฟ Accessibility First: WCAG 2.1 compliant with full keyboard navigation
๐งฉ Core Component Library
- ๐ช Accordion: Vertically stacked interactive headings with content reveal
- ๐จ Alert: Important messages with different severity levels and styling
- ๐ฌ Alert Dialog: Modal dialogs for critical user interactions
- ๐ค Avatar: User representation with image fallback system
- ๐ท๏ธ Badge: Status indicators and labels with variant support
- ๐ Breadcrumb: Navigation hierarchy with customizable separators
- ๐ Button: Multiple variants with loading states and accessibility
- ๐ Calendar: โญ Featured - Enhanced calendar with range selection, drag support, and time picker
๐ ๏ธ Developer Experience
- ๐ฏ TypeScript First: Full type safety with intelligent IntelliSense
- ๐ง CVA Variants: Type-safe component styling variants
- ๐ญ Smart Class Merging: Intelligent TailwindCSS class combination
- ๐ฑ Mobile-First: Responsive design approach from the ground up
- ๐งช Production Tested: Comprehensive test coverage and validation
๐ CLI Tool Features
- ๐ฆ Selective Installation: Install only components you need
- ๐จ Smart Import Handling: Automatic path resolution and dependency management
- ๐ Component Management: Add, list, and manage components effortlessly
- ๐ก Interactive Mode: User-friendly prompts and confirmations
- ๐ฏ Zero Dependencies: No external UI library dependencies
๐จ Design System
- ๐ 15+ Color Variants: Extended color palette for all components
- ๐ญ Theme Customization: Easy CSS variable-based theming
- ๐จ Modern Aesthetics: Beautiful, clean design following latest UI trends
- ๐ Consistent Spacing: Unified spacing system across all components
- ๐ค Typography Scale: Harmonious text sizing and hierarchy
๐ Documentation & Resources
- ๐ Comprehensive Docs: Complete setup and usage documentation
- ๐ฏ Quick Start Guide: Get running in under 5 minutes
- ๐ก Component Examples: Real-world usage patterns and best practices
- ๐ง CLI Reference: Complete command reference and options
๐ง Technical Specifications
- ๐ Angular 18+: Built for modern Angular with signals support
- ๐ฆ Tree Shakable: Import only what you need for optimal bundles
- ๐ฏ Zero Runtime: Pure CSS with no JavaScript overhead
- ๐ฑ Responsive: Mobile-first design approach
- โฟ ARIA Compliant: Full accessibility support
๐ Welcome to Angular SuperUI 1.0!
This marks the official production release of our modern, beautiful, and accessible Angular component library. Built with love for the Angular community! ๐