Daniel Freedman
ae4e2d728f
release 0.7.2
v0.7.2
2015-05-26 17:48:33 -07:00
Daniel Freedman
131ea2174e
prepare for 0.7.2 release
2015-05-26 17:47:45 -07:00
Daniel Freedman
27f46031f9
Merge pull request #319 from webcomponents/ie-fakeload-async
...
Make IE 'fakeLoad' event async, to prevent reentrancy.
2015-05-26 17:47:02 -07:00
Kevin Schaaf
c228afa345
Add comment
2015-05-26 17:46:27 -07:00
Kevin Schaaf
bf15067147
Make IE 'fakeLoad' event async, to prevent reentrancy.
2015-05-26 17:45:24 -07:00
Daniel Freedman
8bd4555099
Release 0.7.1
v0.7.1
2015-05-22 22:31:18 -07:00
Daniel Freedman
c22c0c4475
Merge pull request #314 from webcomponents/create-lowercase-extend
...
Make sure createElement normalizes input when checking custom element defintions
2015-05-22 22:25:03 -07:00
Daniel Freedman
16a2149390
Merge pull request #312 from webcomponents/application-javascript
...
Run application/javascript scripts
2015-05-22 22:24:49 -07:00
Daniel Freedman
629d37ea9b
Sync copy of URL
2015-05-22 22:24:07 -07:00
Daniel Freedman
499e29e0c3
get back on track with the version number
2015-05-22 21:28:28 -07:00
Daniel Freedman
5a63c09e38
Make sure createElement normalizes input when checking custom element defintions
...
Fixes #313 [CustomElements]: custom elements fail to upgrade when registered
with uppercase in name and extends is used
2015-05-22 21:21:53 -07:00
AJ Ortega
a5eb1939cd
v0.6.2
v0.6.2
2015-05-22 19:27:06 -07:00
Kevin Schaaf
877a1671a0
Ensure newly created templates have content
...
Part of fix for Polymer/polymer#1500
Use existing decorate fn.
Move children into content unconditionally, so this happens for imperatively-created templates also, to support innerHTML setting before DOMContentLoaded.
2015-05-22 19:22:16 -07:00
Daniel Freedman
8a8846e6d4
Run application/javascript scripts
...
Add tests for text/javascript and application/javascript
Fixes #273 Safari fails to load imported script when type is specified.
2015-05-22 16:33:29 -07:00
John Messerly
9ba29a1a88
Merge pull request #307 from 0x24a537r9/register-undefined-constructor-fix
...
Prevent register() from throwing exceptions when nativeConstructor is undefined
2015-05-20 17:24:49 -07:00
Cameron Behar
f5678869ff
Prevent register() from throwing exceptions when nativeConstructor is undefined
...
In certain instances, register may be called with an undefined nativeConstructor thus throwing an exception when .prototype is not defined. If the native object does not exist, wrapping it makes no sense so we should just proceed rather than break all subsequent element registration.
2015-05-20 16:06:42 -07:00
AJ Ortega
cd9e05c444
patch
v0.7.0
2015-05-13 18:19:49 -07:00
AJ Ortega
87b781e833
Merge branch 'master' into HEAD
2015-05-13 18:18:54 -07:00
AJ Ortega
ae3533859a
Merge pull request #303 from webcomponents/namespace-flags
...
Namespace flags
2015-05-13 12:37:32 -07:00
Kevin Schaaf
b7f56e9c64
De-obfuscate var names.
2015-05-13 12:32:23 -07:00
Kevin Schaaf
875e46788b
Namespace query string flags with wc-* in tests.
2015-05-13 12:15:37 -07:00
Kevin Schaaf
9a089f47d4
Namespace query string flags with wc-*.
2015-05-13 12:09:04 -07:00
AJ Ortega
04e3d7245d
Merge pull request #298 from webcomponents/wcready
...
README: Add section on WebComponentsReady
2015-04-30 10:01:00 -07:00
Addy Osmani
28953cb671
README: Add section on WebComponentsReady
2015-04-30 17:56:28 +01:00
Addy Osmani
5dc9ad1a4e
Merge pull request #281 from webcomponents/self-closing-tags-in-xhtml
...
Handle XHTML self-closing void tag behavior
2015-04-26 18:22:24 +01:00
Addy Osmani
9590a03b6a
Merge pull request #259 from SpiderStrategies/master
...
build task for just MutationObserver
2015-04-24 19:54:07 +01:00
AJ Ortega
c04390b334
Merge pull request #251 from webcomponents/issue-168
...
Fixes #168 - refer to correct file for-lite builds
2015-04-17 10:26:03 -07:00
Addy Osmani
f473dbeca7
Merge pull request #288 from webcomponents/fix_285
...
fixes #285 , getElementById on DocumentFragment
2015-04-15 09:36:54 +01:00
John Messerly
b6f3f362e7
fixes #285 , getElementById on DocumentFragment
2015-04-14 11:28:58 -07:00
AJ Ortega
2a1003f895
Release 0.6.1
v0.6.1
v0.6.3
2015-04-13 13:58:23 -07:00
Addy Osmani
ef29f20f16
Merge pull request #284 from webcomponents/ie10-mo
...
Prepare for 0.6.1 build.
2015-04-13 21:42:20 +01:00
AJ Ortega
ed39ec057b
bump version
2015-04-13 13:35:38 -07:00
AJ Ortega
ce27273b4d
Prepare for 0.6.1, add MO everywhere it's used.
2015-04-13 13:34:52 -07:00
Daniel Freedman
ffba906cf2
Handle XHTML self-closing void tag behavior
...
Also wrap createDocument correctly for handling doctypes.
Fixes #278 ShadowDOM.js causing unclosed img tags in XHTML
2015-04-10 12:24:59 -07:00
Addy Osmani
787ca6cccf
Merge pull request #245 from vicb/0313-deepc
...
Add support for the >>> selector in ShadowCSS
2015-04-10 19:30:09 +01:00
Victor Berchet
878d628e30
Add support for the >>> selector in ShadowCSS
...
">>>" is the new name for "/deep/"
see http://dev.w3.org/csswg/css-scoping-1/#deep-combinator
2015-04-10 17:56:17 +02:00
Addy Osmani
3edbe7fe07
Merge pull request #264 from eeid26/master
...
Fix issues with range and elements and Shadow DOM.
2015-04-10 13:48:38 +01:00
AJ Ortega
9e5c7b527d
Merge pull request #271 from webcomponents/importNode
...
Make the CustomElements polyfill upgrade elements created by `document.importNode`
0.6.0
2015-04-06 17:34:53 -07:00
Steve Orvell
e260435ff9
Make the CustomElements polyfill upgrade elements created by document.importNode
2015-04-06 15:10:57 -07:00
John Messerly
1e1b1113d7
Merge pull request #270 from edrachev/forDocumentTree_recursive
...
Added possibility for recursive calls via callback for forDocumentTree function
2015-04-06 13:59:38 -07:00
Evgeniy Drachev
edde6bbd57
Added possibility for recursive calls via callback for forDocumentTree function
2015-04-06 22:54:50 +03:00
Emad Eid
ce57111b71
code review changes and code style fixes
2015-04-03 20:30:55 -04:00
Emad Eid
209cf3d6cd
fix issues with range and elements with shadow dom. Range needs to work properly before thinking about supporting contentEditable and the editing api
2015-04-01 21:34:28 -04:00
Addy Osmani
58c870917c
Merge pull request #238 from threeday0905/url-tostring
...
Add URL toString() method to return synonym for href.
2015-03-26 18:56:45 +00:00
Addy Osmani
a919a7b6cd
Merge pull request #257 from webcomponents/fix_256
...
fix #256 -- DOM objects with numeric properties
2015-03-26 18:27:21 +00:00
Jeremiah Orr
64600955eb
build task for just MutationObserver
2015-03-26 13:41:20 -04:00
John Messerly
94a3292748
fix #256 -- DOM objects with numeric properties
2015-03-25 10:32:11 -07:00
Daniel Freedman
af3bdd38cc
release v0.6.0
v0.6.0
2015-03-20 15:01:50 -07:00
Daniel Freedman
683a5519ad
prepare for release v0.6.0
2015-03-20 15:01:16 -07:00
AJ Ortega
f66f5a0a73
Merge pull request #250 from webcomponents/ie-lite-fixes
...
Add WM and MO polyfills to lite for IE. Make build manifest match.
2015-03-20 12:18:43 -07:00