You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
And the commit messages from [Conventional Commits](https://conventionalcommits.org) are being used.
8
8
9
+
## [2.0.0-rc.0] - 2021-03-22
10
+
11
+
### Added
12
+
13
+
- GitHub's static analysis engine CodeQL to check against our repository's source code to find security vulnerabilities
14
+
- Dependabot to ensure devDependencies are up to date ([!106](https://github.com/mfranzke/loading-attribute-polyfill/pull/106))
15
+
16
+
### Changed
17
+
18
+
- devDependency: bump husky from 5.1.2 to version 5.1.3
19
+
- devDependency: bump html-validate from 4.6.0 to 4.7.1 (commit [801b314](https://github.com/mfranzke/loading-attribute-polyfill/commit/801b314), [!105](https://github.com/mfranzke/loading-attribute-polyfill/pull/105) and [!109](https://github.com/mfranzke/loading-attribute-polyfill/pull/109))
20
+
21
+
### Fixed
22
+
23
+
- testing: updated the tools and removed some old code to make crossbrowsertesting.com work again ([!100](https://github.com/mfranzke/loading-attribute-polyfill/pull/100))
24
+
- browsers capabilities: we need to differentiate in between image and iframe capability, as Firefox only supports images for now, but not iframes
0 commit comments