Change8

static-files-middleware@0.1.0

Breaking Changes
📦 remixView on GitHub →
1 breaking1 features🔧 2 symbols

Summary

This release marks the initial availability of the static file-serving middleware. The package itself is superseded and should not be used directly.

⚠️ Breaking Changes

  • The package has been superseded and should not be used. Use `@remix-run/static-middleware` directly or import `staticFiles` from `remix/middleware/static` in Remix apps.

Migration Steps

  1. Replace usage of this superseded package with `@remix-run/static-middleware` or import `staticFiles` from `remix/middleware/static`.

✨ New Features

  • Initial release of the static file-serving middleware that powers `remix/middleware/static`.

Affected Symbols