Mikro GraphQL Client - v0.1.3
Pre-release
Pre-release
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