陈帅
8f0262b253
Merge branch 'master' into v2
8 years ago
陈帅
c26ff4286c
The order of modification is the same as the menu
8 years ago
陈帅
a2368883a5
use drawer repalce rc-drawer
8 years ago
陈帅
8b2b78e64d
fix #1981 change import function
8 years ago
陈帅
17827d5e0a
up to 2.0.0-beta.4
8 years ago
陈帅
12e12e8426
up version to 1.4.1
8 years ago
陈帅
6138c0362d
add hideCheckAll in TagSelect
8 years ago
Sean Bao
5f54badd2b
Fix header search debounce enter
8 years ago
陈帅
d2de675e88
Modify a few logical errors
8 years ago
陈帅
36eeb6c169
localStorage -> sessionStorage
8 years ago
陈帅
0dc5822097
up version to 1.4.0
8 years ago
偏右
d69249d699
upgrade antd version
8 years ago
陈帅
77ce0fdf1a
doc:Modify the error of the document
8 years ago
陈帅
189e6c5c59
Features: add buttonText on Login.Captcha
8 years ago
陈帅
cb3c382bc3
Features:Fetch increase cache
8 years ago
afc163
11df35979f
update browser support table
8 years ago
Yun Chen
d7b4f80055
[BugFix] Fix chart data type and requirement
By watching TimelineChart Example:
[Charts Demo](https://pro.ant.design/components/Charts#scaffold-src-components-Charts-demo-mini-area )
```javascript
const chartData = [];
for (let i = 0; i < 20; i += 1) {
chartData.push({
x: (new Date().getTime()) + (1000 * 60 * 30 * i),
y1: Math.floor(Math.random() * 100) + 1000,
y2: Math.floor(Math.random() * 100) + 10,
});
}
```
1. X-Axis (Timeline): The type should be like `number`.
2. Y-Axis (Value): The y2 may not be required if I just want to draw y1 only.
8 years ago
Alex Agafonov
53b4917700
Added link to russian README file to all README
8 years ago
Alex Agafonov
8900d03e79
Russian README translation added
8 years ago
Alex Agafonov
ff744a3771
Russian README file added
8 years ago
KJlmfe
0196493ae0
refactor: connect,Form.create use decorator
8 years ago
Sean Bao
784d71e2ff
Fix PageHeader Tabs Display Issue
对`PageHeader`中的`tabList`展示逻辑做了更新,原本的实现会在外部传入一个空数组`tabList`时展现一个0出来(`tabList.length`的返回值)
8 years ago
卡色
6018ee69ee
docs(trend): reverseColor default value is false
8 years ago
KJlmfe
ba7cbf0d1b
style: fix typo bashRedirect=>baseRedirect
8 years ago
陈帅
73be04e234
up version and fix ga error
8 years ago
niko
b75ca54a70
fix Ellipsis break in firefox #1882 ( #1921 )
8 years ago
陈帅
50c8ce3719
up dependencies version
8 years ago
陈帅
93c49f0a32
delete index.ejs
8 years ago
KJlmfe
54b25eafe2
test: fix tests by adding testURL to jest configuration
close #1933
8 years ago
陈帅
ef806d1962
style: change <> to React.Fragment
8 years ago
afc163
56a07488bf
Fix rerender bug of ListContent
the definition should not be placed in render
close #1922
8 years ago
陈帅
e7aba01f55
delete webpackrc.js
8 years ago
陈帅
acd357c8dc
bugfix:change lang text
8 years ago
绯一
724fea668d
fix: lint and d.ts
8 years ago
绯一
1c74c62784
feat: export bizcharts
8 years ago
绯一
f131b5024e
fix: use max-height to replace height for better vertical-align ( #1919 )
8 years ago
yoyo837
fcc48447b3
FooterToolBar width is fixed at 100% when using rc-drawer SliderMenu.
8 years ago
gentlecoder
cbadacb240
remove unused closing tag ( #1876 )
8 years ago
eruca
503dcfd538
减少一次判断,及修正一个文档错误
8 years ago
杨伟荣
99099eb20d
修复侧边栏菜单不能动态显示的问题
8 years ago
杨伟荣
a5b5f9c8da
修复侧边栏菜单不能动态显示的问题
8 years ago
afc163
76d8fcbf95
Add hostWhiteList for rollbar
8 years ago
陈帅
a7a883f055
Optimization: Use non-confused CDN
8 years ago
陈帅
75e4ac6e08
Optimization: delete externals
8 years ago
Leonardo Farroco
b068046602
Update README.md ( #1844 )
wording and minor grammar adjustments
8 years ago
陈帅
d6d7b89a1c
bugfix: change version to 1.3.0
8 years ago
niko
582523ccc9
Add overflow-wrap & wordWrap for ? character break line. Fix : #1767 ( #1808 )
8 years ago
陈帅
d17780f466
style: Card should not use Spin
8 years ago
Ethan_Wan
0436777356
feat: instead of dva/dynamic using react-loadable
8 years ago
Juan Rodrigo Venegas Boesch
f2b99a12e0
NoticeIcon new feature
8 years ago