Skip to content

Releases: StopNGo/react-proto

[email protected]

23 Oct 10:00
Compare
Choose a tag to compare

Migration to Biome

New

  • Replacing ESlint and Prettier with Biome.

Fixes

Full Changelog: https://github.com/StopNGo/react-proto/compare/[email protected]@2.1.0

[email protected]

14 Oct 11:35
Compare
Choose a tag to compare

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]

14 Oct 10:19
Compare
Choose a tag to compare

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]

08 Oct 21:00
Compare
Choose a tag to compare

Cleaning and updating packages before moving to rspack.

Full Changelog: https://github.com/StopNGo/react-proto/compare/[email protected]@1.6.2

[email protected]

15 Sep 21:49
Compare
Choose a tag to compare

[email protected]

13 Sep 11:23
Compare
Choose a tag to compare

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]

07 Jan 13:32
Compare
Choose a tag to compare

Removing some unnecessary dependencies, some types fixes and accessibility improvement.

Fixes

  • TS typing after RTK upgrade

Improvements

  • Adding label to language selector

[email protected]

12 Dec 11:52
Compare
Choose a tag to compare

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]

19 Apr 16:12
Compare
Choose a tag to compare

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]

15 Mar 16:05
Compare
Choose a tag to compare

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;