Releases: maoberlehner/vue-lazy-hydration
Releases · maoberlehner/vue-lazy-hydration
1.0.0-beta.12
Fixed
- Fix rendering if there is no child (#31).
Added
- Performance improvements.
- Performance tests.
- Integration tests.
Security
- Updated dependencies.
1.0.0-beta.9
Fixed
- Remove implicit dependency for Babel async / await polyfill (#21)
1.0.0-beta.8
Added
- Information and clarification about considerations for dynamic bundle loading.
Fixed
- Hydration imports without options.
1.0.0-beta.7
Added
- Ko-fi link.
1.0.0-beta.6
Fixed
- The wrong element was observed which lead to components not being hydrated when they became visible.
1.0.0-beta.5
Added
1.0.0-beta.4
Fixed
- Fix example code
1.0.0-beta.3
Changed
- Make Intersection Observer options configurable
- Remove beta warning – the package is stable enough
1.0.0-beta.2
Fixed
- Fix vdom not matching SSR content (#15)
1.0.0-beta.1
- Make it possible to prevent bundle loading
- Make it possible to listen for multiple events
- Remove broken auto hydration logic
- Improve documentation