Daniel Freedman
3a4b8b89c6
[ci skip] update changelog
2018-05-09 11:33:00 -07:00
Daniel Freedman
09958f9f7e
Merge pull request #5223 from Polymer/3.x-remove-imporHref
...
Remove importHref from 3.0
2018-05-09 14:27:03 -04:00
Kevin Schaaf
fd416a212e
Remove importHref from 3.0
2018-05-09 08:59:38 -07:00
Daniel Freedman
d089bdca5c
3.0.0
v3.0.0
2018-05-08 20:22:58 -07:00
Daniel Freedman
8f79ec40c0
use released versions of shadycss and webcomponentsjs
2018-05-08 20:21:03 -07:00
Kevin Schaaf
5b87f377d2
Merge pull request #5217 from Polymer/3.x-test-green
...
3.x - getting to green
2018-05-08 18:39:54 -07:00
Kevin Schaaf
8894e22baf
Bump dependencies
2018-05-08 18:05:46 -07:00
Kevin Schaaf
95740463c0
Run Chrome & FF serially to try and help flakiness
2018-05-08 16:21:58 -07:00
Kevin Schaaf
ecf36f8ac8
Fix lint warning
2018-05-08 15:31:16 -07:00
Kevin Schaaf
ccb29d27f9
Bump to cli 1.7.0
2018-05-08 15:23:38 -07:00
Steve Orvell
4f3be61eb5
Merge pull request #5222 from Polymer/3.x-remove-template-strings
...
Removing support for returning strings from template getter.
2018-05-08 13:02:27 -07:00
Kevin Schaaf
ba4491d558
Removing support for returning strings from template getter.
...
(Per previous documented deprecation: https://www.polymer-project.org/2.0/docs/devguide/dom-template#templateobject )
2018-05-08 12:29:01 -07:00
Kevin Schaaf
bd05abf9aa
Merge pull request #5218 from Polymer/3.x-readme
...
Update README for 3.x
2018-05-07 13:25:04 -07:00
Kevin Schaaf
c54ff70a59
Fix typos and nits
2018-05-07 13:23:38 -07:00
Tim van der Lippe
4e31768cf1
Update to Gulp 4
2018-05-06 16:05:29 +02:00
Tim van der Lippe
030b15f070
Merge branch '3.x' into 3.x-test-green
2018-05-06 15:20:21 +02:00
Tim van der Lippe
eb72d5aabc
Add serve command to package.json and update package-lock.json
2018-05-06 15:17:30 +02:00
Steven Orvell
036e4f66b8
Fix for browsers that don't have input.labels.
2018-05-04 16:24:41 -07:00
graynorton
b823620e56
Tweak introductory note, fix webpack capitalization
2018-05-04 16:01:02 -07:00
Steven Orvell
2ce4f70094
gestures: Avoid spreading non-iterable in older browsers
...
Instead just convert to array.
2018-05-04 15:51:53 -07:00
Alexander Marks
f4534c6a3d
wip
2018-05-04 15:13:23 -07:00
Steven Orvell
d896cdd059
Readme: very small tweaks
2018-05-04 14:57:35 -07:00
Kevin Schaaf
fb7630c3e8
Tweak wording.
2018-05-04 14:39:18 -07:00
Kevin Schaaf
fc0ce189f8
Fix link
2018-05-04 14:35:50 -07:00
Kevin Schaaf
ee6a67ee75
Re-order sections
2018-05-04 14:34:14 -07:00
Kevin Schaaf
928c47fc9f
Fix LitElement typo
2018-05-04 14:32:58 -07:00
Steven Orvell
503f56318e
Depend on polymer-cli rather than wct
...
invoke tests via `polymer test` rather than `wct`
2018-05-04 14:29:33 -07:00
Kevin Schaaf
e924ba86a4
Minor tweaks
2018-05-04 14:29:21 -07:00
Kevin Schaaf
956bba7332
Update README for 3.x
2018-05-04 14:16:02 -07:00
Kevin Schaaf
445c979b5c
Update Edge testing versions.
2018-05-04 09:45:56 -07:00
Kevin Schaaf
8527886093
Exclude all Edge versions from keyframe/font tests.
2018-05-04 09:45:44 -07:00
Kevin Schaaf
4805e31f1c
Update wcjs version.
2018-05-04 09:45:10 -07:00
Sam Li
b3c36df7f6
Add .npmignore file ( #5215 )
2018-05-03 11:15:47 -07:00
Kevin Schaaf
b3d52a7730
Merge pull request #5202 from Polymer/3.x-linter-warnings
...
Fix ESLint gulp task for 3.x
2018-04-30 18:59:29 -07:00
Kevin Schaaf
0bb5d7c563
Use node 9
2018-04-30 17:59:37 -07:00
Kevin Schaaf
8abf2ec93c
Use module flags for wct
2018-04-30 16:52:10 -07:00
Kevin Schaaf
bddeff4a8f
Use babel parser for aslant for dynamic import.
2018-04-30 15:48:15 -07:00
Kevin Schaaf
dea235152c
Fix lint errors.
2018-04-30 15:21:58 -07:00
Kevin Schaaf
90946038af
Merge branch '3.x' into 3.x-linter-warnings
2018-04-30 15:07:25 -07:00
Steven Orvell
da2d66dcf5
3.0.0-pre.13
2018-04-30 15:00:49 -07:00
Steven Orvell
e88c1eef70
[package.json] Remove version script
2018-04-30 15:00:26 -07:00
Steven Orvell
1ed2b310ec
Update dependencies
...
Now depends on `@webcomponents/webcomponentsjs` only as a devDependency.
2018-04-30 14:54:55 -07:00
Steven Orvell
a11febe7d7
Fix test typo on Chrome
2018-04-30 12:10:00 -07:00
Steve Orvell
644e820ce0
Merge pull request #5210 from Polymer/3.x-test-template
...
Fixes IE11 test issues
2018-04-30 11:06:04 -07:00
Steven Orvell
8b5803c293
Fixes IE11 test issues
...
Use <template>.innerHTML when adding test elements to main document. Works around a template polyfill issue (https://github.com/webcomponents/template/issues/40 ) by setting innerHTML on a <template> element so that inner templates are correctly updated.
2018-04-30 10:55:18 -07:00
Elliott Marquez
48a8483a52
Merge pull request #5207 from Polymer/3.x-styling-tests
...
Fixes styling tests related to using HTML Imports
2018-04-26 17:21:55 -07:00
Steven Orvell
26747422d3
Fixes styling tests related to using HTML Imports
...
* [styling-scoped.html] remove test for <link rel="import" type="css"> as this is no longer supported
* [custom-style-async.html] convert test that used importHref to use dynamic import
2018-04-26 17:18:07 -07:00
Steve Orvell
b1a523cf77
Merge pull request #5200 from Polymer/3.x-tests
...
3.x tests
2018-04-26 16:18:53 -07:00
Steven Orvell
e8c49974bd
Merge branch '3.x' into 3.x-tests
2018-04-26 16:09:31 -07:00
Steven Orvell
676f5f3d75
Remove crufty global (fixes globals.html test)
2018-04-26 16:06:56 -07:00