Skip to content

Commit 2765980

Browse files
committed
docs: prepared the next release
1 parent 0556932 commit 2765980

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,29 @@ And the commit messages from [Conventional Commits](https://conventionalcommits.
1515
- Description on how to use with MutationObserver (won't be included within the polyfill itself)
1616
- Test case for dynamic images
1717

18+
## [2.x.x] - 2022-04-10
19+
20+
It's polyfills birthday (okay, it has been yesterday), so I did a lot of housekeeping and even also released a new version of the polyfill with another concept (using Service Worker to prevent loading images and iframes contents). Check it out and evaluate its usage in your project: <https://github.com/mfranzke/loading-attribute-polyfill-with-serviceworker>
21+
22+
### Added
23+
24+
- Information on the new complementary polyfill <https://github.com/mfranzke/loading-attribute-polyfill-with-serviceworker>
25+
26+
### Changed
27+
28+
- build: updated gitignore file according to githubs default content
29+
- documentation: a lot of simple optimizations, like e.g. added further notice on the users browser capabilities
30+
- updated a lot of `devDependencies`
31+
- `master` to `main` as the default branch
32+
- using Ndoe 16 now (for development and CI/CD)
33+
- replaced dependencies update status badge
34+
35+
### Fixed
36+
37+
- documentation: crossbrowsertestings logo URL
38+
- documentation: codacy badge URL
39+
- test: webdriverio tests
40+
1841
## [2.0.1] - 2021-05-13
1942

2043
### Added

0 commit comments

Comments
 (0)