ChaXinyu
14e2a56b75
export components interface ( #7654 )
...
* export components interface
* export specific props
* fix formItem missed import
2017-09-25 22:14:49 +08:00
Benjy Cui
f2d4d0a9e4
refactor: simplify Anchor, and fix #6473
2017-07-21 11:58:12 +08:00
邦
e7053c1b39
refactor: support noImplicitAny in Alert ( #5836 )
...
* refactor(alert): Enable noImplicitAny
* refactor(anchor): enable noImplicitAny #5627
* chore: coding style
2017-04-26 09:51:35 +08:00
Manjit Kumar
4e055ed5d0
use PropTypes from 'prop-types' mdoule instead of React
...
- as React.PropTypes is being deprecated
- Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
- Solution: https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes
2017-04-12 02:22:05 +05:30
Mitchell Demler
65d62cd17c
Fix up which props are optional/required for Anchor and AnchorLink components ( #5539 )
2017-03-29 10:29:43 +08:00
Wei Zhu
67bbae9ea8
Merge branch 'feature-2.8'
2017-03-05 21:34:57 +08:00
陆离
c3102995b3
AnchorLink iteration bug ( #5143 )
...
+ close #5129
2017-03-02 21:52:42 +08:00
陆离
36fd55c441
Anchor ink in fixed ( #4960 )
...
* A config for displaying ink-balls of fixed Anchor
+ close #4930
+ add `inkInFixed` props to show ink-balls in fixed mode.
* rename
2017-02-21 14:44:20 +08:00
陆离
9711c6bbf6
Anchor position with offsetTop bug ( #4817 )
...
+ close #4706
+ `<Anchor offset={x} />` will calculate target position correctly.
2017-02-10 16:34:10 +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
陆离
72fad02024
chore: Anchor 动画优化。 ( #4011 )
...
- close #3832
- 点击后给样式就行了, 不要把动画删掉
2016-11-25 15:05:19 +08:00
Benjy Cui
c94f577416
style: update code style for Anchor
2016-11-18 17:25:30 +08:00
RaoHai
146f3180aa
lint fix
2016-11-15 15:33:13 +08:00
RaoHai
12c974660e
Anchor 优化
...
+ using `document.getElementById` instead of `document.querySelector`
+ ink will scroll to target position directly
2016-11-15 15:15:34 +08:00
afc163
19be7db53f
improve anchor detail
2016-11-09 21:06:43 +08:00
陆离
45d2182137
fix some anchor bug ( #3777 )
...
* fix some anchor bug
* lint
2016-11-09 20:17:02 +08:00
afc163
74932b5de9
Add className and style props for Anchor
2016-11-09 14:43:12 +08:00
afc163
ec3f20936e
update anchor style
2016-11-09 14:40:31 +08:00
afc163
2df6476572
update anchor docs
2016-11-09 14:22:38 +08:00
RaoHai
03b4edee4a
AnchorLink -> Link and bug fix
2016-11-07 11:04:36 +08:00
RaoHai
0a0e14d610
Anchor Component
...
+ close #3557
2016-11-03 19:20:49 +08:00
RaoHai
616ecf1980
waiting for sketch
2016-11-03 19:20:49 +08:00
RaoHai
ef720db420
anchor
2016-11-03 19:20:49 +08:00