Fuse React TS Nulled (v12.0.0) React Admin Template Redux Toolkit Material Design React Hooks
Changelog
------------------------------------------------------
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.
v11.0.0
(2024-08-18)
New
Created a 401 error page.
Added useFuseRouteParameter.tsx for managing route parameters.
Added a copy button to the FuseHighlight component.
Enhanced the Icon List page to allow automatic copying of icon names on click.
Created PageBreadcrumb component and integrated it across various pages and apps.
Automated route configuration generation, eliminating manual imports in routesConfig.tsx.
Added FuseTabs and FuseTab components for improved tab appearance.
Refined main theme styles for better enterprise and modern usage.
Updated default theme colors.
Created LightDarkModeToggle component.
Restyled the User Menu and moved it to the Navbar footer.
Updated tailwindconfig.js for additional customization.
Updated default font and icon sizes.
Replaced Hero-icon SVGs with the latest version.
Created FuseLayoutConfig components to simplify FuseSettings code and added number input validation for layoutConfig.containerWidth.
Performance improvements.
Dependencies updated.
Fixed
Resolved an issue with error handling in JWT SignIn/SignUp forms.
Updated mobile styles across the application.
Multiple RTL support fixes.
Breaking Changes
Renamed all *Config.tsx files to *Route.tsx.
Removed @history package.
Re-configured the router to support React Router v6’s new data APIs.
The routing system has been updated to support React Router v6’s new data APIs.
With the new routing system, all *Config.tsx files have been renamed to *Route.tsx.
You don’t need to manually import routes anymore. The new routing system automatically populates all routes in routesConfig.tsx.
Checkout the documentation at Routing for more.