陈帅
cd19fe85d5
bump 1.4.4
8 years ago
陈帅
a0396eb139
update .gitignore
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
陈帅
12e12e8426
up version to 1.4.1
8 years ago
Sean Bao
5f54badd2b
Fix header search debounce enter
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
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
KJlmfe
54b25eafe2
test: fix tests by adding testURL to jest configuration
close #1933
8 years ago
afc163
56a07488bf
Fix rerender bug of ListContent
the definition should not be placed in render
close #1922
8 years ago
绯一
1fb2185d7d
fix: lint and d.ts
8 years ago
绯一
5215714999
feat: export bizcharts
8 years ago
绯一
0e3c49390a
fix: use max-height to replace height for better vertical-align ( #1919 )
8 years ago
yoyo837
c294c85bf1
FooterToolBar width is fixed at 100% when using rc-drawer SliderMenu.
8 years ago
gentlecoder
ae3857515d
remove unused closing tag ( #1876 )
8 years ago
eruca
529dff86a6
减少一次判断,及修正一个文档错误
8 years ago
杨伟荣
4903acb408
修复侧边栏菜单不能动态显示的问题
8 years ago
杨伟荣
e3cb9b2d50
修复侧边栏菜单不能动态显示的问题
8 years ago
afc163
7d68af16df
Add hostWhiteList for rollbar
8 years ago
陈帅
4e7864747e
Optimization: Use non-confused CDN
8 years ago
陈帅
ecbd99dfbb
Optimization: delete externals
8 years ago
Leonardo Farroco
53c4e7a6c3
Update README.md ( #1844 )
wording and minor grammar adjustments
8 years ago
陈帅
2a761d4d91
bugfix: change version to 1.3.0
8 years ago
niko
9bf818a9ea
Add overflow-wrap & wordWrap for ? character break line. Fix : #1767 ( #1808 )
8 years ago
陈帅
e1e0a7d22e
style: Card should not use Spin
8 years ago
Ethan_Wan
fba1af02e4
feat: instead of dva/dynamic using react-loadable
8 years ago
陈帅
67f686a262
fix #1748 in IE11 error
8 years ago
yoyo837
d13c8811b4
非使用字符串的地方 使用 push(location: LocationDescriptor, state?: LocationState)
8 years ago
yoyo837
c9d71c9102
抽取 getQueryPath 方法封装路径和查询参数拼接
8 years ago
yoyo837
63c8ceb200
兼容hash 路由模式
8 years ago
yoyo837
f904467d30
登录使用replace,登出携带redirect for #1728
8 years ago
yoyo837
0eaad1db4b
Redirect to expected page after logging in
8 years ago
EthanWan
c5df07343d
fix: modify argument name ( #1752 )
8 years ago
陈帅
e7b603e882
Fix ci privilege bug
8 years ago
yoyo837
ebb4db4748
add screen-xxl
8 years ago
陈帅
ade5cbba31
add circleci support
8 years ago