Releases: ant-design/ant-design-web3
Releases · ant-design/ant-design-web3
0.3.0
What's Changed
- chore: release 0.2.0 by @yutingzhao1991 in #306
- docs: update release doc and remove ALPHA alert by @yutingzhao1991 in #308
- docs: add i18n to ShowCase by @gin-lsl in #313
- docs: improve theme custom doc by @yutingzhao1991 in #311
- fix: ConnectModal QrCode link style by @yutingzhao1991 in #315
- docs: fix Home Banner styles by @gin-lsl in #316
- feat: ConnectModal support mode by @yutingzhao1991 in #320
- fix: qrcode style bug in simple ConnectModal by @yutingzhao1991 in #321
- docs: improve index page style detail in mobile by @yutingzhao1991 in #322
- fix: ConnectModal info style bug by @yutingzhao1991 in #323
- fix: Get wallet dowload bug by @yutingzhao1991 in #324
- chore(deps-dev): bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #325
- fix: Get wallet button not work in ConnectModal panel mode by @yutingzhao1991 in #326
- fix: use antd Modal design token and add theme test case by @yutingzhao1991 in #327
- docs: add color theme demo for index page by @yutingzhao1991 in #329
- fix: ConnectButton text color bug when type is primary by @yutingzhao1991 in #332
- fix: switch chain not work by @yutingzhao1991 in #331
- refactor: rename hasBrowserExtensionInstalled to hasWalletReady and r… by @yutingzhao1991 in #335
- feat: add address test by @liangchaofei in #338
- fix: ConnectButton profile icon style bug, use user icon by default by @yutingzhao1991 in #337
- fix: hide balance icon in ConnectButton profile modal by @yutingzhao1991 in #339
- docs: Index page demo use coinbase wallet by @yutingzhao1991 in #334
- style: 官网showCase模块走查 by @jrr997 in #340
- feat: add nft card test by @liangchaofei in #341
- chore: update deps by @yutingzhao1991 in #342
- fix: Chain icon not show when use with wagmi by @gin-lsl in #328
- docs: update Contributing members image by @yutingzhao1991 in #345
- test: add chain select icon test by @yutingzhao1991 in #343
- fix: NFTCard action button not work by @yutingzhao1991 in #344
- fix: svg path 填充的渐变色互相冲突 by @gin-lsl in #346
Full Changelog: https://github.com/ant-design/ant-design-web3/compare/@ant-design/[email protected]...@ant-design/[email protected]
0.2.0
What's Changed
- feat(workspace): init project by @jeasonstudio in #1
- feat: init adapter-ethers package and move connect-button to web3 pac… by @yutingzhao1991 in #12
- feat: add website home page by @yutingzhao1991 in #14
- feat: init Web3ConfigProvider by @yutingzhao1991 in #15
- docs: spelling by @kiner-tang in #16
- feat: init ConnectButton Props and support icon and ellipsis & init A… by @yutingzhao1991 in #18
- feat: Support ConnectModal by @kiner-tang in #17
- test: init test config and add ci workflow by @yutingzhao1991 in #19
- feat: Support ConnectModal by @kiner-tang in #21
- feat: init useNFT hook and Web3ConfigProvider getNFTMetadata by @yutingzhao1991 in #23
- feat: import ConnectModal in ConnectButton & init adapter-ethers by @yutingzhao1991 in #24
- docs: The document of ConnectModal by @kiner-tang in #25
- Feat browser link by @heiyu4585 in #20
- chore: Support PR preview by @kiner-tang in #22
- feat: update test case by @kiner-tang in #26
- chore: PR preview publicPath by @kiner-tang in #27
- chore: add CNAME for domain web3.ant.design by @yutingzhao1991 in #29
- docs: Update index.zh-CN.md by @afc163 in #30
- feat: fomat web3 icons by @jeasonstudio in #31
- feat: adapter-ethers support getAccounts & requestAccounts & getNFTMetadata by @yutingzhao1991 in #32
- refactor: connect button by @jeasonstudio in #33
- feat: Support WallectConnect and Provider add event system for accounts auto refresh by @yutingzhao1991 in #34
- refactor: improve ethereum provider by @yutingzhao1991 in #35
- feat: use ConnectModal in ConnectButton for support multiple wallets by @yutingzhao1991 in #36
- docs: add components group and format components directory by @yutingzhao1991 in #37
- docs: init quick start docs and import docs structrue by @yutingzhao1991 in #39
- docs: remove useless margin top by @yutingzhao1991 in #40
- chore: fix missing types by @Dunqing in #41
- chore: specify packageManager to pnpm by @Dunqing in #42
- feat: mock getQrCodeLink by @kiner-tang in #43
- chore: add changeset config and release 0.1.0-alpha.1 by @yutingzhao1991 in #44
- feat: add useAccounts hook by @yutingzhao1991 in #45
- docs: update readme, add badge and Contributing, Features. by @yutingzhao1991 in #47
- feat: supprt getCurrentNetwork by @yutingzhao1991 in #48
- feat: Address support copyable & ellipsis config by @kiner-tang in #50
- feat: update test case by @kiner-tang in #49
- feat: Update docs about address & Add tooltip when hover address by @kiner-tang in #52
- chore: migrate vitest to jest by @Dunqing in #53
- feat: optimize api about address's ellipsis by @kiner-tang in #55
- feat: Change QRCode's mode from canvas to svg by @kiner-tang in #56
- feat: connect opt & format code by @kiner-tang in #57
- chore: pre commit hooks by @kiner-tang in #58
- chore: add alias by @kiner-tang in #61
- feat: support show qrcode in ConnectModal by @yutingzhao1991 in #63
- refactor: rename Web3Provider to EthereumProvider by @yutingzhao1991 in #73
- refactor: move account state to ethereum provider by @yutingzhao1991 in #74
- docs: add contributing docs by @yutingzhao1991 in #75
- feat: export Web3ConfigProvider form @ant-design/web3 and add a simple doc. by @yutingzhao1991 in #80
- feat: init @ant-design/web3-wagmi by @yutingzhao1991 in #83
- chore: add test ci and show it in readme by @yutingzhao1991 in #84
- fix: github-action-image url in readme by @yutingzhao1991 in #85
- feat: init Connector component for connect by @yutingzhao1991 in #88
- feat: finish Connector basic logic and add test case by @yutingzhao1991 in #94
- feat: wagmi-provider suport chains & init @ant-design/assets for wallet and chains data by @yutingzhao1991 in #95
- feat: support switchChain by @yutingzhao1991 in #96
- feat: Support tooltip by @kiner-tang in #97
- feat: ConnectButton support name by @yutingzhao1991 in #100
- feat: wagmi provider support ENS by @yutingzhao1991 in #101
- feat: init ConnectButton style and add useStyle for cssinjs by @yutingzhao1991 in #102
- feat: add user profile modal in ConnectButton by @yutingzhao1991 in #103
- fix: Duplicate Tooltip by @kiner-tang in #105
- feat: custom primary color and fix tooltip bug by @yutingzhao1991 in #106
- docs: fine-tune markdown by @lesenelir in #108
- refactor: ConnectModal token by @kiner-tang in #109
- feat: optimize connect-modal theme token by @kiner-tang in #111
- docs: complete contribution guide documentation by @lesenelir in #112
- fix: polygon icon by @lesenelir in #110
- feat: ConnectButton support menu by @kiner-tang in #107
- feat: 完善browser-link组件文档 by @liangchaofei in #113
- refactor: icons name rule by @yutingzhao1991 in #121
- fix: preview start fail by @kiner-tang in #123
- docs: init guide and quick start doc by @yutingzhao1991 in #128
- fix: disable father cache in icon package for fix hotreload by @yutingzhao1991 in #127
- feat: add EtherscanColorful & metamask icon by @yutingzhao1991 in #124
- feat: 完善connector 英文文档 by @liangchaofei in #131
- feat: Translate docs by @kiner-tang in #130
- fix: API markdown格式修复 by @liangchaofei in #129
- fix: ConnectButton ModalProfile style bug by @yutingzhao1991 in #132
- feat: remove preview start action by @kiner-tang in #135
- docs: update components category by @yutingzhao1991 in #134
- feat: 完善 NFTImage组件文档 by @liangchaofei in #133
- docs: update contributing document by @kiner-tang in #136
- refactor: remove accounts, use account & rename chains and wallets by @yutingzhao1991 in #137
- feat: Address support format by @kiner-tang in #139
- feat: 增加browser-link组件的单元测试 by @liangchaofei in #140
- feat: 增加nft image test by @liangchaofei in https://github.com/ant-design/ant-design...