Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [6.12.0](v6.11.0...v6.12.0) (2023-10-24) ### Features * add connect btn ([3903ba1](3903ba1)) * add unsupported browsers modal ([2febd49](2febd49)) * added bitcoin contract list page and entry point ([a28678d](a28678d)) * added tests for bitcoin contract request ([157f97e](157f97e)) * return addresses of regtest and signet ([a0717e3](a0717e3)) * rework onboarding ledger flow, closes [#4281](#4281) ([47aa2e2](47aa2e2)) ### Bug Fixes * align text and caption left so it appears correctly in extension view ([bd25751](bd25751)) * allow direct access to /receive/stx ([e7c8d8d](e7c8d8d)) * change acc bug ([ce13789](ce13789)) * clean code ([77a4822](77a4822)) * clean code, add note re ordinals modal ([a06aa39](a06aa39)) * clean code, add note re ordinals modal ([993df34](993df34)) * close original recieve modal before opening qr code modal to prevent double modal ([10b7246](10b7246)) * code spanning past viewport width ([db35a49](db35a49)) * do not nest recieve sub routes to prevent double overlay of modal and maintain direct access ([1477c96](1477c96)) * enable bg redirect to overlay modal in new tab ([36c969f](36c969f)) * get build passing ([5826143](5826143)) * improve type loading ([d79ee62](d79ee62)) * ledger tx sign error process ([618923f](618923f)) * pass child routes as children to appease dep cruiser ([200907a](200907a)) * re-introduce bg location for hometabs so modals overlay on top of activity ([12571b0](12571b0)) * refactor modals to overlay on top of backgroundLocation consistently, closes [#4028](#4028) ([c006894](c006894)) * revert drawer changes from brand audit, closes [#4249](#4249) ([e437710](e437710)) * update path to receive stx to fix test ([2c897ab](2c897ab)) * use bg location to open in new tab. share modal bg logic ([07c5c98](07c5c98)) * use grid for asset rows to stop overflow while allowing width, closes [#4171](#4171) ([529c03d](529c03d)) * use independant route for FundReceiveStx ([e4bfd24](e4bfd24)) * use network.chain.bitcoin.url in api hooks, closes [#4330](#4330) ([ceaf228](ceaf228)) * wallet type definition ([ddc91e3](ddc91e3)) * welcome page header padding, closes [#4374](#4374) ([0817a5e](0817a5e)) ### Internal * debug window close util ([77056e7](77056e7)) * deprecate unused routes ([a3710c5](a3710c5)) * explore routing issues ([0dbbdcf](0dbbdcf)) * local copyToClipboard hook ([017fa3a](017fa3a)) * psbt stackui layout ([e71e457](e71e457))
- Loading branch information