JarvisArt
047daad164
fix: Badge code lgtm issue ( #38316 )
2 years ago
二货机器人
069e44bcc3
chore: merge master
2 years ago
Wuxh
a70ef1b8da
fix(Badge): fix accidentally rendering an empty element when text props is empty ( #37681 )
* test(badge): add case
* fix(badge): fix accidentally rendering an empty element when text props is empty
* chore(badge): update demo
* test(badge): update snapshot
* docs: beautify docs
Add several supported ways to describe colors
* test(badge): update snapshot
* chore: update snapshot
* test: update snapshots
* Revert "test: update snapshots"
This reverts commit 2bd11650aea3b3a447a891f09708032f9c41cb3d.
* test: update snapshot
2 years ago
kiner-tang(文辉)
2415c0f636
feat: Badge support colorful custom count style ( #37609 )
Co-authored-by: tangwenhui <tangwenhui@rd.netease.com>
2 years ago
二货机器人
2c2c631bfd
chore: prettier components ( #36171 )
2 years ago
Tom Xu
1719748a29
chore: eslint add consistent-type-imports ( #35419 )
* chore: eslint add consistent-type-imports
* fix avatar
* Update Item.tsx
3 years ago
二货机器人
5b8e4e51e9
chore: Compatible for @types/react@18 ( #34937 )
* chore: bump types def
* chore: part ts def
* chore: part ts def
* chore: part ts def
* chore: part ts def
* chore: part ts def
* chore: part ts def
* chore: part ts def
* chore: part ts def
* chore: part ts def
* chore: part ts def
* chore: free --legacy-peer-deps
* chore: ignore peer
* chore: fix ts logic
* chore: use fork docsearch
* chore: fix demo ts
3 years ago
songlinn
d4b4edf8ef
fix: fix badge animation end not trigger when parent is display:none ( #33083 )
Co-authored-by: songlin.chen <songlin.chen@leyantech.com>
3 years ago
afc163
06dff86287
fix: Badge count style when customize color ( #31617 )
* fix: Badge count style when customize color
close #31590
close #31591
* add demo for debug
* update badge demos
* create ribbon.test.tsx
3 years ago
afc163
eec7eca5b3
Revert "fix(Badge): update cached isDotRef when isHidden ( #30090 )" ( #30277 )
This reverts commit d87901e9a5
.
4 years ago
xiejiahe
ca31a75d1b
style(Badge): remove null check ( #30204 )
4 years ago
wangao
d87901e9a5
fix(Badge): update cached isDotRef when isHidden ( #30090 )
4 years ago
二货机器人
f1568a656a
Badge number ( #29100 )
* init number component
* use single nodes
* clean up
* add current class
* clean up
* fallback
* fix: Safari render issue
* test: fix test case
* test: fix test case
* test: fix test case
* test: fix test case
* test: fix test case
* test: fix test case
* test : Update snaposhot
* test : Update cp snaposhot
4 years ago
二货机器人
45013ef472
update demo ( #29089 )
4 years ago
Hossein Mohammadi
04bfa3c54f
chore: add prettier-plugin-jsdoc ( #28551 )
4 years ago
二货机器人
600fc0a9fe
fix: Standalone Badge motion style ( #28240 )
* fix: badge motion style
* chore: Clean up related code
* test: Update test case
4 years ago
二货机器人
20788d870c
fix: Badge should not do motion when appear ( #28003 )
* fix: Badge no need appear motion
* test: Update snapshot
4 years ago
二货机器人
507b596926
refactor: Replace Badge with rc-motion ( #27848 )
* refactor: Replace Badge with rc-motion
* fix: Cache for hidden
* fix: Dot style
* revert demo
* fix demo snapshot
* test: Update snapshot
* test: Update snapshot
4 years ago
Alex
bf45c4c1b0
style: 💄 className prop ordering #26594 ( #26602 )
close #26594
4 years ago
zhangchen
453eafe68d
fix: Badge not work when props.color is empty ( #26375 )
* fix: Badge not work when props.color is empty
* update: test
4 years ago
moonrailgun
74d13f48b1
feat: Add size props for Badge ( #25851 )
* feat: add badge size
* test: add doc and testcase for badge size
* doc: update demo doc of Badge
* doc: update demo doc of Badge
* test: fix test case
* docs: add badge new props size addition version
* style: modify size of small badge
4 years ago
07akioni
a73abb9487
feat: Badge.Ribbon ( #25456 )
* feat: Badge.Ribbon, wip
* feat: Badge.Ribbon
* test: Badge.Ribbon
* chore
* test: update snapshot
* fix: Badge.RibbonStyle IE 11
* chore
* docs
* chore
* chore
* refactor
* docs
* refactor: remove placement left & right
* Update components/badge/index.zh-CN.md
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
* Update components/badge/index.en-US.md
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
* docs: demo change
* docs
* refactor: use css
* refactor: use css rtl
* refactor
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
4 years ago
xrkffgg
955fa520f1
fix: badge offset in rtl ( #24724 )
* fix: badge offset in rtl
* fix: update snap
* add test
* fix: offset
* fix: snap
5 years ago
Tom Xu
162b6979af
refactor(badge): 🛠 improve code ( #24601 )
* refactor(badge): improve code
* refactor(badge): improve code
* increase coverage
5 years ago
二货机器人
2afab58ac8
chore: small bundle size follow up ( #24164 )
* update config
* replace react function
* fix alert
5 years ago
Tom Xu
8f30a14790
refactor(badge): rewrite with hook ( #23488 )
* refactor(badge): rewrite with hook
* Update ScrollNumber.tsx
5 years ago
Jay Fong
9c72b34671
chore(Badge): improve Badge color types ( #23026 )
5 years ago
偏右
ef36e17bb6
🐛 fix Badge color not working when contains children ( #21333 )
close #21331
5 years ago
afc163
2e419b264b
💄 fix Badge function name
close #20253
5 years ago
Saeed Rahimi
676de29eb4
feat: added rtl direction to all of ant-design components ( #19380 )
* rtl demo change en-us description
* change bundlesize css limit
* RTL: modal component (exclude confirm)
* RTL: table component
* RTL: pagination component
* cleanup rtl demo
* fix pagination.tsx compile error
* RTL: button and button-group
* RTL: Steps component
* fix rtl demo style
* fix input suffix icon alignment
* fix select component arrow issue
* RTL: form component
* add pagination rtl test
* fix test lint error
* RTL: rate component
* RTL: radio and radio group components
* RTL: tree-select component
* some fixes to RTL components
* RTL: badge component
* fix rtl issue in inline form
* fix input component rtl padding issue
* fix switch component text rtl issue
* fix table grouped header text-align
* add rtl support to whole demo with RTL button
* Update rtl demo responsive
* RTL: page-header component
* RTL: typography component
* RTL: Dropdown (Partial)
* update config-provider doc
* RTL: input component
* RTL: select component
* RTL: switch component
* RTL: tree component
* fix rtl demo lint
* rtl demo change en-us description
* RTL: modal component (exclude confirm)
* RTL: table component
* RTL: pagination component
* cleanup rtl demo
* RTL: button and button-group
* RTL: Steps component
* fix rtl demo style
* fix input suffix icon alignment
* RTL: form component
* RTL: rate component
* RTL: radio and radio group components
* RTL: tree-select component
* RTL: badge component
* fix rtl issue in inline form
* fix input component rtl padding issue
* add rtl support to whole demo with RTL button
* fix lost changes after rebase
* fix lint errors
* RTL: Transfer Component
* RTL: upload component
* RTL: update avatar demo
* RTL: comment component
* RTL: collapse component
* RTL: carousel component
* update snapshots
* RTL: Card component
* RTL: descriptions component
* RTL: Empty component
* RTL: list component
* RTL: slider component
* slider component import/order
* add shared rtlTest
* RTL: Statistic component
* RTL: tooltip components
* RTL: popover component
* RTL: timeline component
* RTL: tag component
* RTL: alert component
* RTL: drawer component
* RTL: Tab component
* change direction definition
* RTL: progress component
* input.tsx, remove duplicate after rebase
* fix demo.less after rebase
* fix ant-row-rtl after rebase
* fix upload issues in rtl
* badge rtl demo margin fix
* fix: tabs with icon margin
* fix: radio-wrapper margin
* fix: table component after rebase
* fix: centered modal text-align
* update slider snapshot
* RTL: popconfirm component
* RTL: back-top component
* RTL: spin component
* RTL: result component
* RTL: skeleton component
* RTL: menu component
* RTL: time-picker component
* RTL: calendar component
* RTL: date-picker component
* RTL: home page
* update snapshots
* test: add auto-complete rtl test
* test: add avatar component rtl tests
* test: add badge component rtl tests
* test: add breadcrumb component rtl tests
* test: add button components rtl tests
* test: add card component rtl tests
* test: add carousel component rtl tests
* test: add cascader component rtl tests
* test: add checkbox component rtl tests
* test: add collapse component rtl tests
* test: add comment component rtl tests
* test: add dropdown component rtl tests
* test: add empty component rtl tests
* test: add form component rtl tests
* test: add grid component rtl tests
* test: add input component rtl tests
* test: add search component rtl tests
* test: add input-number component rtl tests
* test: add layout component rtl tests
* test: add list component rtl tests
* test: add mentions component rtl tests
* test: add modal component rtl tests
* test: add page-header component rtl tests
* test: add pagination component rtl tests
* test: add radio component rtl tests
* test: add rate component rtl tests
* test: add select component rtl tests
* test: add slider component rtl tests
* test: add steps component rtl tests
* test: add switch component rtl tests
* test: add table component rtl tests
* test: add transfer component rtl tests
* test: add tree component rtl tests
* test: add tree-select component rtl tests
* test: add typography component rtl tests
* test: add upload component rtl tests
* test: add affix component rtl tests
* update calendar tests
* increase css file maxSize
* update snapshots
* remove workflows to allow push
* remove duplicate reverse prop from slider
* fix: remove table demo from config-provider
* fix: remove table demo from config-provider
* fix lint error
* Added direction property to ConfigProvider
* cascader rtl tests added
* update config-provider doc
* RTL: grid system
* RTL: input component
* RTL: switch component
* fix rtl demo lint
* RTL: modal component (exclude confirm)
* RTL: table component
* RTL: pagination component
* cleanup rtl demo
* fix pagination.tsx compile error
* RTL: button and button-group
* RTL: Steps component
* fix rtl demo style
* RTL: form component
* add pagination rtl test
* RTL: rate component
* RTL: radio and radio group components
* RTL: tree-select component
* RTL: badge component
* fix rtl issue in inline form
* fix input component rtl padding issue
* add rtl support to whole demo with RTL button
* RTL: input component
* RTL: select component
* RTL: switch component
* RTL: tree component
* fix rtl demo lint
* rtl demo change en-us description
* RTL: modal component (exclude confirm)
* RTL: table component
* RTL: pagination component
* cleanup rtl demo
* RTL: button and button-group
* RTL: Steps component
* fix rtl demo style
* fix input suffix icon alignment
* RTL: form component
* RTL: rate component
* RTL: radio and radio group components
* RTL: tree-select component
* RTL: badge component
* fix rtl issue in inline form
* fix input component rtl padding issue
* add rtl support to whole demo with RTL button
* input.tsx, remove duplicate after rebase
* fix ant-row-rtl after rebase
* update snapshots
* test: add cascader component rtl tests
* test: add pagination component rtl tests
* update calendar tests
* update snapshots
* fix: remove table demo from config-provider
* fix: remove table demo from config-provider
* fix lint error
* update direction.md icons
* dropdown and cascader default placement in rtl
* update snapshots
* fix lint errors
* remove duplicate import
* update snapshots
* update snapshot
* update calendar snapshot
* update snapshots
* integrate with new rc-picker
* update snapshots
* fix lint errors
* update snapshot
* update snapshots
* update snapshots
* update snapshots :|
* update snapshots
* fix compile error.
* fix typo after rebase
* update snapshots
* remove workflows to allow push
* update snapshots
* update snapshots
* fix dist error
* front-page css fix
* update snapshots
* fix lint and test issues
* restore cascader index.less
* update snapshots
* fix logo in rtl and demo controls
* ci errors
* resolve steps/index.tsx conflicts
* tooltip family demo remove inline style
* resolve table/Table.tsx conflicts
* resolve modal/Modal.tsx conflicts
* resolve cascader/index.tsx conflicts
* add workflows from upstream
* update snapshots
* revert logo to default
* fix codebox demo direction of placements
* resolve tooltip overlayClassName conflicts
* update snapshots
* update popover test
* fix: cascader miss popupClassName
* fix: fix select missing dropdownClassName
* chore: Update snapshot
* chore: Adjust menu use rtl logic
* docs: Update demo line color
Co-authored-by: 二货机器人 <smith3816@gmail.com>
5 years ago
偏右
8501b708ea
refactor: 📦 smaller bundlesize limit ( #20356 )
* 📦 samller bundlesize limit
* 🗑️ remove React static PropTypes
* 🗑️ remove react-lifecycles-compat
* 🗑️ remove matchMedia polyfill
* 🗑️ remove Transfer buggy lazy prop
* 🗑️ remove enquire.js dep
* 🗑️ remove Transfer lazy related code and fix ci
* 🗑️ remove used dom-closest
* ⚡ replace dom-scroll-into-view to scroll-into-view for bundle size
* ✅ fix eslint
* 🆙 upgrade browserslist
* ✅ fix test cases
* 🗑️ remove @ant-design/create-react-context
* 🆙 upgrade @ant-design/bisheng-plugin
* 🆙 upgrade rc-slider
* ✅ fix ci
* 🆙 upgrade rc-tabs and rc-mentions
* 📦 scroll-into-view -> scroll-into-view-if-needed
* remove unused devDep
* docs: 📝 update instruction about IE9/10
* 📦 reduce css bundle size by drop IE9/10 support
* 🆙 upgrade rc-upload
* 🗑️ drop unused swing motion css
* ✅ update upload snapshots
* 📦 lift css bundlesize limit to 55kb
5 years ago
orzyyyy
63b33d4020
fix: unexpected changes of snapshots
5 years ago
zombieJ
75cd91a966
Badge support customize color ( #15764 )
* popout
* update snapshot
* update doc
* update def
6 years ago
DiamondYuan
59d996b4f3
fix: should color style works on Badge ( #15356 )
fix ##15349
6 years ago
ztplz
2e0a85324b
Fix type ( #15266 )
* Fix type
* Update index.tsx
6 years ago
陈小聪
85a293eacb
change badge text types
```jsx
<Badge status="default" text={<span style={{ color: 'rgba(0, 0, 0, 0.45)' }}>未响应</span>} />
```
6 years ago
shangyuan.ning
8288e8b82c
fix a spelling mistake
6 years ago
afc163
1fb7bac8ca
🐛 Fix Badge offset not working when count is ReactNode
close #13694
6 years ago
陈帅
8e11f0bdb9
merge support prettier
6 years ago
陈帅
dca9715186
support prettier
6 years ago
zombieJ
1a0a06fca9
ConfigProvider support prefixCls ( #13389 )
Basic support prefixCls.
6 years ago
afc163
fc6ac421c2
Refactor Badge and support count as custom component
close #11134
close #12140
6 years ago
afc163
5d59ee9afb
Fix badge offset[0] not working
6 years ago
Wei Zhu
064bfaf554
Add @types/prop-types
6 years ago
tangjinzhou
257f3ec35d
fix: badge offset x y axis order error
6 years ago
zongzi531
e29a88b704
fix: badge type error.
6 years ago
Junbin Huang
bbf5cb75c3
chore: update typescript@~2.9.1 ( #10748 )
7 years ago
afc163
322ebf0039
fix badge snapshot
7 years ago
afc163
8da79f4b34
Badge[status] should work with Tooltip
close #10626
7 years ago
Ludwig Bäcklund
74d81c2d07
Add title prop to Badge that shows when hovering it
7 years ago