Releases: vinaysharma14/rapid-react
Releases · vinaysharma14/rapid-react
2.0.4
2.0.2
This patch fixes the check symbol on Windows Machine.
2.0.1
- This patch fixes notification sound not being played in Windows Machine.
- The current version of Rapid React would now be displayed on launch.
2.0.0 🎁
Breaking changes ⚠️
-
Rapid React has been re-written from React Redux to Redux Toolkit APIs. This would dramatically reduce the boilerplate code required to work with Redux and further cut down your development efforts. 🏋️
-
Redux Form support has been removed. Although it would no longer be available as an option in the CLI, you can still install it explicitly. It's highly inadvisable to use Redux Form and switch to a better alternative such as React Final Form or React Hook Form
New Features 🎉
- Scaffold Redux now with Redux Toolkit!
- Added support for Redux Thunk middleware!
- Separated inputs for Redux Logger and Async Middleware choices.
- A much more comprehensive and better-looking version update notification!
- A notification sound would play once the setup is complete! 🛎️
1.0.5
v 1.0.4 was accidentally unpublished. This patch fixes it.
1.0.4
- Added a roadmap.
1.0.3
Internal fixes:
- Changed ES6 Package JSON import to Common JS require statement
1.0.2
Minor fixes:
- Fixed name of Router component from
Routes
toRouter
- Replaced
export
byimport
keyword for importing Routes in Router - SASS would be installed as a dependency now if user chooses it over CSS.
1.0.1
v 1.0.0 was accidentally published without build. This patch published the build to NPM.
Initial public release 🎉
Merge pull request #45 from vinaysharma14/development Development