-
Notifications
You must be signed in to change notification settings - Fork 513
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
Release 2.20.0 (docs) #1523
Merged
Merged
Release 2.20.0 (docs) #1523
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
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] <support@github.com> Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com> Co-authored-by: Brian Friel <briandfriel@gmail.com> Co-authored-by: Vincent Shadbolt <vince.shadbolt@gmail.com> Co-authored-by: Hugo Lopes <106091551+hlopes-ledger@users.noreply.github.com> Co-authored-by: resetko-zeal <112621289+resetko-zeal@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> Co-authored-by: Gustavo Esquinca <g.esq.ca@gmail.com> Co-authored-by: Murat Akdeniz <maa357@cornell.edu> Co-authored-by: Chris Meisl <cmeisl@gmail.com> Co-authored-by: laurencedelisle <53497147+laurencedelisle@users.noreply.github.com> Co-authored-by: mhchaudhry3 <mobeen@blocknative.com> Co-authored-by: Andrey <zertsalov96@yandex.ru> Co-authored-by: Punith B M <punith@designstring.com> Co-authored-by: Nikita Zasimuk <nzasimuk@gmail.com> Co-authored-by: Tony Chen <31647753@qq.com> Co-authored-by: fuhuimin <120409743@qq.com> Co-authored-by: ustas-eth <82833595+ustas-eth@users.noreply.github.com> Co-authored-by: Usame Algan <5880855+usame-algan@users.noreply.github.com> Co-authored-by: Chris Garrett <me@pzuraq.com> Co-authored-by: Daniel <25051234+dasanra@users.noreply.github.com> Co-authored-by: Samuele Agostinelli <batonenbois@gmail.com> Co-authored-by: Gamaliel 'Yel' Padillo <gamalielhere@users.noreply.github.com> Co-authored-by: duxiaofeng <duxiaofeng-github@users.noreply.github.com> Co-authored-by: cb-jake <95890768+cb-jake@users.noreply.github.com> Co-authored-by: Vladyslav Dalechyn <vlad.dalechin@gmail.com> Co-authored-by: Arda Sevinç <ardasevinc.technical@gmail.com> Co-authored-by: Brentably <46073594+Brentably@users.noreply.github.com> Co-authored-by: QiAbc <121917904+QiAbc@users.noreply.github.com> Co-authored-by: karim-yassine <118207693+karim-yassine@users.noreply.github.com> Co-authored-by: okxwallet <122091289+okxwallet@users.noreply.github.com>
* 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 <adamcarpenter86@gmail.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] <support@github.com> 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] <support@github.com> 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] <support@github.com> 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 <adamcarpenter86@gmail.com> * fix: use correct provider Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com> --------- Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>
* 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 <taylorjdawson@gmail.com> * Cleanup docs, null check, small dry refactor * Remove testing code --------- Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com>
Co-authored-by: sumi <sumi@alchemy.com>
Adamj1232
requested review from
gesquinca,
taylorjdawson,
lnbc1QWFyb24 and
leightkt
February 9, 2023 22:19
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
leightkt
approved these changes
Feb 10, 2023
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 <adamcarpenter86@gmail.com>
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.json
of the package you have made changes in is incremented following semantic versioning and using alpha release taggingyarn file-check
,yarn type-check
&yarn build
to confirm there are not any associated errors