sorrycc
60f751d3af
fix: cssnano failed in merging rules
8 years ago
sorrycc
42b97cfbfc
remove tmp code
8 years ago
sorrycc
304574aac8
code style, use @/layouts/ and remove /index affix
8 years ago
sorrycc
ecd12e56d4
try to fix ci
8 years ago
sorrycc
c6139e0332
disable dll and hard-source in test
8 years ago
sorrycc
b536754cb4
Revert "alias is not needed, use @/ for src directory instead"
This reverts commit 84fab59c5a66828a6ccf1176796e508af47701da.
8 years ago
sorrycc
349142fe5b
umi@2.0.0-beta.10
8 years ago
sorrycc
86520dc7b7
alias is not needed, use @/ for src directory instead
8 years ago
sorrycc
ece1a97b1c
Make model and page together
8 years ago
sorrycc
d6b2123b19
move src/pages/layouts to src/layouts
8 years ago
sorrycc
eb10d8648d
remove unused files
8 years ago
sorrycc
13dc0de0f8
Remove unused files
8 years ago
sorrycc
6e3f3cc6ee
Init roolbar in global.js
8 years ago
sorrycc
5714498fc9
remove unused file
8 years ago
sorrycc
50cd334f27
polyfill with umi-plugin-react
8 years ago
sorrycc
c20ddf8d51
global.less don't need to wrap with :global
8 years ago
sorrycc
bfa9a32fb1
Only enable hardSource and dll for mac
8 years ago
陈帅
8f4c3f6f40
fix change theme plugin
8 years ago
sorrycc
56dba6c067
umi@2.0.0-beta.8
8 years ago
sorrycc
f97a80427d
feat: migrate to umi@2
8 years ago
陈帅
2ba897f071
fix #1989 Fix problem with scroll not working
8 years ago
陈帅
ec93edcc60
Increase the judgment of pathname
8 years ago
陈帅
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