Skip to content

Conversation

@Adamj1232
Copy link
Contributor

@Adamj1232 Adamj1232 commented Jun 21, 2022

✨ Highlights

📦 Changes per package

@web3onboard/coinbase v2.0.5

  • Updates to the latest @web3onboard/common version

@web3onboard/common v2.1.2

  • Update background-color css props associated with variables to background for greater customization
  • Adds optional public RPC and Block Explorer Chain Params

@web3onboard/core v2.3.0

  • Add Transaction and DApp notifications to W3O along with documentation
  • Updates to the latest @web3onboard/common version
  • Update background-color css props associated with variables to background for greater customization

@web3onboard/dcent v2.0.2

  • Updates to the latest @web3onboard/common version

@web3onboard/fortmatic v2.0.4

  • Updates to the latest @web3onboard/common version

@web3onboard/gnosis v2.0.3

  • Updates to the latest @web3onboard/common version

@web3onboard/injected v2.0.10

  • Updates to the latest @web3onboard/common version

@web3onboard/keepkey v2.1.2

  • Updates to the latest @web3onboard/common version
  • Remove ES > 8 operators

@web3onboard/keystone v2.1.3

  • Updates to the latest @web3onboard/common version
  • Remove ES > 8 operators

@web3onboard/ledger v2.1.2

  • Updates to the latest @web3onboard/common version

@web3onboard/magic v2.0.5

  • Updates to the latest @web3onboard/common version

@web3onboard/mew v2.0.2

  • Updates to the latest @web3onboard/common version

@web3onboard/portis v2.0.2

  • Updates to the latest @web3onboard/common version

@web3onboard/react v2.2.0

  • Updates to the latest @web3onboard/common version
  • Updates to the latest @web3onboard/core version
  • Remove ES > 8 operators

@web3onboard/torus v2.0.3

  • Updates to the latest @web3onboard/common version

@web3onboard/trezor v2.1.2

  • Updates to the latest @web3onboard/common version

@web3onboard/vue v2.1.0

  • Updates to the latest @web3onboard/common version
  • Updates to the latest @web3onboard/core version
  • Remove ES > 8 operators

@web3-onboard/walletconnect v2.0.3

  • Updates to the latest @web3onboard/common version

@web3-onboard/web3auth v2.0.1

  • Updates to the latest @web3onboard/common version

Checklist

  • The version field in package.json is incremented following semantic versioning
  • The box that allows repo maintainers to update this PR is checked
  • I tested locally to make sure this feature/fix works
  • This PR passes the Circle CI checks

taylorjdawson and others added 22 commits June 14, 2022 18:22
* Feat: add publicRpcUrl and blockExplorerUrl to the Chain type for adding a chain to wallet

* Update docs

* packages bump

