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
afc163
b780070351
💄 prittier all files
6 years ago
陈帅
785c132262
meger feature to master ( #16421 )
* use ul in list
* update snapshot
* update comment
* feat: TreeSelect support `showSearch` in multiple mode (#15933 )
* update rc-tree-select
* typo
* update desc & snapshot
* update desc & snapshot
* check default showSearch
* feat: table customizing variable (#15971 )
* feat: added table selected row color variable
* fix: @table-selected-row-color default is inherit
* feat: Upload support customize previewFile (#15984 )
* support preview file
* use promise
* dealy load
* use canvas of render
* use domHook of test
* update demo
* add snapshot
* update types
* update testcase
* feat: form customizing variables (#15954 )
* fix: added styling form input background-color
* feat: added '@form-warning-input-bg' variable
* feat: added '@form-error-input-bg' variable
* use li wrap with comment
* feat: Support append theme less file with less-variable (#16118 )
* add override
* add override support
* update doc
* feat: dropdown support set right icon
* docs: update doc of dropdown component
* style: format dropdown-button.md
* test: update updateSnapshot
* style: format dropdown-button.md
* test: update updateSnapshot
* test: update updateSnapshot
* style: change style of dropdown-button demo
* fix: fix document table order
* feat: Support SkeletonAvatarProps.size accept number (#16078 ) (#16128 )
* chore:update style of demo
* feat: Notification functions accept top, bottom and getContainer as arguments
* drawer: add afterVisibleChange
* rm onVisibleChange
* update
* feat: 🇭🇷 hr_HR locale (#16258 )
* Added Croatian locale
* fixed lint error
* ✅ Add test cases for hr_HR
* 📝 update i18n documentation
* feat: add `htmlFor` in Form.Item (#16278 )
* add htmlFor in Form.Item
* update doc
* feat: Button support `link` type (#16289 )
close #15892
* feat: Add Timeline.Item.position (#16148 ) (#16193 )
* fix: Timeline.pendingDot interface documentation there is a small problem (#16177 )
* feat: Add Timeline.Item.position (#16148 )
* doc: add version infomation for Timeline.Item.position
* refactor: Update Tree & TreeSelect deps (#16330 )
* use CSSMotion
* update snapshot
* feat: Collapse support `expandIconPosition` (#16365 )
* update doc
* support expandIconPosition
* update snapshot
* feat: Breadcrumb support DropDown (#16315 )
* breadcrumbs support drop down menu
* update doc
* add require less
* fix test
* fix md doc
* less code
* fix style warning
* update snap
* add children render test
* feat: TreeNode support checkable
* feat: add optional to support top and left slick dots (#16186 ) (#16225 )
* add optional to support top and left slick dots
* update carousel snapshot
* Update doc, add placement demo
* update carousel placement demo snapshots
* rename dots placement to position
* update vertical as deprecated
* rename dotsPosition to dotPosition
* refine code
* add warning testcase for vertical
* remove unused warning
* update expression
* Additional test case for dotPosition
* refactor: Upgrade `rc-tree-select` to support pure React motion (#16402 )
* upgrade `rc-tree-select`
* update snapshot
* 3.17.0 changelog
* fix warning
* fix review warning
6 years ago
zombieJ
98fc8a14e0
feat: Support append theme less file with less-variable ( #16118 )
* add override
* add override support
* update doc
6 years ago
afc163
a2a9831abb
💄 Fix less code style
6 years ago
偏右
ad99b4322d
test: ✅ Add eslint-plugin-jest ( #15825 )
6 years ago
afc163
95bd4d6903
🐛 Fix col element missing relative style
close #15626
6 years ago
zy410419243
86f5255c3e
chore(Mention): skip react 15
6 years ago
zy410419243
af6716a2c7
pref(Mention): check Mention.Nav
6 years ago
zy410419243
64b6197441
test: update cases for Mention
6 years ago
Sam Kirkland
5d96ba6400
English translation for notFoundContent ( #15453 )
6 years ago
zombieJ
c29323b448
Revert to remove FormItem explain-holder ( #14937 )
* Revert "Adjust style to be similar with origin (#14886 )"
This reverts commit 735175e3cf
.
* Revert "sync form item (#14778 )"
This reverts commit 5ac674e698
.
6 years ago
zombieJ
735175e3cf
Adjust style to be similar with origin ( #14886 )
* adjust style to be similar with origin
* update snapshot
* add missing extra logic
* adjust tiny
* fix margin
* use element to keep the place
* update snapshot
6 years ago
米老朱
6936599aef
Enhance stylelint rules ( #14803 )
* rename .stylelintrc to .stylelintrc.json for explicit file type
* add new npm script lint-fix:style
* fix pseudo-element with double colon
* function name should be lower except ignored functions
* support stylelint declaration-block-no-ignored-properties rule
* support sorted CSS properties order for readability and consistency
* autofix order of all styles by lint-fix:style script
* remove double slash comments after selector
* replace .stylelintignore with ignoreFiles in .stylelintrc.json
6 years ago
zombieJ
5ac674e698
sync form item ( #14778 )
* sync form item
* update snapshot
* use before
6 years ago
zy410419243
bf4560cf37
docs: fix wrong usage of comma
6 years ago
gyh9457
974e48090d
docs: Update Card and Mention doc ( #14247 )
6 years ago
frezc
5f9b376456
[type] make type of components compatible with ComponentType<P>
6 years ago
ztplz
4bd107f9d7
Correct doc
6 years ago
zombiej
d2c9e6b498
update doc
6 years ago
zombiej
10e8a5aa72
add test case
6 years ago
zombiej
101a93ed39
mention add defaultSuggestion
6 years ago
ztplz
1c02a65593
format mention
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
8e3ce3cb27
💄 update code style
6 years ago
Damian Green
eca24018fa
'Mention' component lifecycle methods
6 years ago
afc163
83c192ea3e
💄 fix eslint problems
6 years ago
ztplz
8b70fe7664
Correct type
6 years ago
zombiej
37a09ae078
update test case
6 years ago
afc163
919a9d3c60
Fix Mention test case
0185160e69
6 years ago
afc163
213693e333
🌐 site: transition component category, close #11629
6 years ago
afc163
f7102b4b20
demo: fix avatar align
6 years ago
偏右
a4c1bccd2a
Fix upload and mention test cases ( #12586 )
6 years ago
afc163
b55d402828
Add test case for Mention
6 years ago
Ilan Hasanov
86398d910a
💬 misc typos and blank spaces fixes
6 years ago
Jake Richards
b4e0c48ed5
Strengthen Mention Component typings
6 years ago
afc163
009ed08580
upgrade eslint-config-airbnb
7 years ago
afc163
fafd83cadc
Fix mention test case in react 15
7 years ago
afc163
7e96ae1a6a
add jest.runAllTimers
7 years ago
afc163
3c381c6dd1
fix test case skip
7 years ago
afc163
292a91a777
Add test cases for Mention
7 years ago
afc163
77301c378f
skip mention test when test dist file
7 years ago
afc163
22d2f9eb01
update snapshot
7 years ago
afc163
3078819535
jest mock generateRandomKey for ssr test
facebook/draft-js#702
7 years ago
afc163
6471e5d4f0
write snapshot files
7 years ago
afc163
1e585135aa
Try test mention to see what the problem is
7 years ago
陆离
cc06f0f7a5
fix: focus editor ( #9548 )
7 years ago
Karthik K
f24e41806d
Minor punctuation correction ( #9472 )
7 years ago