Skip to content

34.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 11:42
97c9fef

@metamask/create-snap 4.0.0

Changed

  • BREAKING: Update ESM build to be fully compliant with the ESM standard (#2210)

@metamask/snaps-browserify-plugin 4.0.0

Changed

  • BREAKING: Update ESM build to be fully compliant with the ESM standard (#2210)

@metamask/snaps-cli 6.0.0

Changed

  • BREAKING: Update ESM build to be fully compliant with the ESM standard (#2210)
  • BREAKING: Change config to use Webpack by default (#2214)
    • You can still use Browserify by specifying bundler: 'browserify'.

@metamask/snaps-controllers 6.0.0

Changed

  • BREAKING: Update ESM build to be fully compliant with the ESM standard (#2210)
  • BREAKING: Move Node.js exports to separate export (#2210)
    • The default export is now browser-compatible.
    • Node.js APIs can be imported from <package>/node.
  • Bump @metamask/rpc-errors to ^6.2.1 (#2209)

Fixed

  • Add sizing limits for custom UI (#2199)

@metamask/snaps-execution-environments 5.0.0

Changed

  • BREAKING: Update ESM build to be fully compliant with the ESM standard (#2210)
  • Bump @metamask/rpc-errors to ^6.2.1 (#2209)

Fixed

  • Enforce JSON-RPC response size limits (#2201)

@metamask/snaps-jest 6.0.0

Changed

  • BREAKING: Update ESM build to be fully compliant with the ESM standard (#2210)
  • BREAKING: Move Node.js exports to separate export (#2210)
    • The default export is now browser-compatible.
    • Node.js APIs can be imported from <package>/node.
  • Bump @metamask/rpc-errors to ^6.2.1 (#2209)

@metamask/snaps-rollup-plugin 4.0.0

Changed

  • BREAKING: Update ESM build to be fully compliant with the ESM standard (#2210)

@metamask/snaps-rpc-methods 7.0.0

Changed

  • BREAKING: Update ESM build to be fully compliant with the ESM standard (#2210)
  • Bump @metamask/rpc-errors to ^6.2.1 (#2209)

@metamask/snaps-sdk 3.0.0

Changed

  • BREAKING: Update ESM build to be fully compliant with the ESM standard (#2210)
  • Bump @metamask/rpc-errors to ^6.2.1 (#2209)

@metamask/snaps-utils 7.0.0

Changed

  • BREAKING: Update ESM build to be fully compliant with the ESM standard (#2210)
  • BREAKING: Move Node.js exports to separate export (#2210)
    • The default export is now browser-compatible.
    • Node.js APIs can be imported from <package>/node.
  • Bump @metamask/rpc-errors to ^6.2.1 (#2209)

Removed

  • BREAKING: Move file struct to CLI (#2207)
    • The previously exported file struct can now be found in @metamask/snaps-cli.

Fixed

  • Add sizing limits for custom UI (#2199)
  • Properly validate links contained in rows (#2205)

@metamask/snaps-webpack-plugin 4.0.0

Changed

  • BREAKING: Update ESM build to be fully compliant with the ESM standard (#2210)