Skip to content

Latest commit

 

History

History
573 lines (382 loc) · 40.9 KB

CHANGELOG.md

File metadata and controls

573 lines (382 loc) · 40.9 KB

Changelog

v2.6.3 (2021-12-03)

Full Changelog

Merged pull requests:

v2.6.2 (2021-08-09)

Full Changelog

Merged pull requests:

Changelog

v2.6.1 (2021-08-02)

Full Changelog

Fixed bugs:

  • Cannot launch via Windows (Powershell or Command prompt) #377

Merged pull requests:

Changelog

v2.6.0 (2021-05-21)

Full Changelog

Added enhancements:

  • Add object syntax highlighting for default arguments #342
  • Persist query state between reloads #328

Fixed bugs:

  • Code blocks don't clean up when code content changes #351

Merged pull requests:

v2.5.0 (2021-04-20)

Full Changelog

Added enhancements:

  • Update bug report template on runtime error #340
  • Add copy to clipboard functionality to code blocks #307

Merged pull requests:

v2.4.3 (2021-03-22)

Full Changelog

Fixed bugs:

  • [Runtime error]: Cannot convert object to primitive value #323

Closed issues:

  • [Runtime error]: Cannot read property '0' of undefined #339
  • [Runtime error]: Add support for Urql 2 #330
  • [Runtime error]: Cannot convert object to primitive value #329

Merged pull requests:

v2.4.2 (2021-02-18)

Full Changelog

Fixed bugs:

  • Page content not rendering in Firefox #335

Closed issues:

  • Devtools: TypeError: Cannot read property '0' of undefined #334
  • [Runtime error]: Cannot read property '0' of undefined #333

Merged pull requests:

v2.4.1 (2021-02-15)

Full Changelog

Added enhancements:

  • Add page-action icon to Firefox #89

Fixed bugs:

  • Add a new line between description and query names #288

Closed issues:

  • Add support for Urql 2.0 (operationName -> kind) #331
  • [Linux] Electron standalone app does not connect with React Native #315

Merged pull requests:

v2.4.0 (2020-10-08)

Full Changelog

Added enhancements:

  • Add indicator for timeline panes #239
  • Add theme awareness #171

Merged pull requests:

  • Add pane titles to Timeline events, closes #239 #318 (bkonkle)
  • Add Light mode styles and theme awareness #316 (bkonkle)

v2.3.1 (2020-09-28)

Full Changelog

Fixed bugs:

  • Cache explorer not updating on new values #312
  • [Runtime error]: React invariant on schema explorer #311
  • The devtools doesn't work when app is inside an iframe #280

Merged pull requests:

v2.3.0 (2020-09-14)

Full Changelog

Added enhancements:

  • Add indication on timeline for currently selected timeline #273

Closed issues:

  • A cache-only query crashes the devtools if the query is not already cached #293
  • Remove truncation on the exporer view #287

Merged pull requests:

v2.2.0 (2020-08-17)

Full Changelog

Added enhancements:

  • Add query formatting #250
  • Add full schema view to requests pane #104
  • Feat: Request panel Schema #254 (sofiapoh)

Fixed bugs:

  • @urql/core direct API calls are not shown #267

Closed issues:

  • Spurious warning about \_\_schema in console #269

Merged pull requests:

Changelog

v2.1.0 (2020-05-21)

Full Changelog

Added enhancements:

  • Add top-level error handling #236
  • Automatically visit latest event when clicking on the respective source icon #229

Fixed bugs:

  • Remove use of eval in webpack prod build output #241
  • Remove unused assets for npm release #240

Closed issues:

  • Set browser window icon #225

Merged pull requests:

v2.0.1 (2020-05-15)

Full Changelog

Fixed bugs:

  • Event tooltips don't show on hover #231
  • Improve visual separation between timeline pane sections #223

Merged pull requests:

v2.0.0 (2020-05-07)

Full Changelog

Added enhancements:

  • Add React Native support #101

Fixed bugs:

  • Clear application state on exchange disconnect #215
  • Undefined Query Args Cause The Tools To Crash #181

Merged pull requests:

v1.0.3 (2020-04-30)

Full Changelog

Fixed bugs:

Merged pull requests:

v1.0.2 (2020-04-23)

Full Changelog

Fixed bugs:

  • Fix permission errors on firefox #169

Merged pull requests:

v1.0.1 (2020-04-22)

Full Changelog

Closed issues:

  • Change permissions to activeTab #166

Merged pull requests:

v1.0.0 (2020-04-22)

Full Changelog

Fixed bugs:

  • Fix performance issues with Cache Explorer #84
  • Fix overlapping text in cache inspector #76

Closed issues:

  • Add version mismatch checks #161
  • Aquire schema via GraphQL query rather than HTTP/S #148
  • Add fixtures #102
  • Change source map path on published extensions #100
  • Event timeline #99
  • Update syntax theme of request panel #94
  • Improve icon visibility in dark mode #75
  • Component scoped events list #73

Merged pull requests:

v0.0.9 (2019-12-17)

Full Changelog

Fixed bugs:

  • Query panel in request page is broken #96

Closed issues:

  • Add automated release for Firefox #90

v0.0.8 (2019-12-17)

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 (2019-12-02)

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 (2019-10-16)

Full Changelog

Closed issues:

  • Update Readme to reflect new repo migration #59
  • Option to force on in production #48

Merged pull requests:

v0.0.4 (2019-09-30)

Full Changelog

Closed issues:

  • devtools doesn't work with next.js example #64
  • Add 'no events' prompt on event list when no events are present #61
  • Add some images to the README #60
  • Throwing errors in console #57
  • Move devtools exchange to separate repo #51
  • Add animations for incoming events #27

Merged pull requests:

v0.0.3 (2019-08-21)

Full Changelog

Closed issues:

  • Clear event list when page is refreshed #53
  • Add minification for 'panel' #38
  • Add a page action to the icon #36

Merged pull requests:

v0.0.2 (2019-07-26)

Full Changelog

Closed issues:

  • Add latency info to requests #23

v0.0.1 (2019-07-22)

Full Changelog

Fixed bugs:

  • Use a separate event for devtools responses #16

Closed issues:

  • Add .npmignore file to remove unneeded files from package #35
  • Add LICENSE file #34
  • Add 'response' information to mutation popout #18
  • Add 'response state' information to query popout #17
  • Add visual prompt for how to execute a query #15
  • Infer type of operation when making a request in devtools #14
  • Update theme/styling to better match branding #12
  • Create a panel for errors #11
  • Add graphql autocompletion when creating a request #7
  • Add filtering capabilities to event overview #4
  • Add basic CI steps #3
  • Unify build process #1
  • Add in changelog / changelog automation #32
  • Add CI for automated release #30
  • Update README for release #29
  • Fix build error #10

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

* This Changelog was automatically generated by github_changelog_generator