Skip to content

Commit 05bd54b

Browse files
Merge pull request #108 from multiversx/development
0.0.1
2 parents 2956aef + 184982e commit 05bd54b

File tree

115 files changed

+3788
-2645
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+3788
-2645
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Issue/Feature
22

33
### Reproduce
4-
Issue exists on version `1.` of sdk-dapp-core-ui.
4+
Issue exists on version `1.` of sdk-dapp-ui.
55

66
### Root cause
77

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish sdk-dapp-core-ui
1+
name: Publish sdk-dapp-ui
22

33
on:
44
push:

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"jsxBracketSameLine": false,
55
"jsxSingleQuote": false,
66
"quoteProps": "consistent",
7-
"printWidth": 180,
7+
"printWidth": 120,
88
"semi": true,
99
"singleQuote": true,
1010
"tabWidth": 2,

CHANGELOG.md

Lines changed: 95 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -7,100 +7,127 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [[0.0.0-alpha.15](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/94)] - 2025-05-07
10+
## [[0.0.1](https://github.com/multiversx/mx-sdk-dapp-ui/pull/108)] - 2025-05-26
1111

12-
- [Fixed build error require utils](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/94)
12+
- [Clean up unlock panel](https://github.com/multiversx/mx-sdk-dapp-ui/pull/111)
13+
- [Improve maintainability and user experience for transaction-related panels, notifications, and event handling](https://github.com/multiversx/mx-sdk-dapp-ui/pull/110)
14+
- [Added devtools for event tracking](https://github.com/multiversx/mx-sdk-dapp-ui/pull/109)
1315

14-
## [[0.0.0-alpha.14](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/93)] - 2025-05-07
16+
## [[0.0.0](https://github.com/multiversx/mx-sdk-dapp-ui/pull/108)] - 2025-05-20
1517

16-
- [Fixed ledger double screen](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/91)
17-
- [Added Ledger address table preloaders](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/90)
18-
- [Added providers customization support](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/89)
19-
- [Fixed sign transactions button states](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/87)
18+
- [Renamed project](https://github.com/multiversx/mx-sdk-dapp-ui/pull/107)
19+
- [Sync anchor with sdk-dapp](https://github.com/multiversx/mx-sdk-dapp-ui/pull/106)
20+
- [Sign screens enhancements](https://github.com/multiversx/mx-sdk-dapp-ui/pull/102)
21+
- [Added sign screens](https://github.com/multiversx/mx-sdk-dapp-ui/pull/93)
22+
- [Enhance icon handling to support both `IconDefinition` and string icon names](https://github.com/multiversx/mx-sdk-dapp-ui/pull/104)
23+
- [Remove force update](https://github.com/multiversx/mx-sdk-dapp-ui/pull/103)
24+
- [Added scripts for excluded components](https://github.com/multiversx/mx-sdk-dapp-ui/pull/101)
25+
- [Refactor and enhance the LedgerFlow, UnlockPanel, and WalletConnect components to improve modularity, maintainability, and user experience.](https://github.com/multiversx/mx-sdk-dapp-ui/pull/100)
26+
- [Add back navigation functionality to SignTransactionsPanel](https://github.com/multiversx/mx-sdk-dapp-ui/pull/105)
27+
- [Sync anchor with sdk-dapp](https://github.com/multiversx/mx-sdk-dapp-ui/pull/106)
28+
- [Sign screens enhancements](https://github.com/multiversx/mx-sdk-dapp-ui/pull/102)
29+
- [Added sign screens](https://github.com/multiversx/mx-sdk-dapp-ui/pull/93)
30+
- [Enhance icon handling to support both `IconDefinition` and string icon names](https://github.com/multiversx/mx-sdk-dapp-ui/pull/104)
31+
- [Remove force update](https://github.com/multiversx/mx-sdk-dapp-ui/pull/103)
32+
- [Added scripts for excluded components](https://github.com/multiversx/mx-sdk-dapp-ui/pull/101)
33+
- [Refactor and enhance the LedgerFlow, UnlockPanel, and WalletConnect components to improve modularity, maintainability, and user experience.](https://github.com/multiversx/mx-sdk-dapp-ui/pull/100)
2034

21-
## [[0.0.0-alpha.13](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/88)] - 2025-05-02
35+
## [[0.0.0-alpha.15](https://github.com/multiversx/mx-sdk-dapp-ui/pull/94)] - 2025-05-07
2236

23-
- [Fixed bubbling events](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/86)
24-
- [Updated the Ledger authentication flow layout](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/85)
25-
- [Added cancel login](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/84)
26-
- [Added `usdValue` to ledger accounts](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/83)
27-
- [Updated xPortal authentication flow layout](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/80)
28-
- [Fix stencil-tailwind-plugin build error in monorepo](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/79)
37+
- [Updated styles on notifications feed](https://github.com/multiversx/mx-sdk-dapp-ui/pull/97)
38+
- [Updated provider pending screen in sign flow](https://github.com/multiversx/mx-sdk-dapp-ui/pull/98)
39+
- [Fixed build error require utils](https://github.com/multiversx/mx-sdk-dapp-ui/pull/94)
2940

30-
## [[0.0.0-alpha.12](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/78)] - 2025-04-10
41+
## [[0.0.0-alpha.14](https://github.com/multiversx/mx-sdk-dapp-ui/pull/93)] - 2025-05-07
3142

32-
- [Add stencil-tailwind-plugin for tailwind v4](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/77)
43+
- [Fixed ledger double screen](https://github.com/multiversx/mx-sdk-dapp-ui/pull/91)
44+
- [Added Ledger address table preloaders](https://github.com/multiversx/mx-sdk-dapp-ui/pull/90)
45+
- [Added providers customization support](https://github.com/multiversx/mx-sdk-dapp-ui/pull/89)
46+
- [Fixed sign transactions button states](https://github.com/multiversx/mx-sdk-dapp-ui/pull/87)
3347

34-
## [[0.0.0-alpha.11](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/76)] - 2025-04-09
48+
## [[0.0.0-alpha.13](https://github.com/multiversx/mx-sdk-dapp-ui/pull/88)] - 2025-05-02
3549

36-
- [Added prefix to functional and controlled components](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/75)
37-
- [Added prefix to common and controlled components](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/72)
38-
- [Updated the layout for the new unlock panel](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/67)
50+
- [Fixed bubbling events](https://github.com/multiversx/mx-sdk-dapp-ui/pull/86)
51+
- [Updated the Ledger authentication flow layout](https://github.com/multiversx/mx-sdk-dapp-ui/pull/85)
52+
- [Added cancel login](https://github.com/multiversx/mx-sdk-dapp-ui/pull/84)
53+
- [Added `usdValue` to ledger accounts](https://github.com/multiversx/mx-sdk-dapp-ui/pull/83)
54+
- [Updated xPortal authentication flow layout](https://github.com/multiversx/mx-sdk-dapp-ui/pull/80)
55+
- [Fix stencil-tailwind-plugin build error in monorepo](https://github.com/multiversx/mx-sdk-dapp-ui/pull/79)
3956

40-
## [[0.0.0-alpha.10](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/70)] - 2025-03-31
57+
## [[0.0.0-alpha.12](https://github.com/multiversx/mx-sdk-dapp-ui/pull/78)] - 2025-04-10
4158

42-
- [Toasts design](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/66)
43-
- [Upgrade Tailwind to v4](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/65)
59+
- [Add stencil-tailwind-plugin for tailwind v4](https://github.com/multiversx/mx-sdk-dapp-ui/pull/77)
4460

45-
## [[0.0.0-alpha.9](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/64)] - 2025-03-19
61+
## [[0.0.0-alpha.11](https://github.com/multiversx/mx-sdk-dapp-ui/pull/76)] - 2025-04-09
4662

47-
- [Fixed sign transactions panel and component](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/63)
48-
- [Fixed loader export](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/62)
49-
- [Migrated modals to side panels](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/61)
63+
- [Added prefix to functional and controlled components](https://github.com/multiversx/mx-sdk-dapp-ui/pull/75)
64+
- [Added prefix to common and controlled components](https://github.com/multiversx/mx-sdk-dapp-ui/pull/72)
65+
- [Updated the layout for the new unlock panel](https://github.com/multiversx/mx-sdk-dapp-ui/pull/67)
5066

51-
## [[0.0.0-alpha.8](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/60)] - 2025-03-18
67+
## [[0.0.0-alpha.10](https://github.com/multiversx/mx-sdk-dapp-ui/pull/70)] - 2025-03-31
5268

53-
- [Fix react output config](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/59)
69+
- [Toasts design](https://github.com/multiversx/mx-sdk-dapp-ui/pull/66)
70+
- [Upgrade Tailwind to v4](https://github.com/multiversx/mx-sdk-dapp-ui/pull/65)
5471

55-
## [[0.0.0-alpha.7](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/58)] - 2025-03-18
72+
## [[0.0.0-alpha.9](https://github.com/multiversx/mx-sdk-dapp-ui/pull/64)] - 2025-03-19
5673

57-
- [Refactor package compile](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/57)
58-
- [Added gasPrice PPU editing radios](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/56)
59-
- [Added gasPrice editing radios](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/52)
60-
- [Added notifications feed side panel](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/50)
61-
- [Added Tailwind CSS support](https://github.com/multiversx/mx-sdk-dapp-core/pull/47)
74+
- [Fixed sign transactions panel and component](https://github.com/multiversx/mx-sdk-dapp-ui/pull/63)
75+
- [Fixed loader export](https://github.com/multiversx/mx-sdk-dapp-ui/pull/62)
76+
- [Migrated modals to side panels](https://github.com/multiversx/mx-sdk-dapp-ui/pull/61)
6277

63-
## [[0.0.0-alpha.6](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/53)] - 2025-03-12
78+
## [[0.0.0-alpha.8](https://github.com/multiversx/mx-sdk-dapp-ui/pull/60)] - 2025-03-18
6479

65-
- [Added notifications feed side panel](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/50)
66-
- [Added Tailwind CSS support](https://github.com/multiversx/mx-sdk-dapp-core/pull/47)
67-
- [Added wallet connect side panel component](https://github.com/multiversx/mx-sdk-dapp-core/pull/45)
80+
- [Fix react output config](https://github.com/multiversx/mx-sdk-dapp-ui/pull/59)
6881

69-
## [[0.0.0-alpha.5](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/49)] - 2025-02-27
82+
## [[0.0.0-alpha.7](https://github.com/multiversx/mx-sdk-dapp-ui/pull/58)] - 2025-03-18
7083

71-
- [Added ability to expand/collapse transactions in toast](https://github.com/multiversx/mx-sdk-dapp-core/pull/48)
72-
- [Added ability to close modal on Escape](https://github.com/multiversx/mx-sdk-dapp-core/pull/46)
73-
- [Added wallet connect side panel component](https://github.com/multiversx/mx-sdk-dapp-core/pull/45)
74-
- [Added missing components from excludeComponents stancil config](https://github.com/multiversx/mx-sdk-dapp-core/pull/44)
75-
- [Added wallet connect side panel support](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/43)
76-
- [Added unlock panel](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/42)
84+
- [Refactor package compile](https://github.com/multiversx/mx-sdk-dapp-ui/pull/57)
85+
- [Added gasPrice PPU editing radios](https://github.com/multiversx/mx-sdk-dapp-ui/pull/56)
86+
- [Added gasPrice editing radios](https://github.com/multiversx/mx-sdk-dapp-ui/pull/52)
87+
- [Added notifications feed side panel](https://github.com/multiversx/mx-sdk-dapp-ui/pull/50)
88+
- [Added Tailwind CSS support](https://github.com/multiversx/mx-sdk-dapp/pull/47)
7789

78-
## [[0.0.0-alpha.4](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/41)] - 2025-02-18
90+
## [[0.0.0-alpha.6](https://github.com/multiversx/mx-sdk-dapp-ui/pull/53)] - 2025-03-12
7991

80-
- [Added react-output-target](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/41)
92+
- [Added notifications feed side panel](https://github.com/multiversx/mx-sdk-dapp-ui/pull/50)
93+
- [Added Tailwind CSS support](https://github.com/multiversx/mx-sdk-dapp/pull/47)
94+
- [Added wallet connect side panel component](https://github.com/multiversx/mx-sdk-dapp/pull/45)
8195

82-
## [[0.0.0-alpha.3](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/40)] - 2025-02-18
96+
## [[0.0.0-alpha.5](https://github.com/multiversx/mx-sdk-dapp-ui/pull/49)] - 2025-02-27
8397

84-
- [Refactored components folders](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/37)
85-
- [Added tests workflow](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/36)
86-
- [Added transactions-table test](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/34)
87-
- [Fixed TrimText component](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/33)
88-
- [Added copy, trim and explorer link on toasts](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/32)
89-
- [Enhance toast progress component](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/31)
90-
- [Added transactions table styling](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/30)
91-
- [Added react output config](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/29)
92-
- [Added Trim and CopyButton components](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/28)
93-
- [Added transaction account](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/27)
94-
- [Clean package.json export](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/26)
95-
- [Updated transactions table props](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/25)
98+
- [Added ability to expand/collapse transactions in toast](https://github.com/multiversx/mx-sdk-dapp/pull/48)
99+
- [Added ability to close modal on Escape](https://github.com/multiversx/mx-sdk-dapp/pull/46)
100+
- [Added wallet connect side panel component](https://github.com/multiversx/mx-sdk-dapp/pull/45)
101+
- [Added missing components from excludeComponents stancil config](https://github.com/multiversx/mx-sdk-dapp/pull/44)
102+
- [Added wallet connect side panel support](https://github.com/multiversx/mx-sdk-dapp-ui/pull/43)
103+
- [Added unlock panel](https://github.com/multiversx/mx-sdk-dapp-ui/pull/42)
96104

97-
## [[0.0.0-alpha.2](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/24)] - 2025-01-27
105+
## [[0.0.0-alpha.4](https://github.com/multiversx/mx-sdk-dapp-ui/pull/41)] - 2025-02-18
98106

99-
- [Fixed generic modal event warning](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/23)
100-
- [Added transactions table component](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/22)
101-
- [Added custom notification support](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/21)
107+
- [Added react-output-target](https://github.com/multiversx/mx-sdk-dapp-ui/pull/41)
102108

103-
## [[0.0.0-alpha.1](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/16)] - 2025-01-20
109+
## [[0.0.0-alpha.3](https://github.com/multiversx/mx-sdk-dapp-ui/pull/40)] - 2025-02-18
104110

105-
- [Updated formatAmount component and removed dependencies](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/17)
106-
- [Updated formatAmount component](https://github.com/multiversx/mx-sdk-dapp-core-ui/pull/15)
111+
- [Refactored components folders](https://github.com/multiversx/mx-sdk-dapp-ui/pull/37)
112+
- [Added tests workflow](https://github.com/multiversx/mx-sdk-dapp-ui/pull/36)
113+
- [Added transactions-table test](https://github.com/multiversx/mx-sdk-dapp-ui/pull/34)
114+
- [Fixed TrimText component](https://github.com/multiversx/mx-sdk-dapp-ui/pull/33)
115+
- [Added copy, trim and explorer link on toasts](https://github.com/multiversx/mx-sdk-dapp-ui/pull/32)
116+
- [Enhance toast progress component](https://github.com/multiversx/mx-sdk-dapp-ui/pull/31)
117+
- [Added transactions table styling](https://github.com/multiversx/mx-sdk-dapp-ui/pull/30)
118+
- [Added react output config](https://github.com/multiversx/mx-sdk-dapp-ui/pull/29)
119+
- [Added Trim and CopyButton components](https://github.com/multiversx/mx-sdk-dapp-ui/pull/28)
120+
- [Added transaction account](https://github.com/multiversx/mx-sdk-dapp-ui/pull/27)
121+
- [Clean package.json export](https://github.com/multiversx/mx-sdk-dapp-ui/pull/26)
122+
- [Updated transactions table props](https://github.com/multiversx/mx-sdk-dapp-ui/pull/25)
123+
124+
## [[0.0.0-alpha.2](https://github.com/multiversx/mx-sdk-dapp-ui/pull/24)] - 2025-01-27
125+
126+
- [Fixed generic modal event warning](https://github.com/multiversx/mx-sdk-dapp-ui/pull/23)
127+
- [Added transactions table component](https://github.com/multiversx/mx-sdk-dapp-ui/pull/22)
128+
- [Added custom notification support](https://github.com/multiversx/mx-sdk-dapp-ui/pull/21)
129+
130+
## [[0.0.0-alpha.1](https://github.com/multiversx/mx-sdk-dapp-ui/pull/16)] - 2025-01-20
131+
132+
- [Updated formatAmount component and removed dependencies](https://github.com/multiversx/mx-sdk-dapp-ui/pull/17)
133+
- [Updated formatAmount component](https://github.com/multiversx/mx-sdk-dapp-ui/pull/15)

0 commit comments

Comments
 (0)