Skip to content

Commit

Permalink
!release: v0.5.0 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 authored Apr 3, 2024
1 parent 8b1765b commit 08f8bb2
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const preview: Preview = {
(storyFn) => (
<GoldRushProvider
apikey={import.meta.env.STORYBOOK_COVALENT_API_KEY}
theme={{
newTheme={{
borderRadius: 10,
}}
>
Expand Down
136 changes: 84 additions & 52 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,52 @@
# Changelog for Covalent GoldRush Kit

## 0.5.0

## What's Changed

## Fixes

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

## Features

- Themeing is updated to a new implementation

## 0.4.7

## What's Changed

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

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

## Features
- Add block details v2

- Add block details v2

## 0.4.6

## What's Changed

## Fixes
- Type exporting for components
- Transaction receipt token image by handling svg or png
- Token detail error checks
- Delta display on no price change

- Type exporting for components
- Transaction receipt token image by handling svg or png
- Token detail error checks
- Delta display on no price change

## 0.4.5

## What's Changed

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

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

## Features

Expand All @@ -38,8 +55,9 @@
## What's Changed

## Fixes
- Fix decoder api body
- Detailed keys for Decoder

- Fix decoder api body
- Detailed keys for Decoder

## Features

Expand All @@ -48,18 +66,20 @@
## What's Changed

## Fixes
- Mobile `on_click` fix

- Mobile `on_click` fix

## Features
- Components
- Block Details
- Chain Selector
- Transactions List
- Additions
- on clicks added to transaction list components that returns row data.
- `on_transfer_click` - When user clicks the transaction label, the function returns the row data
- `on_goldrush_receipt_click` - Renders button on row, the function returns the row data
- `on_native_explorer_click` - Renders button on row, the function returns the row data

- Components
- Block Details
- Chain Selector
- Transactions List
- Additions
- on clicks added to transaction list components that returns row data.
- `on_transfer_click` - When user clicks the transaction label, the function returns the row data
- `on_goldrush_receipt_click` - Renders button on row, the function returns the row data
- `on_native_explorer_click` - Renders button on row, the function returns the row data

## 0.4.2

Expand All @@ -68,12 +88,13 @@
## Fixes

## Features
- Add transfer clicks to labels on list views
- PoolList
- TokenList
- TokenPoolList
- WalletPoolList
- WalletPositions

- Add transfer clicks to labels on list views
- PoolList
- TokenList
- TokenPoolList
- WalletPoolList
- WalletPositions

## 0.4.1

Expand All @@ -82,73 +103,84 @@
## Fixes

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

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

## 0.4.0

## What's Changed

## Fixes
- Fix hydration error for Transactions Receipt

- Fix hydration error for Transactions Receipt

## Features
- Added Address Detail View component

- Added Address Detail View component

## 0.3.9

## What's Changed

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

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

## Features
- Added new gas card

- Added new gas card

## 0.3.8

## What's Changed

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

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

## Features

### Block Explorer Components
- Transactions receipt

- Transactions receipt

## 0.3.7

## What's Changed

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

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

## Features

### XYK Components
- Wallet positions

- Wallet positions

## 0.3.6

## What's Changed

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

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

## Features

### XYK Components
- Token list
- Pool list
- Token transactions
- Pool transactions
- Wallet transactions
- Token detail
- Pool detail

- Token list
- Pool list
- Token transactions
- Pool transactions
- Wallet transactions
- Token detail
- Pool detail
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.4.7",
"version": "0.5.0",
"types": "dist/index.d.ts",
"exports": {
".": {
Expand Down

0 comments on commit 08f8bb2

Please sign in to comment.