Releases: DiamondLightSource/sphinx-graphql
Releases · DiamondLightSource/sphinx-graphql
0.1.2 Package JS files and separate modules
Changes:
- JS files are packaged with the library, without it docs could build but fail to render
- The plugin has a module structure so in the extension requirements "sphinx_graphql" is replaced with "sphinx_graphql.graphiql", this is a breaking change.
0.1.2-pre1 Fix packaging
Catch-all for packaging JS
0.1.1 Package JS files and separate modules
Changes:
- JS files are packaged with the library, without it docs could build but fail to render
- The plugin has a module structure so in the extension requirements
"sphinx_graphql"
is replaced with"sphinx_graphql.graphiql"
, this is a breaking change.
0.1.1-pre3 Packaging test release
0.1.1-pre3 Packaging test release
0.1.1-pre2 Fix JavaScript packaging #2
Another attempt at fixing JavaScript packaging
0.1.1-pre1 Fix JavaScript packaging
0.1.1-pre1 Fix JavaScript packaging
Initial library with embeddable GraphiQL directive
This release takes the embeddable GraphiQL directive from scanspec and places it in its own library.