Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 755 Bytes

File metadata and controls

40 lines (30 loc) · 755 Bytes

Changelog

All notable changes to this project will be documented in this file.

This project follows Semantic Versioning.


[0.1.0] - 2026-08-04

Added

  • Initial public release
  • Config-driven architecture
  • Navbar component
  • Button component
  • Modal component
  • TypeScript support
  • Tree-shakeable ESM/CJS builds
  • CSS Modules styling
  • Framer Motion animations
  • React 18 & React 19 support
  • Accessibility improvements
  • Deep import support
  • Documentation
  • Example project

Known Issues

  • ESLint warnings remaining in Modal component (non-blocking for v0.1.0)
  • Card component removed temporarily and will return in a future release

Upcoming

  • Card component redesign
  • Input
  • Accordion
  • Tabs
  • Tooltip
  • Developer Portal