github remix-run/remix remix@1.6.7
v1.6.7

latest releases: v0.0.0-nightly-38ca648a3-20240920, remix@2.12.1, create-remix@2.12.1...
2 years ago

What's Changed

  • Patched a syntax error in @remix-run/dev to ensure create-remix runs smoothly on Node 14

  • Fix inferred types for useLoaderData and useActionData to preserve null value types in @remix-run/react.

    Previously, null types were being replaced by never due to our usage of NonNullable in UndefinedOptionals. Properties that aren't unions with undefined are now kept as-is, while properties that do include undefined are still made optional, but only remove undefined from the property type whereas NonNullable also removed null types.

Changes by package


Full Changelog: https://github.com/remix-run/remix/compare/remix@1.6.6...remix@1.6.7

Don't miss a new remix release

NewReleases is sending notifications on new releases.