Skip to content

Commit

Permalink
Prepare for version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed Sep 14, 2020
1 parent 04cf985 commit 40f9eca
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [v2.3.0](https://github.com/FormidableLabs/urql-devtools/tree/v2.3.0) (2020-09-14)

[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.2.0...v2.3.0)

**Added enhancements:**

- Add indication on timeline for currently selected timeline [\#273](https://github.com/FormidableLabs/urql-devtools/issues/273)

**Closed issues:**

- A cache-only query crashes the devtools if the query is not already cached [\#293](https://github.com/FormidableLabs/urql-devtools/issues/293)
- Remove truncation on the exporer view [\#287](https://github.com/FormidableLabs/urql-devtools/issues/287)

**Merged pull requests:**

- Fix performance issues on event info panel [\#306](https://github.com/FormidableLabs/urql-devtools/pull/306) ([andyrichardson](https://github.com/andyrichardson))
- Bump bestzip from 2.1.6 to 2.1.7 [\#303](https://github.com/FormidableLabs/urql-devtools/pull/303) ([dependabot[bot]](https://github.com/apps/dependabot))
- Fix electron require [\#302](https://github.com/FormidableLabs/urql-devtools/pull/302) ([Rigellute](https://github.com/Rigellute))
- Upgrade typescript-eslint and fix new errors/warnings [\#296](https://github.com/FormidableLabs/urql-devtools/pull/296) ([Rigellute](https://github.com/Rigellute))
- Handle empty data prop in Explorer [\#295](https://github.com/FormidableLabs/urql-devtools/pull/295) ([Rigellute](https://github.com/Rigellute))
- Reduce number of network reqs in visual regression [\#294](https://github.com/FormidableLabs/urql-devtools/pull/294) ([Rigellute](https://github.com/Rigellute))
- Run typescript in CI [\#292](https://github.com/FormidableLabs/urql-devtools/pull/292) ([Rigellute](https://github.com/Rigellute))
- Remove truncation on the explorer view [\#291](https://github.com/FormidableLabs/urql-devtools/pull/291) ([Rigellute](https://github.com/Rigellute))
- Fix typescript and add type check step to CI [\#290](https://github.com/FormidableLabs/urql-devtools/pull/290) ([Rigellute](https://github.com/Rigellute))
- Add highlight to selected event [\#289](https://github.com/FormidableLabs/urql-devtools/pull/289) ([Rigellute](https://github.com/Rigellute))

## [v2.2.0](https://github.com/FormidableLabs/urql-devtools/tree/v2.2.0) (2020-08-17)

[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.1.0...v2.2.0)
Expand Down Expand Up @@ -361,5 +387,3 @@
- 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",
"version": "2.2.0",
"version": "2.3.0",
"description": "The official devtools utility for urql",
"homepage": "https://www.github.com/FormidableLabs/urql-devtools",
"bugs": {
Expand Down

0 comments on commit 40f9eca

Please sign in to comment.