Skip to content

Releases: maoberlehner/vue-lazy-hydration

1.0.0-beta.12

27 Dec 13:01
Compare
Choose a tag to compare

Fixed

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

Added

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

Security

  • Updated dependencies.

1.0.0-beta.9

24 May 15:06
Compare
Choose a tag to compare

Fixed

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

1.0.0-beta.8

23 May 11:26
Compare
Choose a tag to compare

Added

  • Information and clarification about considerations for dynamic bundle loading.

Fixed

  • Hydration imports without options.

1.0.0-beta.7

20 Apr 15:48
Compare
Choose a tag to compare

Added

  • Ko-fi link.

1.0.0-beta.6

06 Mar 12:23
Compare
Choose a tag to compare

Fixed

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

1.0.0-beta.5

02 Mar 09:39
Compare
Choose a tag to compare

1.0.0-beta.4

04 Feb 17:10
Compare
Choose a tag to compare

Fixed

  • Fix example code

1.0.0-beta.3

04 Feb 17:09
Compare
Choose a tag to compare

Changed

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

1.0.0-beta.2

26 Jan 08:54
Compare
Choose a tag to compare

Fixed

  • Fix vdom not matching SSR content (#15)

1.0.0-beta.1

20 Jan 07:22
Compare
Choose a tag to compare
  • Make it possible to prevent bundle loading
  • Make it possible to listen for multiple events
  • Remove broken auto hydration logic
  • Improve documentation