Skip to content

Mikro GraphQL Client - v0.1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@dodiameer dodiameer released this 05 Feb 15:17
· 29 commits to master since this release
ac040f7

Changes

Bugfixes

  • Fixed #3

New features

  • Added links to author's other books in book details page

Development

  • Refactored page components into multiple components
  • Added comments to page components' logic
  • Queries will now rerun when variables change thanks to Svelte's reactive statements (No more boilerplate functions to change both page state and query variables)
  • Added pageState store and interface to strongly type pages that need their state persisted when going to another route