npm @redwoodjs/core 0.41.0
v0.41.0

latest releases: 8.0.0-canary.642, 8.0.0-canary.641, 8.0.0-canary.640...
2 years ago

Changelog

Unique contributors: 10

PRs merged: 17

Features

Fixed

  • Fix: Router white flash on first navigation to page #3772 by @Tobbe
  • Properly merge typeDefs in makeMergedSchema #3884 by @jmackie
  • Fix #3873 - Inline fragment crash #3891 by @orta
  • exit(1) in dataMigrate on caught errors #3911 by @cannikin
  • fix(cors): Handle empty base64 requests #3939 by @dac09
  • fix(types): Add aws-lambda to rwjs/testing so its available as dev ti… #3940 by @dac09
  • fix(webpack): Disable sourcemaps in prod #3953 by @dac09

Chore

Package Dependencies

View all Dependency Version Upgrades

Breaking ⚠️

Logging - Pretty Print Option Removed

This release removes the dependency from the logger on Pino's "pretty printing" package pino-pretty. Instead, a LogFormatter is used to make the output easy to read.

If you have your logger or your GraphQL logger configured to prettyPrint you will need to remove this option, as it is no longer available.

Don't miss a new core release

NewReleases is sending notifications on new releases.