Skip to content
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.24.0 (docs) #1749

Merged
merged 28 commits into from
Jun 2, 2023
Merged

Release 2.24.0 (docs) #1749

merged 28 commits into from
Jun 2, 2023

Conversation

leightkt
Copy link
Contributor

@leightkt leightkt commented Jun 1, 2023

Description

note: Release 2.24.0 moves the default position of the account center from topRight to bottomRight. To reset your application to topRight, include the following when initializing onboard:

  accountCenter: {
      desktop: {
        enabled: true,
        position: 'topRight'
      },
      mobile: {
        enabled: true,
        position: 'topRight'
      }
    }

✨ Highlights

Docs:

📦 Changes per package

@web3-onboard/core: 2.20.0
@web3-onboard/react: 2.8.5
@web3-onboard/vue: 2.7.4

Adamj1232 and others added 14 commits May 19, 2023 14:46
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](socketio/socket.io-parser@4.2.2...4.2.3)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.1 to 4.2.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](socketio/socket.io-parser@4.2.1...4.2.3)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@leightkt leightkt self-assigned this Jun 1, 2023
@vercel
Copy link

vercel bot commented Jun 1, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
web3-onboard-docs ✅ Ready (Inspect) Visit Preview Jun 1, 2023 3:44pm

@socket-security
Copy link

socket-security bot commented Jun 1, 2023

New dependency changes detected. Learn more about Socket for GitHub ↗︎


👍 No new dependency issues detected in pull request

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

Pull request alert summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

➕ Added Package Capability Access +/- Transitive Count Publisher
@web3-onboard/venly@2.0.0-alpha.1 eval +10 cmeisl
@venly/web3-provider@3.1.1 eval, network +16 venly_io
⬆️ Updated Package Version Diff Added Capability Access +/- Transitive Count Publisher
@web3-onboard/core@2.20.0-alpha.1 2.19.1-alpha.1...2.20.0-alpha.1 None +0/-1 cmeisl

🚮 Removed packages: @web3-onboard/cede-store@2.0.2-alpha.2, @web3-onboard/coinbase@2.2.4-alpha.1, @web3-onboard/dcent@2.2.7-alpha.2, @web3-onboard/enkrypt@2.0.4-alpha.1, @web3-onboard/fortmatic@2.0.19-alpha.1, @web3-onboard/frame@2.0.1-alpha.1, @web3-onboard/frontier@2.0.4-alpha.1, @web3-onboard/gas@2.1.8-alpha.1, @web3-onboard/gnosis@2.1.10-alpha.1, @web3-onboard/infinity-wallet@2.0.4-alpha.1, @web3-onboard/injected-wallets@2.9.0-alpha.2, @web3-onboard/keepkey@2.3.7-alpha.2, @web3-onboard/keystone@2.3.7-alpha.2, @web3-onboard/ledger@2.4.6-alpha.1, @web3-onboard/magic@2.1.7-alpha.1, @web3-onboard/mew-wallet@2.0.4-alpha.1, @web3-onboard/phantom@2.0.2-alpha.1, @web3-onboard/portis@2.1.7-alpha.1, @web3-onboard/sequence@2.0.8-alpha.1, @web3-onboard/taho@2.0.4-alpha.1, @web3-onboard/torus@2.2.5-alpha.1, @web3-onboard/transaction-preview@2.0.8-alpha.1, @web3-onboard/trezor@2.4.2-alpha.3, @web3-onboard/trust@2.0.4-alpha.1, @web3-onboard/uauth@2.0.5-alpha.1, @web3-onboard/walletconnect@2.3.8-alpha.2, @web3-onboard/web3auth@2.2.3-alpha.1, @web3-onboard/xdefi@2.0.4-alpha.1, @web3-onboard/zeal@2.0.4-alpha.1

davidzwfu and others added 6 commits June 1, 2023 10:13
* feat: add venly connector

* chore: add venly.md to docs

* Update docs/src/routes/docs/[...4]wallets/venly.md

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update packages/venly/README.md

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update packages/venly/package.json

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* dynamically import @venly/web3-provider

* add details for VenlyProviderOptions

* environment as optional param

* add VenlyProviderOptions details to package README.md

* simplify VenlyOptions - only clientId required. update documentation to match

* update @venly/web3-provider to latest release

* add environment option with typescript documentation

* add venly to demo-app. update config and core.md for zlib

* update demo clientId. update README. fix issues with switching environment

* Add venly to internal demo and test

* update web3-provider to 3.1.1 which fixes/updates chain switching. Update README with list of supported networks

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>
@leightkt leightkt merged commit ec3b162 into docs Jun 2, 2023
@leightkt leightkt deleted the release/2.24.0 branch June 2, 2023 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants