Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 19:02
· 3540 commits to main since this release
f2b6cd9

Patch Changes

  • #902 daed3c3 Thanks @petebacondarwin! - fix: show error if a string option is used without a value

    Fixes #883

  • #901 b246066 Thanks @threepointone! - chore: minify bundle, don't ship sourcemaps

    We haven't found much use for sourcemaps in production, and we should probably minify the bundle anyway. This will also remove an dev only warnings react used to log.

  • #904 641cdad Thanks @GregBrimble! - feat: Adds 'assets:' loader for Pages Functions.

    This lets users and Plugin authors include a folder of static assets in Pages Functions.

    export { onRequest } from "assets:../folder/of/static/assets";

    More information in our docs.

  • #905 c57ff0e Thanks @JacobMGEvans! - chore: removed Sentry and related reporting code. Automated reporting of Wrangler errors will be reimplemented after further planning.