Skip to content

0.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 11:11
· 1033 commits to main since this release
0e22a6b

@metamask/snaps-cli

Added

  • Add 'Access-Control-Allow-Origin': * to serve (#638)

Changed

  • BREAKING: Replace RegEx-based bundle processing and comment stripping with an AST-based solution (#583)

@metamask/snap-controllers

Fixed

  • Fixed update snap approval missing metadata (#673)
  • Fixed executors sending malformed JSON-RPC notifications (#639)

examples

Changed

  • No changes this release.

@metamask/execution-environments

Fixed

  • Fixed network teardown so that snaps can't be escape by late returning promises (#661)

@metamask/snaps-browserify-plugin

Changed

  • No changes this release.

@metamask/rollup-plugin-snaps

Changed

  • No changes this release.

@metamask/snaps-webpack-plugin

Changed

  • No changes this release.

@metamask/rpc-methods

Added

  • BREAKING: Add snap_getBip32Entropy method (#683)
  • Add new validation and limit for storage (#621)

@metamask/snap-types

Changed

  • No changes this release.

@metamask/snap-utils

Changed

  • Move eval functionality to utils package (#666)
  • Move manifest handling functionality to utils (#652)
  • Move JSON schemas and controller utils to utils package (#623)

Fixed

  • Fixed missing AbortSignal in default endowments (#682)