Skip to content

100.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Apr 09:42
4f9015f

@metamask/send-flow-example-snap 1.1.2

Fixed

  • Add missing displayAvatar props (#3312)

@metamask/snaps-cli 7.0.0

Changed

  • BREAKING: Remove deprecated Browserify configuration (#3313)
    • The Browserify bundler is no longer supported. Snaps using the Browserify
      bundler will need to be migrated to the new configuration format based on
      Webpack.
    • The bundler option in the Snap configuration file was removed, and the CLI
      will show an error if it's used in config.
    • Several command line flags that were used to configure the Browserify
      bundler were removed.
      • Use the config file to provide these options instead.
      • The removed options are:
        • --bundle
        • --dist
        • --eval
        • --manifest
        • --outfileName
        • --root
        • --sourceMaps
        • --src
        • --stripComments
        • --suppressWarnings
        • --transpilationMode
        • --depsToTranspile
        • --verboseErrors
        • --writeManifest
        • --serve

@metamask/snaps-controllers 11.2.1

Fixed

  • Make comparision case sensitive in MultichainRouter (#3310)

@metamask/snaps-execution-environments 7.2.1

Fixed

  • Add missing includeMarketData param to onAssetsConversion handler (#3323)

@metamask/snaps-simulation 2.5.0

Added

  • Add support for AddressInput (#3312)