Skip to content

Commit 026d4b7

Browse files
authored
!v1.0.4 (#222)
1 parent 4cd80f5 commit 026d4b7

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

CHANGELOG.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44

55
**Fixes**
66

7-
- Timestamp icon placement
8-
- `latest` block height in `LatestTransactions`
9-
- Gwei decimal and minor UI in `GasCard`
10-
- `Timestamp` edge case - it is now being parsed via a unified function from the SDK
7+
- Button UI in `AddressActivityList`
8+
- Remove different UIs for lists of transactions
9+
- `actionables` in list of transactions
10+
- Misc console errors
11+
- Gas prices in Gwei throughout
12+
- A typo in `LatestTransactions`
1113

1214
**Features**
1315

14-
- Added `actionable_redirect`s for `LatestBlocks` and `LatestTransactions`
15-
- Added a `changeSelectedChain` prop to the `AddressActivityList` component for optionally changing the selected chain globally when clicked on a chain name
16+
- Added `in/out`s for all list of transactions
1617

1718
## 1.0.2
1819

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@covalenthq/goldrush-kit",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Beautifully designed React components for web3 dApp frontend. Easily fetch data from 200+ blockchains. Open-source. Customizable.",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)