Update Logs
Version 1.3.0 - [Dec 2025]
- Updated to Next.js 16
- Required dependencies updated
- Added localStorage persistence for shopping cart and removed use-shopping-cart package
- Cart items now persist across page refreshes and browser sessions
- Implemented Redux middleware for automatic cart state synchronization
- Fixed React hydration errors with client-side cart loading
- Improved email error handling in order creation (SMTP failures no longer block orders)
Version 1.2.2 - [July 2025]
- Fixed site-wide linking issues
- Updated "Add to Cart" functionality to open the cart sidebar
Version 1.2.1 - [February 13, 2025]
- Upgraded to Next.js 15
- Upgraded to Tailwind CSS v4
- Added form validation using React Hook Form
- Implemented a fully functional checkout page (with input validation and state management)
- Refactored product filtering; now querying from Sanity
- Added database support for managing user addresses (Shipping & Billing)
- Improved reusability, code structure, and overall refactoring
Version 1.0.1 - [February 2, 2025]
- Fixed countdown timer issue
- Added indicator for wishlist items
- Redesigned the Empty Cart page
Version 1.0.0 - [May 15, 2025]
- Initial Release
Version 1.0.0 - [May 15, 2025]
- Initial Release