github blitz-js/blitz v0.28.0-canary.2

latest releases: v2.0.8, blitz@2.0.8, @blitzjs/rpc@2.0.8...
pre-release3 years ago

💥 Breaking Changes

  • Remove implicit auto-build with blitz start --production. #1623
    • New usage: blitz build && blitz start --production
    • Probably you are already doing this by running blitz build in the build step and blitz start --production in the run step of deployment.

🐞 Patches

  • Fix blitz db commands showing incorrect error: #1648
  • Fix bug preventing imports from files/libraries ending in "pages" or "api": #1649
  • Fix a false duplicate error with .coverage directory in your project: #1654
  • Improve error message from useQuery for case of incorrect resolver location: #1653
  • Remove unused packages from core: #1630
  • Remove pretty-ms dependency (move code into core): #1628
  • Remove unused packages from @blitzjs/server: #1634
  • Upgrade all dependencies: #1657
  • Remove unnecessary log message about git core.excludesFiles: #1663
  • Change log message from "alpha software" to "beta software": c700ee4
  • Change a number of dependencies to use ranges to help reduce size of installed node_modules: #1665

⚡️ Changes to the New App Template

  • Change Final Form <LabeledTextField/> to properly parse numbers: #1658
  • Update a few dependencies including React to 0.0.0-experimental-3310209d0: #1662

Internal Meta Changes

Credits

Huge thanks to @KATT, @arjundubey-cr, @Skn0tt, @scisteffan, and @Kosai106 for helping!

Don't miss a new blitz release

NewReleases is sending notifications on new releases.