二货机器人
d3a070ceaf
chore: 4.17.0-alpha.2 changelog ( #32068 )
3 years ago
二货机器人
e13c4d4131
fix: Less Maximum call stack size exceeded error ( #32063 )
* chore: create additional entry
* fix: rm recv call
* chore: Add default.less as index.less
* chore: update entry
* fix: row should also translate
* chore: rename index-default to index and add index-pure instead
* fix: missing transfer customize styl
3 years ago
afc163
0f47b50df0
fix: Alert message could be nullable ( #32057 )
* fix: Alert message could be nullable
close #32047
* update snapshot
3 years ago
Liron Lavy
02ca969711
fix: List rowKey prop type ( #32033 )
3 years ago
xrkffgg
4af66fbc9f
fix: Upload icon error background ( #32051 )
3 years ago
xrkffgg
2696f60b11
chore: down node-fetch version
3.x ESM only。scripts 中几个校验不支持。使用低版本。
3 years ago
xrkffgg
e579fb6a07
branch: merge feature into master ( #32050 )
3 years ago
xrkffgg
c36d295b84
Merge pull request #32049 from ant-design/master
branch: merge master into feature
3 years ago
二货机器人
8acb062267
fix: theme script ( #32048 )
3 years ago
xrkffgg
756dc8f130
ci: 🎉 use unity version
3 years ago
xrkffgg
cd03e80c4b
docs: add changelog 4.17.0-alpha.1 ( #32040 )
* docs: add changelog 4.17.0-alpha.1
* Update CHANGELOG.zh-CN.md
* docs: update
3 years ago
xrkffgg
3d81a10d61
Merge pull request #32036 from ant-design/master
branch: merge master into feature
3 years ago
xrkffgg
142bc6e47b
ci: fix issues-helper version
3 years ago
xrkffgg
6858a47779
chore: down array-move version ( #32038 )
3 years ago
Sushant Gulati
4a23e3569f
docs: fix typo in drag-sorting-handler.md ( #32035 )
3 years ago
xrkffgg
a562decf27
ci: up issues-helper version
3 years ago
David Santos
63ddba3023
fix: Drawer levelMove types ( #30714 )
3 years ago
二货机器人
04d140d7a6
fix: Table preset SELECTION can modify disabled record ( #32027 )
* fix: tbl select opt affact disabled
* test: add disabled test case
3 years ago
zombiej
c29c46e967
docs: Update Dropdown onVisibleChange desc
close #32024
3 years ago
Taucher Christoph
85344a4ca8
fix: Added German translation for Image 'Preview' text ( #32001 )
3 years ago
acfasj
999660c574
fix(date-picker): DatePicker ref typing ( #31993 )
3 years ago
yingxirz
a7a1a806b8
Update buttons.zh-CN.md ( #32012 )
3 years ago
Shengnan
e4cbb9cedd
chore: update rc-drawer & fix snap ( #32007 )
* chore: bump rc-drawer to 4.4.2
* feat: DrawerProps interface add autoFocus support
* docs: add autoFocus to Drawer doc
* fix: snapshot update
* fix: snapshot update
* Update components/drawer/index.en-US.md
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
3 years ago
dependabot[bot]
4334051018
chore(deps-dev): bump node-fetch from 2.6.1 to 3.0.0 ( #32000 )
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 3.0.0.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v3.0.0 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
二货机器人
ff6bf73173
docs: Fix changelog ( #31998 )
3 years ago
二货机器人
93dd93bf45
docs: add 4.17.0-alpha.0 changelog ( #31987 )
* chore: 4.17.0 changelog
* chore: Update emoji
* docs: Update changelog
* docs: dynamic theme ref
* chore: bump version
* docs: Update content
* docs: Add ref
* docs: Add rc changelog
* chore: bump version
* test: Update snapshot
3 years ago
二货机器人
36bcaaef85
Add `variable.less` to support css variable ( #31496 )
* chore: use varaible.less
* chore: basic primary varaible
* chore: Move to variable
* chore: align active color
* chore: global fix of css variable
* chore: primary colors
* chore: button danger
* chore: btn default error color
* chore: button series
* chore: More examples
* chore: More components
* chore: Form demo
* chore: form style
* fix: Tag & Alert variable
* chore: update footer
* chore: rm tmp code
* chore: transfer
* fix: picker column active color
* chore: Adjust active bg color
* chore: table hover color
* chore: all css variables
* chore: Global using variables
* chore: Test case
* chore: Update test logic
* chore: back of default less
* chore: entry of site use proxy style
* chore: update entry
* chore: split of variables
* refactor: quick dist speed
* fix: site use variable version
* chore: Update less config
* chore: add mv script
* chore: Update repalcement script
* chore: Add inject variables
* chore: Update script
* fix: script path
* chore: Move to component instead
* chore: fix condition
* chore: update config
* chore: Update in less transform
* chore: Modify logic
* chore: change to variables
* chore: Update name
* fix: script name
* chore: do inject
* revert: back of path
* chore: 2 way of generate
* bump tools
* chore: Add auto replacement script
* chore: auto genrate less file
* chore: fix test
* test: More test case
* chore: Update limit config
* test: coverage
* docs: Update doc
3 years ago
afc163
9c17f94cab
feat: Table filterMode and filterSearch functions ( #31809 )
* feat: Table supports filterMode="tree-select"
* add tree component
* fix detail
* use tree
* add @table-filter-dropdown-max-height
* feat: add check all to filter tree
* feat: add search
* feat: use filterTreeNode
* fix code style
* fix style
* style: tree node selected bg
* fix demo
* feat: add filterSearch
* fix: clear search value after close filter dropdown
* update snapshot
* code style
* fix test case
* chore: new FilterDropdown.tsx file
* chore: searchValueMatched function
* add test case
* test: add test cases
* feat: reset only works on dropdown state now
* chore: add table locales
* fix search input width
* tweak style
* style: update transfer search input style
* perf: improve table perf
* fix: filterMuiltiple={false}
* test: add test for selecting
* chore: fix table filter selection
* fix lint
* remove unused code
* fix: style dependencies
* test: turn off bail config for duplidated-package-plugin in feature branch
* Update components/table/hooks/useFilter/FilterSearch.tsx
Co-authored-by: Peach <scdzwyxst@gmail.com>
* fix locale link
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Peach <scdzwyxst@gmail.com>
3 years ago
二货机器人
a43e21e6bf
Merge pull request #31974 from ant-design/master-merge-feature
chore: sync master to feature
3 years ago
xrkffgg
16d1bc83ee
ci: update pr check
3 years ago
二货机器人
282b7c8575
feat: Cascader support multiple mode ( #31936 )
* chore: Update cascader version
* chore: replace cascader
* chore: default allowClear
* chore: Update docs
* test: Back of part
* test: More snapshot
* test: more and more
* test: Failed of defaultValue
* test: all basic test case
* test: All snapshot
* chore: Update cascader
* chore: disable react/jsx-no-bind
* chore: fix lint
* chore: fix less order
* chore: fix deps
* docs: Update multiple demo
* docs: Add multiple example
* test: Update snapshot
* test: update snapshot
3 years ago
afc163
7085e22a96
merge feature into master
3 years ago
tangjinzhou
86aaacdee1
fix: steps responsive default true not work ( #31965 )
* fix: steps responsive default true not work
* Update index.tsx
3 years ago
Austaras
d86e1b5153
feat: InputNumber support addon ( #31432 )
* feat: InputNumber support addon
* docs: Update InputNumber doc
* chore: Update snapshot and fix lint
* chore: Add release version
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
3 years ago
Aex
01e53132b6
fix(input): Improve resolveOnChange method ( #31931 )
* fix: Improve input resolveOnChange method
* fix(input): add test case for allowClear
3 years ago
afc163
af805c098b
test: fix eslint errors ( #31961 )
* test: fix eslint errors
* test: fix eslint errors
3 years ago
Aex
5328b4bb62
fix(anchor): targetOffset not work when contain spaces ( #31952 )
* fix(anchor): targetOffset not work when contain spaces
* fix(anchor): Modify the code style according to the lint rules
3 years ago
Connor White
ae77287bcb
fix: Revert change to sticky z-index calc ( #31874 )
3 years ago
xrkffgg
1d12643d4a
ci: add dingding prettier of release ( #31905 )
3 years ago
dependabot[bot]
54623612b4
chore(deps-dev): bump typescript from 4.3.5 to 4.4.2 ( #31945 )
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.3.5 to 4.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.4.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
二货机器人
47f2bd47e1
feat: Select & TreeSelect support fieldNames ( #31925 )
* feat: Select & TreeSelect support fieldNames
* test: Update snapshot
* chore: force trigger CI
3 years ago
dependabot[bot]
3cc205092c
chore(deps-dev): bump react-helmet-async from 1.0.9 to 1.1.2 ( #31921 )
Bumps [react-helmet-async](https://github.com/staylor/react-helmet-async ) from 1.0.9 to 1.1.2.
- [Release notes](https://github.com/staylor/react-helmet-async/releases )
- [Commits](https://github.com/staylor/react-helmet-async/commits )
---
updated-dependencies:
- dependency-name: react-helmet-async
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
afc163
373b903055
style: InputNumber handler display when focused ( #31911 )
close #31908
3 years ago
FJHou
7eb9c89933
docs: 修复upload-sorting.md在jsx语法中使用了ts类型 ( #31906 )
修复upload-sorting.md在jsx语法中使用了ts类型
3 years ago
xrkffgg
7e50344676
fix: Transfer list direction value ( #31903 )
3 years ago
xrkffgg
1e9b90c599
chore: fixed react-helmet-async version ( #31904 )
3 years ago
Jean-Philippe Roy
1cd694837c
feat: Allow DatePicker/RangePicker Icon Overrides ( #31703 )
* Hoist default values and expose props
* Add new props to the common API docs
* CN Docs
* Apply suggestions from code review
Co-authored-by: Jean-Philippe Roy <jean-philippe.roy@meraki.net>
Co-authored-by: afc163 <afc163@gmail.com>
3 years ago
xrkffgg
c1a539b696
test: add modal hook content with direction ( #31882 )
3 years ago
afc163
f3afe6d140
Merge pull request #31880 from ant-design/master-merge-feature
chore: sync master into feature
3 years ago
afc163
8416e31821
chore: resolve conflict between master and feature
3 years ago