Browse Source

Merge branch 'master' of github.com:Squidex/squidex into next

pull/383/head
Sebastian Stehle 7 years ago
parent
commit
8326a01430
  1. 11
      CHANGELOG.md
  2. 7
      src/Squidex/app/features/api/pages/graphql/graphql-page.component.scss

11
CHANGELOG.md

@ -1,5 +1,16 @@
# Changelog # 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 ## v2.1.0 - 2019-06-22
## Features ## Features

7
src/Squidex/app/features/api/pages/graphql/graphql-page.component.scss

@ -1,6 +1,11 @@
@import '_vars'; @import '_vars';
@import '_mixins'; @import '_mixins';
// Graphiql hints
::ng-deep {
@import '~graphiql/dist/show-hint';
}
:host ::ng-deep { :host ::ng-deep {
@import '~graphiql/graphiql'; @import '~graphiql/graphiql';
@ -22,4 +27,4 @@
.CodeMirror-linenumbers { .CodeMirror-linenumbers {
min-width: 29px; min-width: 29px;
} }
} }

Loading…
Cancel
Save