orzyyyy
b054ce3874
chore: adjust indent & revert demo & fix lint problem
2019-08-06 15:36:13 +08:00
orzyyyy
63b33d4020
fix: unexpected changes of snapshots
2019-08-06 15:36:12 +08:00
afc163
14dc252b04
🆙 fix for typescript@3.5
2019-06-05 14:41:36 +08:00
afc163
0a8f33385d
🆙 use @ant-design/create-react-context of MIT
2019-04-16 12:18:39 +08:00
zombieJ
89dd827b7f
fix: Refactor Menu related components life cycle methods ( #15868 )
...
* use state instead
* rollback demo markdown
* clean test
* sider context should be clean
* update test case
* fix test
* update debug desc
* add siderCollapsed into omit
* rm useless code
2019-04-05 16:15:01 +08:00
SoraYama
2b7fce3ce2
fix(Layout): disable hasSider
when specifically declared
...
In some situation `Sider` is deeply rendered in Children of `Layout`,
and if we don't want to judge whether `Layout` has sider, the attr `hasSider`
set to `false` should properly work. However `hasSider || this.state.siders.length > 0`
will ignore `hasSider` when it is `false`.
2019-03-14 12:11:57 +08:00
ngolin
cb5fe6cbf8
Fix: TypeScript <Layout> requires a tagName
property ( #15181 )
...
* fix #15162
* force safe type casting
* get rid of non-null assertion
* get rid of non-null assertion
2019-03-05 14:39:43 +08:00
偏右
2bacd0614c
⚡ Use semantic tag names in Layout ( #14806 )
...
close #14801
2019-02-14 17:51:52 +08:00
afc163
879784c665
Merge branch "master" into "feature"
2018-12-20 17:43:00 +08:00
Sam Lanning
8f830ec366
fix inconsistent component state updates
...
React component state updates using setState may
asynchronously update this.props and this.state, thus it is
not safe to use either of the two when calculating the new
state passed to setState, and instead the callback-based
variant should be used instead.
2018-12-20 17:29:02 +08:00
陈帅
8e11f0bdb9
merge support prettier
2018-12-07 20:02:01 +08:00
陈帅
dca9715186
support prettier
2018-12-07 18:27:30 +08:00
zombieJ
1a0a06fca9
ConfigProvider support prefixCls ( #13389 )
...
Basic support prefixCls.
2018-12-05 19:12:18 +08:00
Wei Zhu
064bfaf554
Add @types/prop-types
2018-08-07 21:09:05 +08:00
Wei Zhu
518c424ca4
Improve Grid and Layout type definition
2018-03-06 15:51:06 +08:00
afc163
7aa665cc14
Add hasSider to avoid flickering in ssr
...
close #8937
2018-01-12 20:44:35 +08:00
Wei Zhu
dc322a6a9c
Fix implicit any error for Layout
2017-11-21 20:38:30 +08:00
Wei Zhu
479a5cb743
Remove allowSyntheticDefaultImports ( #8218 )
2017-11-17 14:38:54 +08:00
afc163
ea185fe288
Fix code style
2017-11-09 20:14:51 +08:00
Yasin Uslu
b3e1192482
Detect Sider even if it's not first child of layout ( #8077 )
...
* Fix typo in layout
* Detect Sider even if it's not first child of layout
2017-11-09 20:04:34 +08:00
afc163
883f82172e
Fix shadowed name ts errors
2017-07-06 15:37:28 +08:00
Panjie Setiawan Wicaksono
cc71ab957e
better typings for layout components
2017-05-28 02:20:05 +07:00
Benjy Cui
0e5431d21b
deps: upgrade antd-tools and code style
2017-05-25 16:54:15 +08:00
ddcat1115
e33bb82e62
change detect type of Layout.Sider ( #5036 )
...
* save
* change detect type of Layout.Sider
2017-02-24 16:06:15 +08:00
ddcat1115
6495ef3592
fix Layout style ( #4506 )
...
* fix #4459
* improve
2017-01-08 17:03:47 +08:00
偏右
0062867274
Feature 2.6 ( #4429 )
...
* new Layout Component (#4087 )
* change Anchor type
* new Layout
* Component update && add snap
* Revert "new Layout Component" (#4131 )
* add Layout (#4169 )
* add Layout
* update
* fix snapshot
* Improve layout component
1. update demo code
2. drop `position` of Sider
3. improve demo style
2016-12-30 21:41:28 +08:00