Releases: dodiameer/mikro-graphql-client
Releases · dodiameer/mikro-graphql-client
Mikro GraphQL Client - v1.0.0
Major release!
Features
- Pagination
- Animations
- Mobile responsive-ish (Works but doesn't look pretty)
- Strongly typed queries
- Hash-based routing
- Page state persistent across multiple routes
stale-while-revalidate
fetching policy- Uses Svite for bundling
- Uses
@urql/svelte
for GraphQL
Mikro GraphQL Client - v0.1.4
Changes
Bugfixes
- Fixed offset not resetting to 0 when limit is changed (Book pagination bar)
New features
- Added complete author list page with pagination and animations
Mikro GraphQL Client - v0.1.3
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
Mikro GraphQL Client - v0.1.2
Minor release
New features
- Added book details page (incorrectly named author details in commit message. Sorry!)
- Added SCSS support
- Added
global.scss
file imported in all components by default - Added routing using
svelte-spa-router
Mikro GraphQL Client - v0.1.1
Minor release
Bugfixes
UI
- Display correct total page count
General changes
- Added README.md
- Bumped version in
package.json
to0.1.0
Known issues
Development
package.json
version is behind GitHub version
UI
- "Next" and "Previous" buttons have no styling
Mikro GraphQL Client - v0.1.0
Initial release
Features
UI
- Book list
- Paginated results
- Select how many results are shown in a page
stale-while-revalidate
loading policy (Thanks, URQL!)
Development
- Using Svite as a dev server allowing HMR
- Typescript for creating custom types and better editor auto-completion
- Statically-typed operations thanks to GraphQL Codegen