- 13 Mar, 2019 1 commit
-
-
陈帅 authored
-
- 04 Mar, 2019 1 commit
-
-
何乐 authored
* enhance LoadMore: Debounce * enhance LoadMore: debounce * use Tag instead of div * rewrite margin-right of Tag * hide LoadMore in NoticeList without onLoadMore * another style * fix a mistake * remove local config * fix a bug * user-select: none * remover local config * replace global/fetchMoreNotices with global/fetchNotices * replace LoadMore with ViewMore * remove prop `name` in NoticeIcon * fix: tab title does not show correct text
-
- 28 Feb, 2019 1 commit
-
-
Wenhao Liu authored
-
- 21 Feb, 2019 1 commit
-
-
Shuai Chen authored
-
- 18 Feb, 2019 2 commits
-
-
Shuai Chen authored
-
陈帅 authored
* pref: optimize performance * pref: use less img * pref: use less img
-
- 15 Feb, 2019 1 commit
-
-
vellengs authored
* fix types missing export default * Update package.json * Update index.d.ts * Update index.d.ts * Update index.d.ts
-
- 12 Feb, 2019 1 commit
-
-
米老朱 authored
* add stylelint shareable config for css modules * fix CSS pseudo element with double colon * support stylelint declaration-block-no-ignored-properties rule * support sorted CSS properties order for readability and consistency * autofix order of all styles by lint:fix script * fix propTypes error of TagSelect component * Revert "autofix order of all styles by lint:fix script" This reverts commit 51cb9d055f607489a259fd878d80c6b6e70c61de. * Revert "support sorted CSS properties order for readability and consistency" This reverts commit ff6c24d263cf5d3f73880bd7a5866efb4911de9f. * make lint:fix work for stylelint * Revert "Revert "autofix order of all styles by lint:fix script"" This reverts commit 946ed0a351542904e70680c166e47a1f5080d1ca. * Revert "Revert "support sorted CSS properties order for readability and consistency"" This reverts commit 31b557e3826e6e5c5cf9b591fc97e24b9b2abb6e.
-
- 15 Jan, 2019 1 commit
-
-
何乐 authored
-
- 18 Dec, 2018 1 commit
-
-
afc163 authored
-
- 25 Nov, 2018 1 commit
-
-
Immortalt authored
* change the default tickCount of Radar solve the problem mentioned in issue #2881 * 词云修复鼠标移过时变色的偏移并支持Tooltip显示数量
-
- 09 Nov, 2018 1 commit
-
-
beysong authored
-
- 06 Nov, 2018 1 commit
-
-
afc163 authored
-
- 28 Oct, 2018 1 commit
-
-
mmmaomao21 authored
-
- 22 Oct, 2018 1 commit
-
-
陈帅 authored
-
- 25 Sep, 2018 1 commit
-
-
Rayron Victor authored
-
- 13 Sep, 2018 1 commit
-
-
wonderjar authored
-
- 12 Sep, 2018 1 commit
-
-
wonderjar authored
-
- 09 Sep, 2018 2 commits
-
-
iugo authored
- 06 Sep, 2018 2 commits
- 04 Sep, 2018 1 commit
-
-
陈帅 authored
-
- 02 Sep, 2018 1 commit
-
-
afc163 authored
-
- 29 Aug, 2018 2 commits
- 19 Aug, 2018 1 commit
-
-
rohrbachan authored
the property colors?: string[] was missing in the typescript definitions
-
- 03 Aug, 2018 1 commit
-
-
Yun Chen authored
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.
-
- 26 Jul, 2018 6 commits
- 25 Jul, 2018 1 commit
-
-
绯一 authored
-
- 15 Jul, 2018 1 commit
-
-
陈帅 authored
-
- 05 Jul, 2018 1 commit
-
-
陈帅 authored
-
- 26 Jun, 2018 3 commits