Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

!release: v0.5.1 #144

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 32 additions & 51 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,38 @@
# Changelog for Covalent GoldRush Kit

## 0.5.0
## 0.5.1

**Fixes**

## What's Changed
- Fix search function exported from `useGoldRush`
- Update TypeScript Client SDK

## 0.5.0

## Fixes
**Fixes**

- Fix `image_512` null check error
- Fix TypeScript types - remove use of `any` type
- Fix exported components for the library

## Features
**Features**

- Themeing is updated to a new implementation

## 0.4.7

## What's Changed

## Fixes
**Fixes**

- Fix transactions receipt responsiveness
- Fix copy toast for address copy

## Features
**Features**

- Add block details v2

## 0.4.6

## What's Changed

## Fixes
**Fixes**

- Type exporting for components
- Transaction receipt token image by handling svg or png
Expand All @@ -40,36 +41,30 @@

## 0.4.5

## What's Changed

## Fixes
**Fixes**

- Refactor provider
- Fix quote rate being 0 on token pool list component
- Fix swap exchange logic

## Features
**Features**

## 0.4.4

## What's Changed

## Fixes
**Fixes**

- Fix decoder api body
- Detailed keys for Decoder

## Features
**Features**

## 0.4.3

## What's Changed

## Fixes
**Fixes**

- Mobile `on_click` fix

## Features
**Features**

- Components
- Block Details
Expand All @@ -83,11 +78,9 @@

## 0.4.2

## What's Changed

## Fixes
**Fixes**

## Features
**Features**

- Add transfer clicks to labels on list views
- PoolList
Expand All @@ -98,82 +91,70 @@

## 0.4.1

## What's Changed
**Fixes**

## Fixes

## Features
**Features**

- Add `chain_name` to the object when `on_transfer_click` function is ran on the `TokenBalanceListView` component.

## 0.4.0

## What's Changed

## Fixes
**Fixes**

- Fix hydration error for Transactions Receipt

## Features
**Features**

- Added Address Detail View component

## 0.3.9

## What's Changed

## Fixes
**Fixes**

- Forward apikey in context for transactions receipt fix
- Fix skeleton for transactions receipt

## Features
**Features**

- Added new gas card

## 0.3.8

## What's Changed

## Fixes
**Fixes**

- Fixed image in README
- Added user agent
- Remove unnecessary checkboxes in list components

## Features
**Features**

### Block Explorer Components

- Transactions receipt

## 0.3.7

## What's Changed

## Fixes
**Fixes**

- Added pagination to token list and pool list views
- Cache SVGs for token icons
- Consistent stories

## Features
**Features**

### XYK Components

- Wallet positions

## 0.3.6

## What's Changed

## Fixes
**Fixes**

- Added pagination to token list and pool list views
- Cache SVGs for token icons
- Consistent stories

## Features
**Features**

### XYK Components

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_id": "[email protected]",
"name": "@covalenthq/goldrush-kit",
"version": "0.5.0",
"version": "0.5.1",
"types": "dist/index.d.ts",
"exports": {
".": {
Expand Down
Loading