Skip to content
Changelog Hub
Search
Ctrl
K
Cancel
GitHub
Select theme
Dark
Light
Auto
Changelogs
Package Sources
Crates.io
GitHub
npm
PyPI
RubyGems
Crates.io
clap
serde
ripgrep
tokio
Github
toeverything/AFFiNE
jdx/mise
JerryZLiu/Dayflow
anthropics/claude-code
navidrome/navidrome
npm
@astrojs/starlight
@biomejs/biome
@clickhouse/client
@fingerprintjs/fingerprintjs
@formatjs/intl-localematcher
@inquirer/prompts
@orama/orama
@standard-schema/spec
antd
astro
better-sqlite3
chai
chokidar
commander
corepack
dompurify
date-fns
domhandler
dotenv
echarts-for-react
enquirer
esbuild
express
fast-deep-equal
framer-motion
i18next
inquirer
js-yaml
lodash
lucide-react
lru-cache
mocha
negotiator
next
next-i18next
next-intl
npm
npm-check-updates
pagefind
payload
pino
pino-pretty
playwright
pm2
postcss
react
recharts
semver
sharp
size-sensor
stylelint
superstruct
tailwind-merge
tailwindcss
totp-generator
typescript
uuid
vike-react
vike-react-antd
vike-react-apollo
vike-react-chakra
vike-react-query
vike-react-redux
vike-react-styled-components
vike-react-styled-jsx
vike-react-zustand
vite
jose
whatsapp-web.js
zod
RubyGems
devise
paper_trail
rails
rspec
sidekiq
GitHub
Select theme
Dark
Light
Auto
antd 0.10.3
npm
/
antd
/
0.10.3
source
↗
默认引入
antd/lib/index.css
,和 0.9.x 保持一致,方便第三方引用。引用 less 文件进行变量配置的可自行
import 'antd/style/index.less'
。
#593
升级 Pagination,增加 defaultCurrent 属性,修正原来的 current 为完全受控属性。
Pagination 的改动也修复了 Table 切换数据源后回到
第一页的例子
。
对演示和样式代码增加了 lint 检查。