Skip to content

Releases: vinaysharma14/rapid-react

2.0.4

20 Mar 10:43
ddcb7b6
Compare
Choose a tag to compare

Minor Fixes:

  • Slice name was earlier hardcoded as counter.
  • Redux Logger moved from dev dependency to dependency.
  • Fixed JSX goes here comment indentation in the component template.

2.0.2

04 Mar 07:00
4a6b0b7
Compare
Choose a tag to compare

This patch fixes the check symbol on Windows Machine.

2.0.1

04 Mar 06:04
5a35047
Compare
Choose a tag to compare
  • 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 🎁

14 Feb 14:30
54128c4
Compare
Choose a tag to compare

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

09 Feb 07:39
Compare
Choose a tag to compare

v 1.0.4 was accidentally unpublished. This patch fixes it.

1.0.4

28 Dec 13:00
Compare
Choose a tag to compare
  • Added a roadmap.

1.0.3

26 Dec 16:55
Compare
Choose a tag to compare

Internal fixes:

  • Changed ES6 Package JSON import to Common JS require statement

1.0.2

26 Dec 12:04
Compare
Choose a tag to compare

Minor fixes:

  • Fixed name of Router component from Routes to Router
  • Replaced export by import keyword for importing Routes in Router
  • SASS would be installed as a dependency now if user chooses it over CSS.

1.0.1

21 Dec 11:27
9f09610
Compare
Choose a tag to compare

v 1.0.0 was accidentally published without build. This patch published the build to NPM.

Initial public release 🎉

21 Dec 11:24
9f09610
Compare
Choose a tag to compare
Merge pull request #45 from vinaysharma14/development

Development