• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
  • Information: Safety & Support
    Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use.
    Consider buying licenses to support developers. Your security is our priority.
Fuse - Next.js & React Admin Template

Fuse - Next.js & React Admin Template 16.0.0

v16.0.0​

(2025-07-09)​

New
  • 🔄 Migrated from Redux to TanStack Query for better state management
  • 📁 Restructured project with new feature-based directory organization
  • 🎨 Updated design system with modern UI components and improved aesthetics
  • 🔤 Changed default font to Geist for improved readability
  • 🎯 Migrated from Hero Icons to Lucide Icons
  • 🎭 Updated default theme and color schemes
  • 🚀 Added @tanstack/react-query (v5.74.7) for improved data fetching
  • 🛠️ Added @tanstack/react-query-devtools for development tools
  • 📡 Added ky (v1.8.1) HTTP client library
  • ⚡ Updated Vite.js to v6.3.5
  • 🎯 Updated MUI Base to v5.0.0-beta.70
  • 📊 Updated MUI X Data Grid to v8.7.0
  • 📅 Updated MUI X Date Pickers to v8.7.0
  • 💫 Updated Material UI Popup State to v5.3.6
  • 🎭 Enhanced UI/UX
Breaking Changes
  • Complete migration from Redux to TanStack Query - requires updating all data fetching logic
  • Major directory structure reorganization
  • Removed Redux store, actions, and reducers in favor of TanStack Query
  • Changed state management patterns to align with TanStack Query best practices
  • Icon system changed from Hero Icons to Lucide Icons - requires icon name updates
  • Default font changed to Geist

Important Note for Production Projects
This version introduces significant architectural changes. If you have a mature, production-ready project, you may want to stay on the previous version. The migration effort might outweigh the benefits for established applications. Consider this update primarily for new projects or those in early development stages.
  • Major State Management Change: This version marks a significant shift from Redux to TanStack Query, offering improved data fetching, caching, and state management capabilities. This change requires updating existing data fetching logic but provides better performance and developer experience.
  • Directory Structure Update:The project structure has been completely reorganized to follow a more feature-based approach:
    • Reorganized components/ with clear separation of UI, views, and forms
    • Optional directories (contexts/, hooks/, lib/, types/) for better code organization
    • Clear guidelines for file placement and folder creation
  • Design System Enhancements:
    • New Geist font for improved readability and modern aesthetics
    • Switched to Lucide Icons for a more consistent and maintainable icon system
    • Refreshed color schemes and default theme for better visual hierarchy
    • Enhanced component theming and dark mode support
  • Migration Steps:
    • Replace Redux actions/reducers with TanStack Query hooks
    • Reorganize components following the new directory guidelines
    • Update API integration to use the new ky HTTP client
    • Update icon imports and names to use Lucide Icons
    • Review layouts for potential font-related adjustments

v14.0.4​

(2025-03-23)​

Fixed
  • Page layout components and demos updated

v13.0.0​

(2024-12-09)​

New
  • 🚀 React updated to v19
  • 🛣️ React Router updated to v7
  • 🎨 Material-UI updated to v6.1.10
  • ⚡ Vite updated to v6
  • 🗺️ google-map-react replaced with @react-google-maps/api
  • 🔧 ESLint configuration updated to use flat config
  • 📊 Apex Charts updated to v4.1.0
  • 🎯 Tailwind CSS updated to v3.4.16
  • 🛠️ Added @hookform/devtools example usage
  • 📚 MUI documentation updated
  • 🔄 Node.js minimum version updated to v22.12.0 (LTS)
  • 📦 npm minimum version updated to v10.9.0
Fixed
  • AWS authentication fixes
  • CSS property fixes in app-base.css
  • Various type fixes
  • React v19 compatibility issues resolved
Breaking Changes
  • forwardRef removed (deprecated in React v19)
  • React v19 migrations applied
  • This major version includes significant updates to core dependencies and requires React 19 compatibility.
  • The Google Maps integration has been completely revamped with the new @react-google-maps/api library.
  • ESLint now uses the new flat config system which may require updates to your custom configurations.

v8.3.0​

(2022-12-30)​

New
  • Crypto Dashboard created.
Fixed
  • FusePageCarded Sidebar width value not applied on mobile.
  • FusePageSimple Sidebar width value not applied on mobile.
Top