Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-08-08 | 4.2 kB | |
v2.0.0 source code.tar.gz | 2023-08-08 | 8.5 MB | |
v2.0.0 source code.zip | 2023-08-08 | 8.6 MB | |
Totals: 3 Items | 17.1 MB | 1 |
v2.0.0 (2023-08-09)
Made in Ukraine 🇺🇦
You can show your support by helping my country to fight this war: https://opencollective.com/graphql-voyager All collected money after expenses goes to Ukrainian paramedics deployed alongside troops.
Breaking Change 💥
- #317 Remove 'init' and 'GraphQLVoyager' exports (@IvanGoncharov)
- #318 Remove support for passing function as introspection (@IvanGoncharov)
- #319 Delete
voyager.min.js
from the dist (@IvanGoncharov)
New Feature 🚀
- #323 Drop
react-dom
from peerDependencies (@IvanGoncharov) - #340 Switch to accepting schema as introspection (@IvanGoncharov)
- #348 Add cache for SVG generate by graphviz (@IvanGoncharov)
Bug Fix 🐞
- #325 Track resize of viewport instead of entire page (@IvanGoncharov)
- #329 Fix crash due to defaultValue being object (@IvanGoncharov)
- #342 fix race conditions related to
introspection
prop (@IvanGoncharov)
Polish 💅
5 PRs were merged
* [#324](https://github.com/graphql-kit/graphql-voyager/pull/324) Make `SVGRender` a global instance ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#341](https://github.com/graphql-kit/graphql-voyager/pull/341) SVGRender: explicitly use array index as ID ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#344](https://github.com/graphql-kit/graphql-voyager/pull/344) use top-level await in examples & middleware ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#345](https://github.com/graphql-kit/graphql-voyager/pull/345) SearchBox: switch to functional component + remove css ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#347](https://github.com/graphql-kit/graphql-voyager/pull/347) Unable 'strict' checks for TSC ([@IvanGoncharov](https://github.com/IvanGoncharov))Internal 🏠
8 PRs were merged
* [#320](https://github.com/graphql-kit/graphql-voyager/pull/320) package.json: Add additional info ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#321](https://github.com/graphql-kit/graphql-voyager/pull/321) Switch prettier to default cache strategy ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#322](https://github.com/graphql-kit/graphql-voyager/pull/322) remove separate webpack config for demo ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#326](https://github.com/graphql-kit/graphql-voyager/pull/326) tests: move all the tests into `Demo` project ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#327](https://github.com/graphql-kit/graphql-voyager/pull/327) tests: add integration test for webpack example ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#343](https://github.com/graphql-kit/graphql-voyager/pull/343) Add GH Action to publish NPM package based on tag ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#346](https://github.com/graphql-kit/graphql-voyager/pull/346) Fix webpack demo ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#349](https://github.com/graphql-kit/graphql-voyager/pull/349) action: attempt to fix NPM publishing ([@IvanGoncharov](https://github.com/IvanGoncharov))Committers: 1
- Ivan Goncharov(@IvanGoncharov)