Skip to content

0.30.0

Choose a tag to compare

@github-actions github-actions released this 22 Feb 15:17
· 1527 commits to main since this release
30aa4a2

examples

Changed

  • No changes this release.

@metamask/multichain-provider

Changed

  • No changes this release.

@metamask/rpc-methods

Changed

  • Accept string operation for snap_manageState (#1208)
    • snap_manageState now accepts both enum and string types for its operations

Removed

  • BREAKING: Remove deprecated snap_confirm (#809)

@metamask/snaps-browserify-plugin

Changed

  • No changes this release.

@metamask/snaps-cli

Changed

  • No changes this release.

@metamask/snaps-controllers

Added

  • Add WebAssembly permission (#1185)

Fixed

  • Fix an issue with removing snaps (#1194)
    • Previously, the SnapController was not requesting revocation of the wallet_snap permission from the PermissionController if an origin no longer had any permitted snaps, logic has been updated to account for this

@metamask/snaps-execution-environments

Changed

  • Harden custom endowments (#1172)
  • Properly secure snap and ethereum request functions (#1214)
  • Properly sandbox iframe and inline SES in execution bundles (#1193)
    • SES is now inlined in index.html

@metamask/snaps-rollup-plugin

Changed

  • No changes this release.

@metamask/snaps-types

Changed

  • No changes this release.

@metamask/snaps-ui

Changed

  • No changes this release.

@metamask/snaps-utils

Changed

  • Properly sandbox iframe and inline SES in execution bundles (#1193)

@metamask/snaps-webpack-plugin

Changed

  • No changes this release.