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

Update to latest upstream dependencies and to Manifest V3 #275

Merged
merged 9 commits into from
Aug 27, 2024

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    d72863a View commit details
    Browse the repository at this point in the history
  2. chore(release): add changelog entry for version 1.8.0 [skip ci]

    # [1.8.0](1.7.9...1.8.0) (2023-10-27)
    
    ### Bug Fixes
    
    * ability to unsubscribe from network ([75162b7](75162b7))
    * add trailing slash to local dashboard link ([072d3e7](072d3e7))
    * do not modify custom endpoint url ([0242f19](0242f19))
    * identityClaim is now optional - remain backwards compatible ([1c8a197](1c8a197))
    * merged develop + fixed conflicts ([faf782c](faf782c))
    * merged develop + fixed conflicts ([bdf212c](bdf212c))
    * open initial create/import account screens as ([5b52070](5b52070))
    * removed unused code ([f4e947f](f4e947f))
    * removed unused code ([f0b182f](f0b182f))
    * requested changes ([875a4b6](875a4b6))
    * resolve tsc error ([20ed11e](20ed11e))
    * unsubscribing from keys ([0b5e100](0b5e100))
    * update links ([b0198d9](b0198d9))
    * updated networkUrl selector for apiPromis ([02b04cd](02b04cd))
    
    ### Features
    
    * added api promise reload after custom url change ([67c6156](67c6156))
    * added custom rpc functionality ([928127d](928127d))
    * return wssUrl for custom networks ([17c1503](17c1503))
    semantic-release-bot authored and F-OBrien committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ed418c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e5dd0f View commit details
    Browse the repository at this point in the history
  4. chore(release): add changelog entry for version 1.8.1 [skip ci]

    ## [1.8.1](1.8.0...1.8.1) (2024-01-02)
    
    ### Bug Fixes
    
    * fixed identity rename props ([2139d02](2139d02))
    * fixed identity state slice for store identities by account and did ([76d7a6f](76d7a6f))
    * multiple fixes ([4b29316](4b29316))
    * remove network specific account states ([2969fb1](2969fb1))
    semantic-release-bot authored and F-OBrien committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f2e9a3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e99cd1 View commit details
    Browse the repository at this point in the history
  6. chore(release): add changelog entry for version 1.8.2 [skip ci]

    ## [1.8.2](1.8.1...1.8.2) (2024-01-25)
    
    ### Bug Fixes
    
    * prevent authorization requests from incorrect url when pages are pre-rendered ([75a42ed](75a42ed))
    semantic-release-bot authored and F-OBrien committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b691350 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1a9d5d View commit details
    Browse the repository at this point in the history
  8. chore(release): add changelog entry for version 1.8.3 [skip ci]

    ## [1.8.3](1.8.2...1.8.3) (2024-04-05)
    
    ### Bug Fixes
    
    * update to correct staging endpoint ([e44bd78](e44bd78))
    semantic-release-bot authored and F-OBrien committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    43bfbca View commit details
    Browse the repository at this point in the history
  9. feat: migrate to Manifest V3 and align with upstream polkadot extension

    BREAKING CHANGE: Updated Polymesh wallet to support Manifest V3, with significant updates aligning configurations, dependencies, and architecture to match upstream polkadot wallet. This may affect compatibility with environments relying on Manifest V2.
    F-OBrien committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    dd1ab23 View commit details
    Browse the repository at this point in the history