RedwoodJS v0.4.0

Changed

Added

Fixed

  • Fixed a problem with the Router where it would try to render a Page without the correct params. #380

How to upgrade to v0.4.0*

Update your @redwoodjs/* packages.

Four packages should be updated to v0.4.0

Root directory package.json

  • "@redwoodjs/core": "^0.4.0”

web/package.json

  • "@redwoodjs/web": "^0.4.0”
  • "@redwoodjs/router": "^0.4.0”

api/package.json

  • "@redwoodjs/api": "^0.4.0”

After updating and saving the files, install the packages from the root directory:
$ yarn install

3 Likes