-
Notifications
You must be signed in to change notification settings - Fork 541
Release 2.20.0 (docs) #1523
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
Merged
Merged
Release 2.20.0 (docs) #1523
Conversation
This file contains hidden or 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
Update branch paths and targets for `develop`, `main` and `docs` branches - (develop)
Update branch paths and targets for `develop`, `main` and `docs` branches - (main)
* Auto connect last wallet option * Bump react and vue versions
* Yarn docs with latest packages * Yarn docs after deploy and publish * Yarn docs after deploy and publish * Add docs for autoconnect wallet * Add nextjs hint * Bump core version in demo --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Adam Carpenter <[email protected]> Co-authored-by: Brian Friel <[email protected]> Co-authored-by: Vincent Shadbolt <[email protected]> Co-authored-by: Hugo Lopes <[email protected]> Co-authored-by: resetko-zeal <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <[email protected]> Co-authored-by: Gustavo Esquinca <[email protected]> Co-authored-by: Murat Akdeniz <[email protected]> Co-authored-by: Chris Meisl <[email protected]> Co-authored-by: laurencedelisle <[email protected]> Co-authored-by: mhchaudhry3 <[email protected]> Co-authored-by: Andrey <[email protected]> Co-authored-by: Punith B M <[email protected]> Co-authored-by: Nikita Zasimuk <[email protected]> Co-authored-by: Tony Chen <[email protected]> Co-authored-by: fuhuimin <[email protected]> Co-authored-by: ustas-eth <[email protected]> Co-authored-by: Usame Algan <[email protected]> Co-authored-by: Chris Garrett <[email protected]> Co-authored-by: Daniel <[email protected]> Co-authored-by: Samuele Agostinelli <[email protected]> Co-authored-by: Gamaliel 'Yel' Padillo <[email protected]> Co-authored-by: duxiaofeng <[email protected]> Co-authored-by: cb-jake <[email protected]> Co-authored-by: Vladyslav Dalechyn <[email protected]> Co-authored-by: Arda Sevinç <[email protected]> Co-authored-by: Brentably <[email protected]> Co-authored-by: QiAbc <[email protected]> Co-authored-by: karim-yassine <[email protected]> Co-authored-by: okxwallet <[email protected]>
* Update vue & svelte examples * Update deps in lock file * Add yarn lock file * Update next13 example to latest package versions * revert key --------- Co-authored-by: Adam Carpenter <[email protected]>
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v2.2.1...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add handling of url err for iframe * merge in develop * Cleanup * merge in dev * default set * Update error handling for iframe * Clean up demo * cleanup
* feat: add XDEFI Wallet * chore: update version to 2.0.0-alpha.1 * fix: remove optional chaining for provider due to bundler issue Co-authored-by: Adam Carpenter <[email protected]> * fix: use correct provider Co-authored-by: Adam Carpenter <[email protected]> --------- Co-authored-by: Adam Carpenter <[email protected]>
* Testing example in demo app * Fixups and demo working * Refactor working as expected * Bump TP verison in core * Add standalone implementation to readme * Remove TP demo code * Update readme and docs types * Update docs for more clarity * Update docs with more details * Update doc screenshots * Update return type for standalone * Revert demo testing code * Fix img linked in readme * Update packages/transaction-preview/src/views/Maximized.svelte Co-authored-by: Taylor Dawson <[email protected]> * Cleanup docs, null check, small dry refactor * Remove testing code --------- Co-authored-by: Taylor Dawson <[email protected]>
Co-authored-by: sumi <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
leightkt
approved these changes
Feb 10, 2023
Contributor
leightkt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't test web3-onboard locally yet- but perused through the code and nothing crazy stood out- looking good.
* feat: implements v2 connector * chore: packages * refactor: example app params * chore: yarn lock * refactor: proxies all requests through ethereum-provider * refactor: rm providers * refactor: cleanup * refactor: reimplements `walletconnect` v1 & v2 providers to work simultaneously based on init opts * chore: reverts demo app walletconnect module init * Restore yarn.lock from develop and bump wc verison in demo for testing * Update readme types, version bump and version to int * Add metaData types and pass through * Update docs for WC * Bump packages to the latest * refactor: updates `ethereum-provider` to handle optionalChains * Revert yarn.lock, yarn-it and remove logs * Add WC explorer to docs for WC v2 * Revert api key change --------- Co-authored-by: Adam Carpenter <[email protected]>
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
✨ Highlights
Docs update: Add handling of url err for iframe Docs update: Add handling of url err for iframe #1509
Docs: Autoconnect Wallet Docs: Autoconnect Wallet #1508
feat: adding Apex Wallet feat: adding Apex Wallet #1517
Feature : Transaction Preview - Add Gas Used to preview view Feature : Transaction Preview - Add Gas Used to preview view #1518
feat: add XDEFI Wallet feat: add XDEFI Wallet #1512
Feature: Auto Connect Last Wallet Option Feature: Auto Connect Last Wallet Option #1506
📦 Changes per package
Checklist
package.jsonof the package you have made changes in is incremented following semantic versioning and using alpha release taggingyarn file-check,yarn type-check&yarn buildto confirm there are not any associated errors