Releases: ant-design/ant-design-web3
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/[email protected]...@ant-design/[email protected]
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/[email protected] 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/[email protected]...@ant-design/[email protected]
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/[email protected]...@ant-design/[email protected]
@ant-design/[email protected]
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
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/[email protected]...@ant-design/[email protected]
1.3.2
What's Changed
- chore: release 1.3.1 for fix lodash dep bug by @yutingzhao1991 in #497
- docs:Add connectModal API
title
andonCancel
explain by @shanchuan1 in #492 - fix: add exports field for fix require bug in nextjs by @yutingzhao1991 in #499
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/[email protected]...@ant-design/[email protected]
1.3.1
What's Changed
- chore: Release @ant-design/[email protected] & @ant-design/[email protected] by @yutingzhao1991 in #486
- feat: optimized connect-button code by @shanchuan1 in #481
- feat: Add OKX wallet info by @Likang0122 in #489
- fix: Modify the content of ConnectButton message #487 by @shanchuan1 in #493
- fix: add lodash to @ant-design/web3-common dependencies by @yutingzhao1991 in #495
New Contributors
- @shanchuan1 made their first contribution in #481
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/[email protected]...@ant-design/[email protected]
1.3.0 + @ant-design/[email protected]
What's Changed
- chore: release 1.2.0 by @yutingzhao1991 in #464
- docs: update docs about changeset by @kiner-tang in #465
- docs: opt connect-button docs by @kiner-tang in #471
- docs: update docs about web3-config-provider's api by @kiner-tang in #470
- fix: unexpected QRCode after disconnect #457 by @thinkasany in #466
- type: use ?: instead of undefined by @thinkasany in #473
- chore: opt connect-button's combinedItems by @thinkasany in #476
- test:Increase ConnectButton test coverage by @thinkasany in #477
- fix: fix intl for connect-button by @jrr997 in #479
- chore: add new core member thinkasany 🎉 by @yutingzhao1991 in #478
- test:Increase connector test coverage by @thinkasany in #482
- feat: support extending context from parent for web3-config-provider by @jrr997 in #474
- test: ConnectModal components test coverage by @thinkasany in #483
- fix: remove unused message by @thinkasany in #484
- feat: upgrade wagmi to 2.0 by @yutingzhao1991 in #485
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/[email protected]...@ant-design/[email protected]
1.2.0
What's Changed
- chore: release 1.1.2 by @yutingzhao1991 in #424
- chore: changeset check by @kiner-tang in #425
- chore: changelog check ci by @kiner-tang in #430
- ci: changeset check by @kiner-tang in #431
- chore: changeset check by @kiner-tang in #432
- chore: changeset check opt by @kiner-tang in #433
- ci(Changeset): auto add label by @thinkasany in #427
- feat: opt changeset check ci by @kiner-tang in #435
- chore: optimize test file's dirname by @kiner-tang in #436
- docs: Update README.md by @afc163 in #437
- ci: add preview-start comment by @thinkasany in #439
- type: optimize type by @thinkasany in #442
- feat: Add commonly used icons for Celo, Aave, Moonbeam, and more. by @cong1223 in #441
- perf: Modify import type by @lxKylin in #446
- feat: add solana and phantom icons by @gin-lsl in #445
- Update the names of some icons and add a new category for token icons by @cong1223 in #443
- style: code style format by @thinkasany in #447
- Copy address to try a more internationalized interaction by @cong1223 in #448
- fix: bitcoin icon color display unexpected when hover by @cong1223 in #450
- feat: address support intl by @kiner-tang in #449
- chore: code style format by @thinkasany in #453
- feat: add eslint-plugin-unused-imports by @thinkasany in #452
- fix: eslint unused import by @thinkasany in #454
- docs: update docs for adapter tip by @yutingzhao1991 in #458
- feat: Add UniversalWallet for support TokenPocket and more wallets by @yutingzhao1991 in #455
- docs: Add TokenPocket to theme demo and start guide by @yutingzhao1991 in #459
- perf: Delete variables that are not used in the array structure by @lxKylin in #460
- fix: remove no-unused-vars by @thinkasany in #462
- command: update startup command by @thinkasany in #463
New Contributors
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/[email protected]...@ant-design/[email protected]
1.1.2
What's Changed
- chore: release 1.0.0 by @yutingzhao1991 in #354
- fix: remove unused code by @thinkasany in #356
- chore: add google analytics script by @yutingzhao1991 in #357
- feat: add getBrowserLink fn to chains by @jrr997 in #353
- docs: Update README.md by @afc163 in #359
- docs: Update Badge and Logo in README by @afc163 in #361
- docs: update index page title image by @yutingzhao1991 in #358
- chore: remove build in preview by @yutingzhao1991 in #355
- chore: update contributors limit to 40 for show more contributors by @yutingzhao1991 in #363
- docs: add website title by @yutingzhao1991 in #364
- docs: fix ConnectModal api table typo by @yutingzhao1991 in #365
- fix: Improve the package.json information and add a main field by @yutingzhao1991 in #362
- fix: typos and website home styles by @gin-lsl in #349
- chore: web3 changeset by @gin-lsl in #367
- test: add icon path id test by @gin-lsl in #368
- fix: google script bug by @yutingzhao1991 in #366
- fix: nft-card liked icon not visible by @gin-lsl in #369
- site: optimize select theme by @kiner-tang in #374
- chore: optimize theme by @kiner-tang in #377
- perf: use ?? Instead of || by @lxKylin in #371
- docs: Documentation for developing smart contracts by @Likang0122 in #380
- site: use NormalInstallDependencies to display install dependencies command by @kiner-tang in #381
- docs: add discussion link to README by @yutingzhao1991 in #383
- docs: quick use public rpc provider by @yutingzhao1991 in #385
- docs: update readme.md http link to https by @kiner-tang in #384
- fix: chains cant switch by @LCJove in #390
- docs: add zh_cn readme by @thinkasany in #397
- docs: fix readme usage install bug by @yutingzhao1991 in #396
- feat: init intl support by @yutingzhao1991 in #393
- docs: update language change text by @yutingzhao1991 in #400
- docs: modify readme by @lxKylin in #402
- feat: ui debug about component connect button by @restartgr in #375
- fix: course title level by @yutingzhao1991 in #403
- docs: add antd to install script by @yutingzhao1991 in #406
- docs: add dapp init docs from course by @yutingzhao1991 in #405
- chore: add new Core Member by @yutingzhao1991 in #408
- docs: add new core member liangchaofei by @yutingzhao1991 in #413
- chore: Support TokenPocket by @Likang0122 in #409
- docs: add course for connect wallet with Ant Design Web3 by @yutingzhao1991 in #407
- feat: ConnectModal support Intl by @kiner-tang in #416
- docs: optimize document by @thinkasany in #419
- feat: support safeheron wallet by @beilunyang in #410
- feat: NFTCard support intl by @kiner-tang in #421
- docs: update docs about locale in ConnectModal by @kiner-tang in #422
- docs: Docs opt readme by @kiner-tang in #423
New Contributors
- @lxKylin made their first contribution in #371
- @LCJove made their first contribution in #390
- @restartgr made their first contribution in #375
- @beilunyang made their first contribution in #410
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/[email protected]...@ant-design/[email protected]
1.0.1
What's Changed
- chore: release 0.3.0 by @yutingzhao1991 in #347
- fix: add @ant-design/web3-assets dep in @ant-design/web3 by @yutingzhao1991 in #348
- fix: add svg plugin to dumi config by @yutingzhao1991 in #350
- style: fix dumi-default-footer line-height by @thinkasany in #351
- docs: Update new logo and prepare release 1.0.0 by @yutingzhao1991 in #352
New Contributors
- @thinkasany made their first contribution in #351
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/[email protected]...@ant-design/[email protected]