File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 33
44## < ; iron-component-page> ;
55
6- ***
7- ⚠️ The version of ` iron-component-page ` described below is coming soon, but not
8- quite yet tagged for release. You can checkout the ` master ` branch to
9- experiment with it now. See [ this
10- issue] ( https://github.com/PolymerElements/iron-component-page/issues/121 ) for
11- status. ⚠️
12- ***
13-
146` iron-component-page ` is a full-page documentation browser for custom elements,
157mixins, classes, and more. It consumes the JSON descriptor format produced by
168[ Polymer Analyzer] ( https://github.com/Polymer/polymer-analyzer ) .
@@ -102,6 +94,8 @@ predecessor to Polymer Analyzer. Major changes in the 3.x version include:
10294 to generate an ` analysis.json ` file offline.
10395* Replaces the element menu with a full-size navigation panel that summarizes
10496 all the available documentation produced by Polymer Analyzer.
97+ * Uses the 3.x version of the
98+ [ ` iron-doc ` elements] ( https://github.com/PolymerElements/iron-doc-viewer ) .
10599
106100If you still need the previous version, see the
107101[ 2.x branch] ( https://github.com/PolymerElements/iron-component-page/tree/2.x ) .
Original file line number Diff line number Diff line change 1313 "type" : " git" ,
1414 "url" : " git://github.com/PolymerElements/iron-component-page.git"
1515 },
16- "version" : " 2 .0.0" ,
16+ "version" : " 3 .0.0" ,
1717 "private" : true ,
1818 "license" : " http://polymer.github.io/LICENSE.txt" ,
1919 "dependencies" : {
2020 "app-layout" : " PolymerElements/app-layout#1 - 2" ,
2121 "iron-ajax" : " PolymerElements/iron-ajax#1 - 2" ,
22- "iron-doc-viewer" : " PolymerElements/iron-doc-viewer#>= 3.0.0-rc.1 " ,
22+ "iron-doc-viewer" : " PolymerElements/iron-doc-viewer#^ 3.0.0" ,
2323 "iron-icons" : " PolymerElements/iron-icons#1 - 2" ,
2424 "paper-icon-button" : " PolymerElements/paper-icon-button#1 - 2" ,
2525 "paper-styles" : " PolymerElements/paper-styles#1 - 2" ,
3535 "dependencies" : {
3636 "app-layout" : " PolymerElements/app-layout#^1.0.0" ,
3737 "iron-ajax" : " PolymerElements/iron-ajax#^1.0.0" ,
38- "iron-doc-viewer" : " PolymerElements/iron-doc-viewer#>= 3.0.0-rc.1 " ,
38+ "iron-doc-viewer" : " PolymerElements/iron-doc-viewer#^ 3.0.0" ,
3939 "iron-icons" : " PolymerElements/iron-icons#^1.0.0" ,
4040 "paper-icon-button" : " PolymerElements/paper-icon-button#^1.0.0" ,
4141 "paper-styles" : " PolymerElements/paper-styles#^1.0.0" ,
You can’t perform that action at this time.
0 commit comments