Release 44.0.0#1229
Merged
Merged
Conversation
Contributor
📖 Storybook Preview |
georgewrmarshall
commented
Jun 9, 2026
| "react-native-safe-area-context": "~5.6.0", | ||
| "react-native-svg": "15.12.1", | ||
| "react-native-svg-transformer": "^1.5.3", | ||
| "react-native-worklets": "patch:react-native-worklets@npm%3A0.5.1#~/.yarn/patches/react-native-worklets-npm-0.5.1-dcf1422a19.patch", |
Contributor
Author
There was a problem hiding this comment.
Re-ordering fix when running yarn, probably shouldn't be in the release PR but it's inconsequential
8c2349e to
3abe911
Compare
Contributor
📖 Storybook Preview |
georgewrmarshall
commented
Jun 9, 2026
Contributor
📖 Storybook Preview |
brianacnguyen
approved these changes
Jun 9, 2026
Contributor
📖 Storybook Preview |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 44.0.0
This release adds
Toast/ToasterandTagto React,ListItemto React Native, aligns theTextButtonAPI across platforms, and standardizes severity vocabulary (Error→Danger) acrossAvatarIcon,IconAlert, andTag.📦 Package Versions
@metamask/design-system-shared: 0.22.0@metamask/design-system-react: 0.26.0@metamask/design-system-react-native: 0.29.0🔄 Shared Type Updates (0.22.0)
New shared types (#1190, #1203, #1224, #1225)
What Changed:
ToastPropsSharedandToastSeverityfor cross-platformToastsupportListItemPropsSharedand related types for cross-platformListItemsupportTextButtonPropsSharedto alignTextButtonAPI across React and React NativeAvatarNetworkSizeas a named export from the shared packageImpact:
ToastandListItemimplementations across both platformsSeverity vocabulary:
.Error→.Danger(#1159)What Changed:
AvatarIconSeverity.Error→AvatarIconSeverity.DangerIconAlertSeverity.Error→IconAlertSeverity.DangerTagSeverity.Error→TagSeverity.DangerImpact:
.Erroron these three const objects. Rendered colors are unchanged.🌐 React Web Updates (0.26.0)
Added
Tagcomponent for categorization and filtering labels (#1211)Toastcomponent withToasterprovider and imperativetoast()API (#1190)Changed
TextButtonAPI aligned with React Native —size/TextButtonSizereplaced byvariant/TextVariant;isInverse,isDisabled,textProps, and icon/accessory props removed;asChildadded (#1224)AvatarIconSeverity.Error→AvatarIconSeverity.Danger(#1159)Fixed
Toastto supporttoast()calls made beforeToastermounts (#1217)📱 React Native Updates (0.29.0)
Added
ListItemcomponent for list row layouts (#1203)Toastcomponent withToasterprovider and imperativetoast()API (#1190)Changed
AvatarIconSeverity.Error,IconAlertSeverity.Error, andTagSeverity.Error→.Danger(#1159)TextButton rewrite (React Web Only)
What Changed:
size/TextButtonSizeremoved — usevariant/TextVariantinsteadisInverse,isDisabled,textProps, start/end icons, and accessory slots removedasChildadded for semantic link compositionMigration:
See React Migration Guide
Severity vocabulary:
.Error→.Danger(Both Platforms)What Changed:
AvatarIconSeverity.Error→AvatarIconSeverity.Danger(React + React Native)IconAlertSeverity.Error→IconAlertSeverity.Danger(React Native)TagSeverity.Error→TagSeverity.Danger(React Native)Migration:
See migration guides for complete instructions:
✅ Checklist
yarn changelog:validate)Pre-merge author checklist
yarn build && yarn test && yarn lint)yarn changelog:validate)Pre-merge reviewer checklist
Note
Low Risk
Diff is version bumps, changelogs, and migration docs only; breaking API impact is on consumers upgrading packages, not on runtime code in this PR.
Overview
Release 44.0.0 cuts published versions for the monorepo and design-system packages, and moves accumulated changes from
[Unreleased]into versioned changelog sections with compare links.Bumps: root 43.0.0 → 44.0.0;
@metamask/design-system-shared0.22.0,@metamask/design-system-react0.26.0,@metamask/design-system-react-native0.29.0. Changelogs document Toast/Toasterand Tag on React, ListItem on React Native, shared types for those APIs, and a breaking rename of severity.Error→.DangeronAvatarIcon/IconAlert/Tag. React TextButton is documented as a breaking alignment with React Native (variant/TextVariantinstead ofsize/TextButtonSize, removed inverse/disabled/icon props, addedasChild).MIGRATION.md gains 0.25→0.26 (React) and 0.28→0.29 (React Native) sections with before/after examples for those breaks.
Reviewed by Cursor Bugbot for commit 9bf714d. Bugbot is set up for automated code reviews on this repo. Configure here.