Skip to content

Commit aedc7ef

Browse files
committed
docs: prepared the next release
1 parent 572fffb commit aedc7ef

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ 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.1.0] - 2022-05-15
19+
20+
### Added
21+
22+
- `browser` field to `package.json` instead of `main` entry again
23+
24+
### Changed
25+
26+
- Updated `devDependencies`
27+
1828
## [2.0.2] - 2022-04-10
1929

2030
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>

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "loading-attribute-polyfill",
33
"description": "Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / the awesome loading='lazy'-attribute.",
4-
"version": "2.0.2",
4+
"version": "2.1.0",
55
"homepage": "https://github.com/mfranzke/loading-attribute-polyfill",
66
"authors": [
77
{

0 commit comments

Comments
 (0)