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 |
myeunhyuk
|
37ca4f7884
|
docs: customize-theme.en-US.md (#20605)
|
5 years ago |
myeunhyuk
|
bbfb491782
|
Update customize-theme.zh-CN.md (#20603)
|
5 years ago |
信鑫-King
|
43b4e93684
|
upd: theme-switcher version (#20609)
|
5 years ago |
myeunhyuk
|
08187e229d
|
Update colors.en-US.md (#20608)
|
5 years ago |
信鑫-King
|
f88f383be6
|
fix: dark site in Form and iframe change (#20573)
* fix: suggestion dark bg
* fix: demo use autoComplete="off"
* feat: support iframe theme change
* fix: iframe dark theme
* upd: test snapshot
* fix: lint
* fix: lint
* tweak: use theme-switcher to handle iframe and parent
* feat: support iframe theme change
* fix: dark shadow
* fix: layout style
* fix: dark site style
* fix: snapshot
|
5 years ago |
myeunhyuk
|
964c644663
|
docs: Update colors.zh-CN.md (#20601)
* Update colors.zh-CN.md
* Update colors.zh-CN.md
* Update colors.zh-CN.md
|
5 years ago |
二货机器人
|
0b5c92b1a4
|
chore: Clean up merged code (#20595)
* chore: Clean up merged code
* fix hy-am
|
5 years ago |
陈小聪
|
014bed6358
|
docs: generate picker (#20515)
* docs: faq How to use dayjs instead of moment
* adjust article position
* add steps and use cases
* change docs
* add bisheng config source
* translate title
* remove customize TimePicker
* simplified document
* Update docs/react/generate-picker.zh-CN.md
Co-Authored-By: 偏右 <afc163@gmail.com>
* Update docs/react/generate-picker.zh-CN.md
Co-Authored-By: 偏右 <afc163@gmail.com>
* add cra demo
* init demo refer 'Use in TypeScript'
Co-authored-by: 偏右 <afc163@gmail.com>
|
5 years ago |
二货机器人
|
1168cb5909
|
docs: Update demo remove table background (#20593)
|
5 years ago |
zombiej
|
a781214a9f
|
docs: Update doc images
|
5 years ago |
zombiej
|
d88d625053
|
docs: Update English document
|
5 years ago |
vagusX
|
da8ebb973a
|
feat: use @ant-design/icons@4.0.0-alpha.19 to fix ref issue (#20588)
|
5 years ago |
二货机器人
|
34056995bf
|
docs: Hitu in english (#20567)
|
5 years ago |
叶枫
|
4adc4df3e6
|
fix: form item array children interface (#20577)
* Update Form.tsx
* Update Form.tsx
* fix: fix formItem array children interface
* fix: array
* feat: test
|
5 years ago |
zombiej
|
dd8dd6062f
|
docs: Use abbr of Header
|
5 years ago |
zombiej
|
36189b5787
|
docs: Add missing form List operation
|
5 years ago |
capdiem
|
91e342355c
|
🐛 fix: Fix that types of property 'children' are incompatible (#20554)
|
5 years ago |
myeunhyuk
|
20741cbc60
|
Update values.zh-CN.md (#20569)
|
5 years ago |
信鑫-King
|
f69b656a04
|
Merge pull request #20555 from ant-design/fix-dark-component
fix: site dark tweak style
|
5 years ago |
ycjcl868
|
88eebc525d
|
fix: lint style
|
5 years ago |
ycjcl868
|
857fc6e73c
|
fix: timeline dot bg
|
5 years ago |
二货机器人
|
deba77b3d6
|
fix: Tree missing aniation when virtual scrolled (#20565)
* fix: Tree missing aniation when virtual scrolled
* clean up
* skip debug test
|
5 years ago |
ycjcl868
|
b2722078a2
|
fix: transfer customize disable Input style
|
5 years ago |
afc163
|
f6cec889aa
|
docs: tweak site style
|
5 years ago |
ycjcl868
|
eb005a17cb
|
fix: table header
|
5 years ago |
ycjcl868
|
fce441843c
|
fix: margin-bottom style
|
5 years ago |
ycjcl868
|
e7663800c6
|
fix: Picker margin-bottom
|
5 years ago |
ycjcl868
|
0903e3924c
|
fix: button dark hover,active
|
5 years ago |
ycjcl868
|
f230ac58d6
|
fix: site dark, tweak style
|
5 years ago |
afc163
|
4aa4285f66
|
docs: tweak home page arrow style
|
5 years ago |
偏右
|
d8cea7489d
|
💄 fix stylelint warnings and errors (#20562)
|
5 years ago |
afc163
|
fe66df0df1
|
docs: tweak site style
|
5 years ago |
偏右
|
cc2a29ca54
|
💄 optimize card hoverable style (#20561)
|
5 years ago |
偏右
|
3c481f579a
|
🆙 upgrade bisheng (#20560)
|
5 years ago |
偏右
|
7dea548551
|
refactor: 🗑 remove deprecated or compatibility css code (#20547)
* 🗑️ remove deprecated or compatibility css code
* ✅ update snapshots
* ✅ fix test case and compile error
* ✅ fix stylelint
|
5 years ago |
二货机器人
|
8ab21992d5
|
docs: Fix mobile logo collapsed (#20556)
* docs: Fix mobile logo collapsed
* fix lint
|
5 years ago |
Yash Joshi
|
8704569a30
|
fix(style): form field error border style for select (#20517)
* fix(style): form field error border style for select
* fix: add style for input-group-addon
* fix: remove invalid styles
|
5 years ago |
二货机器人
|
849746b361
|
fix: Select use value width instead of default fixed width (#20538)
* init using content width
* auto width
* tmp magic number
* clean useless style
|
5 years ago |
zombiej
|
7ab71f8463
|
chore: Adjust official site home & doc
|
5 years ago |
zombiej
|
530db658bc
|
chore: Merge master
|
5 years ago |
二货机器人
|
bcb71b8b78
|
chore: dev mode always show debug default (#20535)
|
5 years ago |
liyuanqiu
|
121437b666
|
Remove inconsistant style (#20533)
Remove "line-height: unset;" from ".@{radio-group-prefix-cls}".
It causes inconsistance with Checkbox.Group.
See: https://codesandbox.io/s/antd-radio-line-height-8kt7u
|
5 years ago |
二货机器人
|
f2fdf490de
|
fix: Table with invalidate pagination totol should ignore (#20532)
|
5 years ago |
二货机器人
|
5f7ca16ed5
|
docs: Update form demo to remove defaultValue (#20524)
* docs: Update form demo to remove defaultValue
* update demo
* update styl
* add missing content
* update snapshot
|
5 years ago |
二货机器人
|
e3126ab20d
|
chore: Add warning when use remove function (#20527)
|
5 years ago |
诸岳
|
8e793c431f
|
Bump 3.26.5
|
5 years ago |
诸岳
|
89472751a7
|
docs: Add the changelog of 3.26.5 (#20520)
|
5 years ago |
二货机器人
|
0189ba61bf
|
docs: Update demo error message (#20521)
|
5 years ago |
信鑫-King
|
7998a3312e
|
Merge pull request #20516 from ant-design/fix-dark-form
fix: form dark theme
|
5 years ago |