Skip to content

Latest commit

 

History

History
126 lines (101 loc) · 6.85 KB

Changelog.md

File metadata and controls

126 lines (101 loc) · 6.85 KB

Changelog

2.2.4

  • Fix to enable scrolling on the explorer sidebar.
    @RIP21 in #217

2.2.3

  • Integrate OneGraph's GraphiQL Explorer.
    @sgrove in #199
  • Make sure devtools can be used when the transport layer is websockets only.
    @kamerontanseli in #163
  • Debounce broadcast messages to improve devtools responsiveness and memory usage.
    @thomassuckow in #173
  • Gracefully handle a failed version compatibility check.
    @mjlyons in #201
  • Increase timeout when checking whether to display the devtools panel.
    @Gongreg in #203
  • Fully reload devtools when a page reload happens, to make sure it is reconnected to the current Apollo Client instance properly.
    @hwillson in #205

2.2.1 & 2.2.2

  • Fixes an issue preventing scrolling from working properly in Chrome 72 and up.
    @scfoxcode in #193

2.2.0

2.1.9

2.1.8

2.1.7

2.1.5

  • Fixes a query name parsing issue that lead to a blank page showing when viewing the queries panel.
    @hwillson in #149

2.1.4

2.1.3

  • fixed styling of mutation list
  • Allow to use query.metadata.component.displayName (#126)
  • Fixed mutation run in GraphiQL button (#127)
  • Fixed bug where query.queryString did not exist (#125)
  • Update vendor GraphiQL styles & fix autocomplete styling (#123)

2.1.0

  • rebuilt with new architecture
  • initial local schema support (when using cache)
  • initial subscription support
  • improved dark theme

< 2.1.0

  • We didn't keep a changelog :-(