v2.6.3 (2021-12-03)
Merged pull requests:
- add uploading source code instructions #385 (JoviDeCroock)
- add entry about producing final build #384 (JoviDeCroock)
- (chore) - document setup process #383 (JoviDeCroock)
- fix: Allows urql-devtools to launch via Windows PowerShell #378 (jakobo)
v2.6.2 (2021-08-09)
Merged pull requests:
- Bump tar from 6.0.2 to 6.1.6 #380 (dependabot[bot])
- Bump browserslist from 4.12.0 to 4.16.6 #370 (dependabot[bot])
- Bump codemirror from 5.57.0 to 5.58.2 #364 (dependabot[bot])
- Bump hosted-git-info from 2.8.8 to 2.8.9 #361 (dependabot[bot])
v2.6.1 (2021-08-02)
Fixed bugs:
- Cannot launch via Windows (Powershell or Command prompt) #377
Merged pull requests:
- chore: Update Electron to support Apple Silicon (M1) #376 (manosim)
- Bump normalize-url from 4.5.0 to 4.5.1 #373 (dependabot[bot])
- Bump ws from 7.3.1 to 7.4.6 #372 (dependabot[bot])
v2.6.0 (2021-05-21)
Added enhancements:
Fixed bugs:
- Code blocks don't clean up when code content changes #351
Merged pull requests:
- Update codemirror hint colors #368 (KenanYusuf)
- Remove pane header from scroll area in timeline view #367 (KenanYusuf)
- Dark theme tweaks #365 (andyrichardson)
- Added dedicated zoom in/out buttons to timeline toolbar #363 (KenanYusuf)
- Refactor cosmos theme toggle to use built in control panel #362 (KenanYusuf)
- Refactor to use space, fontSize, lineHeight and radii from theme #360 (KenanYusuf)
- Bump lodash from 4.17.19 to 4.17.21 #359 (dependabot[bot])
- Theme refactor #358 (KenanYusuf)
- Bump ssri from 6.0.1 to 6.0.2 #356 (dependabot[bot])
- Type, colour and spacing UI improvements #355 (KenanYusuf)
- Add syntax highlighting for default args in fields #354 (KenanYusuf)
- fix: reset code snippet when try to append a new code #352 (ValGeorgiev)
- feat: store last sent request in localstorage #350 (ValGeorgiev)
v2.5.0 (2021-04-20)
Added enhancements:
- Update bug report template on runtime error #340
- Add copy to clipboard functionality to code blocks #307
Merged pull requests:
- Feature/code block copy #349 (jmfulgham)
- Add Copy feature #348 (jmfulgham)
- fix: Add new issue templates for electron and extension apps #347 (ValGeorgiev)
- Bump y18n from 4.0.0 to 4.0.1 #344 (dependabot[bot])
- Bump elliptic from 6.5.3 to 6.5.4 #338 (dependabot[bot])
- Restructure dev docs + add RN app link #317 (andyrichardson)
v2.4.3 (2021-03-22)
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:
- Default to watch mode for visual regression #343 (andyrichardson)
- Add stringification of default input arguments #341 (andyrichardson)
- Bump prismjs from 1.21.0 to 1.23.0 #337 (dependabot[bot])
v2.4.2 (2021-02-18)
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:
- Explicitly set viewport height for Firefox #336 (andyrichardson)
v2.4.1 (2021-02-15)
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:
- Replace 'operationName' attr with 'kind' #332 (andyrichardson)
- Bump ini from 1.3.5 to 1.3.7 #326 (dependabot[bot])
- Add snapshotting for the schema component #322 (andyrichardson)
- Multiline description #321 (r281GQ)
- Add a note in the README about Android port forwarding #319 (bkonkle)
v2.4.0 (2020-10-08)
Added enhancements:
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)
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:
- Fix issue with mutated code block #314 (andyrichardson)
- Fix invariant on schema explorer #313 (andyrichardson)
- Add type check to dependencies #310 (andyrichardson)
- Inject extension files into all frames in a tab #281 (wgolledge)
v2.3.0 (2020-09-14)
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:
- Fix performance issues on event info panel #306 (andyrichardson)
- Bump bestzip from 2.1.6 to 2.1.7 #303 (dependabot[bot])
- Fix electron require #302 (Rigellute)
- Upgrade typescript-eslint and fix new errors/warnings #296 (Rigellute)
- Handle empty data prop in Explorer #295 (Rigellute)
- Reduce number of network reqs in visual regression #294 (Rigellute)
- Run typescript in CI #292 (Rigellute)
- Remove truncation on the explorer view #291 (Rigellute)
- Fix typescript and add type check step to CI #290 (Rigellute)
- Add highlight to selected event #289 (Rigellute)
v2.2.0 (2020-08-17)
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:
- add --font-render-hinting=none flag on Chrome startup #285 (wgolledge)
- Bump elliptic from 6.5.2 to 6.5.3 #279 (dependabot[bot])
- Bump lodash from 4.17.15 to 4.17.19 #276 (dependabot[bot])
- Fix: Weird focus states on Chrome #275 (sofiapoh)
v2.1.0 (2020-05-21)
Added enhancements:
- Add top-level error handling #236
- Automatically visit latest event when clicking on the respective source icon #229
Fixed bugs:
Closed issues:
- Set browser window icon #225
Merged pull requests:
- Remove unused NPM assets #244 (andyrichardson)
- Add error handler #237 (andyrichardson)
- Jump to event when selecting a timeline source #235 (andyrichardson)
v2.0.1 (2020-05-15)
Fixed bugs:
- Event tooltips don't show on hover #231
- Improve visual separation between timeline pane sections #223
Merged pull requests:
- Improve code contrast with border #224 (andyrichardson)
- Remove unused deps #222 (andyrichardson)
- Update lockfile and reduce update spam #221 (andyrichardson)
- Parallel visual regression #142 (andyrichardson)
v2.0.0 (2020-05-07)
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:
- Fix crash on undefined argument value. #180 (sporieg)
- Add RN support #173 (andyrichardson)
v1.0.3 (2020-04-30)
Fixed bugs:
- No vertical scrolling on the timeline #177
- Add custom scrollbar colors to Firefox #179 (andyrichardson)
- Remove error tooltip for populate directives #175 (imranolas)
Merged pull requests:
- Fix vertical overflow on timeline #178 (andyrichardson)
v1.0.2 (2020-04-23)
Fixed bugs:
- Fix permission errors on firefox #169
Merged pull requests:
- Fix cross-origin issues #170 (andyrichardson)
v1.0.1 (2020-04-22)
Closed issues:
- Change permissions to activeTab #166
Merged pull requests:
- Update permissions and trim runtime error #167 (andyrichardson)
v1.0.0 (2020-04-22)
Fixed bugs:
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:
- Changes for V1 #165 (andyrichardson)
- Update @urql/core dep #164 (andyrichardson)
- Add version checks #162 (andyrichardson)
- Theme adjustments #159 (andyrichardson)
- Flash value on update #158 (andyrichardson)
- Add netlify badge to cosmos page #156 (andyrichardson)
- Add Code of Conduct #155 (andyrichardson)
- Add v1 readme updates #154 (andyrichardson)
- Add color "yellow" to theme #153 (andyrichardson)
- Add CodeHighlight perf optimizations #152 (andyrichardson)
- Add padding to start time #151 (andyrichardson)
- Standardize color scheme #150 (andyrichardson)
- Fetch schema information via graphql #149 (andyrichardson)
- Add groups for overlapping timeline events #146 (andyrichardson)
- Timeline perf improvements #145 (andyrichardson)
- Add native tooltips #144 (andyrichardson)
- Add timeline keyboard shortcuts #143 (andyrichardson)
- Close mutations on update or response (w/ semaphore) #141 (andyrichardson)
- Add graphql type filters #140 (andyrichardson)
- Add navigation links #139 (andyrichardson)
- Theme update #138 (andyrichardson)
- Integration tweaks #137 (andyrichardson)
- Replace events panel with timeline #136 (andyrichardson)
- Add filtering #135 (andyrichardson)
- Add panel in fixtures #134 (andyrichardson)
- Add offset to tooltips to prevent them from being rendered offscreen #133 (wgolledge)
- Change timeline tooltip based on mouse position #132 (wgolledge)
- Use updated generic #131 (andyrichardson)
- Add OperationType icons to the timeline #130 (wgolledge)
- Add netlify badge #129 (andyrichardson)
- Update time ticks to match designs #128 (andyrichardson)
- Update color of events on hover #127 (andyrichardson)
- Timeline network visualization #126 (andyrichardson)
- Update timeline types #125 (andyrichardson)
- update cache Explorer to work with new devtools-exchange types #124 (wgolledge)
- Update request types #123 (andyrichardson)
- WIP: update the event structure to use the new debug events #122 (wgolledge)
- Update all deps to latest #121 (wgolledge)
- Update events to use shapes instead of colour #120 (wgolledge)
- Add panel animation on collapse #119 (andyrichardson)
- Add custom zoom based on mouse position #117 (wgolledge)
- Update visual regression testing #116 (andyrichardson)
- Add drag-scroll and pinch to zoom ability to timeline #115 (wgolledge)
- Add ticks + zoom scaling #114 (andyrichardson)
- Add TimelinePane to the Timeline #113 (wgolledge)
- Use fullscreen arg for fixtures #112 (andyrichardson)
- Event timelines #111 (andyrichardson)
- Add Tooltips to the Event Timeline #109 (wgolledge)
- Change root resource url on source maps #107 (andyrichardson)
- Update eslint rules for consistency #106 (andyrichardson)
- Increase type safety #105 (andyrichardson)
v0.0.9 (2019-12-17)
Fixed bugs:
- Query panel in request page is broken #96
Closed issues:
- Add automated release for Firefox #90
v0.0.8 (2019-12-17)
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:
- Add Firefox publishing #95 (andyrichardson)
- Migrate to Prism, fix firefox scrollbars and font sizes #93 (andyrichardson)
- Fix webpack rebuilds #91 (andyrichardson)
- Add script and info info for changelog generation #86 (andyrichardson)
- Keep pane hover state active on drag #85 (andyrichardson)
v0.0.6 (2019-12-02)
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:
- Add boundary for connection #83 (andyrichardson)
- Fix animation order #82 (andyrichardson)
- Pane component #79 (andyrichardson)
v0.0.5 (2019-10-16)
Closed issues:
Merged pull requests:
- Rename _meta to cacheOutcome #72 (sofiapoh)
- Add bundling of package #70 (andyrichardson)
v0.0.4 (2019-09-30)
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:
- chore: remove sailci #68 (sofiapoh)
- (Feat) Data Explorer #66 (sofiapoh)
- (feat) - notify user of no events #62 (JoviDeCroock)
- (fix) - align the Time header right #58 (JoviDeCroock)
- Migration to separate devtools exchange from devtools extension #50 (andyrichardson)
v0.0.3 (2019-08-21)
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:
- Copy over metadata changes from urql-devtools-exchange #56 (kitten)
- (chore) - add spectrum badge #54 (JoviDeCroock)
- (feat) - event card animation #49 (JoviDeCroock)
- (fix) - invalid utf-8 character in minified output #47 (JoviDeCroock)
- (fix) - enable minification #46 (JoviDeCroock)
- (chore) - move webpack deps to devDependencies #44 (JoviDeCroock)
- (chore) - correct links #43 (JoviDeCroock)
- (feat) - headers for devtools #42 (JoviDeCroock)
- Update and rename docs/Development.md to CONTRIBUTING.md #40 (kitten)
- Add page action when content script connects #39 (andyrichardson)
v0.0.2 (2019-07-26)
Closed issues:
- Add latency info to requests #23
v0.0.1 (2019-07-22)
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:
- Add ignores for npm publish #37 (andyrichardson)
- Adds auto-publishing for tags #33 (andyrichardson)
- update dependency and remove type overrides #31 (andyrichardson)
- Simplify client event model #26 (andyrichardson)
- Move filters to context and update styles #25 (sofiapoh)
- Filter event list #24 (sofiapoh)
- fix refetching and fix mutation detection #22 (andyrichardson)
- show responses for queries and mutations #21 (andyrichardson)
- add error panel #20 (andyrichardson)
- add prompt #19 (andyrichardson)
- Update styling #13 (andyrichardson)
- Add autocompletion to request #8 (andyrichardson)
- Unify build #6 (andyrichardson)
- Add CI #5 (andyrichardson)
* This Changelog was automatically generated by github_changelog_generator
* This Changelog was automatically generated by github_changelog_generator