UNPKG

1.33 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 Versioning](https://semver.org/spec/v2.0.0.html).
7
8<!-- ## Unreleased -->
9
10## [1.5.0] - 2021-08-02
11
12- Add TS externs. ([#457](https://github.com/webcomponents/polyfills/pull/457))
13
14## [1.4.3] - 2020-10-21
15
16- Maintenance release (no user-facing changes)
17
18## [1.4.2] - 2020-07-20
19
20- Type annotation improvements for Closure ([#287](https://github.com/webcomponents/polyfills/pull/287))
21- README improvements ([#169](https://github.com/webcomponents/polyfills/pull/169))
22
23## [1.4.1] - 2020-03-16
24
25- Fix bug that prevented elements in the main document from being upgraded
26 ([#283](https://github.com/webcomponents/polyfills/pull/283))
27
28## [1.4.0] - 2020-02-26
29
30- Convert to TypeScript
31 ([#246](https://github.com/webcomponents/polyfills/pull/246))
32
33## [1.3.2] - 2020-01-08
34
35- Maintenance release (no user-facing changes)
36
37## [1.3.1] - 2019-11-12
38
39- Remove warnings about `insertAdjacentElement` and `insertAdjacentHTML` not
40 being patched ([#229](https://github.com/webcomponents/polyfills/pull/229))
41- Fix incorrect `polyfillWrapFlushCallback` example in README
42 ([#219](https://github.com/webcomponents/polyfills/pull/219))