Skip to content

Releases: vinaypuppal/preact-cli-plugin-netlify

v1.6.0

30 Jun 10:24
ba82592
Compare
Choose a tag to compare

Updates

  • Order the preloads as CSS -> JS -> everything else. This makes sure LCP is not blocked on waiting for JS to download
  • Adds an option to mutateManifest before generating headers out of it.

    mutateManifest is useful as preact-cli does not currently build manifest for dynamic route e.g. /product/* so a user can add this/ modify based on something existing using this function

Credits:

Thanks @prateekbh

Changes

16 Sep 06:55
Compare
Choose a tag to compare

Keep push-manifest.json as a single source of truth

Read push-manifest.json and convert it to Netlify headers(#14)

Credits: @prateekbh

Minor Changes

30 Jul 14:12
025bd24
Compare
Choose a tag to compare
  • Add support for sites with no routes, and ESM output. (#10)

Minor Changes

13 Jul 21:56
4272f5f
Compare
Choose a tag to compare
  • fix: webpack deprecation warning (closes #8) (#9)

Minor Changes

21 May 02:41
505b8f2
Compare
Choose a tag to compare
  • Added support for brotli compression #4

Credits

Thanks @hassanbazzi

v1.1.0

07 Jan 07:42
79aad28
Compare
Choose a tag to compare

Minor Changes

  • Added support for optional custom redirects #1

v1.0.2

12 Nov 17:00
c2f23f2
Compare
Choose a tag to compare

Patches

  • Fix bug generating undefined header value when a particular asset file is not found.

v1.0.1

11 Nov 07:03
4b635cb
Compare
Choose a tag to compare

Hello, world! 👋 Initial release 🎉