Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few things required to show the deprecation warning #118

Merged
merged 4 commits into from Jan 19, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions iron-component-page.html
Expand Up @@ -24,6 +24,9 @@
Loads Polymer element and behavior documentation using
[Hydrolysis](https://github.com/PolymerLabs/hydrolysis) and renders a complete
documentation page including demos (if available).

To display a warning inside an `iron-component-page` element,
add the `.warning` class to a child.
-->

<dom-module id="iron-component-page">
Expand Down Expand Up @@ -226,6 +229,7 @@
<div id="catalog-heading" catalog-only>
<h2><span>[[active]]</span> <span class="version" hidden$="[[!version]]">[[version]]</span></h2>
</div>
<content select=".warning"></content>
<iron-doc-viewer prefix="[[_fragmentPrefix]]" id="viewer" descriptor="{{_activeDescriptor}}"
on-iron-doc-viewer-component-selected="_handleComponentSelectedEvent"></iron-doc-viewer>
<div id="nodocs" hidden$="[[_activeDescriptor]]" class="no-docs">
Expand Down