You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/design-system-react-native/CHANGELOG.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.21.0]
11
+
12
+
### Added
13
+
14
+
- Added `Telegram` to the `IconName` set for use anywhere the React Native package accepts design system icons ([#1122](https://github.com/MetaMask/metamask-design-system/pull/1122))
15
+
16
+
### Changed
17
+
18
+
-**BREAKING:** Updated `AvatarIcon` exports to use shared const-object + string-union types rather than local enum-based definitions, aligning React Native with the shared cross-platform type contracts ([#996](https://github.com/MetaMask/metamask-design-system/pull/996))
19
+
- No migration required for typical usage; continue importing from `@metamask/design-system-react-native` as before.
20
+
- Runtime values remain stable while type definitions follow ADR-0003/ADR-0004.
21
+
10
22
## [0.20.0]
11
23
12
24
### Added
@@ -361,7 +373,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
361
373
- Full TypeScript support with type definitions and enums
362
374
- React Native integration with TWRNC preset support
Copy file name to clipboardExpand all lines: packages/design-system-react-native/src/components/Button/variants/ButtonPrimary/ButtonPrimary.stories.tsx
0 commit comments