diff --git a/CHANGELOG.md b/CHANGELOG.md index 9037de7bf..c3df464f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v3.0-beta1 - 2019-06-24 + +This version contains many major breaking changes. Please read: https://docs.squidex.io/next/02-api-compatibility + +## Features + +* **Contents**: Abstraction for content workflows. +* **API**: Hateaos implementation +* **API**: Full responseo of the resulting resource after PUT and POST. +* **UI**: Show correct elements based o npermissions. + ## v2.1.0 - 2019-06-22 ## Features diff --git a/src/Squidex/app/features/api/pages/graphql/graphql-page.component.scss b/src/Squidex/app/features/api/pages/graphql/graphql-page.component.scss index 91ea94e93..415dd89e2 100644 --- a/src/Squidex/app/features/api/pages/graphql/graphql-page.component.scss +++ b/src/Squidex/app/features/api/pages/graphql/graphql-page.component.scss @@ -1,6 +1,11 @@ @import '_vars'; @import '_mixins'; +// Graphiql hints +::ng-deep { + @import '~graphiql/dist/show-hint'; +} + :host ::ng-deep { @import '~graphiql/graphiql'; @@ -22,4 +27,4 @@ .CodeMirror-linenumbers { min-width: 29px; } -} \ No newline at end of file +}