npm @redwoodjs/core 7.5.1
v7.5.1

latest releases: 8.0.0-canary.863, 8.0.0-canary.862, 8.0.0-canary.861...
one month ago

Patch Release

  • Fix radio button null element default prop to use correct input (#10510) by @jason-curtis

    This change fixes an issue with the defaultChecked field when using the scaffold generator with an enum. You should now see correct code generated to determine if the default is checked or unchecked.

  • fix(functions): Mock context in function test template (#10555) by @Tobbe

    Currently if you switch on TypeScript strict mode in a Redwood project you will get red squiggles in our default function tests that we create when users generate new functions. This change corrects this particular error by providing the correct function parameter in the generated code.

Don't miss a new core release

NewReleases is sending notifications on new releases.