Vue Lazy Hydration Versions Save

Lazy Hydration of Server-Side Rendered Vue.js Components

1.0.0-beta.12

4 years ago

Fixed

  • Fix rendering if there is no child (#31).

Added

  • Performance improvements.
  • Performance tests.
  • Integration tests.

Security

  • Updated dependencies.

1.0.0-beta.9

4 years ago

Fixed

  • Remove implicit dependency for Babel async / await polyfill (#21)

1.0.0-beta.8

4 years ago

Added

  • Information and clarification about considerations for dynamic bundle loading.

Fixed

  • Hydration imports without options.

1.0.0-beta.7

5 years ago

Added

  • Ko-fi link.

1.0.0-beta.6

5 years ago

Fixed

  • The wrong element was observed which lead to components not being hydrated when they became visible.

1.0.0-beta.5

5 years ago

1.0.0-beta.4

5 years ago

Fixed

  • Fix example code

1.0.0-beta.3

5 years ago

Changed

  • Make Intersection Observer options configurable
  • Remove beta warning – the package is stable enough

1.0.0-beta.2

5 years ago

Fixed

1.0.0-beta.1

5 years ago
  • Make it possible to prevent bundle loading
  • Make it possible to listen for multiple events
  • Remove broken auto hydration logic
  • Improve documentation