Skip to content

Commit 468e4ab

Browse files
authored
!v1.0.3 (#215)
1 parent 111eb34 commit 468e4ab

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog for GoldRush Kit
22

3+
## 1.0.3
4+
5+
**Fixes**
6+
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
11+
12+
**Features**
13+
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+
317
## 1.0.2
418

519
**Fixes**

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.2",
3+
"version": "1.0.3",
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)