Skip to content

Commit

Permalink
Merge pull request #25 from ltomes/2.3.1
Browse files Browse the repository at this point in the history
Set Polymer version in bower.json to expected value
  • Loading branch information
Download authored Dec 12, 2017
2 parents cc9e520 + 7a40470 commit 4c07748
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 20 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# polymer-cdn <sup><sub>v2.0.2</sub></sup>
# polymer-cdn <sup><sub>v2.3.1</sub></sup>
**A mirror of Polymer's components so that they can be used directly from CDN**

![Polymer CDN is powered by MaxCDN](http://i.imgur.com/9obTXpk.png)
Expand All @@ -10,7 +10,7 @@
## How to use
In general, given an element named `my-cool-element`, the CDN url for it will be:
```
https://cdn.rawgit.com/download/polymer-cdn/2.0.2/lib/my-cool-element/my-cool-element.html
https://cdn.rawgit.com/download/polymer-cdn/2.3.1/lib/my-cool-element/my-cool-element.html
```
To be sure, browse this repo and copy-paste the url to the raw version into [RawGit](https://rawgit.com).

Expand Down Expand Up @@ -49,7 +49,7 @@ which explains it in more detail.


## Contents
All the libraries available in polymer-cdn can be found side-by-side in the [lib](https://github.com/Download/polymer-cdn/tree/2.0.2/lib) subfolder. Contained therein are all elements [listed as compatible with Polymer 2](https://www.polymer-project.org/2.0/docs/about_20#elements).
All the libraries available in polymer-cdn can be found side-by-side in the [lib](https://github.com/Download/polymer-cdn/tree/2.3.1/lib) subfolder. Contained therein are all elements [listed as compatible with Polymer 2](https://www.polymer-project.org/2.0/docs/about_20#elements).

> It looks like `gold-zip-input` wasn't actually ported to Polymer 2 yet at the time of writing this, despite being listed as compatible, as witnessed by incompatibility warnings concerning this element in the Bower output at the bottom of this page. Your mileage with this element may vary.
Expand Down Expand Up @@ -316,7 +316,7 @@ polymer-cdn#2.3.1
│ ├── iron-resizable-behavior#2.0.1
│ ├── iron-selector#2.0.1
│ └── polymer#2.3.1
├─┬ paper-dropdown-menu#2.0.0
├─┬ paper-dropdown-menu#2.0.1
│ ├── iron-a11y-keys-behavior#2.0.1
│ ├── iron-form-element-behavior#2.0.0
│ ├── iron-icon#2.0.1
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"paper-toolbar": "PolymerElements/paper-toolbar#^2.0.0",
"paper-tooltip": "PolymerElements/paper-tooltip#^2.0.1",
"platinum-sw": "PolymerElements/platinum-sw#^2.0.0",
"polymer": "Polymer/polymer#^2.2.0",
"polymer": "Polymer/polymer#^2.3.1",
"polymerfire": "firebase/polymerfire#^2.2.1",
"prism-element": "PolymerElements/prism-element#^2.0.1",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.20",
Expand Down
8 changes: 4 additions & 4 deletions lib/paper-dropdown-menu/.bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paper-dropdown-menu",
"version": "2.0.0",
"version": "2.0.1",
"description": "An element that works similarly to a native browser select",
"authors": [
"The Polymer Authors"
Expand Down Expand Up @@ -79,11 +79,11 @@
"resolutions": {
"webcomponentsjs": "^1.0.0"
},
"_release": "2.0.0",
"_release": "2.0.1",
"_resolution": {
"type": "version",
"tag": "v2.0.0",
"commit": "1d77306c804367449578e5bdb5a1240c5a50485b"
"tag": "v2.0.1",
"commit": "efd89f99710ebb3e548ce9b82ee00c6b96366842"
},
"_source": "https://github.com/PolymerElements/paper-dropdown-menu.git",
"_target": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/paper-dropdown-menu/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paper-dropdown-menu",
"version": "2.0.0",
"version": "2.0.1",
"description": "An element that works similarly to a native browser select",
"authors": [
"The Polymer Authors"
Expand Down
12 changes: 3 additions & 9 deletions lib/paper-dropdown-menu/paper-dropdown-menu-light.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,7 @@
@apply --paper-dropdown-menu-input;
}

/* Keep :host-context() to make it work where :dir doesn't exist */
:host(:dir(rtl)) #input,
:host-context([dir="rtl"]) #input {
#input:dir(rtl) {
padding-right: 0px;
padding-left: 20px;
}
Expand Down Expand Up @@ -181,9 +179,7 @@
@apply --paper-dropdown-menu-label;
}

/* Keep :host-context() to make it work where :dir doesn't exist */
:host(:dir(rtl)) label,
:host-context([dir="rtl"]) label {
label:dir(rtl) {
padding-right: 0px;
padding-left: 20px;
}
Expand Down Expand Up @@ -253,9 +249,7 @@
@apply --paper-dropdown-menu-icon;
}

/* Keep :host-context() to make it work where :dir doesn't exist */
:host(:dir(rtl)) iron-icon,
:host-context([dir="rtl"]) iron-icon {
iron-icon:dir(rtl) {
left: 0;
right: auto;
}
Expand Down
2 changes: 1 addition & 1 deletion lib/polymer/.bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"commit": "bc9b8629df0c61e17efb0b440b793be1658bc202"
},
"_source": "https://github.com/Polymer/polymer.git",
"_target": "^2.2.0",
"_target": "^2.3.1",
"_originalSource": "Polymer/polymer"
}

0 comments on commit 4c07748

Please sign in to comment.