Releases: StopNGo/react-proto
[email protected]
Migration to Biome
New
- Replacing ESlint and Prettier with Biome.
Fixes
- Linting and formatting all project files with Biome
- Fixing Typescript types
- Fixing SCSS files according to
@import
rule deprecation (https://sass-lang.com/documentation/breaking-changes/import/) - Some other minor changes
Full Changelog: https://github.com/StopNGo/react-proto/compare/[email protected]@2.1.0
[email protected]
Fixing Preact Hot Module Reloading with webpack
Fixes
- Fixing Preact HMR in webpack
Full Changelog: https://github.com/StopNGo/react-proto/compare/[email protected]@2.0.1
[email protected]
Migrating to Rspack
New
- Starting from version 2.0.0, this project uses Rspack as the primary bundler.
Webpack is still available as an option.
Fixes
- Cleaning some dependencies
Full Changelog: https://github.com/StopNGo/react-proto/compare/[email protected]@2.0.0
[email protected]
Cleaning and updating packages before moving to rspack.
Full Changelog: https://github.com/StopNGo/react-proto/compare/[email protected]@1.6.2
[email protected]
Minor changes in README.md and .nvmrc files.
Full Changelog: https://github.com/StopNGo/react-proto/compare/[email protected]@1.6.1
[email protected]
Major updates of some packages.
Fixes
- Fixed some incompatibility with new versions of packages
Full Changelog: https://github.com/StopNGo/react-proto/compare/[email protected]@1.6.0
[email protected]
Removing some unnecessary dependencies, some types fixes and accessibility improvement.
Fixes
- TS typing after RTK upgrade
Improvements
- Adding label to language selector
[email protected]
Upgrading to TypeScript 5 and Redux 5.
New
- HOC for preventing component rendering on the server (
<NoSsr></NoSssr>
) - Redux middleware for persisting data to LocalStorage
Fixes
- Fixed Redux reducers Hot Module reloading
Improvements
- Redux hydration action for entire app state
- Switch to another stylelint order set of rules
- Some developing of the add-commp.js script for fast adding new component
[email protected]
Fixing Service Worker starting function which has been incorrectly modified after fixing TypeScript linting error.
All Promises are modified to have unified then().catch() structures.
New
- Migrating React Router to the configuration with RouteObject and useRoutes hook;
Fixes
- Fixed Service Worker starting function;
- Added sw.js file to the webpack copy plugin to proper work in static build;
Improvements
- Unification of all Promise functions in the project;
[email protected]
A previous update included a 'minimize' option in the Webpack client configuration, resulting in HMR not working properly.
Fixed.
Fixes
- Removing 'minimize' from Webpack client configuration;