- Version
- Download 399
- File Size 0.00 KB
- File Count 1
- Create Date October 16, 2023
- Last Updated August 19, 2024
Fuse React TS v11.0.0
Changelog
v11.1.0
(2024-08-19)
-
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.
-
ESLint warnings resolved.
-
Mobile scroll issues fixed.
v10.5.1
(2024-07-23)
-
Fixed Firebase authentication redirect issue after registration.
v10.5.0
(2024-07-03)
-
Settings App/Page created.
v10.4.0
(2024-06-10)
-
React version updated to v18.3.1.
-
Mui updated to v5.15.19.
-
Tailwindcss updated to v3.4.4.
-
All dependency packages updated.
-
new date-fns version imports updated due to ts type detection.
-
.eslintrc.cjs updated.
-
Minor lint fixes.
-
NotificationPanelButton animation added, triggers when a new notification is received.
-
Notification list default order changed to time desc.
-
All .defaultProps definitions removed due to will be deprecated on next major react release.
-
DateTimePicker controllers updated.
-
AWS Auth Social Login Google example added.
v10.3.0
(2024-04-03)
-
Aws Amplify authentication service example added.
-
Dependency packages updated
-
Mailbox: MailItem checkbox's click event cannot stop propagation on Firefox
-
FuseSearch: Misaligned popper issue resolved in horizontal layouts.
-
Authentication system refactored.
v10.0.1
(2024-01-22)
-
Some icons are not visible on development mode due to lazy loading.
-
Ecommerce App: Products sort not working.
v10.0.0
(2024-01-19)
-
RTK Query added for data fetching.
-
ViteJS generator added for faster development. Changed from Create React App.
-
New Authentication provider created.
-
Firebase authentication service example added.
-
Jwt authentication updated.
-
Notifications App created.
-
Material UI updated to v5.15.5
-
New theme selector added into the theme panel.
-
New color schemes added.
-
Performance improvements.
-
mock-api data updated.
-
Create React App changed with ViteJs.
-
All api endpoints moved from ..Slice.ts files into ..Api.ts files.
-
...Api.ts files created for rtk query api endpoints.
-
All types moved into the ...Api.ts files.
-
fuse, auth, navigation, settings slices lazy loaded from its own components with HOC
- Transitioning to the new major release (v10.0.0) may present challenges, because of the RTK Query integration.
- You may find this page helpful: Migrating to RTK Query
- Starting with the latest skeleton version of Fuse React offers a pristine base, facilitating a smoother transition of your codebase to the new version. This approach streamlines the process, making it more straightforward and efficient.
v9.0.0
(2023-10-16)
-
Transitioned the codebase from JavaScript to TypeScript.
-
Upgraded all dependencies to their latest stable versions.
-
Enhanced application performance through code optimization and bundle size reduction.
-
Introduced new features and functionalities.
-
The entire JavaScript codebase has been transitioned to TypeScript, necessitating potential updates to existing code.
-
Some APIs and interfaces have changed due to the conversion to TypeScript
- Transitioning to the new major release (v9.0.0) may present challenges due to the shift to TypeScript.
- You may find this page helpful: Migrating (to TypeScript) Cheatsheet
- You may also want to consider starting with the latest skeleton version of Fuse React, which is a clean slate, and then move your codebase to the new version. This can make the migration process easier and more efficient.