@metamask/gator-permissions-snap 0.7.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +31 -1
- package/dist/bundle.js +1 -1
- package/dist/preinstalled-snap.json +1 -1
- package/images/advanced-permissions.svg +15 -0
- package/images/new-permission-type.svg +15 -0
- package/package.json +3 -3
- package/snap.manifest.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.9.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Update introduction content to ensure accuracy, and better communicate permission types ([#245](https://github.com/MetaMask/snap-7715-permissions/pull/245))
|
|
15
|
+
- Convert introduction images to webp ([#244](https://github.com/MetaMask/snap-7715-permissions/pull/244))
|
|
16
|
+
|
|
17
|
+
## [0.8.0]
|
|
18
|
+
|
|
19
|
+
### Added
|
|
20
|
+
|
|
21
|
+
- An introduction shown to user explaining each permission type ([#238](https://github.com/MetaMask/snap-7715-permissions/pull/238))
|
|
22
|
+
- Request now times out when user doesn't respond ([#237](https://github.com/MetaMask/snap-7715-permissions/pull/237))
|
|
23
|
+
- New `erc-20-token-revocation` permission type ([#234](https://github.com/MetaMask/snap-7715-permissions/pull/234))
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
|
|
27
|
+
- Expiry is now optional ([#240](https://github.com/MetaMask/snap-7715-permissions/pull/240))
|
|
28
|
+
- Recipient field is now shown in permission dialog ([#239](https://github.com/MetaMask/snap-7715-permissions/pull/239))
|
|
29
|
+
- Datetime picker used in permission dialog ([#235](https://github.com/MetaMask/snap-7715-permissions/pull/235))
|
|
30
|
+
- More meaningful error messages ([#232](https://github.com/MetaMask/snap-7715-permissions/pull/232))
|
|
31
|
+
- Initial amount is now allowed ([#230](https://github.com/MetaMask/snap-7715-permissions/pull/230))
|
|
32
|
+
- Default streaming period is now Monthly ([#229](https://github.com/MetaMask/snap-7715-permissions/pull/229))
|
|
33
|
+
|
|
34
|
+
### Fixed
|
|
35
|
+
|
|
36
|
+
- Resolve 0 balance when token data is returned, but not the requested token ([#241](https://github.com/MetaMask/snap-7715-permissions/pull/241))
|
|
37
|
+
|
|
10
38
|
## [0.7.0]
|
|
11
39
|
|
|
12
40
|
### Fixed
|
|
@@ -236,7 +264,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
236
264
|
- Ensure create-release-branch cli tool passes ([#54](https://github.com/MetaMask/snap-7715-permissions/pull/54))
|
|
237
265
|
- Add changelog scripts ([#55](https://github.com/MetaMask/snap-7715-permissions/pull/55))
|
|
238
266
|
|
|
239
|
-
[Unreleased]: https://github.com/MetaMask/snap-7715-permissions/compare/@metamask/gator-permissions-snap@0.
|
|
267
|
+
[Unreleased]: https://github.com/MetaMask/snap-7715-permissions/compare/@metamask/gator-permissions-snap@0.9.0...HEAD
|
|
268
|
+
[0.9.0]: https://github.com/MetaMask/snap-7715-permissions/compare/@metamask/gator-permissions-snap@0.8.0...@metamask/gator-permissions-snap@0.9.0
|
|
269
|
+
[0.8.0]: https://github.com/MetaMask/snap-7715-permissions/compare/@metamask/gator-permissions-snap@0.7.0...@metamask/gator-permissions-snap@0.8.0
|
|
240
270
|
[0.7.0]: https://github.com/MetaMask/snap-7715-permissions/compare/@metamask/gator-permissions-snap@0.6.1...@metamask/gator-permissions-snap@0.7.0
|
|
241
271
|
[0.6.1]: https://github.com/MetaMask/snap-7715-permissions/compare/@metamask/gator-permissions-snap@0.6.0...@metamask/gator-permissions-snap@0.6.1
|
|
242
272
|
[0.6.0]: https://github.com/MetaMask/snap-7715-permissions/compare/@metamask/gator-permissions-snap@0.5.0...@metamask/gator-permissions-snap@0.6.0
|