Skip to content

Commit

Permalink
chore: upgrading components and fixing compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Oct 10, 2019
1 parent bc271b4 commit 2a0bafa
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 45 deletions.
170 changes: 129 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@
]
},
"engines": {
"node" : ">=10.0.0"
"node": ">=10.0.0"
}
}
6 changes: 3 additions & 3 deletions src/ApiConsole.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export class ApiConsole extends AmfHelperMixin(LitElement) {
<div class="method-close-action">
<anypoint-button
class="action-button"
?legacy="${compatibility}"
?compatibility="${compatibility}"
@click="${this.closeTryIt}"
emphasis="medium">Back to docs</anypoint-button>
</div>
Expand Down Expand Up @@ -204,7 +204,7 @@ export class ApiConsole extends AmfHelperMixin(LitElement) {
.selected="${selectedShape}"
?narrow="${narrow}"
?outlined="${outlined}"
?legacy="${compatibility}"
?compatibility="${compatibility}"
.noUrlEditor="${noUrlEditor}"
.redirectUri="${redirectUri}"
.scrollTarget="${scrollTarget}"
Expand Down Expand Up @@ -235,7 +235,7 @@ export class ApiConsole extends AmfHelperMixin(LitElement) {
.selected="${selectedShape}"
.selectedType="${selectedShapeType}"
?narrow="${narrow}"
?legacy="${compatibility}"
?compatibility="${compatibility}"
?outlined="${outlined}"
.inlineMethods="${inlineMethods}"
.noTryIt="${_noTryItValue}"
Expand Down

0 comments on commit 2a0bafa

Please sign in to comment.