Co-authored-by: Mahmud Adeleye <[email protected]>
… React, Trezor, Vue] : Update - Convert background color to background (#1074)

* Convert background-color styling that are associated with variables to background for further flexibility
* Update package versions
* Initial Notify setup steps
* Styling notification
* Styling getting closer
* Layout looking a lot better
* Animations working properly for pending
* Updated cleanliness
* Demo stuff
* Props passed in properly
* Rename and refactors
* Notify into AC
* Cleanup and merge in develop
* More cleanup and positioning
* Add css variables
* Fix and style timer
* More cleanup
* Updated structure and componentized further
* cleanup
* Add flags to denote v1 ref code
* Playing around with organization
* In progress
* Progress
* Progress
* Working notifications
* Latest SDK branch
* Add timeout to unsub calls
* Add timeout to disconnect
* Use NotifyEventStyles type
* Update comments
* Tidy up import statements
* Update docs
* Update versions
* Componentise notification
* Add margin to modal
* Remove network from customize notification
* Add hint and error types back
* Throw if invalid custom notification
* Upgrade sdk and handle unsupported network error
* Auto dismiss notification
* More README updates
* Update spacing and layout to display properly
* cleanup and more positioning
* Animations working
* Fix animation speed, linking in transaction hash
* Fix padding on AC
* Add text color to non-linking transaction hash
* More variablization and updating docs
* Add demo with updates for testing in the future
* Return the 4 second default dismiss to notifications, Fix margin causing view overflow in AC when switching chains
* Remove margin
* Update on hover to display close button, chain icon size, add close icon from mock, update margin
* Add new hint notification
* Update README for more info around notifications
* Revert dismiss timeout used for testing
* styling touchups
* Add DAPP notifications
* reset sizing for network select
* Working but needs cleanup
* Update action to return update and dismiss methods
* Update docs and remove unneeded type
* Cleanup of unneeded imports
* Updated styling of notifications for second round of style updates, removed status icon if not defined
* More styling of new info icon layout
* Update padding for info icon
* Handle replacement transactions
* Working on scrolling
* Update notification working
* Revert scroll on container breaking animations
* Updates SDK to version with multichain
* Always display close button on mobile notifications
* Fix scrolling
* Fix styling on notification container
* Handle newest notifications entering closest to AC despite location
* Updated styling of container to allow more space on mobile
* Update layout for single line notifications
* Updates to styling of hash/time container
* Update styling for new layout
* Working but animation updates coming
* Update layout for all animations to match mobile animations
* Removes unused de
* Update yarn and remove uuid from dep in core
* Remove 1rem buffer for animations
* Revert to 4 second dismiss
* Update types in action
* Add nanoId, update types for notification update method
* Update animations of removal
* Fix comment to reflect functionality
* Fix pending on safari
* Update packages/core/rollup.config.js
Co-authored-by: Aaron Barnard <[email protected]>
* Update packages/demo/src/App.svelte
Co-authored-by: Aaron Barnard <[email protected]>
* remove unused import
* merge in dev
* Update types and remove unneeded import
* Fix animation cutoff on end of list when removing an element
* Update readme
* Update packages/core/README.md
Co-authored-by: Taylor Dawson <[email protected]>
* Update packages/core/README.md
Co-authored-by: Taylor Dawson <[email protected]>
* Update packages/core/README.md
Co-authored-by: Taylor Dawson <[email protected]>
* Update packages/core/README.md
Co-authored-by: Taylor Dawson <[email protected]>
* Update packages/core/README.md
Co-authored-by: Taylor Dawson <[email protected]>
* Update packages/demo/src/App.svelte
* Update packages/core/README.md
Co-authored-by: Taylor Dawson <[email protected]>
* Update packages/core/README.md
Co-authored-by: Taylor Dawson <[email protected]>
* Update packages/core/README.md
Co-authored-by: Taylor Dawson <[email protected]>
* Update packages/core/README.md
* Fix styling and scroll direction when notifications are placed on bottom of screen
* Add latest packages to Core README
* Handle scroll container withaccount center expanded
* Update touch-events for scroll on mobile
Co-authored-by: Aaron Barnard <[email protected]>
Co-authored-by: Taylor Dawson <[email protected]?
* Revert change to workspaces path causing build issue
* Run yarn with latest
… - Validation to handle onclick and links properly (#1083)

* Update validation to handle onclick and links properly
* Update react package version
* Update onClick for notifications to be camel case
…ate - Line height and documentation (#1084)

* Update react package version
* Update lineHeight to equal font size so letters with tails below the line dont get chopped, update docks for camel case
* Update line space to show full letter height in the case of letters with tails, update docs and versions
* refactor/remove-unsupported-operators
* Update react package version
* version bump + formatting
* Remove in operator in an instance it may be undefined
* Remove dappId
* Comment out test code
Co-authored-by: Adam Carpenter <[email protected]>
* Fix staging build for web3-auth
@Adamj1232 Adamj1232 changed the title Release: 2.0.2 (main) Release: 2.1.0 (main) Jun 21, 2022
lnbc1QWFyb24 and others added 2 commits June 22, 2022 13:07
* Update README.md
added account center & notify descriptions under features header
@Adamj1232 Adamj1232 merged commit f22d2fc into v2-web3-onboard Jun 22, 2022
@Adamj1232 Adamj1232 deleted the release/2.1.0 branch June 22, 2022 14:09
@Adamj1232 Adamj1232 mentioned this pull request Jun 28, 2022
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.

7 participants