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
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [18.2.0]
11
+
12
+
### Added
13
+
14
+
- Add new export for `initializeInpageProvider` with legacy build system support ([#391](https://github.com/MetaMask/providers/pull/391))
15
+
- Previously this module could be imported from `/dist/initializeInpageProvider`, but this only worked with build systems that support the `exports` field (e.g. browserify).
16
+
- This new `initializeInpageProvider` export has a JavaScript redirect for older build systems, so it should work correctly in all cases.
17
+
10
18
## [18.1.2]
11
19
12
20
### Fixed
@@ -498,7 +506,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
498
506
added deprecation warnings for them ([#30](https://github.com/MetaMask/providers/pull/30))
0 commit comments