Skip to content

Releases: urql-graphql/urql-devtools

v0.0.8

17 Dec 15:21
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Fix visual issues on Firefox #88

Closed issues:

  • Fix issue where webpack watched rebuilds remove files #87
  • Create a bridging abstraction for wider browser support #2

Merged pull requests:

v0.0.6

02 Dec 18:17
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Fix incorrect animations on event list #81
  • [v0.0.4] Installation not possible due to missing asset #74

Closed issues:

  • Create panel component #78
  • V0.0.5 prep #71
  • Fails to load with Next JS #67
  • Add message when client connection doesn't exist #52

Merged pull requests:

v0.0.5

16 Oct 14:46
Compare
Choose a tag to compare

The first release with a cache explorer!

Additions

  • Cache explorer!
  • Prompt when events aren't present (#61)
  • Clearing of event list on refresh (#53)
  • Add urql status icon (#36)

Changes

  • Fix issue where color theme just wasn't sexy enough
  • Fix bug where connections are repeatedly created (#57)
  • Fix issue with v0.4.0 deployment (#74)
  • Fix minification for panel (#38)

v0.0.4

14 Oct 15:41
Compare
Choose a tag to compare

Changelog TBD

v0.0.3

21 Aug 15:37
bec2cd1
Compare
Choose a tag to compare

This release works best with urql v1.4.0

v0.0.3 moves the timing and displayName metadata generation for operations into the @urql/devtools package. All devtools metadata will be removed from urql 1.4.0 to slim down the core urql package.