Skip to content

v7.7.2

Compare
Choose a tag to compare
@Josh-Walker-GM Josh-Walker-GM released this 28 Jun 14:00
· 1768 commits to main since this release
dfb9b83

Patch Release

  • fix(prerender): Fold output to prevent crashing on large prerender counts (#10888) by @Josh-Walker-GM

    This change alters the CLI output during prerendering to prevent crashes when prerendering a large number (>100,000) of routes.

  • fix(tw): settings key should be "tailwindCSS.classAttributes" (#10881) by @Tobbe

    Fixes the VSCode settings for our TailwindCSS setup.

  • fix(cli): Add check for excessively long route (#10830) by @Josh-Walker-GM

    This change adds an additional internal check to protect against route definitions which are preposterously long.

  • docs(directives): Removes outdated mockAsyncRedwoodDirective and explains how to test async directives (#10827) by @dthyresson

    This change removes mockAsyncRedwoodDirective from documentation and properly show how to test async directives using resolves and rejects. Fixing #10812.

  • fix(auth): Allows RedwoodAuthCurrentUserQuery when using Auth, GraphQL and Trusted Documents (#10817) by @dthyresson

    This PR allows authentication to function as expected when using Trusted Documents. For more information please see issue #10816.