@georgewrmarshall/design-system-metrics 2.3.1 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -0
- package/config.json +428 -480
- package/index.js +9 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,38 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [2.5.0] - 2026-02-21
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- **Version Number**: Corrected CLI version number in index.js to match package.json version (was incorrectly set to "3.0.0")
|
|
13
|
+
|
|
14
|
+
## [2.4.0] - 2026-02-21
|
|
15
|
+
|
|
16
|
+
### Added
|
|
17
|
+
|
|
18
|
+
- **Output File Date Stamps**: Generated XLSX files now automatically include today's date in the filename
|
|
19
|
+
- Format: `{project}-component-metrics-YYYY-MM-DD.xlsx`
|
|
20
|
+
- Example: `extension-component-metrics-2026-02-21.xlsx`
|
|
21
|
+
- Makes it easier to track metrics over time and compare historical data
|
|
22
|
+
|
|
23
|
+
### Changed
|
|
24
|
+
|
|
25
|
+
- **Extension Component Mappings**: Corrected replacement targets to reflect actual migration state
|
|
26
|
+
- Set 30+ component-library versions as most up to date with no MMDS replacement: BannerAlert, BannerBase, BannerTip, FileUploader, FormTextField, HeaderBase, HelpText, Input, Label, LottieAnimation, Modal components (7), PickerNetwork, SelectButton, SelectOption, SelectWrapper, SensitiveText, Skeleton, Tag, TagUrl, Textarea, TextFieldSearch
|
|
27
|
+
- Added intermediate migrations to component-library: Chip→Tag, FormField→FormTextField, Menu→Popover
|
|
28
|
+
- Fixed replacement targets: SiteOrigin→AvatarFavicon (was Text), ButtonLink→TextButton (was ButtonBase), ActionableMessage/Callout→BannerAlert (was BannerBase)
|
|
29
|
+
|
|
30
|
+
- **Mobile Component Mappings**: Updated 60+ components to reflect actual migration state
|
|
31
|
+
- Set component-library versions as most up to date with no MMDS replacement: Accordion, AccountBalance, AccountBase, AccountCell, ActionListItem, AggregatedPercentage, Avatar, Badge, BadgeBase, Banner components (3), BottomSheet components (3), ButtonFilter, ButtonHero, ButtonPill, ButtonSemantic, ButtonToggle, Card, Cell components (5), ConditionalScrollView, ContractBox components (2), CustomInput, CustomSpendCap, Header components (5), HelpText, Input, KeyValueRow, Label, ListItem components (6), Loader, MainActionButton, Modal components (2), Multichain components (4), MultiSelectItem, PercentageChange, Picker components (3), QuickAction components (2), RadioButton, SegmentedControl, Select components (4), SensitiveText, Skeleton, Tab components (6), Tag components (3), TextField, TextFieldSearch, TextWithPrefixIcon, TitleLeft, Toast
|
|
32
|
+
- Added intermediate migrations to component-library: SheetBottom→BottomSheet, SheetHeader→BottomSheetHeader
|
|
33
|
+
- Fixed replacement targets: ButtonLink→TextButton (was ButtonBase), BadgeNotifications→BadgeCount
|
|
34
|
+
|
|
35
|
+
### Fixed
|
|
36
|
+
|
|
37
|
+
- Component replacement mappings now accurately reflect which components are the most current implementations
|
|
38
|
+
- Intermediate migration paths correctly identify multi-step migrations through component-library before eventual MMDS migration
|
|
39
|
+
|
|
8
40
|
## [2.2.0] - 2026-01-22
|
|
9
41
|
|
|
10
42
|
### Added
|