Fuse React TS Nulled (v13.0) React Admin Template Redux Toolkit Material Design React Hooks
Changelog
------------------------------------------------------
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.
v12.1.0
(2024-11-10)
New
AI Image Generation App (DALL-E 3) added.
v12.0.0
(2024-10-21)
New
Fuse React Nextjs version launched!
Material-UI (MUI) updated to v6+.
Documentation layout updated with improved navigation and additional pages for better user experience.
Vitejs version: Authentication system refactored for easier configuration and better multi provider support.
Mock Service Worker (MSW) integrated to simulate API requests, facilitating easier development and testing.
Breaking Changes
Mock API specifications restructured to align with improved database architecture.
Axios library removed in favor of native 'fetch' API for more lightweight and standardized HTTP requests.
Axios mock adapter replaced with 'msw' for more flexible and powerful request mocking.
'@lodash' package removed, now using standard 'lodash' library for utility functions.
Redux slices (FuseSettingsSlice, userSlice, i18nSlice) replaced with React Context Providers for better state management.
@hello-pangea/dnd removed, replaced with @hello-pangea/dnd.
ViteJs "JS" version is no longer supported. You can use the TypeScript compiler (tsc) to compile your TypeScript code into JavaScript. For more information on how to use the TypeScript compiler, refer to the official TypeScript documentation: https://www.typescriptlang.org/docs/handbook/compiler-options.html