Fuse React TS Nulled (v12.1.0) React Admin Template Redux Toolkit Material Design React Hooks
Changelog
------------------------------------------------------
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
v11.1.0
(2024-08-19)
New
vite.config.mts configured to expose the host to the local network by default.
Components validated to be compatible with Fast Refresh.
eslint-plugin-react-refresh ESLint plugin installed.
Fixed
ESLint warnings resolved.
Mobile scroll issues fixed.