二货机器人
|
3d21ec54e2
|
refactor: reduce empty cycling deps (#35570)
* chore: rm in root
* chore: fix ts
* test: Update snapshot
* chore: ignore part
|
3 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 |
MadCcc
|
e5efbee968
|
refactor: Components based on Input migrate to genHook (#34884)
* refactor: Input base components use genHook
* chore: code style
* chore: code clean
|
3 years ago |
MadCcc
|
833ff22728
|
refactor: form cssinjs (#34679)
* refactor: form cssinjs
* fix: use rootPrefixCls
* feat: enhance
* test: update snapshot
* chore: code clean
* refactor: code enhance
* chore: code clean
* feat: add feedback icon style
* fix: padding
* feat: add motion easeout
* fix: explain padding
* fix: style
* chore: code clean
* test: update snapshot
|
3 years ago |
MadCcc
|
7c4e12f99e
|
refactor: feedbackIcon provided by form (#34712)
* refactor: feedbackIcon migration
* test: update snapshot
|
3 years ago |
Zack Chang
|
c8b2b28c95
|
Refactor/spin cssinjs (#34653)
* TODO: fix test case
* TODO: 样式、test文件的import
* TODO: 伪类不生效
* temp changed
* fix: disable eslint
* chore: update snapshots
* chore: 解决伪类不生效
* chore: update token prop name
* TODO: mark FIXME
* fix: recover snapshot
* fix: recover snapshot again
* chore: update snapshot
Co-authored-by: Zack Chang <zackchangjx@foxmail.com>
|
3 years ago |
MadCcc
|
0de1e66ff1
|
refactor: move override code in form (#34694)
* refactor: move override code in form
* refactor: radio and checkbox
* chore: code clean
* test: fix lint
* test: fix lint
|
3 years ago |
MadCcc
|
fbf9311100
|
refactor: mentions cssinjs (#34536)
* refactor: mentions cssinjs
* chore: add fixme
* chore: code clean
|
3 years ago |
MadCcc
|
65bf6550b1
|
feat: mentions support status (#34071)
* test: skip form deps-lint
* perf: remove useless has-feedback classname
* test: raise test coverage
* style: recover import arrangement
|
3 years ago |
dependabot[bot]
|
20d5502193
|
chore(deps-dev): bump eslint-config-airbnb from 18.2.1 to 19.0.0 (#32824)
* chore(deps-dev): bump eslint-config-airbnb from 18.2.1 to 19.0.0
Bumps [eslint-config-airbnb](https://github.com/airbnb/javascript) from 18.2.1 to 19.0.0.
- [Release notes](https://github.com/airbnb/javascript/releases)
- [Commits](https://github.com/airbnb/javascript/compare/eslint-config-airbnb-v18.2.1...eslint-config-airbnb-v19.0.0)
---
updated-dependencies:
- dependency-name: eslint-config-airbnb
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix lint
* fix lint
* fix lint
* fix lint
* fix lint
* fix lint
* fix lint
* fix lint
* fix lint
* chore: code style
* memoize-one
* add comment
* fix lint
* fix lint
* fix lint
* fix lint
* fix lint
* fix lint
* fix lint
* fix lint
* fix lint
* improve useMemo deps
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
|
3 years ago |
dependabot[bot]
|
8a264baf67
|
chore(deps-dev): bump typescript from 4.2.4 to 4.3.2 (#30724)
* chore(deps-dev): bump typescript from 4.2.4 to 4.3.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.4...v4.3.2)
Signed-off-by: dependabot[bot] <support@github.com>
* fix tsc
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
|
4 years ago |
Hossein Mohammadi
|
8a1dfe8af1
|
chore: use rc-util istead of ref.ts (#27920)
ref.ts remove
|
4 years ago |
Alex
|
bf45c4c1b0
|
style: 💄 className prop ordering #26594 (#26602)
close #26594
|
4 years ago |
Tom Xu
|
5a1ffb7894
|
refactor(mentions): rewrite with hook (#24476)
* refactor(mentions): rewrite with hook
* Update index.tsx
* Update index.tsx
* Update index.tsx
|
5 years ago |
xrkffgg
|
192146d2a2
|
style: optimize mentions dropdown in RTL (#23076)
|
5 years ago |
xrkffgg
|
e652eef04c
|
style: add rtl base (#22857)
* style: add rtl base
* fix: add test snap
|
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 |
Amumu
|
814cbd013c
|
fix: add focus and blur for Mentions (#18132)
* add focus and blur
* fix lint
* add test case
* use focusTest
* 恢复原始测试用例,查看focus的测试结果
* order
|
5 years ago |
orzyyyy
|
63b33d4020
|
fix: unexpected changes of snapshots
|
5 years ago |
afc163
|
57c28def68
|
revert unknown to any
|
6 years ago |
陈帅
|
82b85709be
|
style: run lint-fix (#17172)
|
6 years ago |
Zzzen
|
f1ee189bd2
|
eliminate `any` type in exported interfaces.#14044
|
6 years ago |
zombieJ
|
c5aaeb80fc
|
fix: mentions ts definition update (#16814)
* fix mentions ts definition
* adjust logic of Mentions
|
6 years ago |
zombieJ
|
ecb2eb6ede
|
feat: Add Mentions component (#16532)
* init
* first demo
* support empty
* add loading support
* add form sample
* update form sample
* omit value & defaultValue
* add 2 rest demo
* placement support
* update docs
* fix test
* update docs
* add test case
* fix lint
* follow textarea style
* update docs style
|
6 years ago |