-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ae9cef
commit ac6b6a2
Showing
2 changed files
with
135 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
# Changelog | ||
|
||
## [v0.0.6](https://github.com/FormidableLabs/urql-devtools/tree/v0.0.6) | ||
|
||
[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v0.0.5...v0.0.6) | ||
|
||
**Fixed bugs:** | ||
|
||
- Fix incorrect animations on event list [\#81](https://github.com/FormidableLabs/urql-devtools/issues/81) | ||
- \[v0.0.4\] Installation not possible due to missing asset [\#74](https://github.com/FormidableLabs/urql-devtools/issues/74) | ||
|
||
**Closed issues:** | ||
|
||
- Create panel component [\#78](https://github.com/FormidableLabs/urql-devtools/issues/78) | ||
- V0.0.5 prep [\#71](https://github.com/FormidableLabs/urql-devtools/issues/71) | ||
- Fails to load with Next JS [\#67](https://github.com/FormidableLabs/urql-devtools/issues/67) | ||
- Add message when client connection doesn't exist [\#52](https://github.com/FormidableLabs/urql-devtools/issues/52) | ||
|
||
**Merged pull requests:** | ||
|
||
- Add boundary for connection [\#83](https://github.com/FormidableLabs/urql-devtools/pull/83) ([andyrichardson](https://github.com/andyrichardson)) | ||
- Fix animation order [\#82](https://github.com/FormidableLabs/urql-devtools/pull/82) ([andyrichardson](https://github.com/andyrichardson)) | ||
- Pane component [\#79](https://github.com/FormidableLabs/urql-devtools/pull/79) ([andyrichardson](https://github.com/andyrichardson)) | ||
|
||
## [v0.0.5](https://github.com/FormidableLabs/urql-devtools/tree/v0.0.5) (2019-10-16) | ||
|
||
[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v0.0.4...v0.0.5) | ||
|
||
**Closed issues:** | ||
|
||
- Update Readme to reflect new repo migration [\#59](https://github.com/FormidableLabs/urql-devtools/issues/59) | ||
- Option to force on in production [\#48](https://github.com/FormidableLabs/urql-devtools/issues/48) | ||
|
||
**Merged pull requests:** | ||
|
||
- Rename \_meta to cacheOutcome [\#72](https://github.com/FormidableLabs/urql-devtools/pull/72) ([sofiapoh](https://github.com/sofiapoh)) | ||
- Add bundling of package [\#70](https://github.com/FormidableLabs/urql-devtools/pull/70) ([andyrichardson](https://github.com/andyrichardson)) | ||
|
||
## [v0.0.4](https://github.com/FormidableLabs/urql-devtools/tree/v0.0.4) (2019-09-30) | ||
|
||
[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v0.0.3...v0.0.4) | ||
|
||
**Closed issues:** | ||
|
||
- devtools doesn't work with next.js example [\#64](https://github.com/FormidableLabs/urql-devtools/issues/64) | ||
- Add 'no events' prompt on event list when no events are present [\#61](https://github.com/FormidableLabs/urql-devtools/issues/61) | ||
- Add some images to the README [\#60](https://github.com/FormidableLabs/urql-devtools/issues/60) | ||
- Throwing errors in console [\#57](https://github.com/FormidableLabs/urql-devtools/issues/57) | ||
- Move devtools exchange to separate repo [\#51](https://github.com/FormidableLabs/urql-devtools/issues/51) | ||
- Add animations for incoming events [\#27](https://github.com/FormidableLabs/urql-devtools/issues/27) | ||
|
||
**Merged pull requests:** | ||
|
||
- chore: remove sailci [\#68](https://github.com/FormidableLabs/urql-devtools/pull/68) ([sofiapoh](https://github.com/sofiapoh)) | ||
- \(Feat\) Data Explorer [\#66](https://github.com/FormidableLabs/urql-devtools/pull/66) ([sofiapoh](https://github.com/sofiapoh)) | ||
- \(feat\) - notify user of no events [\#62](https://github.com/FormidableLabs/urql-devtools/pull/62) ([JoviDeCroock](https://github.com/JoviDeCroock)) | ||
- \(fix\) - align the Time header right [\#58](https://github.com/FormidableLabs/urql-devtools/pull/58) ([JoviDeCroock](https://github.com/JoviDeCroock)) | ||
- Migration to separate devtools exchange from devtools extension [\#50](https://github.com/FormidableLabs/urql-devtools/pull/50) ([andyrichardson](https://github.com/andyrichardson)) | ||
|
||
## [v0.0.3](https://github.com/FormidableLabs/urql-devtools/tree/v0.0.3) (2019-08-21) | ||
|
||
[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v0.0.2...v0.0.3) | ||
|
||
**Closed issues:** | ||
|
||
- Clear event list when page is refreshed [\#53](https://github.com/FormidableLabs/urql-devtools/issues/53) | ||
- Add minification for 'panel' [\#38](https://github.com/FormidableLabs/urql-devtools/issues/38) | ||
- Add a page action to the icon [\#36](https://github.com/FormidableLabs/urql-devtools/issues/36) | ||
|
||
**Merged pull requests:** | ||
|
||
- Copy over metadata changes from urql-devtools-exchange [\#56](https://github.com/FormidableLabs/urql-devtools/pull/56) ([kitten](https://github.com/kitten)) | ||
- \(chore\) - add spectrum badge [\#54](https://github.com/FormidableLabs/urql-devtools/pull/54) ([JoviDeCroock](https://github.com/JoviDeCroock)) | ||
- \(feat\) - event card animation [\#49](https://github.com/FormidableLabs/urql-devtools/pull/49) ([JoviDeCroock](https://github.com/JoviDeCroock)) | ||
- \(fix\) - invalid utf-8 character in minified output [\#47](https://github.com/FormidableLabs/urql-devtools/pull/47) ([JoviDeCroock](https://github.com/JoviDeCroock)) | ||
- \(fix\) - enable minification [\#46](https://github.com/FormidableLabs/urql-devtools/pull/46) ([JoviDeCroock](https://github.com/JoviDeCroock)) | ||
- \(chore\) - move webpack deps to devDependencies [\#44](https://github.com/FormidableLabs/urql-devtools/pull/44) ([JoviDeCroock](https://github.com/JoviDeCroock)) | ||
- \(chore\) - correct links [\#43](https://github.com/FormidableLabs/urql-devtools/pull/43) ([JoviDeCroock](https://github.com/JoviDeCroock)) | ||
- Update and rename docs/Development.md to CONTRIBUTING.md [\#40](https://github.com/FormidableLabs/urql-devtools/pull/40) ([kitten](https://github.com/kitten)) | ||
- Add page action when content script connects [\#39](https://github.com/FormidableLabs/urql-devtools/pull/39) ([andyrichardson](https://github.com/andyrichardson)) | ||
|
||
## [v0.0.2](https://github.com/FormidableLabs/urql-devtools/tree/v0.0.2) (2019-07-26) | ||
|
||
[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v0.0.1...v0.0.2) | ||
|
||
**Closed issues:** | ||
|
||
- Add latency info to requests [\#23](https://github.com/FormidableLabs/urql-devtools/issues/23) | ||
|
||
## [v0.0.1](https://github.com/FormidableLabs/urql-devtools/tree/v0.0.1) (2019-07-22) | ||
|
||
[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/e8ac03102c8ecf80acf7d12a8a50d383ac11558f...v0.0.1) | ||
|
||
**Fixed bugs:** | ||
|
||
- Use a separate event for devtools responses [\#16](https://github.com/FormidableLabs/urql-devtools/issues/16) | ||
|
||
**Closed issues:** | ||
|
||
- Add .npmignore file to remove unneeded files from package [\#35](https://github.com/FormidableLabs/urql-devtools/issues/35) | ||
- Add LICENSE file [\#34](https://github.com/FormidableLabs/urql-devtools/issues/34) | ||
- Add 'response' information to mutation popout [\#18](https://github.com/FormidableLabs/urql-devtools/issues/18) | ||
- Add 'response state' information to query popout [\#17](https://github.com/FormidableLabs/urql-devtools/issues/17) | ||
- Add visual prompt for how to execute a query [\#15](https://github.com/FormidableLabs/urql-devtools/issues/15) | ||
- Infer type of operation when making a request in devtools [\#14](https://github.com/FormidableLabs/urql-devtools/issues/14) | ||
- Update theme/styling to better match branding [\#12](https://github.com/FormidableLabs/urql-devtools/issues/12) | ||
- Create a panel for errors [\#11](https://github.com/FormidableLabs/urql-devtools/issues/11) | ||
- Add graphql autocompletion when creating a request [\#7](https://github.com/FormidableLabs/urql-devtools/issues/7) | ||
- Add filtering capabilities to event overview [\#4](https://github.com/FormidableLabs/urql-devtools/issues/4) | ||
- Add basic CI steps [\#3](https://github.com/FormidableLabs/urql-devtools/issues/3) | ||
- Unify build process [\#1](https://github.com/FormidableLabs/urql-devtools/issues/1) | ||
- Add CI for automated release [\#30](https://github.com/FormidableLabs/urql-devtools/issues/30) | ||
- Update README for release [\#29](https://github.com/FormidableLabs/urql-devtools/issues/29) | ||
- Fix build error [\#10](https://github.com/FormidableLabs/urql-devtools/issues/10) | ||
|
||
**Merged pull requests:** | ||
|
||
- \(feat\) - headers for devtools [\#42](https://github.com/FormidableLabs/urql-devtools/pull/42) ([JoviDeCroock](https://github.com/JoviDeCroock)) | ||
- Add ignores for npm publish [\#37](https://github.com/FormidableLabs/urql-devtools/pull/37) ([andyrichardson](https://github.com/andyrichardson)) | ||
- Adds auto-publishing for tags [\#33](https://github.com/FormidableLabs/urql-devtools/pull/33) ([andyrichardson](https://github.com/andyrichardson)) | ||
- update dependency and remove type overrides [\#31](https://github.com/FormidableLabs/urql-devtools/pull/31) ([andyrichardson](https://github.com/andyrichardson)) | ||
- Simplify client event model [\#26](https://github.com/FormidableLabs/urql-devtools/pull/26) ([andyrichardson](https://github.com/andyrichardson)) | ||
- Move filters to context and update styles [\#25](https://github.com/FormidableLabs/urql-devtools/pull/25) ([sofiapoh](https://github.com/sofiapoh)) | ||
- Filter event list [\#24](https://github.com/FormidableLabs/urql-devtools/pull/24) ([sofiapoh](https://github.com/sofiapoh)) | ||
- fix refetching and fix mutation detection [\#22](https://github.com/FormidableLabs/urql-devtools/pull/22) ([andyrichardson](https://github.com/andyrichardson)) | ||
- show responses for queries and mutations [\#21](https://github.com/FormidableLabs/urql-devtools/pull/21) ([andyrichardson](https://github.com/andyrichardson)) | ||
- add error panel [\#20](https://github.com/FormidableLabs/urql-devtools/pull/20) ([andyrichardson](https://github.com/andyrichardson)) | ||
- add prompt [\#19](https://github.com/FormidableLabs/urql-devtools/pull/19) ([andyrichardson](https://github.com/andyrichardson)) | ||
- Update styling [\#13](https://github.com/FormidableLabs/urql-devtools/pull/13) ([andyrichardson](https://github.com/andyrichardson)) | ||
- 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)_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters