Skip to content

48.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 13:28
46da240

@metamask/snaps-controllers 8.2.0

Added

  • Add context field to snap_createInterface (#2413)
  • Add feature flag to disable platform (#2434)
  • Add support for Dropdown component (#2420)
  • Add initialConnections diff calculations needed for Snap update (#2424)

Fixed

  • Correctly merge caveats when using initial connections (#2419)

@metamask/snaps-execution-environments 6.2.0

Added

  • Add context field to snap_createInterface (#2413)

@metamask/snaps-jest 8.1.0

Added

  • Add selectInDropdown to be used with the newly added Dropdown component (#2420)
  • Add context field to snap_createInterface (#2413)

Fixed

  • Properly handle invalid interfaces during test (#2433)
  • Properly diff when using legacy UI with toRender matcher (#2432)

@metamask/snaps-rpc-methods 9.1.0

Added

  • Add context field to snap_createInterface (#2413)

@metamask/snaps-sdk 4.3.0

Added

  • Add Value component (#2435)
  • Add Dropdown component (#2420)
  • Add positioning props to Box (#2422)
  • Allow Button within Input (#2407)
  • Add context field to snap_createInterface (#2413, #2427)

Fixed

  • Correct validation for children of Box component (#2423)

@metamask/bip32-example-snap 2.2.0

Added

  • Add support for ed25519Bip32 to the BIP-32 example snap (#2428)

@metamask/interactive-ui-example-snap 2.0.0

Changed

  • BREAKING: Revamp interactive UI example using JSX (#2427)
    • The getState RPC method was removed as part of this refactor.