Daniel Freedman
1c69bd9944
Merge pull request #4850 from Polymer/1.x-html-imports-styling-workaround
...
Copy <style is="custom-style"> to the main document
2017-09-21 14:28:58 -07:00
Daniel Freedman
36e9310f67
Just move the style, don't clone
...
Similar to 61b2c8a544
2017-09-21 10:22:24 -07:00
Daniel Freedman
c69583a430
Merge branch '1.x' into 1.x-html-imports-styling-workaround
2017-09-20 16:27:47 -07:00
Daniel Freedman
88c54f5f41
Merge pull request #4851 from Polymer/fix-tests
...
Fix broken tests related to Edge 15 bugs with CSS Custom properties
2017-09-20 16:22:47 -07:00
Daniel Freedman
4666f0be0e
Fix broken tests related to Edge 15 bugs with CSS Custom properties
...
Port webcomponents/shadycss#120 to 1.x
2017-09-20 15:45:13 -07:00
Daniel Freedman
549de4accd
Copy <style is="custom-style"> to the main document
...
Work around deprecation of styles in HTML Imports
https://crbug.com/523952
Backport from 155ab8a20d for 2.x
Related to #4679
2017-09-20 14:16:28 -07:00
Daniel Freedman
89bbec53ec
[ci skip] update changelog
2017-09-19 10:41:07 -07:00
Daniel Freedman
a7ee3f3f4f
[ci skip] v1.10.0
v1.10.0-dev
2017-09-19 10:39:57 -07:00
Daniel Freedman
c4a3c8c508
Merge branch 'bartolom-webcomponentsDependency' into 1.x
2017-09-14 17:02:28 -07:00
Daniel Freedman
0b9c659f4c
Merge pull request #4836 from Polymer/optional-passive-gestures-1.x
...
Backport passive touch gestures #4829
2017-09-11 17:15:55 -07:00
Daniel Freedman
6775a60f73
Backport passive touch gestures #4829
2017-09-11 15:53:34 -07:00
Daniel Freedman
d491f7c6a1
[ci skip] Update CHANGELOG
2017-07-20 10:47:56 -07:00
Daniel Freedman
1e01ad994d
[ci skip] v1.9.3
v1.9.3-dev
2017-07-20 10:45:30 -07:00
Daniel Freedman
18aaed4e18
Merge pull request #4744 from Polymer/support-polymer-2-shared-styles
...
Support Polymer 2.x shared styles
2017-07-19 16:29:42 -07:00
Daniel Freedman
f3116fde8a
Support :host > * as well
2017-07-19 16:02:26 -07:00
Daniel Freedman
1d83b74e3b
Support Polymer 2.x shared styles
...
Add support for `:host, html` selectors in custom styles
2017-07-19 15:37:47 -07:00
Daniel Freedman
8ce02609a9
[ci skip] Update Changelog
2017-06-15 14:12:09 -07:00
Daniel Freedman
69b7bf0f10
[ci skip] fix "gulp release" for master -> 1.x in dev branch
2017-06-15 14:09:45 -07:00
Daniel Freedman
a5465a6bc9
[ci skip] v1.9.2
v1.9.2-dev
2017-06-15 14:01:39 -07:00
Kevin Schaaf
0dc5b49aeb
Merge pull request #4626 from Polymer/docs-issue-remove-unclosed-bracket
...
Update custom-style.html
2017-05-30 09:41:06 -07:00
katejeffreys
cf105c4bd5
Update custom-style.html
2017-05-23 17:46:11 -07:00
Kevin Schaaf
eeb730247d
Merge pull request #4607 from Polymer/fix-4550
...
Ensure `detached` cannot be called when `disble-upgrade` is set
2017-05-22 18:09:24 -07:00
Steven Orvell
633ce4f750
Add more tests.
2017-05-22 16:29:24 -07:00
Steven Orvell
4e0abe441f
Avoid calling detached before an element is readied. When an element is readied, if attachment is pending only call attached if the element is actually attached.
...
Note, this means that an element that is attached + detached before `ready` will not fire any attach/detach callback; however, this is a very corner case and previously in this case these callbacks were called out of order.
2017-05-22 16:14:43 -07:00
Steven Orvell
b967c5ee48
Fixes #4550 . Ensure that detached cannot run before an element is “readied.” This fixes an issue that allowed an element with disable-upgrade to process the detached callback.
2017-05-17 16:02:05 -07:00
Kevin Schaaf
e6c94ccbef
Change dev version to 1.x
2017-04-19 12:11:04 -07:00
Daniel Freedman
afb233ce81
[ci skip] Update CHANGELOG
2017-04-17 16:52:16 -07:00
Daniel Freedman
6ccc8e0c16
[ci skip] v1.9.1
v1.9.1-dev
2017-04-17 16:48:57 -07:00
Steve Orvell
9dda1d43c3
Merge pull request #4537 from Polymer/4536-kschaaf-hybrid-dom-bind
...
Add 2.x hybrid affordances for stamping template content. Fixes #4536
2017-04-17 16:45:43 -07:00
Kevin Schaaf
960106572e
Remove use of ES6 API.
2017-04-17 12:47:09 -07:00
Kevin Schaaf
646dce69e4
Remove use of ES6 API.
2017-04-17 12:10:26 -07:00
Kevin Schaaf
b7f009922c
Ensure optimization uses hybrid parentNode
2017-04-17 11:10:55 -07:00
Kevin Schaaf
2e4290f838
Use local parentNode
2017-04-17 10:53:22 -07:00
Kevin Schaaf
ee3b9a698d
Capture hybridDomRepeat.
2017-04-17 10:45:09 -07:00
Kevin Schaaf
2722532b51
Fix dom-if detachment
2017-04-14 18:42:03 -07:00
Kevin Schaaf
a282565054
Add dom-if test for add/remove.
2017-04-14 18:19:38 -07:00
Kevin Schaaf
4c87e1d96c
Add test for add & remove
2017-04-14 18:16:19 -07:00
Kevin Schaaf
53053eb447
Add 2.x hybrid affordances for stamping template content. Fixes #4536
2017-04-14 17:59:32 -07:00
Steve Orvell
f9bc45244f
Merge pull request #4533 from Polymer/4532-kschaaf-resolve-url
...
Use `_importPath` in `resolveUrl` so it available early. Fixes #4532
2017-04-14 11:53:02 -07:00
Kevin Schaaf
f29104f208
Fix lint
2017-04-14 11:36:44 -07:00
Kevin Schaaf
ea65a6d0d4
Make tests more strict.
2017-04-14 11:29:21 -07:00
Kevin Schaaf
1a7d3b11a6
Use _importPath in resolveUrl so it available early. Fixes #4532
2017-04-14 10:56:28 -07:00
Daniel Freedman
3ce4e17612
[ci skip] update Changelog
2017-04-13 17:22:59 -07:00
Daniel Freedman
ab09211285
[ci skip] v1.9.0
v1.9.0-dev
2017-04-13 17:18:53 -07:00
Daniel Freedman
1d282c7f95
[ci skip] skip looking in build log, again
2017-04-13 16:52:53 -07:00
Daniel Freedman
d6a7ac7141
[ci skip] backport changelog fixes
2017-04-13 16:50:51 -07:00
Kevin Schaaf
3616074cae
Merge pull request #4102 from rubemfsv/master
...
Update PRIMER.md
2017-04-03 17:19:33 -07:00
Daniel Freedman
aa836f2354
Merge pull request #4294 from zhaoz/patch-2
...
Add missing semicolon after variable assignment
2017-04-03 16:58:04 -07:00
Kevin Schaaf
7d460dd3fa
Merge pull request #4373 from Polymer/1.x-fix-4357-compat
...
Add url template handling compatibility with 2.x hybrid mode
2017-03-03 17:28:32 -08:00
Steven Orvell
ac067652c1
* allow setting rootPath
...
* disallow setting `importPath` (this is supported in 2.x but not 1.x)
2017-03-03 16:42:11 -08:00