Skip to content

Commit 04bdaf6

Browse files
authored
Release 0.0.17 (#33)
1 parent ce1f0c8 commit 04bdaf6

File tree

9 files changed

+6
-4
lines changed

9 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.0.17
44

55
66
@@ -26,6 +26,7 @@
2626
- `show queries and mutations in Explorer by default`
2727
- `added response status and latency indicators`
2828
- `fixed explorer sort lists of Enums in select`
29+
- `update README.md`
2930

3031
## 0.0.16
3132

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ Based on:
3636

3737
GraphQL IDE interface:
3838

39-
![GraphQL IDE](https://github.com/tarantool/graphqlide/blob/master/resources/graphqlide.jpg "GraphQL IDE")
39+
![GraphQL IDE](https://github.com/tarantool/graphqlide/blob/master/resources/GraphQLIDE.png "GraphQL IDE")
4040

4141
## Main menu
4242

4343
GraphQL IDE main menu contains the following items:
4444

4545

46-
![GraphQL IDE main menu with Copy opened](https://github.com/tarantool/graphqlide/blob/master/resources/main_menu_1.jpg "GraphQL IDE menu with Copy item opened")
46+
![GraphQL IDE main menu with Copy opened](https://github.com/tarantool/graphqlide/blob/master/resources/main_menu_1.png "GraphQL IDE menu with Copy item opened")
4747

48-
![GraphQL IDE main menu with Save opened](https://github.com/tarantool/graphqlide/blob/master/resources/main_menu_2.jpg "GraphQL IDE menu with Save item opened")
48+
![GraphQL IDE main menu with Save opened](https://github.com/tarantool/graphqlide/blob/master/resources/main_menu_2.png "GraphQL IDE menu with Save item opened")
4949

5050
Items description:
5151

resources/GraphQLIDE.png

131 KB
Loading

resources/graphqlide.jpg

-118 KB
Binary file not shown.

resources/main_menu_1.jpg

-21.6 KB
Binary file not shown.

resources/main_menu_1.png

12.2 KB
Loading

resources/main_menu_2.jpg

-22.2 KB
Binary file not shown.

resources/main_menu_2.png

11.9 KB
Loading

src/graphiql-explorer/GraphiQLExplorer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3025,6 +3025,7 @@ class Explorer extends React.PureComponent<Props, State> {
30253025
</button>
30263026
</span>
30273027
</Tooltip>
3028+
<span>&nbsp;</span>
30283029
</form>
30293030
</div>
30303031
);

0 commit comments

Comments
 (0)