Commit 972c01b
authored
Release/2.4.1 (#1307)
* Bump version to 2.4.0 and update @bringweb3/chrome-extension-kit to 1.6.0
* Refactor account list item and header connection status components to improve layout structure and alignment.
* Update transfer pages to suggest adding recipient as contact only when not in wallet accounts
* Update "Select Account" page to disable "Next" button when no accounts are connected or selected
* Refactor connection approval text logic for improved readability and reusability.
* Disable Hot Module Replacement (HMR) and live reload to prevent infinite reloading on dev server, update non-hot-reload configuration to include background and sdk scripts.
* Add overlay banner theme variables for dark and light modes
* Add system color scheme handling to settings reducer and selectors
* Add connection approval flow with balance and account info integration
* Refactor token icon rendering logic to use SVG as default and simplify format checks.
* Add activity feed UI with corresponding business logic
* Add CsprTrade market data provider icon and mapping to price provider assets
* Bump version to 2.4.0 and update build scripts and Xcode project configuration
* Update `casper-wallet-core` dependency and remove unused Xcode resource references.
* Update label from "Cost" to "Charged amount" in deploy details page.
* Fix `recipientPublicKey` null check in `shouldSuggestAddContact` logic.
* Wrap `AccountInfoIcon` in a `<div>` to resolve layout issue in `auction-deploy-rows.tsx`.
* Update `casper-wallet-core`, replace `Identicon` with `AccountInfoIcon`, and remove unused `useTheme`.
* Update `@bringweb3/chrome-extension-kit` to version 1.6.2.
* Update `casper-wallet-core` dependency to latest commit hash.
* Prevent default form submission behavior in `PopupLayout` and `LayoutWindow`.
* Add collapsible results section to `TransactionContainer` and improve result display logic.
* Bump version to 2.4.0rc5 and update build script and Xcode project with new project version.
* Update `casper-wallet-core` dependency to new commit hash and include `deepmerge` dependency.
* Fix incorrect `collectionHash` prop by replacing `deploy.contractHash` with `action.collectionHash`.
* Replace `AccountInfoRow` with `ContractInfoRow` where applicable and integrate `useFetchContractPackage` for improved contract package handling.
* Integrate `HashTooltip` and `PortalTooltip` into `common.tsx`, enhance layout with overflow handling, and improve contract info display.
* Release 2.4.0 version
* Improve e2e tests robustness with added content script checks and extended timeouts, update Playwright version, and refine popup interaction flows.
* Release 2.4.1 version1 parent 7e07cd5 commit 972c01b
3 files changed
Lines changed: 64 additions & 13 deletions
File tree
- xcode-project/Casper Wallet/Casper Wallet.xcodeproj
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
639 | | - | |
| 639 | + | |
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
| |||
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
653 | | - | |
| 653 | + | |
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
| |||
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
676 | | - | |
| 676 | + | |
677 | 677 | | |
678 | 678 | | |
679 | 679 | | |
| |||
687 | 687 | | |
688 | 688 | | |
689 | 689 | | |
690 | | - | |
| 690 | + | |
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
| |||
0 commit comments