Skip to content

v1.4.2

Compare
Choose a tag to compare
@jtoar jtoar released this 20 May 04:14
· 5637 commits to main since this release

Patch Release

This release includes several fixes:

  • Fixes the usePageLoadingContext error "usePageLoadingContext must be used within a PageLoadingContext provider"
  • yarn rw g cell completes even if there's a GraphQL syntax error in a Cell
    • RWCell: Print error on gql syntax error #5532 by @Tobbe
  • Add missing ./types directory to the web/tsconfig.json template
  • Fix setup deploy serverless on Windows #5576 by @jtoar
  • For those using docker, rw-server api using global installs of @redwoodjs/api-server and @redwoodjs/internal works again now that terminal-link is included
    • Fix: add missing dep terminal link to internal #5590 by @jtoar
  • If your project has custom storybook config in web/config/storybook.config.js that specifies addons that Redwood already includes, they're now deduped
    • Fix: dedupe addons when merging storybook main config #5592 by @jtoar