Skip to content

Latest commit

 

History

History
93 lines (40 loc) · 3.26 KB

CHANGELOG.md

File metadata and controls

93 lines (40 loc) · 3.26 KB

0.1.3 (2024-09-12)

Bug Fixes

  • more precise peer dependencies (b3c77f0)

0.1.2 (2024-09-12)

Bug Fixes

  • enforce peer dependencies (802f02e)
  • optimistic peerDependencies (83dc44b)
  • simplify peerDependencies (4a674a6)
  • simplify vike-vue-{query,pinia} integration (08b612f)
  • try to read pageContext.pinia only if needed (#193) (d97fc6f)

0.1.1 (2024-06-04)

Bug Fixes

  • update peerDependencies for packages (5417fef)

0.1.0 (2024-06-04)

Bug Fixes

BREAKING CHANGES

  • All vike-vue packages need to be updated simultaneously. rename onBeforeMountApp to onBeforeRenderClient and onAfterRenderSSRApp to onAfterRenderHtml

0.0.5 (2024-06-03)

Bug Fixes

  • rename vike-pinia to vike-vue-pinia (222b1fd)
  • export Vike configuration at /config for vike-pinia (c2baf03)

BREAKING CHANGES

  • all references to vike-pinia should be replaced with vike-vue-pinia b3c0c
  • use import vikePinia from 'vike-pinia/config' in +config files

0.0.4 (2024-04-23)

Bug Fixes

0.0.3 (2024-04-21)

Bug Fixes

  • Fix links in CHANGELOG.md by using absolute URLs

Features

  • make vike-pinia work with other vike plugins by not overwriting onCreateApp (607feac)

0.0.2 (2024-02-14)

Bug Fixes

  • set Vike extension name (61ff29b)

0.0.1 (2024-01-15)

Initial version.