81 Commits

Author SHA1 Message Date
Ronny Roeller
36654794c7 Make demo more compact 2.1.0 2017-11-13 16:34:46 +01:00
Ronny Roeller
f6d626ac49 Support styling the current text 2017-11-13 16:34:32 +01:00
Ronny Roeller
3cca880fd9 Support meters without a goal text 2017-11-13 16:29:27 +01:00
Ronny Roeller
f23fae39ac Add demo 2.0.0 2017-11-13 16:21:28 +01:00
Ronny Roeller
bf8b3e7236 Upgrade to Polymer 2.x 2017-11-13 16:21:16 +01:00
Tomasz Pluskiewicz
3f13628371 Fix mistake in type-text width (#4) 1.1.1 2017-07-18 00:04:24 +02:00
Andreas Kohn
8d967a0e1a Merge pull request #3 from tpluscode/adjust-thresholds
Ability to adjust thresholds for low/medium/high colors
1.1.0
2017-07-17 15:09:12 +02:00
Tomasz Pluskiewicz
0a479083d7 use element variables instead of consts to control when progress changes color 2017-07-17 13:27:00 +02:00
Tomasz Pluskiewicz
b50bd814cc add test for custom thresholds behavior 2017-07-17 13:26:59 +02:00
Tomasz Pluskiewicz
04d848b545 Use css to calculate font sizes (#2)
* use css to calculate font sizes

* change test to check computed style

* adjust styles

* unify css properties, fix typo, add docs

* fix goofy mistake
1.0.9
2017-07-17 13:11:19 +02:00
Andreas Kohn
b300fc42ca Remove the explicit demo in favor of the inline demo in README.md 1.0.8 2017-06-19 15:30:42 +02:00
Andreas Kohn
2055e3aec3 Further improve the inline demo 2017-06-19 15:30:24 +02:00
Andreas Kohn
561b115a8a Remove the unneeded conflicting dependency on test-fixture 1.0.7 2017-06-19 15:03:39 +02:00
Andreas Kohn
561585a5ef Use the ESR version of Firefox for testing 2017-06-19 15:01:51 +02:00
Andreas Kohn
2602e78625 Disable recursion for polylint to avoid polymer/polymer-analyzer#205 2017-06-19 15:01:31 +02:00
Andreas Kohn
cdb4d47842 Use 'npm bin' to find the correct binaries 2017-06-19 15:01:13 +02:00
Andreas Kohn
99cb073670 Switch to Trusty infrastructure 2017-06-19 15:00:22 +02:00
Andreas Kohn
bc040d0b95 Update Firefox to 49.0.2 and make wct happy again 2017-06-19 14:59:48 +02:00
Andreas Kohn
85aff302d6 Use 'node' instead of the deprecated 'stable' 2017-06-19 14:58:35 +02:00
Andreas Kohn
6447b5097d Conditionally run npm rebuild when the NodeJS version changes 2017-06-19 14:58:16 +02:00
Andreas Kohn
74c23edfa7 Cache $HOME/.cache/bower to speed up builds a bit 2017-06-19 14:57:14 +02:00
Andreas Kohn
d41856e1ca Use webcomponents.org to show Polymer demos & docu 2017-06-19 14:55:58 +02:00
Claudia Minardi
766f72c960 Add documentation for custom styling properties 1.0.5 1.0.6 2016-02-19 16:17:08 +01:00
Claudia Minardi
26a313e59b Enclose properties in double quotes 2016-02-19 16:07:19 +01:00
Claudia Minardi
0d10b77379 Use custom CSS properties to allow color customization 2016-02-19 16:05:52 +01:00
Claudia Minardi
d83a7c4aab Use $= instead of = to bind to the 'hidden' attribute 1.0.4 2016-02-19 15:09:48 +01:00
Claudia Minardi
cf3562a6e7 Add tests for new features 2016-02-19 14:53:23 +01:00
Claudia Minardi
657ddccd8d Remove unnecessary initialization of variable 2016-02-19 14:53:05 +01:00
Claudia Minardi
28e28fc224 Expand the demo to show the new features 2016-02-19 14:14:06 +01:00
Claudia Minardi
95e3244086 Add the possibility of setting a caption
The caption is secondary text, displayed under the type
2016-02-19 14:13:50 +01:00
Claudia Minardi
011028fccd Add doctype 2016-02-19 13:53:52 +01:00
Claudia Minardi
83b85a9d43 Set colors programmatically, so users can specify custom colors
Allow users to provide the background color (for the inner circle) and the colors for the progress bar. Keep the defaults in case none were provided.
2016-02-19 13:44:24 +01:00
Andreas Kohn
d352222d56 Use gpages_build.sh from Collaborne/collaborne-build-tools 2016-02-16 12:16:42 +01:00
Andreas Kohn
f1f0caae34 Run gpages_build.sh conditionally and move it to after_success 2016-02-16 12:16:23 +01:00
Andreas Kohn
dcfaa79b2a Remove the unused version element 2016-02-16 12:16:04 +01:00
Andreas Kohn
8c7352c0d2 Update .travis.yml and gpages_build.sh 2016-01-21 10:51:48 +01:00
Ronny Roeller
608f39d821 Follow naming convention: private properties are prefixed with
underscore
2015-12-30 22:58:22 +01:00
Ronny Roeller
e449889795 Add Polymer doc 2015-12-30 22:55:49 +01:00
Ronny Roeller
91ced9ce03 Simplify CI badge 2015-12-16 18:11:12 +01:00
Ronny Roeller
60b171df0b Fix license reference 2015-12-07 12:06:01 +01:00
Ronny Roeller
c72658e935 Run polylint as part of CI 2015-11-20 10:54:59 +01:00
Ronny Roeller
fb492d984c Fix Firefox version because Travis doesn't find any longer 'latest' 2015-11-18 16:53:41 +01:00
Ronny Roeller
3cd0053fbd Simplify Travis config 2015-11-03 09:17:18 +01:00
Ronny Roeller
d5b1dc58a2 Test with latest browser version 2015-11-03 09:10:40 +01:00
Ronny Roeller
4991a2a9fc Add border to screenshot 2015-10-22 10:04:22 +02:00
Ronny Roeller
15ab36d47b Add screenshot to documentation 2015-10-22 09:59:20 +02:00
Ronny Roeller
6ae650ca1f Document type of properties 2015-10-21 20:40:15 +02:00
Ronny Roeller
82e18e747e Add reference to Travis CI status 2015-10-21 12:40:50 +02:00
Ronny Roeller
b7d985f543 Improve formating 2015-10-21 10:51:26 +02:00
Ronny Roeller
73ae081526 Dcoument properties 2015-10-21 10:49:16 +02:00