Skip to content

Releases: DoneDeal0/alright-react-app

v2.0.4

21 Jun 14:04
Compare
Choose a tag to compare
  • bump dependencies
  • use Storybook 7, with automated tests.

v2.0.3

24 Apr 08:45
Compare
Choose a tag to compare
  • Fix dependencies installation with npm on windows
  • Check if user's node version is equal or higher than 16.14.0 before running the script
  • Remove .DS_Store (thanks @DeluxeOwl)

v2.0.0

21 Apr 19:03
Compare
Choose a tag to compare
  • Automatically initialize git
  • Bump dependencies
  • Refactor tasks

v1.5.7

19 Apr 15:30
Compare
Choose a tag to compare
  • Upgrade all librairies, except Storybook because it doesn't support SWC yet.
  • Refactor all tasks
  • Automatically install the dependencies
  • Add a loader in the terminal while installing the dependencies
  • Remove ts-loader and react-svg-loader
  • Minimum Node version is now 16.14.0
  • Update Readme screenshots

1.1.5

10 Sep 13:47
Compare
Choose a tag to compare
  • upgrade libs
  • split external librairies in separate chunks

1.1.4

15 Apr 11:58
Compare
Choose a tag to compare

Add incremental parsing for typescript

When running yarn tsc, this will create a graph tsconfig.tsbuildinfo at the root of your project. Next time you run yarn tsc, typescript will then only check changes instead of parsing the entire project. tsconfig.tsbuildinfois ignored by default in .gitignore.

v1.0.8

14 Apr 10:36
Compare
Choose a tag to compare

Publish npx command alright-react-app.