Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Releases: webcomponents/webcomponentsjs

v1.0.0-rc.9

20 Apr 01:48
Compare
Choose a tag to compare
v1.0.0-rc.9 Pre-release
Pre-release
[skip-ci] Update tag: 1.0.0-rc.9

v1.0.0-rc.4

03 Mar 22:23
Compare
Choose a tag to compare
v1.0.0-rc.4 Pre-release
Pre-release
Use tagged dependencies

First pre-release of the Web Components v1 polyfill

25 Feb 01:23
Compare
Choose a tag to compare
v1.0.0-rc.1

Update build artifacts

Stable Release v0.7.24

06 Feb 23:35
Compare
Choose a tag to compare
release v0.7.24

Stable Release v0.7.23

16 Nov 00:48
Compare
Choose a tag to compare
release v0.7.23

v0.7.22

15 Apr 22:44
Compare
Choose a tag to compare
  • Fix template cloning in Edge 13
  • Expose HTMLTemplateElement when polyfilled
  • Fix ordering of CustomElements and Template cloneNode wrapping
  • Make Custom Elements extends case-insensitive, per spec

v0.7.21

15 Apr 22:42
Compare
Choose a tag to compare
  • Fix Template cloning in Safari 8
  • Documentation updates
  • Fix shadowRoot.activeElement in ShadowDOM polyfill when element is not in a ShadowRoot to return null

v0.7.20

16 Dec 01:29
Compare
Choose a tag to compare
  • shadowRoot.activeElement correctly returns null if the host element is focused
  • Fix Safari 9 WebGL usage in ShadowDOM polyfill
  • Fix a bunch of tests

v0.7.19

05 Dec 00:27
Compare
Choose a tag to compare

Polyfill activeElement on document and ShadowRoot in ShadowDOM Polyfill

v.7.18

23 Nov 11:52
Compare
Choose a tag to compare

Releases patch release v0.7.18

A list of changes since the last release can be found here.

  • Upgrade templates when performing the CustomElements treewalk. This calls querySelectorAll less frequently while still upgrading templates before custom elements upgrade.
  • Make sure preventDefault can be called multiple times. Improves interop between libraries using wc.js and IE
  • Fixes a regression where IE's preventDefault is only right during event dispatch

To install this release from npm:

$ npm install webcomponents.js