Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed Apr 30, 2020
1 parent ab65999 commit 7c458e5
Show file tree
Hide file tree
Showing 3 changed files with 1,072 additions and 883 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v1.0.3](https://github.com/FormidableLabs/urql-devtools/tree/v1.0.3) (2020-04-30)

[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v1.0.2...v1.0.3)

**Fixed bugs:**

- No vertical scrolling on the timeline [\#177](https://github.com/FormidableLabs/urql-devtools/issues/177)
- Add custom scrollbar colors to Firefox [\#179](https://github.com/FormidableLabs/urql-devtools/pull/179) ([andyrichardson](https://github.com/andyrichardson))
- Remove error tooltip for populate directives [\#175](https://github.com/FormidableLabs/urql-devtools/pull/175) ([imranolas](https://github.com/imranolas))

**Merged pull requests:**

- Fix vertical overflow on timeline [\#178](https://github.com/FormidableLabs/urql-devtools/pull/178) ([andyrichardson](https://github.com/andyrichardson))

## [v1.0.2](https://github.com/FormidableLabs/urql-devtools/tree/v1.0.2) (2020-04-23)

[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v1.0.1...v1.0.2)
Expand Down Expand Up @@ -38,7 +52,6 @@
- Add version mismatch checks [\#161](https://github.com/FormidableLabs/urql-devtools/issues/161)
- Aquire schema via GraphQL query rather than HTTP/S [\#148](https://github.com/FormidableLabs/urql-devtools/issues/148)
- Add fixtures [\#102](https://github.com/FormidableLabs/urql-devtools/issues/102)
- Nothing comes up when using it in react native.. [\#101](https://github.com/FormidableLabs/urql-devtools/issues/101)
- Change source map path on published extensions [\#100](https://github.com/FormidableLabs/urql-devtools/issues/100)
- Event timeline [\#99](https://github.com/FormidableLabs/urql-devtools/issues/99)
- Update syntax theme of request panel [\#94](https://github.com/FormidableLabs/urql-devtools/issues/94)
Expand Down Expand Up @@ -263,3 +276,5 @@
- Add autocompletion to request [\#8](https://github.com/FormidableLabs/urql-devtools/pull/8) ([andyrichardson](https://github.com/andyrichardson))
- Unify build [\#6](https://github.com/FormidableLabs/urql-devtools/pull/6) ([andyrichardson](https://github.com/andyrichardson))
- Add CI [\#5](https://github.com/FormidableLabs/urql-devtools/pull/5) ([andyrichardson](https://github.com/andyrichardson))

\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/devtools-chrome-extension",
"version": "1.0.2",
"version": "1.0.3",
"description": "The official Urql Devtools chrome extension",
"scripts": {
"start": "webpack --watch",
Expand Down
Loading

0 comments on commit 7c458e5

Please sign in to comment.