Steven Orvell
787d57f237
update builds.
2017-04-24 14:35:34 -07:00
Steven Orvell
68ef957139
Adds a window.WebComponents global. Existence of this global indicates that the WebComponentsReady event will be fired when polyfills are ready. After the event fires WebComonents.ready is set to true. This enables testing environments like web-component-tester to more easily determine if they should wait for the WebComponentsReady event before starting.
2017-04-24 12:39:37 -07:00
Steven Orvell
ca1f5b0232
modify html-imports to specifically wait for document.body to exist before whenReady
...
NOTE: if helpful, this will need to be backported into html-imports polyfill.
2017-04-21 18:22:07 -07:00
Daniel Freedman
784d286e98
update README with webComponentsReady property
2017-04-21 18:15:37 -07:00
Steven Orvell
c986107c1a
Change web-component-tester dependency for testing (again)
2017-04-21 18:11:58 -07:00
Steven Orvell
288f154c2a
Change web-component-tester dependency for testing.
2017-04-21 18:08:08 -07:00
Daniel Freedman
b3643c7fe3
set webComponentsReady flag on script when WebComponentsReady event is fired
2017-04-21 17:54:38 -07:00
Steven Orvell
bf5026d7b3
test fix for Firefox timeout (do not merge)
2017-04-21 15:38:06 -07:00
Steven Orvell
2a059a3ade
update builds.
2017-04-21 13:20:50 -07:00
Steven Orvell
60415872fd
update builds.
2017-04-21 12:03:02 -07:00
Steven Orvell
1985dc7736
bump version [skip-ci]
v1.0.0-rc.10
2017-04-20 18:42:23 -07:00
Steve Orvell
6925986cc5
Merge pull request #766 from webcomponents/update-builds
...
update builds.
2017-04-20 18:40:37 -07:00
Steven Orvell
25ee9dd901
update builds.
2017-04-20 17:21:06 -07:00
Steven Orvell
ee084a1360
[skip-ci] Update tag: 1.0.0-rc.9
v1.0.0-rc.9
2017-04-19 18:47:42 -07:00
Steve Orvell
9105325323
Merge pull request #762 from webcomponents/fix-761
...
Fix `webcomponents-loader` on older browsers that support native HTML imports
2017-04-19 18:45:54 -07:00
Steven Orvell
b1b6dbd4f9
[ci-skip] Fix comments
2017-04-19 18:45:38 -07:00
Steven Orvell
0f366e57ff
update builds and WCT depdendency.
2017-04-19 18:37:10 -07:00
Steven Orvell
4edc015356
Correct note about CSP. document.write does not violate CSP.
2017-04-19 15:47:12 -07:00
Steven Orvell
834e18dd82
Remove stub of HTMLImports as this makes any test for whenReady that does window.HTMLImports && HTMLImports.whenReady fail. [Note: this may require an update to WCT.]
2017-04-18 16:51:16 -07:00
Steven Orvell
437da91a8c
* Load full suite of polyfills (-lite) if ES6 features (e.g. Array.from) are not available. We do this because if ES6 is not available, none of the other webcomponents features (which require ES6) are definitely not available.
...
* Uses `document.write` to load polyfills if and only if native HTML imports exists (older Chrome browsers). This ensures that polyfills are loaded by the time scripts in HTML imports run.
* Adds old Chrome version to test matrix.
2017-04-18 16:01:34 -07:00
Daniel Freedman
bf3dcc9c2a
v1.0.0-rc.8
v1.0.0-rc.8
2017-04-10 17:08:41 -07:00
Daniel Freedman
4afb45fe0e
Merge pull request #758 from webcomponents/fix-wcr
...
Make WebComponentsReady fire consistently for Chrome
2017-04-07 11:31:04 -07:00
Daniel Freedman
3aa2c32254
fix the sd-ce entrypoint for WCR
2017-04-07 10:44:58 -07:00
Daniel Freedman
7b13afd170
Make WebComponentsReady fire consistently for Chrome
...
Also fire WebComponentsReady on document and have it bubble for
backwards compatibility
Fixes #753
Fixes #756
2017-04-06 17:01:05 -07:00
Monica Dinculescu
27e11b39e5
Merge pull request #729 from FluorescentHallucinogen/patch-8
...
Add description to bower.json
2017-03-27 15:00:07 -07:00
Monica Dinculescu
48873e0633
Merge pull request #727 from FluorescentHallucinogen/patch-6
...
Add keywords to package.json
2017-03-27 14:59:41 -07:00
Monica Dinculescu
da1483313d
Merge pull request #725 from FluorescentHallucinogen/patch-4
...
Fix license value in bower.json
2017-03-27 14:59:22 -07:00
Monica Dinculescu
2a269969ab
Merge pull request #724 from FluorescentHallucinogen/patch-3
...
Add more keywords to bower.json
2017-03-27 14:59:07 -07:00
Monica Dinculescu
80eed808ca
Merge pull request #733 from FluorescentHallucinogen/patch-12
...
[2/2] Use https://webcomponents.org/polyfills as homepage
2017-03-27 14:53:48 -07:00
Daniel Freedman
9b0c8b24b1
[ci skip] release 1.0.0-rc.7
v1.0.0-rc.7
2017-03-22 17:40:56 -07:00
Daniel Freedman
95ee5fc3e2
Merge pull request #742 from webcomponents/v1-update-builds
...
update builds
2017-03-22 12:19:24 -07:00
valdrinkoshi
60c56cd7d9
loader.js before browser.js
2017-03-22 11:19:37 -07:00
valdrinkoshi
79fe34ba80
stub HTMLImports
2017-03-22 11:10:01 -07:00
valdrinkoshi
615e811764
tell WCT to wait for WebComponentsReady
2017-03-21 15:08:41 -07:00
Daniel Freedman
87d9a337dd
[skip ci] Highlight not compiling ce-adapter
2017-03-21 14:35:26 -07:00
valdrinkoshi
d92b46672c
Merge branch 'master' into v1-update-builds
2017-03-21 14:30:33 -07:00
Valdrin Koshi
525d4962bf
Merge pull request #735 from webcomponents/fix-734
...
fire WebComponentsReady on sd-ce bundle
2017-03-21 14:26:12 -07:00
valdrinkoshi
28e7e648d4
update builds
2017-03-21 14:21:20 -07:00
Valdrin Koshi
5c801be786
Merge pull request #741 from webcomponents/bundle-ce-es5-only
...
Bundle custom-elements-es5-adapter
2017-03-21 14:13:03 -07:00
valdrinkoshi
f8b627e722
custom-elements-es5-adapter.js
2017-03-21 14:02:56 -07:00
valdrinkoshi
ac9a5b94bb
add tests
2017-03-14 17:48:59 -07:00
valdrinkoshi
94cad17d37
fire WebComponentsReady on sd-ce bundle
2017-03-14 17:45:46 -07:00
Alexey Rodionov
deac957e44
[2/2] Use https://webcomponents.org/polyfills as homepage
2017-03-13 14:37:49 +03:00
Alexey Rodionov
839a5aab25
Add description to bower.json
2017-03-13 14:25:28 +03:00
Alexey Rodionov
46982ad6aa
Add keywords to package.json
2017-03-13 14:20:33 +03:00
Alexey Rodionov
8467255bf1
Fix license value in bower.json
...
According to bower.json spec (https://github.com/bower/spec/blob/master/json.md#license ), "license" value must be one of SPDX license identifiers (https://spdx.org/licenses ), "BSD" is not a valid SPDX identifier.
2017-03-12 18:17:06 +03:00
Alexey Rodionov
6d744c11ea
Add more keywords to bower.json
2017-03-12 18:04:45 +03:00
Daniel Freedman
3b3bd26f28
1.0.0-rc.6 with html-imports 1.0.0-rc.2
v1.0.0-rc.6
2017-03-10 17:53:42 -08:00
Daniel Freedman
bfec4720e3
Merge pull request #716 from webcomponents/bower-ranges
...
Use ranges for bower dependencies
2017-03-08 11:48:53 -08:00
Daniel Freedman
dd3f290cb2
Use ranges for bower dependencies
2017-03-08 11:39:01 -08:00