Skip to content

Commit 38c7914

Browse files
release: v1.2.0
## [1.2.0](v1.1.0...v1.2.0) (2022-05-02) ### 💉 Improvements * move to hooks useConstants, useEnvs, useTranslation ([#159](#159)) ([b77ba11](b77ba11)) * useTracking ([#160](#160)) ([a8cad80](a8cad80)) * useTranslation hooks ([#162](#162)) ([92e0927](92e0927)) ### 🧩 Features * integrated with get-starknet-wallet ([#163](#163)) ([e0f996a](e0f996a)) * terms of use ([#141](#141)) ([8d9fe79](8d9fe79)) * validate starknet wallet chain ID ([#168](#168)) ([2551a7f](2551a7f)) ### 🔧 Fixes * accept button stayed disabled when browser zoom is different from 100% ([#158](#158)) ([1e4afac](1e4afac)) * add ETH mainnet addresses ([#167](#167)) ([56fa74b](56fa74b)) * app crashed when trying to connect while ArgentX wasn't installed ([55e25f7](55e25f7)) * bad overflow in modal for content with very long strings ([#161](#161)) ([36a1c6f](36a1c6f)) * calc L2 tx hash in the background ([#169](#169)) ([80d23d2](80d23d2)) * canceled transfers shown in transfer log ([#166](#166)) ([69324e8](69324e8)) * **deps:** bump gsw version ([6c01ae5](6c01ae5)) * **Faq:** question 8 ([#157](#157)) ([51da4aa](51da4aa)) * handle display of exponential balances ([44c675b](44c675b)) * isInstalled() check for gsw ([#165](#165)) ([1881192](1881192)) * unsupported chain id does not showing ([#151](#151)) ([afa5294](afa5294)) * use getStarknet() provider on starknet contracts ([1d6b023](1d6b023)) * use wallet provider for all provider calls ([#170](#170)) ([646feee](646feee)) * **utils:** get url params returns undefined ([cde6401](cde6401))
1 parent cf489c8 commit 38c7914

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## [1.2.0](https://github.com/starkware-libs/starkgate-frontend/compare/v1.1.0...v1.2.0) (2022-05-02)
2+
3+
4+
### 💉 Improvements
5+
6+
* move to hooks useConstants, useEnvs, useTranslation ([#159](https://github.com/starkware-libs/starkgate-frontend/issues/159)) ([b77ba11](https://github.com/starkware-libs/starkgate-frontend/commit/b77ba118934e95859cb4409ba22be3c8ac25fd79))
7+
* useTracking ([#160](https://github.com/starkware-libs/starkgate-frontend/issues/160)) ([a8cad80](https://github.com/starkware-libs/starkgate-frontend/commit/a8cad802e13fcd7b940eed5d60a8f943d82662a9))
8+
* useTranslation hooks ([#162](https://github.com/starkware-libs/starkgate-frontend/issues/162)) ([92e0927](https://github.com/starkware-libs/starkgate-frontend/commit/92e092764ec53d622eacc8d8a27038869131cde5))
9+
10+
11+
### 🧩 Features
12+
13+
* integrated with get-starknet-wallet ([#163](https://github.com/starkware-libs/starkgate-frontend/issues/163)) ([e0f996a](https://github.com/starkware-libs/starkgate-frontend/commit/e0f996a7c5a7b7fa4a395695048275a8c234dd76))
14+
* terms of use ([#141](https://github.com/starkware-libs/starkgate-frontend/issues/141)) ([8d9fe79](https://github.com/starkware-libs/starkgate-frontend/commit/8d9fe7957e09c739e1e79801eaf507178854f944))
15+
* validate starknet wallet chain ID ([#168](https://github.com/starkware-libs/starkgate-frontend/issues/168)) ([2551a7f](https://github.com/starkware-libs/starkgate-frontend/commit/2551a7f296de1fcdfc5dd4a819982850e6294306))
16+
17+
18+
### 🔧 Fixes
19+
20+
* accept button stayed disabled when browser zoom is different from 100% ([#158](https://github.com/starkware-libs/starkgate-frontend/issues/158)) ([1e4afac](https://github.com/starkware-libs/starkgate-frontend/commit/1e4afac22a575945a585a76505d49766ca4ba7c2))
21+
* add ETH mainnet addresses ([#167](https://github.com/starkware-libs/starkgate-frontend/issues/167)) ([56fa74b](https://github.com/starkware-libs/starkgate-frontend/commit/56fa74b4510971d516824d5c0faae611da20d63b))
22+
* app crashed when trying to connect while ArgentX wasn't installed ([55e25f7](https://github.com/starkware-libs/starkgate-frontend/commit/55e25f769bb175c436fdbcaf8a7ad992891380b9))
23+
* bad overflow in modal for content with very long strings ([#161](https://github.com/starkware-libs/starkgate-frontend/issues/161)) ([36a1c6f](https://github.com/starkware-libs/starkgate-frontend/commit/36a1c6ffd1d367db917a0bffc6f3a33ba37be6a9))
24+
* calc L2 tx hash in the background ([#169](https://github.com/starkware-libs/starkgate-frontend/issues/169)) ([80d23d2](https://github.com/starkware-libs/starkgate-frontend/commit/80d23d22e9a806e5f19acc47e1dc2ccfb44fffca))
25+
* canceled transfers shown in transfer log ([#166](https://github.com/starkware-libs/starkgate-frontend/issues/166)) ([69324e8](https://github.com/starkware-libs/starkgate-frontend/commit/69324e8c838674eddc9759a282c1e4d4040c0553))
26+
* **deps:** bump gsw version ([6c01ae5](https://github.com/starkware-libs/starkgate-frontend/commit/6c01ae5e518947294a0abd7c6e489ac0074edf38))
27+
* **Faq:** question 8 ([#157](https://github.com/starkware-libs/starkgate-frontend/issues/157)) ([51da4aa](https://github.com/starkware-libs/starkgate-frontend/commit/51da4aa7f8d5045c4e5dea34e59cef20a12363b9))
28+
* handle display of exponential balances ([44c675b](https://github.com/starkware-libs/starkgate-frontend/commit/44c675b7c4bfadee6cdbce9f25daf4e93442aa58))
29+
* isInstalled() check for gsw ([#165](https://github.com/starkware-libs/starkgate-frontend/issues/165)) ([1881192](https://github.com/starkware-libs/starkgate-frontend/commit/18811924e99f63477e0edd4dcdbf9d35fd32cc43))
30+
* unsupported chain id does not showing ([#151](https://github.com/starkware-libs/starkgate-frontend/issues/151)) ([afa5294](https://github.com/starkware-libs/starkgate-frontend/commit/afa5294c5bdc428a7b0d4d569b0deefe884b54d8))
31+
* use getStarknet() provider on starknet contracts ([1d6b023](https://github.com/starkware-libs/starkgate-frontend/commit/1d6b0230555f102473ae674467b76e2c2343d729))
32+
* use wallet provider for all provider calls ([#170](https://github.com/starkware-libs/starkgate-frontend/issues/170)) ([646feee](https://github.com/starkware-libs/starkgate-frontend/commit/646feeee58e1720833b0252983b2091815fba10a))
33+
* **utils:** get url params returns undefined ([cde6401](https://github.com/starkware-libs/starkgate-frontend/commit/cde64015af4393d9d4586c33722feeb1eb8dfccb))
34+
135
## [1.3.0-dev.9](https://github.com/starkware-libs/starkgate-frontend/compare/v1.3.0-dev.8...v1.3.0-dev.9) (2022-05-01)
236

337

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "starkgate-frontend",
3-
"version": "1.3.0-dev.9",
3+
"version": "1.2.0",
44
"homepage": "./",
55
"scripts": {
66
"clean": "rm -rf ./dist",

0 commit comments

Comments
 (0)