Releases: ant-design/ant-design-web3
@ant-design/[email protected]
What's Changed
- fix(wagmi): solve react max update depth exceeded issue by @jeasonstudio in #884
- feat: add bitcoin okx wallet by @LCJove in #895
- docs: remove 'autoConnect' on solana demos by @gin-lsl in #898
- feat: add common Token type by @MarioJames in #902
New Contributors
- @MarioJames made their first contribution in #902
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/[email protected]...@ant-design/[email protected]
@ant-design/[email protected]
What's Changed
- fix: chain select style bug when ConnectButton set type or size by @yutingzhao1991 in #887
- refactor: Remove @solana/wallet-adapter-wallets re-exports dep by @gin-lsl in #885
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/[email protected]...@ant-design/[email protected]
@ant-design/[email protected]
What's Changed
- docs: add error demo to en docs by @yutingzhao1991 in #866
- chore(deps-dev): bump rimraf from 5.0.5 to 5.0.7 by @dependabot in #869
- docs: update Why use ant design web3, add Bitcoin by @yutingzhao1991 in #872
- refactor(ethers): split ethers sub pkg with legacy versions v5 by @jeasonstudio in #862
- docs: opt typo by @kklke in #877
- feat(bitcoin): add signPsbt api by @AmAzing129 in #873
- fix: set sideEffects false for enable treeshaking by @yutingzhao1991 in #879
- feat(web3js): support web3js adapter by wagmi solution by @jeasonstudio in #772
- refactor(address): copyable prop default is false by @GetWebHB in #882
- fix(bitcoin): adapt to Next.js by @AmAzing129 in #881
New Contributors
- @GetWebHB made their first contribution in #882
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/[email protected]...@ant-design/[email protected]
@ant-design/[email protected]
What's Changed
- release: web3 1.10.0 bitcoin 1.0 and ethers 1.0 by @jeasonstudio in #811
- chore: add XLayer icon by @Likang0122 in #813
- fix: use copy-to-clipboard and antd Typography.text for fix Address c… by @yutingzhao1991 in #821
- feat: Add new icon hardhat-colorful by @yutingzhao1991 in #823
- feat: Add test chain hardhat and localhost by @yutingzhao1991 in #825
- fix: useCallback for getNFTMetadata for avoid ‘Error: Maximum update depth exceeded’ by @yutingzhao1991 in #826
- docs:修改文档中不通顺的句子 by @TomatoDroid in #829
- docs: 修改文档分类,简化文档结构 by @yutingzhao1991 in #828
- feat: NFTCard add new prop errorRender by @yutingzhao1991 in #824
- site: hide docVersions by @thinkasany in #832
- chore: remove 'getWallet' panelRoute by @thinkasany in #833
- refactor: remove unused code by @kiner-tang in #839
- refactor: remove useIntl for connect-modal demos by @thinkasany in #840
- fix: icon classify by @kiner-tang in #838
- refactor: remove unused code & opt import type by @thinkasany in #841
- docs: update doc detail by @yutingzhao1991 in #842
- feat(solana): Get default chain from 'chains' by @gin-lsl in #834
- feat: Connector support onConnectError by @gin-lsl in #844
- refactor: import for bitcoin adapter by @thinkasany in #845
- chore: update .prettierrc by @kiner-tang in #846
- chore: upgrade antd to 5.17.0 & cssinjs to 1.20.0 by @thinkasany in #847
- fix: ConnectModal QRCode overflow by @thinkasany in #848
- docs: add Wallet hasExtensionInstalled for type doc by @yutingzhao1991 in #850
- fix: Modal animation warning by @jrr997 in #859
- perf(icons): add 'sideEffects' for Tree shaking by @gin-lsl in #858
- fix(ConnectModal): solve plugin tag hover style display unexpected issue by @jrr997 in #861
New Contributors
- @TomatoDroid made their first contribution in #829
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/[email protected]...@ant-design/[email protected]
@ant-design/[email protected]
What's Changed
- chore(card): use
styles.body
instead ofbodyStyle
by @thinkasany in #681 - docs: fix typos by @omahs in #685
- docs: img add default alt and format table by @zhouyou12 in #694
- fix: move @tanstack/react-query to peerDependencies for fix react-query context error by @yutingzhao1991 in #697
- docs(workspace): update star-history chart by @jeasonstudio in #704
- fix: add default alt attribute to img by @HunterXing in #703
- docs: img add default alt (#705) by @chenjixue in #707
- chore: optimize code by @Xujalg in #713
- fix:typo by @xiaowangxuevue in #717
- style: format code by @kiner-tang in #719
- feat: optimize banner style in dark theme by @kiner-tang in #718
- fix: Official Website Document UI anomaly by @thinkasany in #716
- fix:typo by @Blithe-Chiang in #721
- fix:website logo height overflow #722 by @eeezgame in #723
- fix: Correct typos for connect by @Ahspagh in #725
- feat(comp): BrowerLink props extend anchor element by @TheKonka in #714
- chore: Optimize if-else statements by @LuciferHuang in #715
- refactor:optimize nft-card conditinal render by @huashengjiang98 in #731
- fix: optimize import type by @KangXinzhi in #734
- feat: optimize plugin tag token in ConnectModal by @kiner-tang in #746
- fix: remove unused copy file by @thinkasany in #757
- feat(ether): support ether testnet 'Sepolia' by @alazypig in #762
- feat: support icons:generate by @thinkasany in #761
- feat(icon): support jsdoc preview by @thinkasany in #764
- chore(generate-icon): Compile from local svg directory by @thinkasany in #765
- chore(icon): code style format by @thinkasany in #766
- feat(ethers): support ethers-adapter by wagmi solution by @jeasonstudio in #733
- feat(solana): support wallet-connect and handle connect error by @gin-lsl in #656
- fix: update typo from isWalletConnnectFactory to isWalletConnectFactory by @liuchuzhang in #779
- chore: fix biomejs schema address by @gin-lsl in #780
- feat: add scroll layer2 chains and icons by @jeasonstudio in #777
- fix: fix ConnectModal style issue in dark mode by @kiner-tang in #781
- feat: Add Trust and Backpack wallet metadatas by @gin-lsl in #784
- fix: optimize connect-button's avatar size by @kiner-tang in #387
- feat(solana): Support standard wallets by @gin-lsl in #782
- feat: optimize connect modal UI by @LCJove in #776
- chore: doc site supports mobile by @jeasonstudio in #788
- feat(icons): Add Xverse and Unisat icons by @gin-lsl in #791
- feat: support Contributors List by @thinkasany in #790
- refactor: optimize connect-modal's token by @kiner-tang in #793
- feat: optimize contributor list style by @kiner-tang in #794
- feat: crypto-price support custom format by @kiner-tang in #795
- fix: remove unused code by @thinkasany in #802
- feat(solana): Support auto add registered wallets by @gin-lsl in #799
- style: fix quick connect button icon align by @gin-lsl in #805
- feat: add modal connect status and remove init wallet button by @LCJove in #806
- feat: support more icons by @thinkasany in #738
- chore(biome): ignore packages icons component by @thinkasany in #807
- style: icon component format by @thinkasany in #808
- feat(bitcoin): bitcoin support by @AmAzing129 in #778
New Contributors
- @omahs made their first contribution in #685
- @zhouyou12 made their first contribution in #694
- @xinz0501 made their first contribution in #699
- @HunterXing made their first contribution in #703
- @chenjixue made their first contribution in #707
- @Xujalg made their first contribution in #713
- @xiaowangxuevue made their first contribution in #717
- @Blithe-Chiang made their first contribution in #721
- @eeezgame made their first contribution in #723
- @Ahspagh made their first contribution in #725
- @TheKonka made their first contribution in #714
- @LuciferHuang made their first contribution in #715
- @huashengjiang98 made their first contribution in #731
- @KangXinzhi made their first contribution in #734
- @kklke made their first contribution in #749
- @alazypig made their first contribution in #762
- @liuchuzhang made their first contribution in #779
- @coco723 made their first contribution in #789
- @AmAzing129 made their first contribution in #778
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/[email protected]...@ant-design/[email protected]
@ant-design/[email protected]
What's Changed
- chore: modify NFTCard className prefix by @thinkasany in #655
- feat: Improve community configuration by @thinkasany in #665
- chore: use subtitle for zh-CN by @thinkasany in #669
- ci: tweet when release is published by @thinkasany in #667
- fix: remove -cn for fix get start link in readme by @yutingzhao1991 in #670
- ci(tweet): avoid mentioning irrelevant people by @thinkasany in #671
- test: try fix ci issue by mock coinbase sdk by @jeasonstudio in #668
- feat: Support skip to guide in simple mode by @shanchuan1 in #532
- fix: icon svg style error by @yutingzhao1991 in #672
- ci: DingTalk Release Notification by @thinkasany in #673
- feat: Support quick connect by @yutingzhao1991 in #663
- docs: add why use it doc by @yutingzhao1991 in #674
- docs: update demo in guide, add quickConnect to ConnectButton by @yutingzhao1991 in #676
- docs: add chInfo for zan.top by @yutingzhao1991 in #675
- fix: qr code scan tip text for universal protocol by @yutingzhao1991 in #677
- chore: support theme-editor by @jeasonstudio in #664
- fix: Connect Wallet style in DemoShow by @yutingzhao1991 in #678
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/[email protected]...@ant-design/[email protected]
@ant-design/[email protected]
What's Changed
- fix: panel borderRadius by @LCJove in #597
- dcos: add import writeContract by @elevensky in #598
- re-fix connect modal radius by @LCJove in #599
- chore: fire redundant changeset by @LCJove in #607
- feat: remove connect modal overflow by @LCJove in #608
- Support okx x1 testnet by @jeasonstudio in #605
- docs: add a recommentd demo for connect wallet config by @yutingzhao1991 in #610
- Refactor documents with new theme: dumi-theme-antd by @jeasonstudio in #609
- chore: fix ci issue by @jeasonstudio in #618
- fix: use react-inline-svg-unique-id plugin for fix svg id issue in runtime by @yutingzhao1991 in #616
- docs: update readme with new slogan by @yutingzhao1991 in #617
- docs: typo fix by @KurumiRin in #621
- feat(solana): Simplify solana provider properties, remove
chainAssets
by @gin-lsl in #623 - fix: wallet icon display error in eip6963 mode by @jeasonstudio in #630
- docs: Update intro-blockchain.zh-CN.md by @lke-twh in #632
- feat: optimize connect modal by @LCJove in #591
- fix: ConnectModal style in index page demo by @yutingzhao1991 in #635
- docs: update ens and balance demo detail by @yutingzhao1991 in #637
- fix: bind wallet qr code click event on the button by @yutingzhao1991 in #636
- fix: OKX Wallet name is wrong by @gin-lsl in #642
- docs: fix typos by @thinkasany in #644
- docs: add ens config to recommend demo by @yutingzhao1991 in #639
- fix: The button status is incorrect when requesting ENS information by @yutingzhao1991 in #646
- docs: Update solana readme by @gin-lsl in #647
- chore(solana): typo by @jeasonstudio in #650
New Contributors
- @elevensky made their first contribution in #598
- @KurumiRin made their first contribution in #621
- @lke-twh made their first contribution in #632
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/[email protected]...@ant-design/[email protected]
@ant-design/[email protected]
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/[email protected]...@ant-design/[email protected]
@ant-design/[email protected]
What's Changed
- chore: release @ant-design/[email protected] by @yutingzhao1991 in #562
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/[email protected]...@ant-design/[email protected]
@ant-design/[email protected]
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/[email protected]...@ant-design/[email protected]