@@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.0.0] - 2025-01-11
9+
10+ ### Added
11+ - ** Framer Motion** : Smooth animations and page transitions
12+ - ** Lucide React** : Modern icon library with 1000+ icons
13+ - ** React Hot Toast** : Beautiful toast notifications
14+ - ** Enhanced UI Components** :
15+ - Button component with variants (primary, secondary, outline, ghost, danger) and loading states
16+ - Card component with hover effects and sub-components (Header, Content, Footer)
17+ - Badge component with color variants (default, primary, success, warning, danger, info)
18+ - Modal component with animations and size options
19+ - ** 404 Not Found Page** : Animated error page with navigation options
20+ - ** Page Transitions** : Smooth animations between route changes
21+ - ** Environment Variables** : .env.example with common configuration options
22+ - ** Toast Notifications** : Global toast system for user feedback
23+
24+ ### Changed
25+ - Updated routing to use NotFound page instead of redirect for 404s
26+ - Enhanced App.tsx with AnimatePresence for better page transitions
27+ - Improved user experience with motion and animations throughout
28+
29+ ### Developer Experience
30+ - All UI components built with TypeScript and framer-motion
31+ - Reusable component library ready for expansion
32+ - Toast notifications system integrated globally
33+
834## [ 1.0.0] - 2025-01-11
935
1036### Added
0 commit comments