龙风
|
1cec18e8eb
|
fix: component.displayName To distinguish the environment (#36126)
Co-authored-by: afc163 <afc163@gmail.com>
|
2022-06-21 10:24:52 +08:00 |
|
二货机器人
|
3d21ec54e2
|
refactor: reduce empty cycling deps (#35570)
* chore: rm in root
* chore: fix ts
* test: Update snapshot
* chore: ignore part
|
2022-05-16 16:34:42 +08:00 |
|
Tom Xu
|
1719748a29
|
chore: eslint add consistent-type-imports (#35419)
* chore: eslint add consistent-type-imports
* fix avatar
* Update Item.tsx
|
2022-05-07 14:31:54 +08:00 |
|
MadCcc
|
7c4e12f99e
|
refactor: feedbackIcon provided by form (#34712)
* refactor: feedbackIcon migration
* test: update snapshot
|
2022-03-25 17:48:12 +08:00 |
|
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
|
2022-03-24 21:54:20 +08:00 |
|
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
|
2022-02-16 21:14:05 +08:00 |
|
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>
|
2021-11-26 12:18:21 +08:00 |
|
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>
|
2021-05-27 15:18:59 +08:00 |
|
Hossein Mohammadi
|
8a1dfe8af1
|
chore: use rc-util istead of ref.ts (#27920)
ref.ts remove
|
2020-11-21 15:40:06 +08:00 |
|
Alex
|
bf45c4c1b0
|
style: 💄 className prop ordering #26594 (#26602)
close #26594
|
2020-09-06 13:07:39 +08:00 |
|
Tom Xu
|
5a1ffb7894
|
refactor(mentions): rewrite with hook (#24476)
* refactor(mentions): rewrite with hook
* Update index.tsx
* Update index.tsx
* Update index.tsx
|
2020-05-26 22:29:27 +08:00 |
|
xrkffgg
|
192146d2a2
|
style: optimize mentions dropdown in RTL (#23076)
|
2020-04-09 13:18:49 +08:00 |
|
xrkffgg
|
e652eef04c
|
style: add rtl base (#22857)
* style: add rtl base
* fix: add test snap
|
2020-04-09 12:39:10 +08:00 |
|
偏右
|
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
|
2019-12-23 18:33:08 +08:00 |
|
zombiej
|
1cb346573c
|
merge master
|
2019-08-12 13:34:23 +08:00 |
|
Amumu
|
814cbd013c
|
fix: add focus and blur for Mentions (#18132)
* add focus and blur
* fix lint
* add test case
* use focusTest
* 恢复原始测试用例,查看focus的测试结果
* order
|
2019-08-08 11:11:28 +08:00 |
|
orzyyyy
|
63b33d4020
|
fix: unexpected changes of snapshots
|
2019-08-06 15:36:12 +08:00 |
|
afc163
|
57c28def68
|
revert unknown to any
|
2019-06-24 11:29:58 +08:00 |
|
Zzzen
|
f1ee189bd2
|
eliminate any type in exported interfaces.#14044
|
2019-06-16 20:51:47 +08:00 |
|
zombieJ
|
c5aaeb80fc
|
fix: mentions ts definition update (#16814)
* fix mentions ts definition
* adjust logic of Mentions
|
2019-05-27 14:43:15 +08:00 |
|
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
|
2019-05-17 12:05:03 +08:00 |
|