Update Logs

Version 1.3.0 - [May 15, 2026]

  • Updated Tailwind CSS to v4 and refreshed project dependencies.
  • Added new authentication pages.
  • Migrated authentication from NextAuth to BetterAuth.
  • Implemented authentication using BetterAuth and Prisma.
  • Configured Role-Based Access Control (RBAC).
  • Added profile and settings page mutations and queries for user data.
  • Updated Documentation
  • Improved code structure and organization for better maintainability.
  • Updated dependencies and made various bug fixes and improvements.
  • Version 1.2.3 - [Mar 16, 2026]

  • Updated Next.js to ^16.1.6.
  • Configured image qualities.
  • Version 1.2.2 - [Dec 01, 2025]

  • Updated to Next.js 16
  • Updated all the dependencies.
  • Version 1.2.1 - Fix peer dependency issue - [Mar 19, 2025]

  • Fixed peer dependency issue with React 19
  • Migrated from `react-table` to `@tanstack/react-table`
  • Fixed reference error in `top-countries/map.tsx` component
  • Version 1.2.0 - Major Upgrade and UI Improvements - [Jan 27, 2025]

  • Upgraded to Next.js v15 and updated dependencies
  • API integration with loading skeleton for tables and charts.
  • Improved code structure for better readability.
  • Rebuilt components like dropdown, modals, and all ui-elements using accessibility practices.
  • Using search-params to store dropdown selection and refetch data.
  • Semantic markups, better separation of concerns and more.
  • Version 1.1.0 - Initial Release - [May 13, 2024]

  • Updated Dependencies
  • Removed Unused Integrations
  • Optimized App
  • Version 1.0.0 - [May 12, 2024]

    • Initial Release