Skip to content

Latest commit

 

History

History
262 lines (155 loc) · 3.98 KB

File metadata and controls

262 lines (155 loc) · 3.98 KB

@remix-run/netlify

1.19.2

Patch Changes

  • Show deprecation warning on @remix-run/netlify usage, which is deprecated in favor of @netlify/remix-adapter (#6937)
  • Updated dependencies:

1.19.1

Patch Changes

1.19.0

Patch Changes

1.18.1

Patch Changes

1.18.0

Patch Changes

1.17.1

Patch Changes

1.17.0

Patch Changes

1.16.1

Patch Changes

1.16.0

Patch Changes

1.15.0

Patch Changes

1.14.3

Patch Changes

1.14.2

Patch Changes

1.14.1

Patch Changes

1.14.0

Patch Changes

1.13.0

Patch Changes

  • Fix fetch Request creation for incoming URLs with double slashes (#5336)
  • Updated dependencies:

1.12.0

Patch Changes

1.11.1

Patch Changes

1.11.0

Patch Changes

1.10.1

Patch Changes

1.10.0

Patch Changes

1.9.0

Patch Changes

1.8.2

Patch Changes

1.8.1

Patch Changes

1.8.0

Patch Changes

1.7.6

Patch Changes

1.7.5

Patch Changes

1.7.4

Patch Changes

1.7.3

Patch Changes

  • Fixed a bug that affected .wav and .webm audio file imports (#4290)
  • Updated dependencies:

1.7.2

Patch Changes

1.7.1

Patch Changes

  • Ensured that requests are properly aborted on closing of a Response instead of Request (#3626)
  • Updated dependencies:

1.7.0

Patch Changes

1.6.8

Patch Changes

  • We've added type safety for load context. AppLoadContext is now an an interface mapping string to unknown, allowing users to extend it via module augmentation: (#1876)

    declare module "@remix-run/server-runtime" {
      interface AppLoadContext {
        // add custom properties here!
      }
    }
  • Updated dependencies:

1.6.7

Patch Changes

1.6.6

Patch Changes

1.6.5

Patch Changes