Benjy Cui
a4a26797ec
fix: mention should support .focus
, close : #6135
2017-06-28 16:30:01 +08:00
afc163
9969a3b598
Improve doc
2017-06-16 16:56:03 +08:00
Jordan Hornblow
720a3d30b4
fix: Form and Mention TypeScript definition ( #6268 )
...
* Add source and options params to Form.ValidationRule.validator function
As per rules section of async-validation readme: https://github.com/yiminghe/async-validator#rules
* Make prefixCls optional in MentionProps interface
2017-05-26 09:16:53 +08:00
Benjy Cui
0e5431d21b
deps: upgrade antd-tools and code style
2017-05-25 16:54:15 +08:00
Benjy Cui
12a6060304
docs: fix code style
2017-05-15 14:37:22 +08:00
陆离
4518b02095
feat: support Mention[disabled|readOnly] and add some warning( #6004 )
...
#### FEATURES
* use `ContentState` instead of `EditorState`, selection events won't trigger
onChange anymore.
* deprecated `Mention.toEditorState`, instead of `Mention.toContentState`,
* `Mention.toEditorState` are compatibled, but have a warnning in console.
#### ISSUES
* `disabled` and `readOnly` props supported.
* fixed controlled mode bug.
* close #5788
* close #5175
* close #https://github.com/react-component/editor-mention/issues/7
2017-05-05 14:53:46 +08:00
Graeme Yeates
d8d17a6401
Seperate @active-item-bg into 2 variables
2017-05-03 10:57:14 -04:00
Graeme Yeates
4eb2855871
Add @active-item-bg to control hover and active states
2017-05-02 11:05:28 -04:00
afc163
c6efc4db27
Adjust dropdown item padding, close #5088
2017-05-02 16:07:16 +08:00
afc163
cb1815cfdf
fix api doc
2017-04-15 14:57:20 +08:00
HJin.me
47589ba92c
fix get(Popup|Calendar|Suggestion|Tooltip)Container ts type ( #5528 )
2017-03-28 13:20:05 +08:00
偏右
674255bd14
[WIP] upgrade deps ( #5455 )
...
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
2017-03-23 21:15:49 +08:00
afc163
322e9efdc9
Fix getPopupContainer ts type
2017-03-21 16:35:31 +08:00
afc163
240a93cee2
Fix mention active style
2017-03-19 01:29:21 +08:00
Wei Zhu
aefdfb9458
docs: use new Form[layout] prop
2017-03-06 17:51:45 +08:00
ddcat1115
7ab95b7eae
- fix ts error ( #5145 )
...
- typescript upgrade to 2.2.1
2017-03-06 15:48:03 +08:00
afc163
376806dab8
Merge from "master"
2017-02-26 18:45:16 +08:00
afc163
d19453c4c3
fix lint
2017-02-20 22:21:14 +08:00
afc163
176b9f9083
fix typo
2017-02-20 22:11:39 +08:00
afc163
c28020708f
fix typo
2017-02-20 22:09:13 +08:00
afc163
f2d12306bd
improve demo es6 class code style
2017-02-20 21:47:57 +08:00
afc163
2da59c3679
fix mention demo
2017-02-20 21:40:24 +08:00
afc163
ce877707bd
rewrite LocaleProvider and Mention demos to es6 component, #4878
2017-02-20 21:39:07 +08:00
afc163
18e554ff46
fix lint
2017-02-20 13:39:01 +08:00
afc163
f037f12523
fix demo code language
2017-02-20 13:32:48 +08:00
Benjy Cui
63476d0bc0
Merge branch 'master' into feature-2.8
2017-02-14 10:56:33 +08:00
陆离
0d875432a5
feat: rc-editor-mention up to date and support multiple prefix token ( #4748 )
...
* rc-editor-mention -> 0.4.1, draft-js -> 0.10.0
transformIgnorePatterns
* multiple trigger supported
+ close #4797
* append DEMO
2017-02-13 15:50:38 +08:00
Benjy Cui
200b88246f
docs: update docs format
2017-02-13 10:55:53 +08:00
afc163
0eb5c689a3
remove type="ghost" from demo
2017-02-04 22:35:33 +08:00
陆离
e270fa87af
Mention in controlled mode suggestions bug fix ( #4718 )
...
* Mention in controlled mode suggestions bug fix
+ close #4716
2017-01-26 12:09:26 +08:00
caoyi
cebf3a4c9e
docs: fix Mention props API ( #4683 )
2017-01-22 19:49:08 +08:00
Wei Zhu
77b78a9389
docs: Unify type naming ( #4636 )
...
* Unify name of ReactNode type in document
* Lowser all string type name
* Lowercase all number type name
* Lowercase all boolean type name
* Unify array type
* Lowercase all object type name
* Unify mutilple types
2017-01-20 20:10:50 +08:00
Benjy Cui
3e17551b7e
site: improve build speed
2017-01-19 15:22:53 +08:00
afc163
4654db312f
Fix some lesshint problems
2017-01-11 21:45:09 +08:00
偏右
d811ebee5c
New color system ( #4426 )
...
* Add new color patterns algorithm
* Add color palettes
* update other colors
* fix gray color
* update more tint/shade to colorPalette
* new font color
* Update doc for new color system
* improve doc style
2017-01-01 22:20:06 +08:00
Wei Zhu
07103b9fb6
Don't ignore test files.
2016-12-14 14:48:09 +08:00
陆离
5b779e8e8e
Exposing onFocus
and onBlur
callback of Mention ( #4164 )
...
* Expose `onFocus` and `onBlur` callback of Mention
+ close #4163
* add event arguments
2016-12-09 13:03:09 +08:00
Andrey G
a307a7acf7
refactor: remove unnecessary computed props for classNames ( #4055 )
...
* remove unnecessary computed props for classNames
* rollback autocomplete optimization for possible css style order issue
* update snapshots
* remove more unnecessary computed props at Input
2016-11-30 10:20:23 +08:00
Benjy Cui
932443099a
css: use @component-background, ref: #4040
2016-11-29 11:56:10 +08:00
cathayandy
addb6e44dc
Fix #4039 . Replace background-color: #fff with background: @body-background ( #4040 )
2016-11-29 09:54:54 +08:00
ddcat1115
34d00559fc
Merge pull request #3869 from RaoHai/mentionOnSelectData
...
[Document only] onSelect of `Mention` component pass extra data
2016-11-19 22:26:21 +08:00
RaoHai
1287f2a19f
object -> any
2016-11-18 14:31:46 +08:00
Bruce Mitchener
36508ffabd
Typo fixes.
2016-11-16 20:33:37 +07:00
RaoHai
b0bdfcb94c
onSelect of Mention
component pass extra data
...
+ close #3867
2016-11-16 17:16:32 +08:00
afc163
5b3df08ade
use @input-placeholder-color in select and mention, close #3858
2016-11-16 11:34:25 +08:00
afc163
b6455e2546
fix path
2016-11-14 13:20:00 +08:00
afc163
a7153e6e24
Fix mention style detail
2016-11-14 12:21:58 +08:00
ddcat1115
0baef0627e
docs: 调整组件导航结构 ( #3758 )
...
- Layout 更名为 Grid
2016-11-09 14:43:32 +08:00
afc163
0a48c62dcb
use @text-color
2016-11-08 20:50:59 +08:00
Meck
248f0d12ad
Fix typo
2016-11-02 15:04:42 +08:00