File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,29 @@ And the commit messages from [Conventional Commits](https://conventionalcommits.
15
15
- Description on how to use with MutationObserver (won't be included within the polyfill itself)
16
16
- Test case for dynamic images
17
17
18
+ ## [ 2.0.1] - 2021-05-13
19
+
20
+ ### Added
21
+
22
+ - build: added CI/CD yaml for pull-requests 2f59306
23
+
24
+ ### Changed
25
+
26
+ - refactor: removed two CSS files which aren't generated any more by ` microbundle ` c960f13
27
+ - test: specified the browser versions within their test-browser-names cacceaf
28
+ - Formatted the code with ` xo ` and ` prettier ` again
29
+ - build: replaced manual versioning via ` np ` package 0b4f9ef
30
+ - build(deps-dev): bump ` xo ` from 0.39.1 to 0.40.1 (#170 ) b4b58eb
31
+ - build(deps-dev): bump ` prettier ` from 2.2.1 to 2.3.0 (#168 ) 75696fc
32
+ - build(deps-dev): bump ` @commitlint ` dependencies ce81f5d
33
+ - build(deps-dev): bump ` webdriverio ` dependencies
34
+ - build(deps-dev): bump ` html-validate ` from to 4.11.0
35
+ - build(deps-dev): bump ` xo ` from 0.38.2 to 0.39.1 (#143 ) 2514fcb
36
+
37
+ ### Fixed
38
+
39
+ - Description within the README on the correct ` UMD ` JavaScript files to include
40
+
18
41
## [ 2.0.0] - 2021-04-09
19
42
20
43
It's polyfills birthday today! Yeah! So to cheer this, we're releasing the new major release.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " loading-attribute-polyfill" ,
3
3
"description" : " Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / the awesome loading='lazy'-attribute." ,
4
- "version" : " 1.5.4 " ,
4
+ "version" : " 2.0.1 " ,
5
5
"homepage" : " https://github.com/mfranzke/loading-attribute-polyfill" ,
6
6
"authors" : [
7
7
{
You can’t perform that action at this time.
0 commit comments