Skip to content

Releases: freddy38510/vue3-lazy-hydration

v1.2.1

23 Sep 21:41
a67e268
Compare
Choose a tag to compare

1.2.1 (2022-09-23)

Bug Fixes

  • package: remove pre/post install scripts that break package installation as a dependency (3674171), closes #42

v1.2.0

23 Sep 14:43
52f1b9c
Compare
Choose a tag to compare

1.2.0 (2022-09-23)

Features

  • switch to Typescript and provide type declaration file (b2ba9cc), closes #36

v1.1.3

09 Aug 21:55
12cfaf2
Compare
Choose a tag to compare

1.1.3 (2022-08-09)

Bug Fixes

  • deps: move Vue dependency to devDependencies (454ef9f), closes #22

v1.1.2

20 Jul 09:40
a627241
Compare
Choose a tag to compare

1.1.2 (2022-07-20)

Bug Fixes

  • import-wrappers: ensure the "useLazyHydration" composable is called at server-side (b1041ba)

v1.1.1

18 Jul 12:06
49f9abd
Compare
Choose a tag to compare

1.1.1 (2022-07-18)

Bug Fixes

  • import-wrappers: properly handle env variables for production build (76ec143)

v1.1.0

18 Jul 11:48
b21bcf2
Compare
Choose a tag to compare

1.1.0 (2022-07-18)

Features

  • import-wrappers: supports asynchronous loading of wrapped component (63f7983)

Bug Fixes

  • composables: use a trust parameter to conditionally run composables (77071ca)

v1.0.0

14 Jul 11:23
9410ff3
Compare
Choose a tag to compare

1.0.0 (2022-07-14)

Features

  • initial release