log.csv 124 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275
  1. * 07a8c6e - (HEAD -> infoNewVersion, origin/infoNewVersion) fix doc warning (34 minutes ago) <陈帅>
  2. * e9bd0c1 - add infoNewVersion modal (46 minutes ago) <陈帅>
  3. * 7cc1fcc - (origin/v2, v2) remove extra empty object argument (3 hours ago) <afc163>
  4. * 5b24b0e - Move style to Exception css (3 hours ago) <afc163>
  5. * 83df426 - fix authority (3 hours ago) <afc163>
  6. * ff08655 - check every matched route for authority (3 hours ago) <afc163>
  7. * 621299e - default authorize (3 hours ago) <afc163>
  8. * 631483e - Authorize the routes (3 hours ago) <afc163>
  9. * 92341fd - update text (5 hours ago) <afc163>
  10. * 171c264 - hideChildren => hidenChildrenInMenu (24 hours ago) <afc163>
  11. * e235ca5 - move out PageHeaderLayout and rename to PageHeaderWrapper (24 hours ago) <afc163>
  12. * 4c3eef1 - Add BlankLayout (24 hours ago) <afc163>
  13. * 9420791 - use this.props.routes replace import config (24 hours ago) <afc163>
  14. * 9b3ad05 - fix menu data passing (24 hours ago) <afc163>
  15. * c2fe400 - remove LoadingPage (24 hours ago) <afc163>
  16. * c93b016 - should not setState before mount (25 hours ago) <afc163>
  17. * b657fc0 - fix missing locale text (25 hours ago) <afc163>
  18. * 203ea77 - format router.config.js (29 hours ago) <afc163>
  19. * 74b1a28 - chore: use @layout-body-background (2 days ago) <bzone>
  20. * 7272fd6 - indent => 2 (2 days ago) <afc163>
  21. * 794697b - fix typo (2 days ago) <afc163>
  22. * e2cb8b0 - update codestyle (2 days ago) <愚道>
  23. * b9d2ec9 - fix eslintrc (2 days ago) <afc163>
  24. * 4230554 - Configure the Skeleton to match the style (2 days ago) <陈帅>
  25. * ee9787e - Fix npm test output (2 days ago) <afc163>
  26. * 3ea5106 - enable eslint import rules (2 days ago) <afc163>
  27. * a0da507 - fix config lint error (2 days ago) <陈帅>
  28. * 3a08a00 - Add eslint-plugin-compat (2 days ago) <afc163>
  29. * 3def673 - up firebase-functions version (2 days ago) <陈帅>
  30. * 1cb8f04 - Increase drawer width to cancel line breaks (2 days ago) <陈帅>
  31. * 8335d7c - remove unused deps (2 days ago) <afc163>
  32. * 3c33c90 - fix package.json in funtions (2 days ago) <afc163>
  33. * 39e8051 - update babel deps (2 days ago) <afc163>
  34. * 962c1d7 - renew stylelintrc.json (2 days ago) <afc163>
  35. * 1f77cb5 - Fix steps margin and text-align (2 days ago) <afc163>
  36. * 71056ac - fix review issue (2 days ago) <愚道>
  37. * ae2a58d - rebase and fix review issue (2 days ago) <愚道>
  38. * 6d0a622 - fix reveiw issue add consistent-return rule (2 days ago) <愚道>
  39. * cd1754e - fix e2e test (2 days ago) <愚道>
  40. * 6d7d119 - fix code style update bug (2 days ago) <愚道>
  41. * 2c61850 - prettier file (2 days ago) <愚道>
  42. * 33b4e46 - sort custom rule (2 days ago) <愚道>
  43. * 8545d50 - remove repeat rule (2 days ago) <愚道>
  44. * 8cf518a - use airbnb eslint config and fix some rule (2 days ago) <愚道>
  45. * fc9c88a - fix: add lint react/sort-comp rule and fix it (2 days ago) <愚道>
  46. * 3d728ed - fix: global style in `global.less` not need :global anymore (2 days ago) <愚道>
  47. * 05a7245 - restore less css module className (2 days ago) <afc163>
  48. * b556855 - 使用最新的 less.js (2 days ago) <afc163>
  49. * 6efffad - do not compile less in production (2 days ago) <afc163>
  50. * d1144e4 - Add doc link (2 days ago) <afc163>
  51. * 77333e4 - defaultSetting primary color works on theme (2 days ago) <afc163>
  52. * 3fcd79a - Fix typo: SettingDarwer => SettingDrawer (2 days ago) <afc163>
  53. * 121c880 - rename themeColor to primaryColor (2 days ago) <afc163>
  54. * 3bc8524 - fix locale (2 days ago) <afc163>
  55. * 9b93c38 - Fix typo: SettingDarwer => SettingDrawer (2 days ago) <afc163>
  56. * b1e03cb - refactor less compile logic (2 days ago) <afc163>
  57. * 0a5a9fc - improve less compile (2 days ago) <afc163>
  58. * a623b7f - remove rollbar (2 days ago) <afc163>
  59. * f9a06d9 - update umi config by setting polyfill to IE11 and enable dynamicImport (2 days ago) <afc163>
  60. * b55ce83 - clean eslintrc (3 days ago) <afc163>
  61. * 152ec7d - remove eslint warning (3 days ago) <afc163>
  62. * e7a7dd8 - use antd-pro-theme-webpack-plugin (3 days ago) <陈帅>
  63. * 93cb8b1 - remove extra blanks (3 days ago) <afc163>
  64. * 2b82f6b - handler use flex (4 days ago) <陈帅>
  65. * c961cca - add settings drawer i18n (4 days ago) <陈帅>
  66. * 983d737 - Improve copy success tips (4 days ago) <陈帅>
  67. * d68666f - fix #2027,optimization style (4 days ago) <陈帅>
  68. * ec1fafc - Umi does not support pwa for the time being (5 days ago) <陈帅>
  69. * b4858a6 - fix #1945 and use Skeleton replace card (5 days ago) <陈帅>
  70. * fc93979 - move service file (6 days ago) <愚道>
  71. * 24e9ab7 - fixed umi/link umi/router (8 days ago) <zinkey>
  72. * 8189570 - use new alias @ which default set in umi (8 days ago) <愚道>
  73. * b0816a4 - fix: remove unnecessary files (8 days ago) <愚道>
  74. * ffc305e - move error service to the right place (8 days ago) <愚道>
  75. * 16a0921 - 搜索列(SearchList)头部的tablist不能切换 (9 days ago) <lijiehua>
  76. * 8a8ffc5 - fixed form (9 days ago) <zinkey>
  77. * e37787a - upgrade merge-umi-mock-data version (9 days ago) <陈帅>
  78. * 8b03bd0 - fix #2027 style warning (9 days ago) <陈帅>
  79. * 4d3fe37 - Optimization less compile time (10 days ago) <陈帅>
  80. * f4e8f45 - Roll back appveyor.yml (12 days ago) <陈帅>
  81. * c9ba69f - bigfix:Fix drawer hidden bug (12 days ago) <陈帅>
  82. * 806369e - fix ci (12 days ago) <陈帅>
  83. * a628a21 - up dependencies version (12 days ago) <陈帅>
  84. * edaef0a - Remove redundant package references (12 days ago) <陈帅>
  85. * 5b3826d - add backText api doc (2 weeks ago) <陈帅>
  86. * 3928e0d - feat:Decoupling component dependency (2 weeks ago) <陈帅>
  87. * 4fdd2b0 - change min-height = 100vh (2 weeks ago) <陈帅>
  88. * 60f751d - fix: cssnano failed in merging rules (2 weeks ago) <sorrycc>
  89. * 42b97cf - remove tmp code (2 weeks ago) <sorrycc>
  90. * 304574a - code style, use @/layouts/ and remove /index affix (2 weeks ago) <sorrycc>
  91. * ecd12e5 - try to fix ci (2 weeks ago) <sorrycc>
  92. * c6139e0 - disable dll and hard-source in test (2 weeks ago) <sorrycc>
  93. * b536754 - Revert "alias is not needed, use @/ for src directory instead" (2 weeks ago) <sorrycc>
  94. * 349142f - umi@2.0.0-beta.10 (2 weeks ago) <sorrycc>
  95. * 86520dc - alias is not needed, use @/ for src directory instead (2 weeks ago) <sorrycc>
  96. * ece1a97 - Make model and page together (2 weeks ago) <sorrycc>
  97. * d6b2123 - move src/pages/layouts to src/layouts (2 weeks ago) <sorrycc>
  98. * eb10d86 - remove unused files (2 weeks ago) <sorrycc>
  99. * 13dc0de - Remove unused files (2 weeks ago) <sorrycc>
  100. * 6e3f3cc - Init roolbar in global.js (2 weeks ago) <sorrycc>
  101. * 5714498 - remove unused file (2 weeks ago) <sorrycc>
  102. * 50cd334 - polyfill with umi-plugin-react (2 weeks ago) <sorrycc>
  103. * c20ddf8 - global.less don't need to wrap with :global (2 weeks ago) <sorrycc>
  104. * bfa9a32 - Only enable hardSource and dll for mac (2 weeks ago) <sorrycc>
  105. * 8f4c3f6 - fix change theme plugin (2 weeks ago) <陈帅>
  106. * 56dba6c - umi@2.0.0-beta.8 (2 weeks ago) <sorrycc>
  107. * f97a804 - feat: migrate to umi@2 (2 weeks ago) <sorrycc>
  108. * 2ba897f - fix #1989 Fix problem with scroll not working (2 weeks ago) <陈帅>
  109. * ec93edc - Increase the judgment of pathname (3 weeks ago) <陈帅>
  110. * 8f0262b - Merge branch 'master' into v2 (3 weeks ago) <陈帅>
  111. |\
  112. | * c26ff42 - The order of modification is the same as the menu (3 weeks ago) <陈帅>
  113. | * a236888 - use drawer repalce rc-drawer (3 weeks ago) <陈帅>
  114. | * 8b2b78e - fix #1981 change import function (3 weeks ago) <陈帅>
  115. | * 12e12e8 - (tag: 1.4.4, tag: 1.4.2, tag: 1.4.1) up version to 1.4.1 (3 weeks ago) <陈帅>
  116. | * 5f54bad - Fix header search debounce enter (4 weeks ago) <Sean Bao>
  117. | * 0dc5822 - (tag: 1.4.0) up version to 1.4.0 (4 weeks ago) <陈帅>
  118. | * d69249d - upgrade antd version (4 weeks ago) <偏右>
  119. | * 77ce0fd - doc:Modify the error of the document (4 weeks ago) <陈帅>
  120. | * 189e6c5 - Features: add buttonText on Login.Captcha (4 weeks ago) <陈帅>
  121. | * 11df359 - update browser support table (4 weeks ago) <afc163>
  122. | * d7b4f80 - [BugFix] Fix chart data type and requirement (4 weeks ago) <Yun Chen>
  123. | * 53b4917 - Added link to russian README file to all README (4 weeks ago) <Alex Agafonov>
  124. | * 8900d03 - Russian README translation added (4 weeks ago) <Alex Agafonov>
  125. | * ff744a3 - Russian README file added (4 weeks ago) <Alex Agafonov>
  126. | * 0196493 - refactor: connect,Form.create use decorator (4 weeks ago) <KJlmfe>
  127. | * 784d71e - Fix PageHeader Tabs Display Issue (4 weeks ago) <Sean Bao>
  128. | * 6018ee6 - docs(trend): reverseColor default value is false (4 weeks ago) <卡色>
  129. | * ba7cbf0 - style: fix typo bashRedirect=>baseRedirect (4 weeks ago) <KJlmfe>
  130. | * 73be04e - up version and fix ga error (4 weeks ago) <陈帅>
  131. | * b75ca54 - fix Ellipsis break in firefox #1882 (#1921) (4 weeks ago) <niko>
  132. | * 54b25ea - test: fix tests by adding testURL to jest configuration (5 weeks ago) <KJlmfe>
  133. | * 56a0748 - Fix rerender bug of ListContent (5 weeks ago) <afc163>
  134. | * 1fb2185 - fix: lint and d.ts (5 weeks ago) <绯一>
  135. | * 5215714 - feat: export bizcharts (5 weeks ago) <绯一>
  136. | * 0e3c493 - fix: use max-height to replace height for better vertical-align (#1919) (5 weeks ago) <绯一>
  137. | * c294c85 - FooterToolBar width is fixed at 100% when using rc-drawer SliderMenu. (6 weeks ago) <yoyo837>
  138. | * ae38575 - remove unused closing tag (#1876) (6 weeks ago) <gentlecoder>
  139. | * 529dff8 - 减少一次判断,及修正一个文档错误 (6 weeks ago) <eruca>
  140. | * 4903acb - 修复侧边栏菜单不能动态显示的问题 (6 weeks ago) <杨伟荣>
  141. | * e3cb9b2 - 修复侧边栏菜单不能动态显示的问题 (6 weeks ago) <杨伟荣>
  142. | * 7d68af1 - Add hostWhiteList for rollbar (7 weeks ago) <afc163>
  143. | * 4e78647 - Optimization: Use non-confused CDN (7 weeks ago) <陈帅>
  144. | * ecbd99d - Optimization: delete externals (7 weeks ago) <陈帅>
  145. | * 53c4e7a - Update README.md (#1844) (7 weeks ago) <Leonardo Farroco>
  146. | * 2a761d4 - bugfix: change version to 1.3.0 (7 weeks ago) <陈帅>
  147. | * 9bf818a - Add overflow-wrap & wordWrap for ? character break line. Fix: #1767 (#1808) (8 weeks ago) <niko>
  148. | * e1e0a7d - style: Card should not use Spin (8 weeks ago) <陈帅>
  149. | * fba1af0 - feat: instead of dva/dynamic using react-loadable (8 weeks ago) <Ethan_Wan>
  150. * | 17827d5 - up to 2.0.0-beta.4 (3 weeks ago) <陈帅>
  151. * | 6138c03 - add hideCheckAll in TagSelect (3 weeks ago) <陈帅>
  152. * | d2de675 - Modify a few logical errors (4 weeks ago) <陈帅>
  153. * | 36eeb6c - localStorage -> sessionStorage (4 weeks ago) <陈帅>
  154. * | cb3c382 - Features:Fetch increase cache (4 weeks ago) <陈帅>
  155. * | 50c8ce3 - up dependencies version (5 weeks ago) <陈帅>
  156. * | 93c49f0 - delete index.ejs (5 weeks ago) <陈帅>
  157. * | ef806d1 - style: change <> to React.Fragment (5 weeks ago) <陈帅>
  158. * | e7aba01 - delete webpackrc.js (5 weeks ago) <陈帅>
  159. * | acd357c - bugfix:change lang text (5 weeks ago) <陈帅>
  160. * | 724fea6 - fix: lint and d.ts (5 weeks ago) <绯一>
  161. * | 1c74c62 - feat: export bizcharts (5 weeks ago) <绯一>
  162. * | f131b50 - fix: use max-height to replace height for better vertical-align (#1919) (5 weeks ago) <绯一>
  163. * | fcc4844 - FooterToolBar width is fixed at 100% when using rc-drawer SliderMenu. (5 weeks ago) <yoyo837>
  164. * | cbadacb - remove unused closing tag (#1876) (5 weeks ago) <gentlecoder>
  165. * | 503dcfd - 减少一次判断,及修正一个文档错误 (5 weeks ago) <eruca>
  166. * | 99099eb - 修复侧边栏菜单不能动态显示的问题 (5 weeks ago) <杨伟荣>
  167. * | a5b5f9c - 修复侧边栏菜单不能动态显示的问题 (5 weeks ago) <杨伟荣>
  168. * | 76d8fcb - Add hostWhiteList for rollbar (5 weeks ago) <afc163>
  169. * | a7a883f - Optimization: Use non-confused CDN (5 weeks ago) <陈帅>
  170. * | 75e4ac6 - Optimization: delete externals (5 weeks ago) <陈帅>
  171. * | b068046 - Update README.md (#1844) (5 weeks ago) <Leonardo Farroco>
  172. * | d6d7b89 - bugfix: change version to 1.3.0 (5 weeks ago) <陈帅>
  173. * | 582523c - Add overflow-wrap & wordWrap for ? character break line. Fix: #1767 (#1808) (5 weeks ago) <niko>
  174. * | d17780f - style: Card should not use Spin (5 weeks ago) <陈帅>
  175. * | 0436777 - feat: instead of dva/dynamic using react-loadable (5 weeks ago) <Ethan_Wan>
  176. * | f2b99a1 - NoticeIcon new feature (5 weeks ago) <Juan Rodrigo Venegas Boesch>
  177. * | ad38d93 - Optimization: use state to control rendering time (6 weeks ago) <陈帅>
  178. * | f3b77d4 - format package.json (6 weeks ago) <陈帅>
  179. * | c936a6e - translate success page (6 weeks ago) <张秀玲>
  180. * | fc1ac96 - Revert "migrate to umi@2-beta" (6 weeks ago) <陈帅>
  181. * | 9ed1581 - Revert "try to fix ci" (6 weeks ago) <陈帅>
  182. * | 9b9e5d4 - Revert "eslint check is removed in umi@2" (6 weeks ago) <陈帅>
  183. * | 1f59fe7 - eslint check is removed in umi@2 (6 weeks ago) <chencheng>
  184. * | 751eeb0 - try to fix ci (6 weeks ago) <chencheng>
  185. * | 5c2df04 - migrate to umi@2-beta (6 weeks ago) <chencheng>
  186. * | 29640ca - change english to chinese (6 weeks ago) <陈帅>
  187. * | 4a20186 - Optimization : add router.config.js (6 weeks ago) <陈帅>
  188. * | ab48106 - Optimization: Reduce the dependency of the setting component (6 weeks ago) <陈帅>
  189. * | e2fda6e - bugfix: fix site script (6 weeks ago) <陈帅>
  190. * | a8d201b - translate error page (6 weeks ago) <张秀玲>
  191. * | d8b3214 - Optimization:Independent MergeLessPlugin (7 weeks ago) <陈帅>
  192. * | 2797662 - Optimization: Slight performance optimization (7 weeks ago) <陈帅>
  193. * | 15c8853 - Optimization: Robust code (7 weeks ago) <陈帅>
  194. * | b0be02b - Optimization:change to antd drawer (7 weeks ago) <陈帅>
  195. * | c4524c8 - bugfix: TableList name searchlist change to searchtable (7 weeks ago) <陈帅>
  196. * | 57c9820 - Optimization: Remove the use router.js and menu.js (7 weeks ago) <陈帅>
  197. * | d8ab492 - lint: change to eslint-config-umi (7 weeks ago) <陈帅>
  198. * | 3c1cfab - Optimization: chnage firebase site script (7 weeks ago) <陈帅>
  199. * | e0db0d1 - Optimization:change firebase to script (7 weeks ago) <陈帅>
  200. * | bc9b314 - bugfix:Chart data read error (7 weeks ago) <陈帅>
  201. * | e7a78e7 - bugfix: fix trigger error (7 weeks ago) <陈帅>
  202. * | b1ef8d4 - bugfix: Fix trigger page (7 weeks ago) <陈帅>
  203. * | ac4dfc1 - translate exception pages (7 weeks ago) <张秀玲>
  204. * | 57fb525 - localStorage array (7 weeks ago) <rongxingsun>
  205. * | d00bec8 - bigfix: fix step from page (7 weeks ago) <陈帅>
  206. * | f23ea6b - style:fix Global.less does not work (7 weeks ago) <陈帅>
  207. * | 956da47 - remove umi/locale dep (#1823) (7 weeks ago) <愚指导>
  208. * | 785815f - (umi) Merge branch 'umi' of https://github.com/ant-design/ant-design-pro into umi (7 weeks ago) <陈帅>
  209. |\ \
  210. | * | 3b202a8 - remove .umirc.mock.js (7 weeks ago) <愚道>
  211. * | | d6860a7 - change to umi (7 weeks ago) <陈帅>
  212. * | | b3c2037 - translate settings page (7 weeks ago) <张秀玲>
  213. * | | dab141a - translate settings page (7 weeks ago) <张秀玲>
  214. * | | 08ed292 - bugfix: paernt ->getContainer (7 weeks ago) <陈帅>
  215. * | | cb85fd1 - bugfix: Determine if temp exists (7 weeks ago) <陈帅>
  216. * | | 9d25d63 - bugfix: fix locale context is null (7 weeks ago) <陈帅>
  217. * | | aa50ab4 - mkdir改成同步方法 (7 weeks ago) <wangyun>
  218. * | | 81774c2 - rebase: rebase v2 (7 weeks ago) <陈帅>
  219. * | | f07927f - Increase dynamic switching local (7 weeks ago) <陈帅>
  220. * | | 5bf31a4 - add change lang button (7 weeks ago) <陈帅>
  221. * | | c035a5f - Simple performance optimization (7 weeks ago) <陈帅>
  222. * | | 123401a - Optimize the Breadcrumb (7 weeks ago) <陈帅>
  223. * | | 93cc387 - optimize menu (7 weeks ago) <陈帅>
  224. * | | c9a09d8 - add analysis locale (7 weeks ago) <陈帅>
  225. * | | 4caebc0 - add meun Intl (7 weeks ago) <陈帅>
  226. * | | 663e34a - base framework (7 weeks ago) <ddcat1115>
  227. * | | 85e9fa7 - Add copy setting button look #1751 (7 weeks ago) <陈帅>
  228. * | | 1595c7d - Switch theme completion (7 weeks ago) <陈帅>
  229. |/ /
  230. * | e89dade - finish login and register page (7 weeks ago) <愚道>
  231. * | da4bd11 - add account settings (7 weeks ago) <愚道>
  232. * | 931e27f - add acount center (7 weeks ago) <愚道>
  233. * | dc5b0f6 - use config routes (7 weeks ago) <愚道>
  234. * | 64b5984 - add user layout (8 weeks ago) <xiaohu>
  235. * | 14bed53 - check result and exception (8 weeks ago) <xiaohu>
  236. * | a02aa22 - change Profile menu (8 weeks ago) <xiaohu>
  237. * | 20c01e0 - 1.add list search layout (8 weeks ago) <xiaohu>
  238. * | 5ef482e - 1.add step-form layout 2.add routes redirect (8 weeks ago) <xiaohu>
  239. * | 2378eb0 - 1.use global layout 2.simplify routerData menuData 3.remove init route (8 weeks ago) <xiaohu>
  240. * | e2aeb7c - set init route (8 weeks ago) <xiaohu>
  241. * | 7494ac0 - install umi-plugin-dva,and move umi to devDependencies (8 weeks ago) <xiaohu>
  242. * | d32d460 - use global store (8 weeks ago) <xiaohu>
  243. * | d9a965b - rename mockjs (8 weeks ago) <xiaohu>
  244. * | aa44bbb - add layout (8 weeks ago) <愚道>
  245. * | 677621d - mv index.* to global.* (8 weeks ago) <愚道>
  246. * | fc44275 - rename index.ejs to document.ejs (8 weeks ago) <愚道>
  247. * | 532b4ef - remove models/index.js (8 weeks ago) <愚道>
  248. * | 28310e1 - remove webpackrc to config/config.js (8 weeks ago) <愚道>
  249. * | 57d4e8f - rename routes to pages (8 weeks ago) <愚道>
  250. * | 76a3391 - add umi dep (8 weeks ago) <愚道>
  251. * | 8566117 - user center support GridContent (8 weeks ago) <陈帅>
  252. * | f4431e6 - password add onPressEnter (8 weeks ago) <陈帅>
  253. * | 2d3982e - Modify the scroll bar to body (8 weeks ago) <陈帅>
  254. * | a44b833 - chage temp file path (8 weeks ago) <陈帅>
  255. * | aedadc3 - fix theme change (8 weeks ago) <陈帅>
  256. * | e3a7330 - Merge branch 'master' into v2 (9 weeks ago) <陈帅>
  257. |\ \
  258. | |/
  259. | * 67f686a - fix #1748 in IE11 error (9 weeks ago) <陈帅>
  260. | * d13c881 - 非使用字符串的地方 使用 push(location: LocationDescriptor, state?: LocationState) (9 weeks ago) <yoyo837>
  261. | * c9d71c9 - 抽取 getQueryPath 方法封装路径和查询参数拼接 (9 weeks ago) <yoyo837>
  262. | * 63c8ceb - 兼容hash 路由模式 (9 weeks ago) <yoyo837>
  263. | * f904467 - 登录使用replace,登出携带redirect for #1728 (9 weeks ago) <yoyo837>
  264. | * 0eaad1d - Redirect to expected page after logging in (9 weeks ago) <yoyo837>
  265. | * c5df073 - fix: modify argument name (#1752) (9 weeks ago) <EthanWan>
  266. | * e7b603e - Fix ci privilege bug (9 weeks ago) <陈帅>
  267. | * ebb4db4 - add screen-xxl (9 weeks ago) <yoyo837>
  268. | * ade5cbb - add circleci support (9 weeks ago) <陈帅>
  269. | * 8de6bda - Bump moment version to handle dependency security (https://nodesecurity.io/advisories/532) (9 weeks ago) <Nikhil Bhargava>
  270. | * fce74f9 - Compatible with IE10 (9 weeks ago) <yoyo837>
  271. | * f347ead - check it when authority is string and currentAuthority is array. And update CheckPermissions test (9 weeks ago) <ubbcou>
  272. | * fdd6035 - Increase the permission judgment: when the user's permission is an array. (9 weeks ago) <ubbcou>
  273. | * 268e0ee - onTabChange fixed (9 weeks ago) <JoeyKo>
  274. | * 6984ac0 - See #1729 (9 weeks ago) <yoyo837>
  275. | * 3722129 - prettier (9 weeks ago) <yoyo837>
  276. | * bfda5fe - naming specification (9 weeks ago) <yoyo837>
  277. | * d1b424d - fix some other eslint error , close #1722 (9 weeks ago) <yoyo837>
  278. * | 902bdcb - delete more externals (9 weeks ago) <陈帅>
  279. * | 180e33a - fixed #1740 Advanced Form Member Management Cannot Add and Edit (9 weeks ago) <陈帅>
  280. * | 8c74bc6 - Weak mode changed to switch (9 weeks ago) <陈帅>
  281. * | 6b8665e - fix onTabChange error (9 weeks ago) <陈帅>
  282. * | ff77771 - pageHeader app loading (9 weeks ago) <陈帅>
  283. * | 635e362 - Add compilation script (9 weeks ago) <陈帅>
  284. * | 518094b - Perfect mock demo (9 weeks ago) <陈帅>
  285. * | a8ef08b - fixed #1750 Excessive loading in the workplace (9 weeks ago) <陈帅>
  286. * | eaf60da - edit site script (9 weeks ago) <陈帅>
  287. * | f903f9a - support_firebase (9 weeks ago) <陈帅>
  288. * | 16cf4ce - Enable Dynamic Import defautly (9 weeks ago) <偏右>
  289. * | 7c729cd - Merge branch 'master' into v2 (10 weeks ago) <陈帅>
  290. |\ \
  291. | |/
  292. | * 494a468 - Remove Authorized circular reference (10 weeks ago) <陈帅>
  293. | * 422c720 - fix falsy currentUser (10 weeks ago) <afc163>
  294. | * 2fa5a26 - stop re-assigning read-only "currentUser" (10 weeks ago) <Minqi Pan>
  295. | * d7b87c2 - fix some eslint error (10 weeks ago) <陈帅>
  296. | * 484d71d - vscode support alias (10 weeks ago) <陈帅>
  297. | * 9a4ddb9 - Recover roadhog version (2 months ago) <偏右>
  298. | * 84a05cb - fix: HeaderSearch 组件中添加对 enter 键的防抖处理 (2 months ago) <Kevin Lee>
  299. | * fc8c9a5 - upgrade modules (2 months ago) <陈帅>
  300. | * 70448f0 - externals bizcharts dataset and rollbar (2 months ago) <陈帅>
  301. | * 9b08f2e - fix: isUrl func failed && support judge url with port (2 months ago) <zhiyan>
  302. | * 72e765b - fix global hmr error (2 months ago) <Amumu>
  303. | * 43a570d - For robustness (2 months ago) <Amumu>
  304. | * 2465ac2 - Fix PageHeader align issue, close #1693 (2 months ago) <afc163>
  305. | * 631b665 - Fix PageHeader align (2 months ago) <afc163>
  306. | * e685dc6 - fix chechPermissions.js isPromise(bool) (2 months ago) <guowenfh>
  307. | * a8f8180 - fix checkPermissions if bool (2 months ago) <guowenfh>
  308. | * 80dc056 - feature: add <Authorized/> authority function After performing return Promise is render <PromiseRender/> component (2 months ago) <guowenfh>
  309. | * 6c1b112 - fix #1681 `lint-staged` no longer supports running scripts defined in package.json. (3 months ago) <陈帅>
  310. | * 0f9f767 - fix Ellipsis floor-mid to ceil-mid #1258 (#1680) (3 months ago) <niko>
  311. | * 5c2dd01 - Update register.js (3 months ago) <Advoster>
  312. | * 1da5d11 - upgrade deps version (3 months ago) <陈帅>
  313. | * aaca87c - rc-drawer-menu is deprecated, use rc-drawer instead. Apply API change, fix iconHandle not work. (3 months ago) <yoyo837>
  314. | * 566d407 - Add deps badges (3 months ago) <afc163>
  315. | * 456d25a - change api name (3 months ago) <twisger>
  316. | * 5baed89 - feature: consider full-width character length as 2 when calculate string length (3 months ago) <twisger>
  317. | * bcb9280 - fix: waterwave doesn't render when precent=0 (3 months ago) <patientayo>
  318. | * 27a2353 - 修正DELETE请求方法request时body参数无效的BUG (3 months ago) <zbz>
  319. | * 7ffc34b - fix: add property className into interface IHeaderSearchProps (3 months ago) <Mashiro>
  320. | * 2553b04 - Fix children empty judgement in Description (3 months ago) <Sean Bao>
  321. | * a06e795 - fix #1593 (#1616) (3 months ago) <Amumu>
  322. | * 5f5bc2f - fix typo (#1611) (3 months ago) <wangyun122>
  323. * | ff2fc1a - fix: judgment condition of autoHideHeader state (2 months ago) <F-loat>
  324. * | 8bb0415 - externals bizcharts dataset and rollbar (2 months ago) <陈帅>
  325. * | 533c091 - fix lint error (2 months ago) <陈帅>
  326. * | cfbf108 - fix the problem that the chart cannot be displayed (2 months ago) <陈帅>
  327. * | 64f9cbe - fix #1707 Duplicate classname (2 months ago) <陈帅>
  328. * | 08739b5 - fix static api (2 months ago) <陈帅>
  329. * | 868f84a - delete some no no needrequestAnimationFrame (2 months ago) <陈帅>
  330. * | 8e3050a - fix: judgment condition of autoHideHeader switch (3 months ago) <F-loat>
  331. * | 5ec7dcf - add css and less configuration (3 months ago) <陈帅>
  332. * | 782b803 - Optimize performance (3 months ago) <陈帅>
  333. * | e9799a3 - fix: less modify method (3 months ago) <F-loat>
  334. * | baac17a - fix: #1649 height of settingDarwer (3 months ago) <F-loat>
  335. * | b918f44 - fix error in workplace #1660 (3 months ago) <wangyun>
  336. * | c100052 - rm .vscode folder (3 months ago) <陈帅>
  337. * | 05acc60 - Adjust package.json (3 months ago) <陈帅>
  338. * | f02c479 - fix: layout height (3 months ago) <F-loat>
  339. * | eda9f31 - remove this.menus (3 months ago) <陈帅>
  340. * | aee80d1 - add layout==="topmenu" judgment (3 months ago) <陈帅>
  341. * | 904ca0a - Fix#1640 Floating Component Style Issues (3 months ago) <陈帅>
  342. * | 1d8293a - Modify the address location algorithm of the mock (3 months ago) <陈帅>
  343. * | 0bf6380 - Remove hardcoded (3 months ago) <陈帅>
  344. * | 233b4fb - fix meun border style (3 months ago) <qixian.cs@outlook.com>
  345. * | 81d47bc - fix: layout overflow style with fixSiderbar (3 months ago) <F-loat>
  346. * | 017a406 - fix ci errot (3 months ago) <qixian.cs@outlook.com>
  347. * | 22785c3 - Adjust the siderbar style (3 months ago) <qixian.cs@outlook.com>
  348. * | c6d129a - up pakage.json version (3 months ago) <jim>
  349. * | 856990a - edit setting title (3 months ago) <jim>
  350. * | 85ca316 - change rc-drawer-menu to rc-drawer (3 months ago) <jim>
  351. * | 318152e - edit drawer icon (3 months ago) <jim>
  352. * | 6e3422f - fix #1532 menu select bug (3 months ago) <jim>
  353. * | 9da8cb5 - Improve accessibility (3 months ago) <jim>
  354. * | 344c9f7 - fix: fixed header width (#1614) (3 months ago) <柴茂源>
  355. * | e0cf86a - Increase color weakness (3 months ago) <jim>
  356. * | 55946fb - fix fixed header transition (#1605) (3 months ago) <柴茂源>
  357. * | 3086f72 - fix eslint error (3 months ago) <jim>
  358. * | e6e305d - delete HARD_SOURCE=none and upgrade roadhog (3 months ago) <jim>
  359. * | 193aa9f - Merge branch 'master' into v2 (3 months ago) <jim>
  360. |\ \
  361. | |/
  362. | * 2fbc37b - fix eslint error (3 months ago) <jim>
  363. | * 2982d86 - add ejs file to .prettierignore (3 months ago) <jim>
  364. | * 536ce37 - remove captcha button height (3 months ago) <柴茂源>
  365. | * e68f472 - 修复digitUppercase(2.01)返回为贰元整的,数字大写增加了“万亿” (#1589) (3 months ago) <Kitten9533>
  366. | * 95dbbf9 - Fix the IE style exception (3 months ago) <jim>
  367. | * 846d308 - Use `submitting` from `props` (#1579) (3 months ago) <Amumu>
  368. | * 7dbd7c4 - fix length property include "..." tail length (#1592) (3 months ago) <niko>
  369. * | 2c3214f - Login.Captcha组件支持countDown,onGetCaptcha支持Promise (#1305) (3 months ago) <lyingd>
  370. * | add2529 - Notice Icon avatar can accepts node elements (3 months ago) <Juan Rodrigo Venegas Boesch>
  371. * | c1e9122 - fix #1561 fix getDerivedStateFromProps bug (3 months ago) <jim>
  372. * | 86b9ac0 - fix tagselect bug (3 months ago) <jim>
  373. * | 78a2070 - new setting bar style (3 months ago) <jim>
  374. * | c1c36b6 - Fix menu click exception (3 months ago) <jim>
  375. * | 2c0e700 - Merge branch 'master' into v2 (3 months ago) <jim>
  376. |\ \
  377. | |/
  378. | * a144bbd - up lodash fix #1519 (3 months ago) <jim>
  379. | * 67f5e55 - Add margin before % (3 months ago) <afc163>
  380. | * ec8f082 - add Trend reverseColor doc (4 months ago) <jim>
  381. | * d6330a7 - Allow toggling to let upward trends be positive (instead of only negative) - Update prop name to be `reverseColor` (4 months ago) <Nikhil Bhargava>
  382. | * 3cfbae3 - fix ci (4 months ago) <jim>
  383. | * 4bec524 - fix typo (4 months ago) <此去>
  384. | * e26e375 - (tag: 2.0.0-beta.1) up to 2.0.0@beta (4 months ago) <jim>
  385. | * 63fcc3d - Ugly fix #1409 (4 months ago) <jim>
  386. | * e15226a - fix broken login page on mobile device with small screen resolution (#1483) (4 months ago) <Liu Yue>
  387. | * c6bbef8 - tweak test case description (4 months ago) <Alan Wei>
  388. | * a8cc827 - remove unused code in test file (4 months ago) <Alan Wei>
  389. | * fad3f4a - tweak code to keep coding style consistency (4 months ago) <Alan Wei>
  390. | * 4ddbfe6 - refactor getFlatMenuKeys & getMeunMatchKeys to improve code readability & robustness (4 months ago) <Alan Wei>
  391. | * e09da6b - fix typo in package.json (#1454) (4 months ago) <dong>
  392. | * c92252f - fix login view explain message block display error (4 months ago) <Harris>
  393. | * abd2dd8 - fix React.cloneElement in component DescriptionList (#1428) (4 months ago) <Liu Yue>
  394. | * d4d49bb - <LoginItem> has noProperty 'placeholder' (#1433) (4 months ago) <成都梁朝伟>
  395. | * 311e8d5 - ignore html (4 months ago) <jim>
  396. | * e4c4373 - fix functionName typo from getMeunMatcheys to getMeunMatchKeys (4 months ago) <Alan Wei>
  397. | * 29e9547 - change less version to 2.7.2 (4 months ago) <jim>
  398. | * a5907a3 - fix #1248 match params path (4 months ago) <jim>
  399. | * 6481a3a - fix danger warning (4 months ago) <afc163>
  400. * | 84315b3 - change colse => close (3 months ago) <jim>
  401. * | 0e2cd76 - fix default setting bug (4 months ago) <jim>
  402. * | 255a70b - Optimize fixSiderbar (4 months ago) <jim>
  403. * | a69e306 - move package (4 months ago) <jim>
  404. * | f9ba912 - fix #1453 prettier html error (4 months ago) <jim>
  405. * | 167b741 - change less version to 2.7.2 (4 months ago) <jim>
  406. * | 3e127cc - fix fixSiderbar (4 months ago) <jim>
  407. * | 28b07b8 - typ ligth (4 months ago) <jim>
  408. * | 9d3a8ae - add less version (4 months ago) <jim>
  409. * | 0af3300 - fix ci (4 months ago) <jim>
  410. * | 680c0c3 - Optimization parameter logic (4 months ago) <jim>
  411. * | 56ce1ef - add build message (4 months ago) <jim>
  412. * | c0bf754 - add theme change (4 months ago) <jim>
  413. * | 6816dd8 - rename MeunContext to MenuContext (4 months ago) <Erwin Zhang>
  414. * | fd0926b - add component's name (4 months ago) <Erwin Zhang>
  415. * | 2835ffa - merge master (4 months ago) <jim>
  416. |\ \
  417. | |/
  418. | * df0ffd6 - Clean up typescript definitions (4 months ago) <Nikhil Bhargava>
  419. | * 3df1c08 - add component's name (4 months ago) <ZHAO Jinxiang>
  420. | * 48ad98c - allow render without currentUser (4 months ago) <afc163>
  421. | * 7176b4a - fix #1324 Step-Form breadcrumbs path problem (4 months ago) <jim>
  422. | * 99715b0 - cover .eslintrc to .eslintrc.js (4 months ago) <jim>
  423. | * 744f528 - roadhog-api-doc need transform-decorators-legacy (4 months ago) <jim>
  424. | * 24333d5 - fix #1287 advanced details page is not displayed in IE11 (4 months ago) <jim>
  425. | * 4b08575 - fix #1315 ie style error (4 months ago) <jim>
  426. | * cac7145 - up version (4 months ago) <jim>
  427. | * fb9d0d7 - fix:add the type declaration of the "key" field (#1367) (4 months ago) <kenve>
  428. * | deccafe - change hideClear to showClear (4 months ago) <jim>
  429. * | 89b3d2e - NoticeIcon add hideClear props (4 months ago) <jim>
  430. * | 02f0624 - getLengendData()->getLegendData() (#1392) (4 months ago) <拷钉>
  431. * | 3007437 - Enable code split defaultly, close #1117 (4 months ago) <afc163>
  432. * | 7807794 - fix rebase error (4 months ago) <jim>
  433. * | 7126de9 - getLengendData => getLegendData (4 months ago) <jim>
  434. * | 5fd9f36 - upgrade version (4 months ago) <jim>
  435. * | bf73643 - change to new context api (4 months ago) <jim>
  436. * | 072e30b - change to react 16.3.0 (4 months ago) <jim>
  437. * | 388d804 - Maybe useful performance optimization (4 months ago) <jim>
  438. * | 62e77de - fix background color error (4 months ago) <jim>
  439. * | f953334 - Merge branch 'master' into v2 (4 months ago) <jim>
  440. |\ \
  441. | |/
  442. | * 42e2267 - remove deps (4 months ago) <chencheng>
  443. | * 80ba0b8 - fix: babel transform failed with transform-decorators-legacy (4 months ago) <chencheng>
  444. | * 7c7fb5e - Update index.js (#1335) (4 months ago) <Rupeshiya>
  445. | * 2d47f4b - (tag: 1.3.0) bump 1.3.0 (4 months ago) <ddcat1115>
  446. | * 3bc5c54 - add default Charts export - to support: import Charts from 'ant-design-pro/lib/Charts'; (4 months ago) <ddcat1115>
  447. | * fe1aeb2 - Fix charts api, margin => padding (5 months ago) <afc163>
  448. | * c86c321 - Fix TimelineChart time format issue (#1283) (5 months ago) <mdluo>
  449. | * c864630 - Fix undefined type (5 months ago) <Wei Zhu>
  450. * | 5b13479 - merge master (4 months ago) <jim>
  451. |\ \
  452. | |/
  453. | * 7f704c4 - translation of DescriptionList (5 months ago) <ddcat1115>
  454. | * b07d8cb - translation of Exception (5 months ago) <ddcat1115>
  455. | * d9a25af - remove setting Content-Type when body is FormData (5 months ago) <chieveit>
  456. | * bfe1393 - fix #1215 (5 months ago) <jljsj>
  457. | * 558f73b - Added en translation for Ellipsis (#1210) (5 months ago) <Cemre Mengu>
  458. | * 4ca52a1 - Added en translation number info (#1211) (5 months ago) <Cemre Mengu>
  459. | * e959ba8 - fix site error (5 months ago) <jim>
  460. | * 314c933 - fix tagcloud bug (5 months ago) <jim>
  461. | * b6261b4 - fix #1209 (5 months ago) <ddcat1115>
  462. | * 13725bc - 顶部搜索框组件添加默认打开配置 (#1179) (5 months ago) <低位>
  463. | * 6b7b454 - fix #1202 (5 months ago) <ddcat1115>
  464. * | 7eb045c - Modify the style (5 months ago) <jim>
  465. * | 93267fc - rebase v2 (5 months ago) <jim>
  466. * | 0a38658 - chang to new context api (5 months ago) <jim>
  467. * | b3821d5 - fix tagcloud bug (5 months ago) <jim>
  468. * | 083c285 - fix #1209 (5 months ago) <ddcat1115>
  469. * | fe05a06 - 顶部搜索框组件添加默认打开配置 (#1179) (5 months ago) <低位>
  470. * | 36feb4c - fix #1202 (5 months ago) <ddcat1115>
  471. * | f4855c2 - Fix menu typos (5 months ago) <Erwin Zhang>
  472. * | f60ee6e - use less var (5 months ago) <jim>
  473. * | 6ffc494 - Optimized logo style (5 months ago) <jim>
  474. * | 8fe4c6f - Merge remote-tracking branch 'origin/master' into v2 (5 months ago) <ddcat1115>
  475. |\ \
  476. | |/
  477. | * a982ded - StandardTable need a "rowKey" prop (#1175) (5 months ago) <neoscript99>
  478. | * 52772ae - fix #1188 @Debounce no use arrow function (5 months ago) <jim>
  479. | * 774f8d4 - no perttier package.json (5 months ago) <jim>
  480. | * b5dfc1f - delete vscode (5 months ago) <jim>
  481. | * a78785a - (tag: 1.2.1) Upgrade version (5 months ago) <jim>
  482. | * 645f7da - support perttier (5 months ago) <jim>
  483. | * 08456b9 - Modify the path for easy publishing (5 months ago) <jim>
  484. * | 6ef237e - merge master (5 months ago) <jim>
  485. * | bb35833 - Merge branch 'master' into v2 (5 months ago) <ddcat1115>
  486. |\ \
  487. | |/
  488. | * 420b297 - (tag: 1.2.0) temp fix: roadhog test failed with alias set (5 months ago) <ddcat1115>
  489. | * 9bc3e71 - bump 1.2.0 (5 months ago) <ddcat1115>
  490. | * fc178e5 - Fixed: #1142 (#1160) (5 months ago) <niko>
  491. | * 9dcebdc - fix #948 (5 months ago) <ddcat1115>
  492. | * 4f9d8ce - remove useless setting (5 months ago) <ddcat1115>
  493. | * 148aaa8 - let `hideInBreadcrumb` available in menu.js (5 months ago) <ddcat1115>
  494. | * 9a34d47 - Improve the display of bread crumbs (#1053) (5 months ago) <Reed Sun>
  495. | * 6225aa6 - :bug: fix inner exact cover custom exact bug (#1148) (5 months ago) <ws456999>
  496. * | e258747 - merge master (5 months ago) <jim>
  497. |\ \
  498. | |/
  499. | * 303c5e4 - Remove Error Trigger dump code & support static env (#1128) (6 months ago) <niko>
  500. | * 603bcd7 - Use `ESLINT=none` (#1130) (6 months ago) <PKAQ>
  501. | * b187ca5 - default open split code (6 months ago) <jim>
  502. | * 62c8eaf - Enable code split defaultly close #1117 (6 months ago) <jim>
  503. | * 9e44f5a - Add engines in package.json (6 months ago) <afc163>
  504. | * cbc0ea7 - Use `ESLINT=none` (6 months ago) <偏右>
  505. | * 091adac - babel-plugin-import version #1121 (6 months ago) <ddcat1115>
  506. | * 2009bf3 - Upgrade version number (6 months ago) <jim>
  507. | * bacc203 - fix title can't be hidden in <img /> type icon when menu collapsed (6 months ago) <ddcat1115>
  508. | * bf833b0 - fix ChartCard total issue close #1110 (6 months ago) <ddcat1115>
  509. | * aa67588 - fix redirect loop (#1103) (6 months ago) <ddcat1115>
  510. | * 5519345 - update mirror site (6 months ago) <ddcat1115>
  511. | * e618d4d - PageHeader support tabDefaultActiveKey (6 months ago) <ddcat1115>
  512. | * d44f8af - 这一步应该判断没指定默认tab时候,tab默认为tablist第一个. (#1040) (6 months ago) <Diro Guan>
  513. | * adca7f5 - alias ant-design-pro (#1035) (6 months ago) <niko>
  514. | * 9c49d4b - Update SiderMenu.js (6 months ago) <hzq>
  515. | * 1a46c6e - Update SiderMenu.js (6 months ago) <hzq>
  516. | * a28a71e - standardized typescript d.ts file (6 months ago) <jim>
  517. * | 31052b2 - fix rebase url bug (6 months ago) <jim>
  518. * | 04e920e - Enable code split defaultly (6 months ago) <jim>
  519. * | 1a99a24 - remove useless files (6 months ago) <ddcat1115>
  520. * | 522ec42 - individual url #1072 (6 months ago) <ddcat1115>
  521. * | f87d737 - better url #1072 (6 months ago) <ddcat1115>
  522. * | ed0b743 - fix megre v2 bug (6 months ago) <jim>
  523. * | c9ff3d3 - Merge branch 'v2' into top_nav (6 months ago) <jim>
  524. |\ \
  525. | * \ 3621feb - Merge branch 'master' into v2 (6 months ago) <ddcat1115>
  526. | |\ \
  527. | | |/
  528. | | * 234c97f - Remove fastclick (6 months ago) <afc163>
  529. | | * 58ca12e - Nightmare -> puppeteer (#1006) (6 months ago) <valleykid>
  530. | | * 928e236 - Translated the document of the Login component. (#953) (6 months ago) <SimpleFrontend>
  531. | | * 7dbdbae - Update README.md (6 months ago) <nestoralonso>
  532. | | * b0d3aad - fix #1015 then add reset fields (6 months ago) <jim>
  533. * | | 8b904c6 - LoadingPage (6 months ago) <lijiehua>
  534. * | | 5c8d9c1 - update img url (6 months ago) <jim>
  535. * | | 91bfd88 - add top_meun and siderbar (6 months ago) <jim>
  536. * | | b021ef4 - add top nav layout (6 months ago) <jim>
  537. |/ /
  538. * | 2e59803 - del other country (6 months ago) <jim>
  539. * | 67cb032 - add placeholder 简单的介绍下自己 (6 months ago) <jim>
  540. * | 93efb1b - hidden 头像 (6 months ago) <jim>
  541. * | 86823dc - when mini width hide tile (6 months ago) <jim>
  542. * | 2a11d9a - fix review warning (6 months ago) <jim>
  543. * | e9d8e00 - Fix @luli reveiw (6 months ago) <valleykid>
  544. * | 6d61977 - adjust category (6 months ago) <ddcat1115>
  545. * | 257e294 - update TableList (6 months ago) <ddcat1115>
  546. * | e0cf61e - update userCenter (6 months ago) <ddcat1115>
  547. * | 92293e4 - Merge branch 'master' into v2 (6 months ago) <ddcat1115>
  548. |\ \
  549. | |/
  550. | * ebd6f2f - fix Countdown error format and invalid initial time, close #1009 (6 months ago) <ddcat1115>
  551. | * cb88864 - Fast finish for ci (6 months ago) <valleykid>
  552. | * b00289b - fix #984 add step-form title (6 months ago) <jim>
  553. | * 69cb402 - fix Authorized Promise render recreating (#987) (6 months ago) <guowenfh>
  554. | * f651660 - deps: move rollbar to dependencies (#990) (6 months ago) <Haoliang Gao>
  555. | * 6e51cba - fix #948 (6 months ago) <ddcat1115>
  556. | * cec0f45 - improve SiderMenu (6 months ago) <ddcat1115>
  557. | * 42bfd96 - fix CountDown Unknown event warning (6 months ago) <jim>
  558. | * 27266c5 - fix #972 delete extra / (6 months ago) <jim>
  559. | * 74f5028 - bugfix (#970) (6 months ago) <Alexius Lee>
  560. | * 3b82625 - add meun test and Modify part of the logic (#917) (7 months ago) <陈帅>
  561. * | 509e432 - Merge branch 'v2' of https://github.com/ant-design/ant-design-pro into v2 (6 months ago) <ddcat1115>
  562. |\ \
  563. | * | c230fa8 - workplace use user model (7 months ago) <ddcat1115>
  564. | * | aeda0d9 - User center (#940) (7 months ago) <ddcat1115>
  565. | * | 97547e8 - use less variables & remove some responsive setting (7 months ago) <ddcat1115>
  566. | * | 95e9968 - fix style warning (7 months ago) <jim>
  567. | * | 7c1d6a9 - fix city unload error (7 months ago) <jim>
  568. | * | 52b64ba - optimize GeographicView style (7 months ago) <jim>
  569. | * | 972719a - optimize phoneview style (7 months ago) <jim>
  570. | * | 80a585c - optimize avatar style (7 months ago) <jim>
  571. | * | 9445abd - Enhanced meun response (7 months ago) <jim>
  572. | * | 8b83a6f - responsive support for user information interface (7 months ago) <jim>
  573. | * | 2183e98 - modify review style (7 months ago) <jim>
  574. | * | 415b8ae - features add userinfo page (#880) (7 months ago) <陈帅>
  575. | * | 26860e3 - New page info modal (#876) (7 months ago) <valleykid>
  576. | * | 44ca667 - New page - step modal (#855) (7 months ago) <ddcat1115>
  577. | |/
  578. | * bd391d7 - Format the code (7 months ago) <jim>
  579. | * fd9773f - fix #933 add className prop (7 months ago) <jim>
  580. | * 38f1302 - ⚡️ Change 'getUrlParams()' as standard library to 'url.parse()' (#926) (7 months ago) <王集鹄>
  581. | * 3c18317 - div to fragment (#883) (7 months ago) <陈帅>
  582. | * 6db2e48 - Translate FooterToolbar (#903) (7 months ago) <诸岳>
  583. | * b3af8f8 - fix #821 Menu selection problem (7 months ago) <jim>
  584. | * 5c21b99 - Unit testing to increase breadcrumbs (7 months ago) <jim>
  585. | * f388d92 - 修復点使用文档没有进行正确的跳转 (#893) (7 months ago) <PKAQ>
  586. | * 9994368 - let request.js be able to deal with FormData (#884) (7 months ago) <Guangshuo Chen>
  587. | * 9c4e9c1 - Add period in the end for the tip which don't has period before. (#877) (7 months ago) <Reed Sun>
  588. | * 5ba91f2 - move pro doc link to header (7 months ago) <afc163>
  589. * | 124802f - workplace use user model (7 months ago) <ddcat1115>
  590. * | 3f00025 - User center (#940) (7 months ago) <ddcat1115>
  591. * | 4295b18 - use less variables & remove some responsive setting (7 months ago) <ddcat1115>
  592. * | ea38c9b - fix style warning (7 months ago) <jim>
  593. * | 50845e4 - fix city unload error (7 months ago) <jim>
  594. * | f9e2386 - optimize GeographicView style (7 months ago) <jim>
  595. * | 778e646 - optimize phoneview style (7 months ago) <jim>
  596. * | be06f15 - optimize avatar style (7 months ago) <jim>
  597. * | 996f9e5 - Enhanced meun response (7 months ago) <jim>
  598. * | 7c0550f - responsive support for user information interface (7 months ago) <jim>
  599. * | 3d66a58 - modify review style (7 months ago) <jim>
  600. * | 09c7235 - features add userinfo page (#880) (7 months ago) <陈帅>
  601. * | 28d3327 - New page info modal (#876) (7 months ago) <valleykid>
  602. * | 34f49bf - Merge branch 'master' into v2 (7 months ago) <ddcat1115>
  603. |\ \
  604. | |/
  605. | * 6844c41 - tweak style & move Layout.Header outside of GlobalHeader (7 months ago) <ddcat1115>
  606. | * 6b7221c - Let ‘button of save’ & ‘button of cancel’ have a opportunity to be used -- Advanced Form (#864) (7 months ago) <wunayou>
  607. | * 295580c - add Secured check instantiation (7 months ago) <jim>
  608. | * a798149 - bug fix#862 determine if the target is instantiated (7 months ago) <jim>
  609. | * 5c08dab - remove useless code (7 months ago) <ddcat1115>
  610. | * cafec89 - fix #843 Modify permissions component logic (7 months ago) <jim>
  611. | * c2d1979 - 更新bizcharts版本,解决不兼容ie9/ie10问题 (#838) (7 months ago) <龙小川>
  612. | * 4d03f9c - fix Pie lengendData can not update. fixed: #819 (7 months ago) <nikogu>
  613. * | f187468 - New page - step modal (#855) (7 months ago) <ddcat1115>
  614. |/
  615. * ac4f659 - Repair pie api document format (7 months ago) <jim>
  616. * 8bee64c - (tag: 1.1.0) bump 1.1.0 (7 months ago) <ddcat1115>
  617. * f89a6b7 - fix #724 After registration, change the permission to user (7 months ago) <jim>
  618. * 6e56098 - breadcrumb separator custom (#811) (7 months ago) <unrealsmart>
  619. * fd03153 - Merge branch 'master' of https://github.com/ant-design/ant-design-pro (7 months ago) <ddcat1115>
  620. |\
  621. | * 53d2de7 - 修复TableForm数据验证不过时loading不恢复问题 (#812) (7 months ago) <clannadxr>
  622. * | 33ef0ad - refactor StandardTable - extract columns - support multiple sums display (7 months ago) <ddcat1115>
  623. |/
  624. * 2566834 - Simplify the code and update the comments (#809) (7 months ago) <王集鹄>
  625. * d6a56da - 修复面包屑显示不正确的问题 (如`/issues/new` 会被认为`/issues/:id`) (#801) (7 months ago) <Jeepeng>
  626. * 2d36097 - 修复当Login内不使用Tab时,输入框无法输入的问题 (#794) (7 months ago) <lyingd>
  627. * d8e591e - fix moment format (#799) (7 months ago) <spiritree>
  628. * 0c9f5b0 - Add PageHeader new props `tabBarExtraContent` to be pass to `Tabs` (#793) (7 months ago) <Randy Garces>
  629. * 9691ce3 - use 100vh instead of 100% (#790) (7 months ago) <陈帅>
  630. * 42c5de1 - authority injection (#702) (7 months ago) <陈帅>
  631. * b4fd0e0 - Perfect fix # 744 (7 months ago) <jim chen>
  632. * 99f9e59 - fix TagSelect prop value is an undefined (7 months ago) <jim chen>
  633. * 288169d - Slider breakpoint: md => lg (#779) (7 months ago) <unrealsmart>
  634. * 9223ce0 - 修改TagSelect为受控组件 (#763) (7 months ago) <一月的尾巴>
  635. * b8e9fb7 - Fix a warning (#762) (7 months ago) <valleykid>
  636. * 7008363 - add destroyOnClose close #770 (7 months ago) <jim chen>
  637. * 320aa8e - update Description propTypes (7 months ago) <afc163>
  638. * b97547e - fix error prop (7 months ago) <ddcat1115>
  639. * 1f496dd - improve NumberInfo style (7 months ago) <ddcat1115>
  640. * e7ddfff - add break-all to Ellipsis tooltip (8 months ago) <nikogu>
  641. * c29f22f - 修复TableList验证误触发 (#756) (8 months ago) <valleykid>
  642. * 3f2263d - fix parameters match warning (#613) (8 months ago) <陈帅>
  643. * fc2862b - move -webkit-box-orient to js Ellipsis (8 months ago) <nikogu>
  644. * 4a87502 - add Debounce fix #744 (8 months ago) <jim chen>
  645. * c06d16a - 减少属性访问 (#731) (8 months ago) <LiuTongTong>
  646. * 7e336e8 - add default register email (8 months ago) <ddcat1115>
  647. * 8924f3c - fix user account in register-result (#695) (8 months ago) <elevensky>
  648. * 2d83ca7 - fix missing background color (8 months ago) <ddcat1115>
  649. * d81f5b6 - move background on login page to correct position on large screens (#665) (8 months ago) <Andreas Cederström>
  650. * 03e3a2d - 添加忽略文件 (#742) (8 months ago) <杨圆建>
  651. * ca4e8f4 - Update package.json (#737) (8 months ago) <hzq>
  652. * 87ca9fd - fix #729 prevent pollution url history (8 months ago) <jim>
  653. * df93c64 - fix #716 Contact with dva / router coupling (8 months ago) <jim>
  654. * c5449a3 - Increase url-polyfill, ie11 edge support (#699) (8 months ago) <陈帅>
  655. * f9f8eb0 - fix #710 (8 months ago) <jim>
  656. * 4893296 - fix #697 when the menu path is url, the parent path is not spliced (8 months ago) <jim>
  657. * 29e87b8 - Change trigger menu address Modify the starting error handling (#675) (8 months ago) <陈帅>
  658. * e4c1f02 - fix warning about className, close #689 (8 months ago) <ddcat1115>
  659. * 254c5a6 - Add style property (8 months ago) <jim>
  660. * 3c03f22 - Fix firefox error, close #677 (8 months ago) <afc163>
  661. * c3dfe2e - fix indent (8 months ago) <afc163>
  662. * d091cf4 - Fix prop name typo, close #681 (8 months ago) <afc163>
  663. * 5e568ad - Use redux connected router (#669) (8 months ago) <Andreas Cederström>
  664. * e4f75af - Add username/password hint (8 months ago) <afc163>
  665. * a0ecd04 - Fix roadhog build analyze, sorrycc/roadhog#541 (8 months ago) <afc163>
  666. * 5107967 - publish 1.0.1 (8 months ago) <nikogu>
  667. * 98005f8 - fix #670 login error info (8 months ago) <jim>
  668. * b591451 - 1.0.1-rc.0 (8 months ago) <nikogu>
  669. * 2baef5e - support typescript (8 months ago) <jim>
  670. * 976e610 - fix #656 misspelled words (8 months ago) <jim>
  671. * 6f27820 - fix #649 browserHistory error (8 months ago) <jim>
  672. * 5820d95 - fix Unexpected use of 'location' no-restricted-globals error (#654) (8 months ago) <WhatAKitty>
  673. * b9002a3 - (tag: 1.0.0) fix changelog link (8 months ago) <afc163>
  674. * cd64adf - update links (8 months ago) <afc163>
  675. * 6ae1530 - Use roadhog test (#640) (8 months ago) <偏右>
  676. * 0fe6003 - fix #616 (#622) (8 months ago) <PKAQ>
  677. * 479ddf7 - bump 1.0.0 (8 months ago) <ddcat1115>
  678. * ecef625 - Modify the document (8 months ago) <jim>
  679. * 31b8213 - fixed Pie all 0 NaN #645 (8 months ago) <nikogu>
  680. * 522ddd8 - fix login icon style (8 months ago) <afc163>
  681. * d867d7e - Modify the document in the mistakes (8 months ago) <jim>
  682. * bb85b06 - Fix some style problems (8 months ago) <afc163>
  683. * c592981 - Merge branch 'master' of github.com:ant-design/ant-design-pro (8 months ago) <afc163>
  684. |\
  685. | * 5776750 - redirect from /user to /user/login (#632) (8 months ago) <Andreas Cederström>
  686. | * c036c86 - add secured doc (8 months ago) <jim>
  687. | * 0949342 - Turn off eslint check before build (8 months ago) <偏右>
  688. | * cb206dc - restore package.json babel (8 months ago) <nikogu>
  689. | * a17f543 - fixed Authorized Demo & Ellipsis tooltip #615 (8 months ago) <nikogu>
  690. * | cf41067 - update .gitignore (8 months ago) <afc163>
  691. |/
  692. * f610902 - Fix babel 7 issue, facebook/jest#4557 (8 months ago) <afc163>
  693. * 39f7830 - update Authorized doc (8 months ago) <jim>
  694. * 365ad51 - Fix loose undefined, babel/babel#7110 (8 months ago) <afc163>
  695. * c16aebf - temp fix of extra scroll bar (8 months ago) <afc163>
  696. * 9666d03 - Fix test case finnally (8 months ago) <afc163>
  697. * 5af4b82 - Update README.md (8 months ago) <偏右>
  698. * 8d0a772 - Fix jest babel config (8 months ago) <afc163>
  699. * f9c0fff - Should not mutate state, close #602 (8 months ago) <afc163>
  700. * 9c69097 - add Authorized doc (8 months ago) <jim>
  701. * 0647007 - Do not check lint in roadhog dev (8 months ago) <afc163>
  702. * 677d171 - fix should have a unique "key" prop (8 months ago) <jim>
  703. * 74b1e62 - Change the default role to admin (8 months ago) <jim>
  704. * cc37cab - 2017 => 2018 (8 months ago) <afc163>
  705. * fe26f89 - remove useless code (8 months ago) <ddcat1115>
  706. * b290f01 - update roadhog-api-doc & export notices (8 months ago) <nikogu>
  707. * c859fde - Authorized typescript (#573) (8 months ago) <陈帅>
  708. * 5ade223 - 1. fixed TagCloud unmount setState 2. fixed PageHeader key warning 3. fixed MiniArea key warning (8 months ago) <nikogu>
  709. * cfced55 - update menu (8 months ago) <afc163>
  710. * b372626 - add Authorized doc & demo (8 months ago) <ddcat1115>
  711. * 61c60a2 - Config code split (#562) (8 months ago) <偏右>
  712. * 668074c - Fix test case (8 months ago) <afc163>
  713. * 889447f - Fix code style (8 months ago) <afc163>
  714. * 4778d95 - Fix login fail (8 months ago) <afc163>
  715. * 8a23290 - Fix footer key (8 months ago) <afc163>
  716. * e822179 - add dva-loading (#587) (8 months ago) <Andreas Cederström>
  717. * 474c746 - fix(GlobalFooter): manually define link item keys (#586) (8 months ago) <Connor Brathwaite>
  718. * 662fd28 - update script for test (8 months ago) <afc163>
  719. * 0e3c6f6 - remove dep (8 months ago) <afc163>
  720. * 45132e8 - fix rmock error (8 months ago) <jim>
  721. * 25e6789 - fix #584 (8 months ago) <ddcat1115>
  722. * fa79d05 - fix 578 (#581) (8 months ago) <陈帅>
  723. * 013247c - fixed charts colors & import default g2 config in charts (#567) (8 months ago) <niko>
  724. * 135735b - 增加登录中按钮loading效果 (#576) (8 months ago) <WhatAKitty>
  725. * c6cf634 - Migrate to roadhog@2 (#542) (8 months ago) <chencheng (云谦)>
  726. * cfa27b1 - Authority management (#508) (8 months ago) <ddcat1115>
  727. * 74f0a0a - Allow menu icon config as img url or ReactNode (8 months ago) <afc163>
  728. * 84dd304 - Add build to travis ci (#565) (8 months ago) <Wei Zhu>
  729. * bba32aa - fix #560 (8 months ago) <ddcat1115>
  730. * 9ace75b - style: fix more detail (8 months ago) <afc163>
  731. * c159f06 - Update README.md (8 months ago) <偏右>
  732. * 8b75ed3 - style: fix some detail (8 months ago) <afc163>
  733. * d2afa15 - Fix default activeTabKey, close #563 (8 months ago) <afc163>
  734. * 34e69e5 - refactor formatter (8 months ago) <afc163>
  735. * 60a768d - fix Login demo lint (8 months ago) <ddcat1115>
  736. * 481787a - fixed charts color style (8 months ago) <nikogu>
  737. * 6404250 - remove extra scroll bar, close #532 (8 months ago) <afc163>
  738. * 587c5dd - remove typescript code (8 months ago) <afc163>
  739. * 1a5b7ac - New Login component (#147) (8 months ago) <ddcat1115>
  740. * 2e0efbb - update dependencies and fix lint and test case (8 months ago) <afc163>
  741. * e2b1261 - - fix step-form can't match any menu item - fix click logo can't change menu open keys (8 months ago) <ddcat1115>
  742. * 2bbef8d - More detail in travis log (8 months ago) <afc163>
  743. * 2fb922d - take dispatch outside the component, close #528 (8 months ago) <afc163>
  744. * c1366eb - update code style (8 months ago) <afc163>
  745. * 86a2d26 - simplify code (8 months ago) <afc163>
  746. * b27bf8d - Fix unneccessary rerender of parent page, close #525 (8 months ago) <afc163>
  747. * c148b64 - Upgrade BizCharts (#370) (8 months ago) <niko>
  748. * cc28e06 - Do with new router (#519) (8 months ago) <WhatAKitty>
  749. * 8a15e9b - fix error while using react-script (#516) (8 months ago) <WhatAKitty>
  750. * 3683e0d - Fix warning of applying `bool` into onClick prop (#521) (8 months ago) <WhatAKitty>
  751. * d9d02c3 - add proptypes for Description (8 months ago) <ddcat1115>
  752. * d8b0a9e - fix breadcrumb prop priority (8 months ago) <ddcat1115>
  753. * 12d8b40 - Add fastclick (8 months ago) <afc163>
  754. * 838d841 - Increase global error handling (#500) (8 months ago) <陈帅>
  755. * 99e714a - 扩展dymaicWrapper,防止Model重复导入报错 (#506) (8 months ago) <henrydf>
  756. * e221476 - Mobile menu (#463) (8 months ago) <jiang>
  757. * ce84e3f - Update menu.js (#511) (8 months ago) <Arun Kumar T K>
  758. * 5e02d63 - fix list redirect bug (#507) (8 months ago) <陈帅>
  759. * 74b4f30 - Fix pageHeader responsive issue (8 months ago) <afc163>
  760. * 2885fa9 - better jsx-wrap-multilines eslint rule (8 months ago) <afc163>
  761. * a8caa50 - Add activeTabKey for PageHeader (8 months ago) <afc163>
  762. * 577ded4 - Router config (#442) (8 months ago) <ddcat1115>
  763. * 6e37a93 - (tag: 0.3.1) bump 0.3.1 (8 months ago) <nikogu>
  764. * 924626e - remove overflow(), because of babel-css-modules bug (8 months ago) <nikogu>
  765. * affacb7 - fix 437 (#477) (8 months ago) <陈帅>
  766. * 94c2363 - Add clearer tips (#475) (8 months ago) <陈帅>
  767. * 7733f4f - Fix list page style (8 months ago) <afc163>
  768. * e111d7b - Refactor search list routes (#440) (9 months ago) <偏右>
  769. * 69a9d9b - Unlimited list to add a special method (#451) (9 months ago) <陈帅>
  770. * c03d59b - use require to fix dist error (9 months ago) <afc163>
  771. * c4f69fc - No default with export multi objects (#337) (9 months ago) <WhatAKitty>
  772. * d1596ea - Initial range (9 months ago) <afc163>
  773. * 1991960 - Fix double scroll bars in IE11 & Edge, close #393 (9 months ago) <afc163>
  774. * f67bff3 - GlobalHeader & SiderMenu (#411) (9 months ago) <偏右>
  775. * 3e1ad8f - change avatars (9 months ago) <afc163>
  776. * 1e315ca - Fix setState on unmounted component, close #338 (9 months ago) <afc163>
  777. * 753dc95 - Refactor Login code (9 months ago) <afc163>
  778. * e783edb - Repair query form parameters not reset problem (#398) (9 months ago) <陈帅>
  779. * 5715817 - switch avatars (9 months ago) <afc163>
  780. * 07dd3eb - change avatars (9 months ago) <afc163>
  781. * 0027851 - repair problem: countdown will not change when target time update (#392) (9 months ago) <dong>
  782. * 9d9025a - Reformatted (#391) (9 months ago) <陈帅>
  783. * 907f1a5 - fix register page mobile style (9 months ago) <ddcat1115>
  784. * 0a46224 - Fix FooterToolbar width (9 months ago) <afc163>
  785. * 5acd5e7 - Fix FooterToolbar z-index, close #362 (9 months ago) <afc163>
  786. * 117ac96 - add prettier to precommit (9 months ago) <nikogu>
  787. * 1f95db9 - fixed components demo lint (9 months ago) <nikogu>
  788. * 1a65f5b - fix component Children map error (#368) (9 months ago) <陈帅>
  789. * 268cbe6 - upgrade to antd@3.0 (9 months ago) <afc163>
  790. * ebf8b00 - fixed when ChartCard total is 0, total has no style https://github.com/ant-design/ant-design-pro/issues/329 (9 months ago) <nikogu>
  791. * 8feaa32 - Support typescript (#341) (9 months ago) <陈帅>
  792. * ee0f8db - Fix breadcrumb 404 link, close #343 (9 months ago) <afc163>
  793. * 4ff721f - Refactor breadcrumbMap (9 months ago) <afc163>
  794. * faec7ed - Fix bug when TagSelectOption is 1 (#336) (9 months ago) <陈帅>
  795. * 687057b - Fix Exception background in Firefox (9 months ago) <afc163>
  796. * 7a1b8b7 - doc: remove a convenience defined as a reference (#324) (9 months ago) <陈帅>
  797. * 529647e - change logo (9 months ago) <afc163>
  798. * 0d2a250 - remove public/sample.js (9 months ago) <afc163>
  799. * f15770a - add .d.ts file & optimized some docs (#315) (9 months ago) <jim chen>
  800. * 8499228 - Fix image card layout bug, close #281 (9 months ago) <afc163>
  801. * 16310bb - fix roadhog-api-doc version (9 months ago) <afc163>
  802. * 55e5d20 - 增加所有剩余对外开发的组件 .d.ts (#312) (9 months ago) <jim chen>
  803. * ffbba86 - promote trigger weight (#310) (9 months ago) <guihua>
  804. * 41cbebb - change avatar (9 months ago) <afc163>
  805. * c98fa71 - 修改错误的图表文档. 增加几处漏写的文档 (#308) (9 months ago) <jim chen>
  806. * 2dfe10f - 两个文档方面的修改 (#307) (9 months ago) <jim chen>
  807. * 52c14ea - Use public and assets resource, close #299 (9 months ago) <afc163>
  808. * b3d2547 - Fix Steps position style (9 months ago) <afc163>
  809. * 0e601d1 - fix updating badge bug (#289) (9 months ago) <Xiaoming Liu>
  810. * e531356 - Fix logo padding calculate way (9 months ago) <afc163>
  811. * 3dec7c8 - use rollbar over rollbar-browser (9 months ago) <afc163>
  812. * 66583a7 - use a temp roadhog-api-doc, #84 (9 months ago) <afc163>
  813. * 7532598 - Fix test case (9 months ago) <afc163>
  814. * 8262d14 - Fix polyfill, #210 (9 months ago) <afc163>
  815. * 8c68b73 - Add babel-polyfill (9 months ago) <afc163>
  816. * c206828 - Fix workId undefined, close #246 (9 months ago) <afc163>
  817. * 81577c8 - add roadhog "hash" charater (#256) (9 months ago) <Xiaoming Liu>
  818. * 1ac8b45 - require -> import (#162) (9 months ago) <Jifa Jiang>
  819. * b3e917c - Replace sentry with rollbar (#253) (9 months ago) <偏右>
  820. * 51e1ffe - fixed clearNotices effects in global model (#266) (9 months ago) <Xiaoming Liu>
  821. * 0d00edd - use Table column.align (9 months ago) <afc163>
  822. * 9924514 - Add minHeight for loading content (9 months ago) <afc163>
  823. * 36d21a6 - update images (9 months ago) <afc163>
  824. * 80d7eb1 - remove whitespace (9 months ago) <afc163>
  825. * e642aa1 - fix user input information will lose (#255) (9 months ago) <Xiaoming Liu>
  826. * 1d31618 - add SimpleCard style to fixed: https://github.com/ant-design/ant-design-pro/issues/192 (9 months ago) <nikogu>
  827. * 0688459 - Fixed import BasicLayout login model https://github.com/ant-design/ant-design-pro/issues/243 (9 months ago) <nikogu>
  828. * d678bbb - (tag: 0.3.0) bump 0.3.0 (9 months ago) <nikogu>
  829. * 6b35360 - Fixed: https://github.com/ant-design/ant-design-pro/issues/229 (9 months ago) <nikogu>
  830. * 2c9da74 - Fixed default BrowserHistory demo (9 months ago) <nikogu>
  831. * 591beb1 - fixed isSupportLineClamp’s judgment (#240) (9 months ago) <huaxiabuluo>
  832. * 7ffd48d - import -> ()=>import Fixed: https://github.com/ant-design/ant-design-pro/issues/228 (9 months ago) <nikogu>
  833. * 0c0cb87 - Add eslint-config-compact (10 months ago) <afc163>
  834. * fc57d8f - Fix cancel undefined (10 months ago) <afc163>
  835. * b8a96c5 - Trace errors by using sentry.io (10 months ago) <afc163>
  836. * dfc118f - (tag: 0.2.3-rc.3) bump 0.2.3-rc.3 (10 months ago) <nikogu>
  837. * 5cce044 - Debounce not working (10 months ago) <afc163>
  838. * 486ec4f - Fix code indent (10 months ago) <afc163>
  839. * 43add56 - (tag: 0.2.3-rc.2) Fixed: https://github.com/ant-design/ant-design-pro/issues/212 (10 months ago) <nikogu>
  840. * 5a61434 - fixed dynamic router (10 months ago) <nikogu>
  841. * 44d2c7b - refactor inhuman code of nav.js (10 months ago) <nikogu>
  842. * 5a47aa0 - upgrade dva to 2.1.0, fix #179 (#204) (10 months ago) <mgcnrx11>
  843. * a67a951 - Fix NO_PROXY in windows, ref #181 (10 months ago) <afc163>
  844. * 31af67c - Fix dynamic component remount #114 #150 (#184) (10 months ago) <WhatAKitty>
  845. * debfa50 - (tag: 0.2.3-rc.1) fix babel-plugin-css-modules-transform broken with less function for the moment https://github.com/michalkvasnicak/babel-plugin-css-modules-transform/issues/67 (10 months ago) <nikogu>
  846. * cc7212e - Fix dynamic component remount, #114 (10 months ago) <afc163>
  847. * 5c6de66 - Update README.md (#174) (10 months ago) <Jeff Wen>
  848. * d93b0bf - Merge branch 'WhatAKitty-master' (10 months ago) <afc163>
  849. |\
  850. | * 9a58410 - Add spin for dynamic import (10 months ago) <afc163>
  851. | * 0d9b229 - Format code (10 months ago) <WhatAKitty>
  852. | * eb971d3 - Fix wrong import (10 months ago) <WhatAKitty>
  853. | * c67c769 - Load models on demand (10 months ago) <WhatAKitty>
  854. | * 7808f66 - Dynamic route (10 months ago) <WhatAKitty>
  855. |/
  856. * 5a972e9 - Update Ellipsis compute through height (#171) (10 months ago) <niko>
  857. * 1800435 - Fix mock data (10 months ago) <afc163>
  858. * 6e2d122 - use antd Divider (10 months ago) <afc163>
  859. * 63b7645 - Remove v2 reset styles (10 months ago) <afc163>
  860. * ebde3e5 - Fixed bug#140 (#164) (10 months ago) <valleykid>
  861. * 60c34b6 - remove default value of defaultValue (10 months ago) <afc163>
  862. * f2817df - refactor TagSelect state, close #161 (10 months ago) <afc163>
  863. * 7815eec - 404 page for /xxx/whatever (10 months ago) <afc163>
  864. * c0c65a0 - Fix same path warning (10 months ago) <afc163>
  865. * d4f10ee - fix #128 (10 months ago) <ddcat1115>
  866. * 3fbfc92 - bump 0.2.3-rc.0 to fixed Ellipsis (10 months ago) <nikogu>
  867. * b6570f1 - use -webkit-line-clamp & remove cover mode (10 months ago) <nikogu>
  868. * d04c138 - Fixed: https://github.com/ant-design/ant-design-pro/issues/130 (10 months ago) <nikogu>
  869. * cfa8063 - Fixed Ellipsis PureComponent -> Component (10 months ago) <nikogu>
  870. * be80a72 - fixed Ellipsis demo title (10 months ago) <nikogu>
  871. * e08b003 - Update README.md (10 months ago) <偏右>
  872. * ca6fe1f - remove roadhog-api-doc from deps (10 months ago) <nikogu>
  873. * becfc14 - (tag: 0.2.2) bump 0.2.2 (10 months ago) <nikogu>
  874. * ecdfb4c - change default profile (10 months ago) <afc163>
  875. * 4538dfa - change default profile (10 months ago) <afc163>
  876. * ffea9d9 - Add Ellipsis Component (#135) (10 months ago) <niko>
  877. * 6306c2f - Fix HeaderSearch onPressEnter, close #131 (10 months ago) <afc163>
  878. * d8ea7d6 - Fix account select width (10 months ago) <afc163>
  879. * 9e264ce - fix breadcrumb error title (10 months ago) <ddcat1115>
  880. * 1bd9071 - fixed monitor map image overflow width when screen is large (10 months ago) <nikogu>
  881. * ebe7965 - fixed site script (10 months ago) <nikogu>
  882. * aa75b44 - add ie meta (10 months ago) <ddcat1115>
  883. * cc9deb3 - Update README.md (10 months ago) <偏右>
  884. * 77eac16 - Fixed issue#124 (#125) (10 months ago) <valleykid>
  885. * 7cc62e5 - fixed title of docs (10 months ago) <nikogu>
  886. * 737830a - update readme for cli (10 months ago) <nikogu>
  887. * 060b41e - translate AvatarList (#123) (10 months ago) <niko>
  888. * 50f9546 - fixed CountDown docs for en (10 months ago) <nikogu>
  889. * 982872b - translation CountDown (#121) (10 months ago) <niko>
  890. * 544922c - fixed english docs (10 months ago) <nikogu>
  891. * e21642b - fix pageTitle for BasicLayout (10 months ago) <ddcat1115>
  892. * 035ef3d - Fix TableList align (10 months ago) <afc163>
  893. * 3e998fb - bump 0.2.2-rc.1 to fix build components (10 months ago) <nikogu>
  894. * f836ced - Fix deps (10 months ago) <afc163>
  895. * 796a242 - update devDeps (10 months ago) <afc163>
  896. * a26eafd - Update README.md (10 months ago) <偏右>
  897. * b4c2395 - update README.md (10 months ago) <afc163>
  898. * a85b364 - update README.md (10 months ago) <afc163>
  899. * cf37e9a - remove unused code (10 months ago) <afc163>
  900. * d8e9f22 - Improve search saga and loading logic (10 months ago) <afc163>
  901. * f50867b - Better dispatch and saga for login logic (10 months ago) <afc163>
  902. * 41fffed - bump 0.2.2-rc.0 (10 months ago) <nikogu>
  903. * 66d5996 - More notification when api failed (10 months ago) <afc163>
  904. * c771ea2 - PageHeader - breadcrumb support url with params fix #64 (10 months ago) <ddcat1115>
  905. * 7efcab1 - return error always, ref #82 (10 months ago) <afc163>
  906. * 10e8c03 - Fix API fetch error, close #82 (10 months ago) <afc163>
  907. * 874afcc - Use es module (#86) (10 months ago) <Wei Zhu>
  908. * 61c9124 - CI in windows (#89) (10 months ago) <偏右>
  909. * e34c584 - Fix responsive style of Pie, close #76 (10 months ago) <afc163>
  910. * ba3760a - Tweak sale Pie margin (10 months ago) <afc163>
  911. * 3654685 - (tag: 0.2.1, tag: 0.2.0) bump 0.2.1 (10 months ago) <nikogu>
  912. * 48bda57 - fixed: https://github.com/ant-design/ant-design-pro/issues/76 (10 months ago) <nikogu>
  913. * 8293582 - TYPO in TableList (#74) (10 months ago) <FOCUS>
  914. * 9059189 - fixed ci (10 months ago) <nikogu>
  915. * 37758b8 - Remove unnecessary dependency of components from scaffold (10 months ago) <nikogu>
  916. * 541128e - Add ga listener (10 months ago) <afc163>
  917. * 81cceb5 - Fix Editable Table, close #68 (10 months ago) <afc163>
  918. * e9bfded - Add g2 into deps (10 months ago) <afc163>
  919. * 9709268 - Responsive search form in Table List page (10 months ago) <afc163>
  920. * 993fab9 - fix dump resize function in Pie (10 months ago) <nikogu>
  921. * 8d9b7cf - update Pie responsive depend on root node width (10 months ago) <nikogu>
  922. * bdffd00 - tweak PageHeader demo style (10 months ago) <ddcat1115>
  923. * b24322d - tweak some styles (10 months ago) <ddcat1115>
  924. * ea78a8e - update mock data (10 months ago) <afc163>
  925. * 7f05409 - Delete CNAME (10 months ago) <偏右>
  926. * e465295 - fixed: https://github.com/ant-design/ant-design-pro/issues/63#issuecomment-340979650 (10 months ago) <nikogu>
  927. * b0cfa10 - update README (10 months ago) <afc163>
  928. * 11505f7 - update product svg (10 months ago) <afc163>
  929. * 5c9ce52 - update demo (10 months ago) <afc163>
  930. * 3cc8570 - update components (10 months ago) <afc163>
  931. * 84ebabf - Fix pie rerender (10 months ago) <afc163>
  932. * 9f511d8 - update roadhog (10 months ago) <nikogu>
  933. * 39544d5 - bump 0.2.0 (10 months ago) <nikogu>
  934. * d90c08b - fix P0 issue in http://gitlab.alipay-inc.com/ued/ant-design/issues/271 (10 months ago) <ddcat1115>
  935. * 0b78878 - update component demo (10 months ago) <afc163>
  936. * b27ab27 - Highlight first tab defaultly (10 months ago) <afc163>
  937. * 65dc73e - fixed time select invalid in safari (10 months ago) <nikogu>
  938. * 8ea7531 - fix searchlist responsive (10 months ago) <nikogu>
  939. * 8dc29fd - remove unused prop (10 months ago) <afc163>
  940. * f810179 - exception responsive improve (10 months ago) <ddcat1115>
  941. * 13a1cac - Improve reponsive (10 months ago) <afc163>
  942. * ebb3a09 - update antd version (10 months ago) <afc163>
  943. * 4ad345a - Remove pageSizeOption again (10 months ago) <afc163>
  944. * 9d898fb - Fix list height (10 months ago) <afc163>
  945. * 6c40175 - add pagination pageSizeOptions (10 months ago) <nikogu>
  946. * 88faa66 - fix tagCloud repain (10 months ago) <nikogu>
  947. * 61cd9c1 - fix pagination pageSizeOptions options (10 months ago) <nikogu>
  948. * 0d17791 - Fix PageHeader logo size (10 months ago) <afc163>
  949. * 6508029 - Replace product logo (10 months ago) <afc163>
  950. * 94d2fe6 - Remove pageSize select in table (10 months ago) <afc163>
  951. * f8d345f - Fix RegisterResult button style (10 months ago) <afc163>
  952. * 3a941f2 - Fix tag margin right (10 months ago) <afc163>
  953. * 7f96f60 - fix TagSelect demo & line-height (10 months ago) <nikogu>
  954. * df6ecfb - update charts demo (10 months ago) <nikogu>
  955. * a8f3a07 - update avatars (10 months ago) <afc163>
  956. * ea6e99f - Fix safari invalid date (10 months ago) <afc163>
  957. * ffb677e - Fix pie cut (10 months ago) <afc163>
  958. * aef1e4a - fix #52 (10 months ago) <ddcat1115>
  959. * 748fd44 - Update CNAME (10 months ago) <偏右>
  960. * c55747e - update card height (10 months ago) <afc163>
  961. * 6f3f753 - upgrade roadhog and use ignoreMomentLocale (10 months ago) <afc163>
  962. * 3047229 - Remove spinning of analysis page cards (10 months ago) <afc163>
  963. * c1f4026 - Remove delete button (10 months ago) <afc163>
  964. * 4f6379e - update footer link title (10 months ago) <afc163>
  965. * f1c9a2a - fix: https://github.com/ant-design/ant-design-pro/pull/39 (10 months ago) <nikogu>
  966. * ae1f594 - change .ga code (10 months ago) <nikogu>
  967. * 4293b25 - change .ga.json -> .ga (10 months ago) <nikogu>
  968. * 42d92e6 - add .ga.json file (10 months ago) <nikogu>
  969. * 2b8d0aa - add pro-cli docs (#49) (10 months ago) <niko>
  970. * 9b55900 - fix button list rule (10 months ago) <ddcat1115>
  971. * 52f5356 - Update README.md (10 months ago) <偏右>
  972. * 298785b - fixed: https://github.com/ant-design/ant-design-pro/issues/40 (#44) (10 months ago) <niko>
  973. * ff0385a - improve according to http://gitlab.alipay-inc.com/ued/ant-design/issues/269 (10 months ago) <ddcat1115>
  974. * 03e0ca4 - fixed: https://github.com/ant-design/ant-design-pro/issues/33 (#42) (10 months ago) <niko>
  975. * d25b112 - update max pie title font size (10 months ago) <afc163>
  976. * 2bf2497 - Fix #38 (10 months ago) <偏右>
  977. * 1ae2d59 - Avoid import moment locales (10 months ago) <afc163>
  978. * ed38f7e - Add moment as deps (10 months ago) <afc163>
  979. * 86314e2 - Add npm run analyze (10 months ago) <afc163>
  980. * c2f34d5 - Better pie responsive (#37) (10 months ago) <偏右>
  981. * 57eb471 - use cdn combo (10 months ago) <afc163>
  982. * f423c75 - update Trend (10 months ago) <afc163>
  983. * 55b6eef - Add screen reponsive className (10 months ago) <afc163>
  984. * 76f9865 - update footer (10 months ago) <afc163>
  985. * 92bb538 - update footer (10 months ago) <afc163>
  986. * 0da5621 - (tag: 0.1.10) update README (10 months ago) <afc163>
  987. * 316ab41 - Move nightmare into optionalDependencies, #31 (10 months ago) <afc163>
  988. * 7ecd068 - bump 0.1.10 (10 months ago) <nikogu>
  989. * f1b8acb - Update README.md (10 months ago) <偏右>
  990. * 2fc0cb9 - Add delay for resize (10 months ago) <afc163>
  991. * 17feda3 - dispatch window resize event when menu collapse (10 months ago) <afc163>
  992. * cae8242 - update README.md (10 months ago) <afc163>
  993. * cc3f75a - update README.md (10 months ago) <afc163>
  994. * fcb290e - Fix link and head picture (10 months ago) <afc163>
  995. * 9d54701 - Merge branch 'master' of https://github.com/ant-design/test2 (10 months ago) <ddcat1115>
  996. |\
  997. | * e92c016 - Fix readme (10 months ago) <afc163>
  998. * | 61fdf7a - Merge branch 'master' of https://github.com/ant-design/test2 (10 months ago) <ddcat1115>
  999. |\ \
  1000. | |/
  1001. | * 557e287 - update README.md (10 months ago) <afc163>
  1002. * | 1cd81f3 - fix Exception demo (10 months ago) <ddcat1115>
  1003. |/
  1004. * 1589623 - update README (10 months ago) <afc163>
  1005. * de1b760 - update advanced form style (10 months ago) <afc163>
  1006. * 0a27682 - Merge branch 'master' of https://github.com/ant-design/test2 (10 months ago) <ddcat1115>
  1007. |\
  1008. | * 243be5d - update (10 months ago) <afc163>
  1009. | * 59d0ddc - fix style (10 months ago) <afc163>
  1010. | * 435434d - Add CNAME (10 months ago) <afc163>
  1011. | * b061a3a - update components doc (10 months ago) <nikogu>
  1012. | * 8ec95ea - [WIP] Add README (#24) (10 months ago) <偏右>
  1013. * | 393682d - update card style (10 months ago) <ddcat1115>
  1014. |/
  1015. * 99ae700 - update Charts docs default value (10 months ago) <nikogu>
  1016. * 9be2358 - fix style (10 months ago) <afc163>
  1017. * a5b4c85 - Change advanced form layout (10 months ago) <afc163>
  1018. * f81fc7d - close: https://github.com/ant-design/test2/issues/29 (10 months ago) <nikogu>
  1019. * ded8c84 - update specify the list description color (10 months ago) <nikogu>
  1020. * 9f5635c - Fix button margin (10 months ago) <afc163>
  1021. * 1b069a0 - Merge branch 'master' of https://github.com/ant-design/test2 (10 months ago) <ddcat1115>
  1022. |\
  1023. | * a9c1b88 - Fix react className warning (10 months ago) <afc163>
  1024. * | f0102c6 - update style (10 months ago) <ddcat1115>
  1025. |/
  1026. * 2b626f2 - update logo font family (10 months ago) <afc163>
  1027. * 36d3f39 - upgrade to React 16 (10 months ago) <afc163>
  1028. * 82d5b5d - Fix margin (10 months ago) <afc163>
  1029. * 097f1d5 - Fix text of site (10 months ago) <afc163>
  1030. * dc6b13b - Switch Trend color (10 months ago) <afc163>
  1031. * 45aa12c - tweak card style (10 months ago) <afc163>
  1032. * 12ba3e1 - Tweak style (10 months ago) <afc163>
  1033. * 281746e - Fix form style (10 months ago) <afc163>
  1034. * 1e54651 - update mock data (10 months ago) <afc163>
  1035. * 5609cde - Add new avatar pictures (10 months ago) <afc163>
  1036. * 6a2fea1 - Merge branch 'master' of https://github.com/ant-design/test2 (10 months ago) <ddcat1115>
  1037. |\
  1038. | * 47b554a - Fix margin (10 months ago) <afc163>
  1039. | * 6fc6d13 - Refactor TagSelect (10 months ago) <afc163>
  1040. | * 99162c7 - update activities data (10 months ago) <afc163>
  1041. * | ba31041 - update style for profile and DescriptionList (10 months ago) <ddcat1115>
  1042. |/
  1043. * 348c62b - Merge branch 'master' of https://github.com/ant-design/test2 (10 months ago) <ddcat1115>
  1044. |\
  1045. | * 54b17ee - Fix workspace style (10 months ago) <afc163>
  1046. | * d05a69b - Fix workplace style (10 months ago) <afc163>
  1047. * | 9c0b675 - update style & add digitUppercase util (10 months ago) <ddcat1115>
  1048. |/
  1049. * 339ea67 - Improve TagCloud (10 months ago) <afc163>
  1050. * 89ed9cc - Tweak menu margin (10 months ago) <afc163>
  1051. * c9164b8 - Merge branch 'master' of https://github.com/ant-design/test2 (10 months ago) <ddcat1115>
  1052. |\
  1053. | * 95aef7c - Fix waterwave background (10 months ago) <afc163>
  1054. | * 0aa70e3 - Fix home page collapsed menu (10 months ago) <afc163>
  1055. | * db197c3 - fix breadcrumb (10 months ago) <afc163>
  1056. | * 76324ce - Remove radio margin tweak (10 months ago) <afc163>
  1057. * | 03c26af - update style (10 months ago) <ddcat1115>
  1058. |/
  1059. * 979ce4f - update style (10 months ago) <ddcat1115>
  1060. * f97fd54 - Merge branch 'master' of https://github.com/ant-design/test2 (10 months ago) <ddcat1115>
  1061. |\
  1062. | * 05d0e99 - Fix card height (10 months ago) <afc163>
  1063. | * 4a7fada - update monitor page style (10 months ago) <afc163>
  1064. * | b55be88 - update styles (10 months ago) <ddcat1115>
  1065. |/
  1066. * 7dc26cf - Add Trend demo (10 months ago) <afc163>
  1067. * adb3759 - Refactor number info (#28) (10 months ago) <偏右>
  1068. * 9d24906 - Refactor Trend (#27) (10 months ago) <偏右>
  1069. * ec36e19 - update code style (10 months ago) <afc163>
  1070. * 2a108cf - tweak pie position (10 months ago) <afc163>
  1071. * abf86fa - remove cursor pointer (10 months ago) <afc163>
  1072. * f81b65a - Fix clear notices (10 months ago) <afc163>
  1073. * 0f631ee - update g2 colors globally (10 months ago) <afc163>
  1074. * c10ca6f - Remove dva from component (#26) (10 months ago) <偏右>
  1075. * 0148ddb - Add document links (10 months ago) <afc163>
  1076. * 9867f6e - split dva from components (10 months ago) <nikogu>
  1077. * 2f8b6c3 - revert to dva/router .... (10 months ago) <nikogu>
  1078. * a957bff - Add favicon and update g2 default theme (10 months ago) <afc163>
  1079. * 85b880c - change components Link from dva/router to react-router (10 months ago) <nikogu>
  1080. * a30e058 - update detail (10 months ago) <afc163>
  1081. * f802859 - Lots of improvement (10 months ago) <afc163>
  1082. * 224e566 - active date selection (10 months ago) <afc163>
  1083. * 6044738 - Fix tabs (10 months ago) <afc163>
  1084. * 378d9ae - Fix pie (10 months ago) <afc163>
  1085. * 1a1aa95 - update dashboard (10 months ago) <afc163>
  1086. * 3e042cb - Fix dashboard style (10 months ago) <afc163>
  1087. * 577564c - fixed charts padding (10 months ago) <nikogu>
  1088. * 20bf326 - fixed get width (10 months ago) <nikogu>
  1089. * cfc0aea - Dva@2 (#13) (10 months ago) <ddcat1115>
  1090. * 9e5bbe7 - use babel-plugin-env (10 months ago) <afc163>
  1091. * 457066a - Fix typo (10 months ago) <afc163>
  1092. * b0baf66 - Fix deps (10 months ago) <afc163>
  1093. * 77e1edd - Fix test case (10 months ago) <afc163>
  1094. * cd0248e - Lint staged (#25) (10 months ago) <偏右>
  1095. * 12f41ad - upgrade enzyme (10 months ago) <afc163>
  1096. * c6e28e6 - update devDeps (10 months ago) <afc163>
  1097. * a347918 - Create LICENSE (10 months ago) <偏右>
  1098. * 35129a9 - Create CODE_OF_CONDUCT.md (10 months ago) <偏右>
  1099. * 1679154 - bold active tabs (10 months ago) <afc163>
  1100. * 2106660 - update header shadow (10 months ago) <afc163>
  1101. * 2247fc1 - split g2-slider (10 months ago) <nikogu>
  1102. * ca45dd0 - update tag clound (10 months ago) <nikogu>
  1103. * 7c2ec98 - update styles (10 months ago) <afc163>
  1104. * 0153ec1 - update detail (10 months ago) <nikogu>
  1105. * 16d768d - fixed design of result & user page (10 months ago) <nikogu>
  1106. * 3390281 - fixed design of exception & detail page (10 months ago) <nikogu>
  1107. * 897b1f8 - fixed text (#23) (11 months ago) <niko>
  1108. * 72b393e - Merge branch 'master' of https://github.com/ant-design/test2 (11 months ago) <ddcat1115>
  1109. |\
  1110. | * ff612c5 - design review (#22) (11 months ago) <niko>
  1111. * | d8aef5a - remove useless category (11 months ago) <ddcat1115>
  1112. |/
  1113. * 6facbbe - Merge branch 'master' of https://github.com/ant-design/test2 (11 months ago) <ddcat1115>
  1114. |\
  1115. | * 4ccb61a - update mock data (11 months ago) <afc163>
  1116. | * 9f5203a - update logo style (11 months ago) <afc163>
  1117. | * 8548488 - Improve header responsive (11 months ago) <afc163>
  1118. | * cfbe147 - Use @heading-color (11 months ago) <afc163>
  1119. | * e5dd0ec - Use Divider component (11 months ago) <afc163>
  1120. | * a50a4fa - update form styles (11 months ago) <afc163>
  1121. | * 5580703 - fix editable table (11 months ago) <afc163>
  1122. | * b474cb9 - bold tab (11 months ago) <afc163>
  1123. | * 2618a58 - update notice style (11 months ago) <afc163>
  1124. | * 5e27eba - Fix margins (11 months ago) <afc163>
  1125. | * f45aeee - update text (11 months ago) <afc163>
  1126. | * ab20621 - clear notices count (11 months ago) <afc163>
  1127. | * cedd92c - update NoticeIcon api doc (11 months ago) <afc163>
  1128. | * 4f2f9e5 - update notification (11 months ago) <afc163>
  1129. | * c0e2d67 - update doc (11 months ago) <nikogu>
  1130. | * eb2a31e - update component docs (11 months ago) <nikogu>
  1131. | * 7f1d829 - Fix avatar position (11 months ago) <afc163>
  1132. | * 68013a5 - update logo background (11 months ago) <afc163>
  1133. | * 664e928 - update style (#21) (11 months ago) <niko>
  1134. | * 268a4ef - update head profile style (11 months ago) <afc163>
  1135. * | 9fb1146 - remove useless components level in doc (11 months ago) <ddcat1115>
  1136. |/
  1137. * 9fc2c15 - update result pages (11 months ago) <ddcat1115>
  1138. * 1152d6d - fixed TagSelect demo & PageHeader index (11 months ago) <nikogu>
  1139. * 8b48d54 - update login/register/resut pages (11 months ago) <ddcat1115>
  1140. * 9e05143 - update BasicForm (11 months ago) <afc163>
  1141. * 4417360 - remove Countdown (11 months ago) <afc163>
  1142. * 36fbfbe - rename Countdown to CountDown (11 months ago) <afc163>
  1143. * 05ca4cf - update list style (11 months ago) <nikogu>
  1144. * 402532c - Dashboard: design update (#18) (11 months ago) <niko>
  1145. * 92898b2 - Tweak styles (11 months ago) <afc163>
  1146. * 62792cc - remove useless margin (11 months ago) <nikogu>
  1147. * b34c2fe - fixed: https://github.com/ant-design/test2/issues/15 (11 months ago) <nikogu>
  1148. * c222d67 - update components (11 months ago) <afc163>
  1149. * 6375d51 - update demos (11 months ago) <afc163>
  1150. * eb326aa - update doc (11 months ago) <afc163>
  1151. * d6386bb - update components API and demo (11 months ago) <afc163>
  1152. * 3ab0043 - fixed card loaing (11 months ago) <nikogu>
  1153. * 0a62cb8 - update Result (11 months ago) <ddcat1115>
  1154. * e7d8c49 - update PageHeader (11 months ago) <ddcat1115>
  1155. * aca772d - test (11 months ago) <ddcat1115>
  1156. * a830f6b - update docs (11 months ago) <ddcat1115>
  1157. * 36bad2b - Merge branch 'master' of https://github.com/ant-design/test2 (11 months ago) <ddcat1115>
  1158. |\
  1159. | * 936d833 - fixed package dependences (11 months ago) <nikogu>
  1160. | * 87f624d - Component update (#17) (11 months ago) <niko>
  1161. * | 9562f27 - update Exception style (11 months ago) <ddcat1115>
  1162. |/
  1163. * 2ed3f76 - fix FooterToolbar style (11 months ago) <afc163>
  1164. * 64f00d3 - Fix HeaderSearch error (11 months ago) <afc163>
  1165. * ffc1e5a - Fix NoticeList style (11 months ago) <afc163>
  1166. * 848a8d9 - renew NoticeIcon (11 months ago) <afc163>
  1167. * a949a3c - 视觉调整 (11 months ago) <ddcat1115>
  1168. * 3cf2fea - remove tag style reset (11 months ago) <afc163>
  1169. * 73128be - change default locale to chinese (11 months ago) <afc163>
  1170. * 707be3c - Remove unused component RadioText (11 months ago) <afc163>
  1171. * 2b01db7 - upgrade eslint-config-airbnb (11 months ago) <afc163>
  1172. * cb286ee - remove size="large" (11 months ago) <afc163>
  1173. * c320f1b - lock eslint version (11 months ago) <afc163>
  1174. * 30a394a - Fix footer padding (11 months ago) <afc163>
  1175. * a9bf39c - Fix popover style (11 months ago) <afc163>
  1176. * a935dfe - remove less variables (11 months ago) <afc163>
  1177. * af0b06e - change usage of PageHeader in Workplace (11 months ago) <ddcat1115>
  1178. * 4186ba6 - Fix menu collapsed behavior (11 months ago) <afc163>
  1179. * 25c4411 - Remove size="large" (11 months ago) <afc163>
  1180. * a40b4c7 - remove (11 months ago) <afc163>
  1181. * dcb5f76 - update antd3.0 (11 months ago) <nikogu>
  1182. * e6d23ae - improve responsive (11 months ago) <ddcat1115>
  1183. * 9b23270 - Fix button response design (11 months ago) <afc163>
  1184. * c4d9e02 - add list responsive (11 months ago) <nikogu>
  1185. * bde065b - fix Result style #14 (11 months ago) <ddcat1115>
  1186. * 7e69f3c - Fix feed link color (11 months ago) <afc163>
  1187. * 30a6423 - remove global alert (11 months ago) <afc163>
  1188. * 8599753 - 添加 Charts 的文档和DEMO (12 months ago) <nikogu>
  1189. * 7b8ea8d - Fix variable error (12 months ago) <afc163>
  1190. * 73b25c7 - fix ui test (12 months ago) <afc163>
  1191. * f0e520e - Remove font-size variable (12 months ago) <afc163>
  1192. * 6470e03 - close: https://github.com/ant-design/test2/issues/11 (12 months ago) <nikogu>
  1193. * 558da10 - 优化图表清理的代码 (12 months ago) <nikogu>
  1194. * aa83304 - clost: https://github.com/ant-design/test2/issues/12 (12 months ago) <nikogu>
  1195. * 21dba8b - Move theme to a saperate file (12 months ago) <afc163>
  1196. * e5cd825 - 增加禁用 proxy 的 start (12 months ago) <nikogu>
  1197. * 5e0d868 - Remove unneccessary card noHovering prop (12 months ago) <afc163>
  1198. * f6c32c2 - add stylelintrc (12 months ago) <nikogu>
  1199. * 5349737 - clost #https://github.com/ant-design/test/issues/69 (12 months ago) <nikogu>
  1200. * 315b660 - add style lint (12 months ago) <nikogu>
  1201. * c271a7b - fix test (12 months ago) <afc163>
  1202. * 2d1148e - Add UI Test (#10) (12 months ago) <偏右>
  1203. * 3357ffb - remove alert closable (12 months ago) <afc163>
  1204. * 7ae6bac - update input transition (12 months ago) <afc163>
  1205. * 63b095f - Merge pull request #8 from ant-design/design-review (12 months ago) <niko>
  1206. |\
  1207. | * d9a2f91 - Merge branch 'design-review' of https://github.com/ant-design/test2 into design-review (12 months ago) <nikogu>
  1208. | |\
  1209. | | * 69674c8 - 列表页视觉 review 优化 (12 months ago) <nikogu>
  1210. | | * 0de5588 - 去掉冗余代码 (12 months ago) <nikogu>
  1211. | | * 75684f6 - 抽离定时器图表为上层组件 (12 months ago) <nikogu>
  1212. | | * c48a0d4 - 除去冗余代码 (12 months ago) <nikogu>
  1213. | | |\
  1214. | | | * 523adcc - update searchinput (12 months ago) <nikogu>
  1215. | | | * b4d7f6c - List & Dashboard Design Review (12 months ago) <nikogu>
  1216. | | * | 9fc1609 - 修正图表渲染时机的比对 (12 months ago) <nikogu>
  1217. | | * | 8768c69 - update searchinput (12 months ago) <nikogu>
  1218. | | * | 02204c3 - List & Dashboard Design Review (12 months ago) <nikogu>
  1219. | * | | 15a59ad - 列表页视觉 review 优化 (12 months ago) <nikogu>
  1220. | * | | 2b521cb - 去掉冗余代码 (12 months ago) <nikogu>
  1221. | * | | 8f9b004 - 抽离定时器图表为上层组件 (12 months ago) <nikogu>
  1222. | * | | 148a9b2 - 修正图表渲染时机的比对 (12 months ago) <nikogu>
  1223. | * | | f8332f2 - update searchinput (12 months ago) <nikogu>
  1224. | * | | b938262 - List & Dashboard Design Review (12 months ago) <nikogu>
  1225. |/ / /
  1226. * | | 2f801ef - update some detail (12 months ago) <afc163>
  1227. * | | 07cb81c - update popover title height (12 months ago) <afc163>
  1228. * | | 488867e - code style (12 months ago) <afc163>
  1229. * | | a924c48 - add EditableItem adjust AdvancedProfile page (12 months ago) <ddcat1115>
  1230. |/ /
  1231. * | f649e4b - add BasicProfile (12 months ago) <ddcat1115>
  1232. * | de9a38e - Merge branch 'master' of https://github.com/ant-design/test2 (12 months ago) <ddcat1115>
  1233. |\ \
  1234. | * | a4cf614 - Update logo font style (12 months ago) <afc163>
  1235. * | | 2044e07 - improve exception (12 months ago) <ddcat1115>
  1236. * | | 6ecfedd - fix login page (12 months ago) <ddcat1115>
  1237. |/ /
  1238. * | 246fd23 - fix menu (12 months ago) <afc163>
  1239. |/
  1240. * eca38b9 - Fix menu (12 months ago) <afc163>
  1241. * f7fa398 - Only open current menu (12 months ago) <afc163>
  1242. * 32693bb - 升级 roadhog-api-doc & 添加 .gitignore (12 months ago) <nikogu>
  1243. * e2f62c6 - refactor menu data (12 months ago) <afc163>
  1244. * eb9881d - update layout to new design (12 months ago) <afc163>
  1245. * 9a3d41c - change menu icons (12 months ago) <afc163>
  1246. * 6efdab5 - Merge branch 'master' of github.com:ant-design/test2 (12 months ago) <afc163>
  1247. * e80ace5 - turn off g2 track (12 months ago) <afc163>
  1248. * 722a3b0 - ant-design-pro -> ant-design-pro/lib (12 months ago) <nikogu>
  1249. * bc38597 - update roadhog-api-doc to support gh-pages (12 months ago) <nikogu>
  1250. * 51fc534 - 修复图表响应式变化中溢出的问题 (12 months ago) <nikogu>
  1251. * 2a8f16a - 修复遮挡问题 (12 months ago) <nikogu>
  1252. * 94e5002 - fix login style (1 year ago) <ddcat1115>
  1253. * 8e75fc9 - Merge pull request #2 from ant-design/List_Dashboard-optimize-again (1 year ago) <niko>
  1254. |\
  1255. | * abca36b - fixed list loading (1 year ago) <nikogu>
  1256. | * bbb5676 - 修复二次List 和 Dashboard 的二次确认优化 (1 year ago) <nikogu>
  1257. * | 2691043 - update analysis responsive (1 year ago) <nikogu>
  1258. * | daea08e - pub to gh-pages (1 year ago) <afc163>
  1259. * | 55274c4 - Remove ActivitiesItem (1 year ago) <afc163>
  1260. * | aea9983 - cleanup deps (1 year ago) <afc163>
  1261. |/
  1262. * 6670f9f - Fix footer (1 year ago) <afc163>
  1263. * c5d6923 - Merge branch 'master' of https://github.com/ant-design/test2 (1 year ago) <ddcat1115>
  1264. |\
  1265. | * d928341 - Fix details (1 year ago) <afc163>
  1266. * | f2497cb - open user pages in current tag (1 year ago) <ddcat1115>
  1267. |/
  1268. * 14fa296 - fix travis (1 year ago) <afc163>
  1269. * 91aca7a - Add travis test and badge (1 year ago) <afc163>
  1270. * bbc2a41 - Fix Footer margin (1 year ago) <afc163>
  1271. * 50119ae - add travis (1 year ago) <nikogu>
  1272. * 63bcfdb - Fix menu and logo style (1 year ago) <afc163>
  1273. * 291a36b - 修复分析页响应式 (1 year ago) <nikogu>
  1274. * d7ddf3a - Extract scaffold to independent git repo (1 year ago) <nikogu>
  1275. * 653d86f - init (1 year ago) <niko>