Skip to content

Releases: dodiameer/mikro-graphql-client

Mikro GraphQL Client - v1.0.0

06 Feb 11:12
769286d
Compare
Choose a tag to compare

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

05 Feb 20:43
69737bc
Compare
Choose a tag to compare
Pre-release

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

05 Feb 15:17
ac040f7
Compare
Choose a tag to compare
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

Mikro GraphQL Client - v0.1.2

03 Feb 18:19
Compare
Choose a tag to compare
Pre-release

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

02 Feb 18:46
Compare
Choose a tag to compare
Pre-release

Minor release

Bugfixes

UI

  • Display correct total page count

General changes

  • Added README.md
  • Bumped version in package.json to 0.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

02 Feb 18:41
Compare
Choose a tag to compare
Pre-release

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