Skip to content

Commit 1c75ff3

Browse files
committed
release 0.5.0
2 parents 90270bc + 196a392 commit 1c75ff3

File tree

7 files changed

+11855
-39
lines changed

7 files changed

+11855
-39
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Polymer
22

3-
[![Analytics](https://ga-beacon.appspot.com/UA-39334307-2/Polymer/polymer/README)](https://github.com/igrigorik/ga-beacon)
4-
5-
Build Status: [http://build.chromium.org/p/client.polymer/waterfall](http://build.chromium.org/p/client.polymer/waterfall)
3+
[![Polymer build status](http://www.polymer-project.org/build/polymer-dev/status.png "Polymer build status")](http://build.chromium.org/p/client.polymer/waterfall)
64

75
## Brief Overview
86

@@ -14,4 +12,10 @@ Polymer is based on a set of future technologies, including [Shadow DOM](https:/
1412

1513
## Tools & Testing
1614

17-
For running tests or building minified files, consult the [tooling information](http://www.polymer-project.org/resources/tooling-strategy.html).
15+
For running tests or building minified files, consult the [tooling information](http://polymer-project.org/resources/tooling-strategy.html).
16+
17+
## Releases
18+
19+
[Release (tagged) versions](https://github.com/Polymer/polymer/releases) of Polymer include concatenated and minified sources for your convenience.
20+
21+
[![Analytics](https://ga-beacon.appspot.com/UA-39334307-2/Polymer/polymer/README)](https://github.com/igrigorik/ga-beacon)

bower.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
{
22
"name": "polymer",
3+
"description": "Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers.",
4+
"homepage": "http://www.polymer-project.org/",
5+
"keywords": [
6+
"util",
7+
"client",
8+
"browser",
9+
"web components",
10+
"web-components"
11+
],
12+
"author": "Polymer Authors <[email protected]>",
313
"private": true,
414
"dependencies": {
5-
"platform": "Polymer/platform#^0.4.0",
6-
"core-component-page": "Polymer/core-component-page#^0.4.0"
7-
}
15+
"core-component-page": "Polymer/core-component-page#^0.5.0",
16+
"webcomponentsjs": "Polymer/webcomponentsjs#^0.5.0"
17+
},
18+
"devDependencies": {
19+
"tools": "Polymer/tools#master",
20+
"web-component-tester": "Polymer/web-component-tester#^1.4.2"
21+
},
22+
"version": "0.5.0"
823
}

build.log

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,26 @@
11
BUILD LOG
22
---------
3-
Build Time: 2014-10-02T15:20:10
3+
Build Time: 2014-11-10T15:30:44
44

55
NODEJS INFORMATION
66
==================
7-
nodejs: v0.10.32
8-
chai: 1.9.1
9-
grunt: 0.4.4
10-
grunt-audit: 0.0.3
11-
grunt-concat-sourcemap: 0.4.3
12-
grunt-contrib-concat: 0.4.0
13-
grunt-contrib-uglify: 0.5.1
14-
grunt-contrib-yuidoc: 0.5.2
15-
grunt-karma: 0.8.3
16-
grunt-string-replace: 0.2.7
17-
karma: 0.12.14
18-
karma-crbot-reporter: 0.0.4
19-
karma-firefox-launcher: 0.1.3
20-
karma-ie-launcher: 0.1.5
21-
karma-mocha: 0.1.3
22-
karma-safari-launcher: 0.1.1
23-
karma-script-launcher: 0.1.0
24-
mocha: 1.18.2
25-
Polymer: 0.4.2
7+
nodejs: v0.10.33
8+
grunt: 0.4.5
9+
grunt-audit: 1.0.0
10+
grunt-contrib-concat: 0.5.0
11+
grunt-contrib-copy: 0.7.0
12+
grunt-contrib-uglify: 0.6.0
13+
grunt-string-replace: 1.0.0
14+
web-component-tester: 1.5.1
2615

2716
REPO REVISIONS
2817
==============
29-
polymer-expressions: a1c43d70986be0031206b68f3e17cbf11dbc56e2
30-
polymer-gestures: 1257576a2fe1d7bb507b0c491d30b464eb03311e
31-
polymer-dev: 254e77a62480fd6b77946e62945b79506e934beb
18+
polymer-expressions: 1288fe573dc57cde304f66f0833d0644c766158c
19+
polymer-gestures: 2b22c2b53b32eb8593fd911ec9f2980b1dabeb91
20+
polymer: 196a3929997b2214a881374b4c68c048c59ede59
3221

3322
BUILD HASHES
3423
============
35-
build/polymer.js: feec88b305c76c3c15d77c0d6d03fc2f7707ff6c
24+
dist/polymer.js: c5627d4b6daeeb60c715f6af356ea8f87d747012
25+
dist/polymer.min.js: aec0504f9ad997f252d7461a27aaca23214fe5dd
26+
dist/layout.html: 348d358a91712ecc2f8811efa430fcd954b4590c

polymer.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@
1010
<link rel="import" href="layout.html">
1111

1212
<script src="polymer.js"></script>
13-
<!--<link rel="import" href="../polymer-dev/polymer.html">-->

polymer.js

Lines changed: 11800 additions & 6 deletions
Large diffs are not rendered by default.

polymer.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

polymer.min.js

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)