-
Notifications
You must be signed in to change notification settings - Fork 88
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
refactor: useTracking #160
Merged
Merged
+167
−87
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## [1.2.0-dev.2](v1.2.0-dev.1...v1.2.0-dev.2) (2022-04-11) ### 🔧 Fixes * **Terms:** add notes ([#144](#144)) ([b007f3e](b007f3e))
…refactor/translations
## [1.2.0-dev.3](v1.2.0-dev.2...v1.2.0-dev.3) (2022-04-12) ### 🔧 Fixes * **Faq:** update question 8 ([#149](#149)) ([67f50f7](67f50f7))
…starknet-bridge into refactor/translations
…fix/unsupported-chain-id
…starknet-bridge into refactor/translations
…refactor/translations
…refactor/translations
…refactor/useTracking
…knet-bridge into refactor/useTracking
dan-ziv
pushed a commit
that referenced
this pull request
Apr 21, 2022
### [1.2.1-dev.2](v1.2.1-dev.1...v1.2.1-dev.2) (2022-04-21) ### 💉 Improvements * useTracking ([#160](#160)) ([a8cad80](a8cad80))
🎉 This PR is included in version 1.2.1-dev.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
dan-ziv
pushed a commit
that referenced
this pull request
May 2, 2022
## [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))
dan-ziv
pushed a commit
that referenced
this pull request
May 2, 2022
## [1.3.0](v1.2.0...v1.3.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)) * validate starknet wallet chain ID ([#168](#168)) ([2551a7f](2551a7f)) ### 🔧 Fixes * add ETH mainnet addresses ([#167](#167)) ([56fa74b](56fa74b)) * 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)) * handle display of exponential balances ([44c675b](44c675b)) * isInstalled() check for gsw ([#165](#165)) ([1881192](1881192)) * 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))
🎉 This PR is included in version 1.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the Changes
Please add a detailed description of the change, whether it's an enhancement or a bugfix.
If the PR is related to an open issue please link to it.
Checklist
<type>[optional scope]: <description>
, e.g:fix: prevent racing of requests
This change is