From 08f8bb2fb4a84fbef1ffbe98695dcd78e504912a Mon Sep 17 00:00:00 2001 From: Yashvardhan Jagnani <60016972+jagnani73@users.noreply.github.com> Date: Wed, 3 Apr 2024 19:33:22 +0530 Subject: [PATCH] !release: v0.5.0 (#142) --- .storybook/preview.tsx | 2 +- CHANGELOG.md | 136 +++++++++++++++++++++++++---------------- package-lock.json | 4 +- package.json | 2 +- 4 files changed, 88 insertions(+), 56 deletions(-) diff --git a/.storybook/preview.tsx b/.storybook/preview.tsx index a398fa61..e7cebf84 100644 --- a/.storybook/preview.tsx +++ b/.storybook/preview.tsx @@ -56,7 +56,7 @@ const preview: Preview = { (storyFn) => ( diff --git a/CHANGELOG.md b/CHANGELOG.md index f589b193..02e4185a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 \ No newline at end of file + +- Token list +- Pool list +- Token transactions +- Pool transactions +- Wallet transactions +- Token detail +- Pool detail diff --git a/package-lock.json b/package-lock.json index 1e086513..17369569 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@covalenthq/goldrush-kit", - "version": "0.4.7", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@covalenthq/goldrush-kit", - "version": "0.4.7", + "version": "0.5.0", "license": "Apache-2.0", "dependencies": { "@covalenthq/client-sdk": "^0.9.4", diff --git a/package.json b/package.json index 6bf278dc..ccc0eefa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "_id": "goldrush-kit@0.0.1", "name": "@covalenthq/goldrush-kit", - "version": "0.4.7", + "version": "0.5.0", "types": "dist/index.d.ts", "exports": { ".": {