Merge commit 'a5e4e2aeaa23d7df50fbacf8a23684c4ee577260' into releases

This commit is contained in:
RedocBot 2017-11-10 18:00:18 +00:00 committed by Travis CI User
commit a440f8dacb
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<h1>{{info.title}} <span class="api-info-version">({{info.version}})</span></h1>
<p class="download-openapi" *ngIf="specUrl">
Download OpenAPI specification:
<a class="openapi-button" [attr.download]="downloadFilename" target="_blank" [attr.href]="specUrl"> Download </a>
<a class="openapi-button" [attr.download]="downloadFilename" [attr.href]="specUrl"> Download </a>
</p>
<p>
<!-- TODO: create separate components for contact and license ? -->

View File

@ -11,7 +11,7 @@
</div>
</ng-template>
<tabs *ngIf="xmlSample; else jsonSnippet">
<tabs *ngIf="xmlSample || textSample; else jsonSnippet">
<tab tabTitle="JSON" *ngIf="sample">
<ng-container *ngTemplateOutlet="jsonSnippet"></ng-container>
</tab>

View File

@ -1,7 +1,7 @@
{
"name": "redoc",
"description": "Swagger-generated API Reference Documentation",
"version": "1.19.1",
"version": "1.19.2",
"repository": {
"type": "git",
"url": "git://github.com/Rebilly/ReDoc"