Nuxt Delay Hydration Versions Save

Delayed hydration for progressively enhanced apps. Reduced blocking time and improved Google Lighthouse scores. ⚡️

v1.3.3

6 months ago

Bug Fixes

  • maybe fix component resolving (d18094f)

v1.3.2

6 months ago

Bug Fixes

  • maybe fix component resolving (7a027d7)

v1.3.1

6 months ago

Bug Fixes

  • safer page SSR check (c59a4cc), closes #32
  • use runtime config for route rules (8e59ef9)

v1.3.0

6 months ago

Bug Fixes

  • avoid blocking suspense with DelayHydration (076fa8f), closes #39
  • don't run on nuxt internal routes (0628c8f)

Features

  • route rules for per-page configuration (f93806d)

v1.2.3

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/harlan-zw/nuxt-delay-hydration/compare/v1.2.2...v1.2.3

v1.2.2

8 months ago

Bug Fixes

  • remove links preload script at init mode when using Nuxt SSG (#36) (d0a4909)
  • replace vulnerable lodash.template module with lodash-es (#34) (c25d476)

New Contributors

Full Changelog: https://github.com/harlan-zw/nuxt-delay-hydration/compare/v1.2.1...v1.2.2

v1.2.1

11 months ago

Bug Fixes

New Contributors

v1.2.0

11 months ago

:warning: Requires Nuxt 3.5.0 or higher.

v1.1.4

1 year ago

v1.1.3

1 year ago

Bug Fixes