Skip to content

Releases: redwoodjs/redwood

v0.0.1-alpha.23

31 Jan 20:59
Compare
Choose a tag to compare
v0.0.1-alpha.23 Pre-release
Pre-release

Added

  • We now automatically map exports from services to your schema definitions. #87 @peterp
  • We added a bunch of functionality to the redwood cli. #91

Changed

  • Upgraded to Prisma 21 #92

v0.0.1-alpha.22

29 Jan 06:12
Compare
Choose a tag to compare
v0.0.1-alpha.22 Pre-release
Pre-release

Added

  • A splash page that's shown when you don't have any routes. #17 @mojombo
  • Router parameter types. #47 @mojombo
  • Added forms to web #45 @cannikin
  • Alias redwood CLI command to rw #79 @sw-yx
  • FatalErrorBoundary #61 @mojombo
  • Use the Empty branch the data returned from a cell is empty. #54 @cannikin
  • Added a way to create a new Redwood project using yarn create redwood-app path/to/project #60 @peterp
  • An import all marco that runs at build time. #86 @peterp

Changed

  • We're having some trouble with favicons-webpack-plugin. So we've removed it. #37 @cannikin
  • Automatically adds the withCell code at build time in Webpack. #48 @mojombo

Fixed

  • Webpack hot module reloading #43 @peterp
  • beforeQuery automatically maps the props in a cell to the variables in a query #50 @cannikin

v0.0.1-alpha.18

15 Jan 16:59
Compare
Choose a tag to compare
v0.0.1-alpha.18 Pre-release
Pre-release

In this release we continue towards making the steps in our tutorial a reality.

Added

  • A webpack plugin that automatically imports components from web/src/pages/* into Routes.js and an accompanying ESLint plugin that'll let you know when you're referencing a page that doesn't exist. #21 @mojombo
  • getPaths into @redwoodjs/core that gives Redwood packages a single and stable place to references paths in a Redwood project. #24 @peterp

The one with the CLI

30 Jun 19:15
Compare
Choose a tag to compare
The one with the CLI Pre-release
Pre-release

This is the first release of hammer and it doesn't actually do anything useful 🎉

I've added the hammer-cli that allows anyone to add new commands in the the src/commands directory. Right now we only have a single generate command with a single component generator. The component generator plops a ⚒ hammer style component into the web/src/components folder of your hammer project.