UNPKG

2.19 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic
7Versioning](https://semver.org/spec/v2.0.0.html).
8
9<!-- ## [Unreleased] -->
10
11## [2.6.0] - 2021-08-02
12
13- Add TS externs. ([#457](https://github.com/webcomponents/polyfills/pull/457))
14
15## [2.5.0] - 2020-10-21
16
17- Polyfill `Element#matches`.
18 ([#400](https://github.com/webcomponents/polyfills/pull/400))
19- Remove function declarations from platform polyfills to sastisfy internal lint
20 after import transforms.
21 ([#396](https://github.com/webcomponents/polyfills/pull/396))
22- Polyfill `Element#getAttributeNames`.
23 ([#393](https://github.com/webcomponents/polyfills/pull/393))
24- Add polyfills for ChildNode APIs.
25 ([#390](https://github.com/webcomponents/polyfills/pull/390))
26- Add polyfills for select ParentNode APIs.
27 ([#389](https://github.com/webcomponents/polyfills/pull/389))
28- Add `classList` support to `SVGElement`.
29 ([#391](https://github.com/webcomponents/polyfills/pull/391))
30- Add new entrypoints to webcomponentsjs for the 'platform' polyfills.
31 ([#385](https://github.com/webcomponents/polyfills/pull/385))
32
33## [2.4.4] - 2020-07-20
34
35- Fixed bug where Object.assign polyfill would copy non-enumerable properties.
36- Convert platform (`Array.from`, `CustomEvent`, `Promise` etc.) polyfills to
37 TypeScript ([#292](https://github.com/webcomponents/polyfills/pull/292))
38- Improve types for JSCompiler compatibility
39 ([#307](https://github.com/webcomponents/polyfills/pull/307))
40- README improvements
41 ([#128](https://github.com/webcomponents/polyfills/pull/128),
42 [#212](https://github.com/webcomponents/polyfills/pull/212),
43 [#214](https://github.com/webcomponents/polyfills/pull/214))
44
45## [2.4.3] - 2020-03-16
46
47- Maintenance release (no user-facing changes)
48
49## [2.4.2] - 2020-02-26
50
51- Remove unnecessary externs
52 ([#272](https://github.com/webcomponents/polyfills/pull/272))
53
54## [2.4.1] - 2020-01-09
55
56- Maintenance release (no user-facing changes)
57
58## [2.4.0] - 2019-11-12
59
60- Add on-demand patching mode
61 ([#189](https://github.com/webcomponents/polyfills/pull/189))