Releases: ant-design/ant-design-web3
@ant-design/web3@1.7.2
What's Changed
- Create dependabot.yml by @afc163 in #561
- feat: Add adapter for Solana by @gin-lsl in #472
- fix: NFTCard Displayed images that should not be displayed after swit… by @shanchuan1 in #549
- docs: unified translation by @thinkasany in #567
- docs: fix Solana NFTCard demo by @gin-lsl in #566
- Feat/add wallet info by @Likang0122 in #557
- fix: fix error log by @gin-lsl in #569
- fix: cache WalletConnect qrcode uri for fix qrcode display bug by @yutingzhao1991 in #568
- feat: add more icon by @LCJove in #579
- fix: remove repetitive icons by @yutingzhao1991 in #587
- feat: add star history by @liangchaofei in #588
- fix: icon color by @LCJove in #589
- fix: UniversalWallet getQrCode bug on the second times by @yutingzhao1991 in #590
- docs: update @ant-design/web3 pacakge readme by @yutingzhao1991 in #592
- docs: how to contribute icons by @jeasonstudio in #594
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/web3@1.6.0...@ant-design/web3@1.7.2
@ant-design/web3@1.7.1
What's Changed
- chore: release @ant-design/web3-solana@0.1.0 by @yutingzhao1991 in #562
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/web3@1.7.0...@ant-design/web3@1.7.1
@ant-design/web3@1.7.0
What's Changed
- chore: release 1.6.0 by @yutingzhao1991 in #560
- Create dependabot.yml by @afc163 in #561
- feat: Add adapter for Solana by @gin-lsl in #472
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/web3@1.6.0...@ant-design/web3@1.7.0
@ant-design/web3@1.6.0
What's Changed
- chore: release 1.5.1 by @yutingzhao1991 in #555
- chore: add dist test by @kiner-tang in #558
- chore: add dist test by @kiner-tang in #559
- fix: devUseWarning reference path by @thinkasany in #556
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/web3@1.5.1...@ant-design/web3@1.6.0
@ant-design/web3@1.5.1
What's Changed
- chore: release 1.5.0 by @yutingzhao1991 in #548
- fix: connect-button warning by @thinkasany in #554
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/web3@1.5.0...@ant-design/web3@1.5.1
@ant-design/web3@1.5.0
What's Changed
- chore: release 1.4.3 by @yutingzhao1991 in #525
- docs: Add docs about use with Remix by @yutingzhao1991 in #526
- test: Increase ConnectModal's components test coverage by @thinkasany in #531
- test: Increase WagmiProvider test coverage by @thinkasany in #528
- refactor: displayIcon of the BrowserLink by @thinkasany in #533
- refactor: modify connector code by @shanchuan1 in #529
- test: Increase ConnectButton's tooltip test coverage by @thinkasany in #535
- docs: fix typos by @aolyu1021 in #537
- docs: add designer in Contributing doc by @yutingzhao1991 in #536
- docs: update course contract by @yutingzhao1991 in #541
- WIP: update course dapp introduction by @jeasonstudio in #530
- test: Increase ConnectButton & Connector test coverage by @thinkasany in #544
- refactor: modify connector code by @thinkasany in #540
- docs: add more course doc by @yutingzhao1991 in #543
- docs: add English version for course by @yutingzhao1991 in #545
- feat: ConnectModal support group configuration by @thinkasany in #547
New Contributors
- @aolyu1021 made their first contribution in #537
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/web3@1.4.3...@ant-design/web3@1.5.0
@ant-design/web3@1.4.3
What's Changed
- chore: release 1.4.2 by @yutingzhao1991 in #523
- fix: use useToken from antd by @yutingzhao1991 in #524
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/web3@1.4.2...@ant-design/web3@1.4.3
1.4.2
What's Changed
- chore: release 1.4.1 by @yutingzhao1991 in #521
- fix: Remove antd/lib import from @ant-design/web3 for better esm support by @yutingzhao1991 in #522
- fix: Profile Modal lack space by @thinkasany in #516
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/web3@1.4.1...@ant-design/web3@1.4.2
1.4.1
What's Changed
- chore: Release 1.4.0 by @yutingzhao1991 in #512
- fix: Show wallet which not config connector when eip6963 is true by @yutingzhao1991 in #513
- chore: release @ant-design/web3-wagmii@2.2.1 by @yutingzhao1991 in #514
- docs: fix EIP6963 by @yutingzhao1991 in #515
- docs: finish contract dev and deploy course doc by @yutingzhao1991 in #517
- feat: upgrade antd to 5.13.2 & @ant-design/cssinjs to 1.18.2 by @thinkasany in #518
- fix: use esm import as the default import way for fix use in Remix by @yutingzhao1991 in #520
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/web3@1.4.0...@ant-design/web3@1.4.1
1.4.0
What's Changed
- chore: release 1.3.2 for better support for nextjs by @yutingzhao1991 in #500
- feat: upgrade node engines to 18 by @thinkasany in #502
- docs: modify APIs from connector by @shanchuan1 in #498
- docs: add start with next.js doc by @yutingzhao1991 in #505
- chore: Optimize import type by @thinkasany in #503
- refactor: optimization crypto-price code & add APIS from docs by @shanchuan1 in #504
- docs: update dev course to wagmi 2 by @yutingzhao1991 in #506
- refactor: modify browser-link code & docs by @shanchuan1 in #509
- feat: support eip6963 by @yutingzhao1991 in #510
- docs: Add call contract course docs by @yutingzhao1991 in #508
- refactor: modify address code & add APIS from docs & add test by @shanchuan1 in #507
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/web3@1.3.2...@ant-design/web3@1.4.0