Commit Graph

1713 Commits

Author SHA1 Message Date
afc163
8703145d70 Fix prop-types and createClass warning, #5678 2017-05-18 14:22:47 +08:00
afc163
c6ec1ce9bb use create-react-class, ref #5678 2017-05-17 18:01:53 +08:00
afc163
29e54c2339 fix lint in demo 2017-05-15 16:40:10 +08:00
Benjy Cui
61d6cf14ff deps: upgrade eslint relative deps 2017-05-15 12:10:28 +08:00
Wei Zhu
c001101899 2.10.1 2017-05-14 16:11:02 +08:00
paranoidjk
c21b58b576 fix: upgrade rc-tabs, fix react warning. ref #5678 2017-05-10 21:36:08 +08:00
Benjy Cui
5b605f1a57 bump 2.10.0 2017-05-05 18:08:17 +08:00
陆离
4518b02095 feat: support Mention[disabled|readOnly] and add some warning(#6004)
#### FEATURES

 * use `ContentState` instead of `EditorState`, selection events won't trigger
   onChange anymore.
 * deprecated `Mention.toEditorState`, instead of `Mention.toContentState`,
 * `Mention.toEditorState` are compatibled, but have a warnning in console.

 #### ISSUES

 * `disabled` and `readOnly` props supported.
 * fixed controlled mode bug.

 * close #5788
 * close #5175
 * close #https://github.com/react-component/editor-mention/issues/7
2017-05-05 14:53:46 +08:00
偏右
d3aa5f3cbf fix: time picker layout (#5983)
* Add popupClassName

* Fix showTime panel width bug, close #5959

* Add test case
2017-05-02 16:24:29 +08:00
Benjy Cui
5f80e50d31 Merge branch 'feature-2.10' 2017-04-28 09:41:34 +08:00
Tino D
5c25452de8 fix: update locale es_ES (Spanish) (#5932)
* Update locale es_ES (Spanish)

* Fix indent
2017-04-28 09:39:35 +08:00
Wei Zhu
5b21e591c3 deps: upgrade rc-tree@1.5.0 (#5917) 2017-04-27 15:25:08 +08:00
Benjy Cui
44c4d5c167 fix: should not reset showDate when value is empty array, close: #5872 (#5898) 2017-04-26 14:44:07 +08:00
乐仪
2325da5c3e bump version 2017-04-24 17:25:09 +08:00
Kimmo Saari
b6eecef255 Add locale fi_FI (#5674) 2017-04-22 22:52:37 +08:00
乐仪
91bea2052c bump version 2017-04-22 21:11:17 +08:00
偏右
9319764eb8 Merge pull request #5663 from ant-design/ux-range-picker
chore: improve ux of RangeCalendar, close: #4985
2017-04-13 13:32:54 +08:00
afc163
1caba286c4 fix test case 2017-04-13 11:09:13 +08:00
afc163
91d67f732c Add back react-addons-test-utils 2017-04-12 21:23:54 +08:00
afc163
a8808c45ac react-addons-test-utils => react-dom/test-utils 2017-04-12 20:49:02 +08:00
afc163
07e9f01aef upgrade rc-collapse, #5678 2017-04-12 20:14:56 +08:00
Manjit Kumar
4e055ed5d0 use PropTypes from 'prop-types' mdoule instead of React
- as React.PropTypes is being deprecated
 - Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
 - Solution: https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes
2017-04-12 02:22:05 +05:30
afc163
e20965e1ee update scaffold page link 2017-04-10 17:31:58 +08:00
Benjy Cui
360a657264 chore: improve ux of RangeCalendar, close: #4985 2017-04-10 11:33:00 +08:00
Wei Zhu
85615771d5 Bump version 2017-04-09 04:05:39 +08:00
Benjy Cui
1e322b4206 deps: upgrade rc-slider 2017-04-07 16:38:43 +08:00
afc163
0793534665 Add ga event analytic code 2017-04-07 14:29:44 +08:00
Benjy Cui
581040fc5d fix: Breadcrumb should work with react-router@4 2017-04-06 14:38:40 +08:00
afc163
c5059e5fb7 Fix steps tail style bug, close #5623 2017-04-05 11:55:16 +08:00
Wei Zhu
1a8e738142 Set snapshotSerializers 2017-04-02 18:09:23 +08:00
afc163
08e0e6bdf6 upgrade devDep 2017-04-02 14:51:12 +08:00
afc163
e6796eccaf update package version 2.9.0 2017-04-01 21:12:55 +08:00
Benjy Cui
30f55b923a deps: upgrade rc-calendar 2017-04-01 14:43:36 +08:00
afc163
e030d10e99 Merge branch 'master' into feature-2.9 2017-03-31 11:22:33 +08:00
Benjy Cui
fe28e6521e deps: upgrade rc-slider, close: #5565 2017-03-30 15:36:17 +08:00
afc163
ef27e6d200 Merge branch 'master' into feature-2.9 2017-03-30 14:26:15 +08:00
Benjy Cui
57674fc778 site: fix site in IE9, ref: #5526 2017-03-29 15:31:01 +08:00
afc163
4f89e54cb2 Merge from branch "master" 2017-03-28 15:58:41 +08:00
Yusuke Ito
b342dbefa2 Japanese locale (#5529)
* add ja_JP translation

* fix Japanese locale

* fix i18n docs

* update rc-pagination version

* add locale test for ja_JP
2017-03-28 15:11:33 +08:00
Benjy Cui
cb555fc30d fix: Select[multiple|tags] should support allowClear, close: #4843 (#5478) 2017-03-27 17:37:39 +08:00
Benjy Cui
5a827f174e bump 2.8.3 2017-03-27 10:09:38 +08:00
偏右
0308138974 [WIP] upgrade deps (#5455)
* upgrade deps

* autofix some tslint problems

* Fix tslint problems manually
2017-03-27 10:09:38 +08:00
afc163
58fbdf3785 use latest eslint-plugin-react 2017-03-27 10:09:06 +08:00
Benjy Cui
0327f0c804 bump 2.8.3 2017-03-27 09:55:18 +08:00
偏右
674255bd14 [WIP] upgrade deps (#5455)
* upgrade deps

* autofix some tslint problems

* Fix tslint problems manually
2017-03-23 21:15:49 +08:00
偏右
9a0b9adc1e feat: 12 hours time picker (#5434)
* TimePicker support 12 hours format, close #4063

* Add new demo snapshot
2017-03-22 17:53:37 +08:00
afc163
821ca46b50 upgrade rc-calendar 2017-03-22 15:23:05 +08:00
afc163
f5350fcd7e Add InputNumber[parser] which works with formatter 2017-03-22 15:10:03 +08:00
Benjy Cui
d24a647392 feat: Tabs[onNextClick] Tabs[onPrevClick], close: #4395 (#5412) 2017-03-21 23:42:16 +08:00
afc163
847515be3d use latest eslint-plugin-react 2017-03-21 12:02:24 +08:00
afc163
4c8297d39d Merge branch 'master' into feature-2.9 2017-03-20 17:13:36 +08:00
Benjy Cui
c097d5a9f5 Merge branch 'master' into feature-2.9 2017-03-20 11:29:36 +08:00
afc163
1cac122139 upgrade dependencies 2017-03-20 11:28:07 +08:00
RaoHai
1b8d5f56d0 2.8.2 2017-03-19 15:42:05 +08:00
afc163
c361165352 Improve Layout fixed demo 2017-03-18 14:52:23 +08:00
Joe
6e8e8db248 Upgrade rc-progress to 2.1.0. Support dashboard. (#5372)
* Upgrade `rc-progress` to `2.1.0`. Support dashboard.

Progress dashboard type (half circle)[#5225]

* restore removed code, it is for compatibility

* format code
2017-03-17 23:57:34 +08:00
afc163
ebeda75c36 Add color palette generator tool 2017-03-17 20:14:11 +08:00
偏右
84e3aa2a37 New design docs (#5370)
* refactor design documentations

* update color document

* Add icon

* Fix images in documentation

* fix some documentation style

* Finish icon doc

* Add copywriting doc

* Add layout.md and navigation.md

* Add more docs

* Fix error color

* improve markdown doc width

* update some details

* fix doc detail

* Add motion.md
2017-03-17 18:56:37 +08:00
Wei Zhu
f6b1e942e3 Jest 19 (#5361)
* Upgeade to jest 19

* Use jest.spyOn
2017-03-17 18:56:30 +08:00
乐仪
07c3faba76 2.8.1 CHANGELOG 2017-03-11 12:12:12 +08:00
afc163
73abb1ab81 Fix Cannot resolve module lodash.debounce, close #5230 2017-03-09 15:55:34 +08:00
Wei Zhu
590863c5ef Use codecov.io 2017-03-08 14:17:30 +08:00
Wei Zhu
caa568addb 2.8.0 2017-03-06 18:20:55 +08:00
ddcat1115
7ab95b7eae - fix ts error (#5145)
- typescript upgrade to 2.2.1
2017-03-06 15:48:03 +08:00
afc163
df7dc8511c charactor => character 2017-03-06 14:23:38 +08:00
Wei Zhu
1e46687074 Revert "deps: Upgrade rc-editor-metion to 0.6.0"
This reverts commit a2a47327c4.
2017-03-06 13:56:53 +08:00
偏右
985f10af67 lock coveralls version (#5180) 2017-03-06 12:09:02 +08:00
偏右
43280ea790 Add formatter prop for InputNumber (#5178) 2017-03-06 11:40:23 +08:00
Wei Zhu
a2a47327c4 deps: Upgrade rc-editor-metion to 0.6.0 2017-03-06 00:55:35 +08:00
Wei Zhu
67bbae9ea8 Merge branch 'feature-2.8' 2017-03-05 21:34:57 +08:00
偏右
0edb8210da upgrade rc-component version (#5160) 2017-03-04 01:30:17 +08:00
afc163
4bcf7f41f3 bump 2.7.4 2017-02-28 22:06:57 +08:00
afc163
bbfc131a85 Fix steps fixed width, close #5083 2017-02-28 15:13:23 +08:00
Benjy Cui
dd86e33283 deps: upgrade rc-checkbox to fix #2744 2017-02-28 11:38:54 +08:00
偏右
c552b315bc Add getContainer for message and notification, close #5019 (#5066) 2017-02-27 13:39:37 +08:00
afc163
7fd08efbb7 Merge branch 'master' into feature-2.8 2017-02-27 12:14:57 +08:00
偏右
a60eec0e35 Add changelog for 2.7.3 (#5049) 2017-02-27 11:10:55 +08:00
afc163
376806dab8 Merge from "master" 2017-02-26 18:45:16 +08:00
afc163
05b20c6a9f fix stylelint problems of site 2017-02-26 15:41:50 +08:00
afc163
f6715df3b5 closest => dom-closest, fix ssr 2017-02-25 02:09:18 +08:00
afc163
6ea75c4d85 Filter dropdown menu inside scroll body should never be shown, close #5010 2017-02-25 01:36:45 +08:00
afc163
5076b6045c fix snap 2017-02-25 00:17:44 +08:00
偏右
6df92ce16f Fix staged lint (#5037)
* revert lint-staged

* remove git add

* fix lint-staged:demo typo

* fix: cnpm can not find tslint error
2017-02-24 12:54:13 +08:00
afc163
7deab1beec do not autofix lint when commit, ref #4941 2017-02-23 22:28:21 +08:00
411f352690 [WIP] Refactor lint-flow (#5014)
* refactor: lint-flow #4941

* chore: rename lint to lint-all #4941

* Revert "chore: rename lint to lint-all #4941"

This reverts commit 8e4e2b6da3289b62fa85354bee3068fe35836f3d.
2017-02-23 22:12:52 +08:00
afc163
f53d0b7646 upgrade rc-input-number for #5012 2017-02-23 21:15:32 +08:00
afc163
dded4bcde4 fix snap for rc-table@5.2.12 2017-02-23 14:57:48 +08:00
afc163
0f46eed370 fix lint 2017-02-23 11:45:48 +08:00
afc163
922a57dfde fix snap for react-component/table#125 2017-02-23 11:30:54 +08:00
偏右
a80d6b7231 upgrade rc-rate to 2.x (#4955)
1. allow custom charactor
2. add className and onHoverChange

close #4870
2017-02-21 14:44:13 +08:00
afc163
6c5ae559b3 Add typescript as devDeps 2017-02-20 17:33:42 +08:00
afc163
254bbcd6a5 use tsc replace compile to speed up lint check, #4941 2017-02-20 17:04:10 +08:00
afc163
a9a564779e Merge from "master" 2017-02-20 12:18:41 +08:00
Benjy Cui
cad31bd499 bump 2.7.2 2017-02-17 18:02:58 +08:00
Benjy Cui
3d9d2e508e docs: add change log for 2.7.2 (#4922)
* docs: add change log for 2.7.2

* deps: upgrade bisheng-plugin-antd
2017-02-17 18:02:06 +08:00
Benjy Cui
89d77b2354 deps: upgrade rc-slider, ref: #4719 2017-02-17 13:59:13 +08:00
Benjy Cui
8cfdf68f75 deps: upgrade bisheng-plugin-react 2017-02-16 17:32:06 +08:00
Benjy Cui
a0c1d22d92 deps: upgrade bisheng 2017-02-14 18:03:47 +08:00
Benjy Cui
63476d0bc0 Merge branch 'master' into feature-2.8 2017-02-14 10:56:33 +08:00
陆离
0d875432a5 feat: rc-editor-mention up to date and support multiple prefix token (#4748)
* rc-editor-mention -> 0.4.1, draft-js -> 0.10.0

transformIgnorePatterns

*  multiple trigger supported

 + close #4797

* append DEMO
2017-02-13 15:50:38 +08:00
corneyl
28961856aa feat: Added Dutch locale and bumped dep versions so they include Dutch locales (#4785)
* Added Dutch locale and bumped dep versions so they include Dutch locales

Bumped versions so they include Dutch locales
- rc-calendar to ~7.6.2
- rc-pagination to ~1.6.6

* Added dutch locale to LocaleProvider test
2017-02-13 15:46:13 +08:00
Benjy Cui
200b88246f docs: update docs format 2017-02-13 10:55:53 +08:00
乐仪
1306c4656d - version -> 2.7.1
- rc-pagination -> ~1.7.0
- fix site bug
2017-02-10 20:32:55 +08:00
Benjy Cui
bdd5be88f2 site: generate link with locale 2017-02-09 17:55:26 +08:00
Benjy Cui
a950a1298a site: upgrade bisheng to 0.21.0 2017-02-09 17:55:26 +08:00
偏右
e0c2b872ce upgrade @types/react version (#4741)
ref DefinitelyTyped/DefinitelyTyped#14284
2017-02-09 11:09:32 +08:00
Benjy Cui
d2b8d65c87 style: update code style to please lint, close: #2179 2017-02-06 12:09:58 +08:00
Benjy Cui
382dd86475 chore: replace lesshint with stylelint 2017-02-06 12:09:58 +08:00
afc163
f976eb8f1e Lock @types/react for #4741 temporarily 2017-01-31 21:14:16 +08:00
RaoHai
2e0bfe975a 2.7.0 🎉 2017-01-30 12:17:15 +08:00
afc163
f2bb4afd4d Merge from master 2017-01-27 17:23:51 +08:00
Benjy Cui
0d2b8989bc chore: update scripts 2017-01-27 11:32:03 +08:00
Andrey G
a96dd7a9f3 *up rc-menu (fixed bug with SubMenu) (#4727) 2017-01-26 19:10:45 +08:00
Benjy Cui
f0bdbfdd97 chore: improve readability for npm scripts 2017-01-26 17:04:31 +08:00
Bo Chen
f0adb4dc5f site: run ant-design on windows #4725
* 5hours's work

* 过年好!!

* lint issue
2017-01-26 16:51:06 +08:00
Wei Zhu
6a83118597 Upgrade rc-tree-select to 1.9.0 (#4698) 2017-01-25 11:15:41 +08:00
ddcat1115
09397187ac Steps support progressDot and labelPlacement (#4659) 2017-01-23 14:37:40 +08:00
Wei Zhu
d596299210 Bump version 2017-01-20 21:34:34 +08:00
afc163
35523be6e9 Merge from master 2017-01-20 18:28:09 +08:00
Benjy Cui
eb254572b7 site: upgrade bisheng to 0.20.0 2017-01-20 11:48:38 +08:00
Benjy Cui
3e17551b7e site: improve build speed 2017-01-19 15:22:53 +08:00
Benjy Cui
11bcb58685 site: reduce bundle size 2017-01-17 15:24:13 +08:00
afc163
34fec11e31 upgrade @types/react 2017-01-17 12:13:57 +08:00
afc163
83fbdf80cc upgrade rc-input-number for #4265 2017-01-17 12:10:39 +08:00
afc163
3a5d08383a upgrade rc-cascader and support keyboard, close #4411 2017-01-17 12:10:17 +08:00
Benjy Cui
d0ddf94d78 docs: update deps for site 2017-01-16 12:19:45 +08:00
afc163
1bf0bab2a7 bump 2.6.3 2017-01-15 00:30:28 +08:00
afc163
25f95d467a remove update self, ref ant-design/antd-tools#29 2017-01-14 21:48:03 +08:00
偏右
a0d27426e8 Add Changelog for 2.6.2 (#4603) 2017-01-14 20:55:29 +08:00
陆离
46c200896f Customize Input Component of AutoComplete (#4483)
* cherry-pick

* remove useless files

* remove useless files

* Group ts

* update interface

* ReactElement
2017-01-13 21:19:23 +08:00
afc163
6a015f00e6 upgrade @types/react 2017-01-12 13:57:35 +08:00
Benjy Cui
97221a6f63 css: fix style issue, close: #4415 2017-01-12 10:35:17 +08:00
afc163
1dd5fce324 ignore lint temp js/jsx files in components 2017-01-11 21:25:52 +08:00
Benjy Cui
f436b5c2f4 deps: upgrade rc-form, close: #4374 2017-01-09 17:40:01 +08:00
afc163
024e398ad0 Fix lint for latest eslint-config-airbnb 2017-01-09 11:51:56 +08:00
Wei Zhu
f6c0e69af5 cleanup npm scripts (#4499)
* Cleanup npm scripts

* Lint fix

* Don't need ignore js files

* Upgrade jest

* Add components index.tsx test
2017-01-08 17:04:09 +08:00
Benjy Cui
3f20979fd7 bump 2.6.1 2017-01-06 18:15:30 +08:00
乐仪
ffa7f9b1ba CHANGELOG - v2.6 2017-01-02 02:14:40 +08:00
偏右
e4bee3425a Upgrade rc form (#4430)
* support nested form item name by upgrade rc-form

react-component/form#48

* Fix dynamic form demo
2016-12-31 23:47:07 +08:00
Wei Zhu
f2dbf83216 Specify eslint-plugin-markdown version since yarn complains it. 2016-12-31 20:27:13 +08:00
RaoHai
72e136405e 2.5.3 🎄🎄🎄 2016-12-24 15:55:26 +08:00
Benjy Cui
9f2e6c8baa docs: update demo for SSR 2016-12-19 17:54:25 +08:00
Benjy Cui
4758302ad5 deps: upgrade antd-tools, close: #4208 2016-12-19 14:01:52 +08:00
afc163
47c8445b80 revert pre-commit version 2016-12-14 15:40:13 +08:00
Wei Zhu
17a0a33283 Restructure tests. 2016-12-14 14:41:39 +08:00
afc163
6c99f3a2cb downgrade pre-commit for observing/pre-commit#89 2016-12-13 13:29:27 +08:00
Benjy Cui
a985c15872 deps: upgrade rc-upload 2016-12-12 12:08:15 +08:00
Wei Zhu
86a2cf326d Bump version 2016-12-10 21:39:44 +08:00
Benjy Cui
60da9909d3 site: improve loading performance (#4112)
* site: should generate html file for both of en and cn, ref: #3934

* site: remove loading animation

* site: fix header menu highlight

* site: improve detail

* deps: update
2016-12-09 13:02:16 +08:00
Benjy Cui
36a4304de4 style: update code style for test case 2016-12-08 11:08:13 +08:00
Benjy Cui
c48d7b557e fix: container component should not use transform, close: #3943 2016-12-07 10:39:26 +08:00
Wei Zhu
bd1334065d Exclude style/index.tsx from coverage resport. 2016-12-06 17:14:01 +08:00
Benjy Cui
ec6cec67fd chore: remove useless config, for .babelrc existing 2016-12-06 16:18:58 +08:00
Benjy Cui
37140bf5e0 deps: upgrade rc-slider 2016-12-06 09:47:02 +08:00
Wei Zhu
9701825c23 Using collectCoverageFrom instead of coveragePathIgnorePatterns 2016-12-05 17:57:49 +08:00
afc163
eacfe25e19 bump 2.5.1 2016-12-04 17:16:58 +08:00
afc163
c4700210e8 upgrade eslint-plugin-babel 2016-12-04 17:15:31 +08:00
afc163
4184e7c8ac fix input-number snap 2016-12-03 14:44:10 +08:00
afc163
af3d1ff6ef upgrade rc-input-number 2016-12-02 13:58:09 +08:00
Benjy Cui
fb4d505801 deps: upgrade moment, close: #4018 2016-11-29 10:08:43 +08:00
偏右
afb845d944 Update package.json 2016-11-28 17:26:24 +08:00
Benjy Cui
7ade6013df bump 2.5.0 2016-11-26 14:49:38 +08:00
Wei Zhu
206a327ade Fix tests
1. run all same demo test on node as jsom
2. mock date
3. create a setup file for common settings
4. skip breadcrumb router demo test
2016-11-22 23:14:57 -09:00
afc163
7dbeb13093 fix reqwest Peer dependency xhr2 2016-11-23 16:01:47 +08:00
afc163
f6f63606ea fix test snap via mocking Date.now 2016-11-23 12:15:23 +08:00
afc163
f533f20b38 remove some unused deps 2016-11-23 11:15:55 +08:00
Benjy Cui
6c5fc4ef7f test: remove useless test command, ref: #3916 2016-11-22 17:41:11 +08:00
Wei Zhu
d20572bdab test: demo snapshot testing (#3916)
* Run snapshot testing against all demos

* Split demo tests

* ignore coverage folder

* Upgrade antd-demo-jest

* enable cache

* intergate with coveralls.io

* Add node test

* Set worker to 2

https://github.com/facebook/jest/issues/1742

* config coverage

* Set default supportServerRender to true
2016-11-22 13:43:53 +08:00
偏右
7748471fa0 feat: Add range into showTotal (#2240#issuecomment-234766623) (#3863) 2016-11-22 10:12:14 +08:00
Wei Zhu
ed455c01d1 feat: Implement Table.Column and Table.ColumnGroup (#3868)
* Implement Table.Column and Table.ColumnGroup

* Upgrade rc-table
2016-11-22 10:11:12 +08:00
Benjy Cui
dd0be2e82f css: fix style of Slider[marks], close: #3872 2016-11-21 16:10:46 +08:00
Benjy Cui
4ee2b9d930 site: SSR for official website (#3903)
* site: ssr for Layout

* site: SSR for site

* fix: ssr for Anchor

* chore: add ssr test

* chore: update deploy script

* site: udpate detail

* site: revert animation for site

* site: fix loading animation
2016-11-21 14:39:15 +08:00
乐仪
84d036bfef version -> 2.4.3 2016-11-21 14:15:03 +08:00
Benjy Cui
38fd7f6feb chore: improve detail 2016-11-18 10:22:11 +08:00
Benjy Cui
b5fcb85c24 deps: lock antd-tools 2016-11-18 10:04:51 +08:00
Benjy Cui
30b7318d38 deps: update dev dependencies 2016-11-17 17:00:37 +08:00
偏右
e1e8003e54 Merge pull request #3818 from ant-design/chore-check-files
chore: check whether compiled files are valid
2016-11-15 15:29:33 +08:00
Meck
92df002fb0 Introduce jest snapshots 2016-11-14 18:50:23 +08:00
Benjy Cui
a0de4d6865 chore: check whether compiled files are valid 2016-11-14 15:03:16 +08:00
afc163
5400cacd13 bump 2.4.2 2016-11-13 16:33:39 +08:00
afc163
ee8ac670b9 change jest config 2016-11-13 16:03:59 +08:00
Benjy Cui
449db1499b deps: lock deps to patch (#3816) 2016-11-13 15:53:50 +08:00
afc163
8457267dad update changelog for 2.4.1, #3811 2016-11-13 15:51:46 +08:00
RaoHai
27232a8561 bump to 2.4.0 🤘🏿 2016-11-11 19:21:47 +08:00
jiang
f703e00c0f Home fix (#3807)
* fix home

* update Banner min height
2016-11-11 17:56:05 +08:00
afc163
f206cc4c90 downgrade eslint-plugin-jsx-a11y 2016-11-11 17:55:10 +08:00
afc163
ae8f3c5b56 clean devDeps 2016-11-11 16:34:26 +08:00
afc163
7879421ec2 upgrade some devDeps 2016-11-11 16:28:05 +08:00
Wei Zhu
926425d8ec Pass visible and onVisibleChange to Dropdown, fix #3779 (#3782) 2016-11-11 15:26:57 +08:00
afc163
d6288e5994 Fix TimePicker panel style (#3793) 2016-11-11 14:44:37 +08:00
afc163
524a421d72 upgrade rc-time-picker to 2.2.0, support TimePicker[format="HH"] (#3793) 2016-11-11 14:28:29 +08:00
Benjy Cui
b75201485d docs: update change log for 2.3.2 (#3776)
* fix: infinite loop, ref: #3759

* bump 2.3.2
2016-11-10 10:30:50 +08:00
afc163
6c16d738ee upgrade deps and fix lints 2016-11-07 15:55:14 +08:00
Benjy Cui
b9863f044c site: update deps 2016-11-07 14:57:51 +08:00
Meck
449a982f92 Bump version 2016-11-07 11:59:07 +08:00
Meck
d9dd3114c3 Bump version 2016-11-06 14:36:11 +08:00
Wei Zhu
caf09cd99e Release 2.3.0 (#3735)
* docs: add change log for 2.3.0

* Update dependencies.

* Add TimePicker addon demo
2016-11-06 14:32:47 +08:00
afc163
7373ce0758 Add react-lazy-load for Transfer perfermance, close #2860 2016-11-04 15:08:39 +08:00
Meck
d10026b094 Using tidle range 2016-11-03 10:44:41 +08:00
Wei Zhu
5c711a275e deps: update rc-select (#3692)
* Update rc-select

* Add automatic tokenization demo
2016-11-02 17:35:05 +08:00
Meck
ae5f8c1a04 Merge branch 'RaoHai-mention-suggestion-fixed' 2016-11-02 15:51:38 +08:00
afc163
7fad45403e changelog for 2.2.1 2016-11-02 13:57:51 +08:00
RaoHai
c5a043b4c8 Mention Improvement
+ add `getSuggestionContainer` callback function, which allow users modify the
 container element of suggestions dropdown.
 + the suggestions dropdown will mount on `document.body` defaultly, instead of
 on editor.
 + close #3588
2016-10-31 15:58:15 +08:00
偏右
1deea83a05 refactor: keep index.js as entry (#3397) 2016-10-31 12:09:06 +08:00
Benjy Cui
915ebd6a28 deps: update rc-slider 2016-10-31 12:01:38 +08:00
Benjy Cui
3ea914721d bump 2.2.0 2016-10-28 18:31:44 +08:00
Wei Zhu
f8d2aeefc3 refactor: Replace react-addons-pure-render-mixin with rc-util/lib/PureRenderMixin (#3627) 2016-10-28 13:56:23 +08:00
Benjy Cui
fed19bbcb5 fix: TimePicker[format] should have default value 2016-10-26 09:25:42 +08:00
陆离
d051d94af4 feat: RangePicker disabledTime (#3568)
* RangePicker disabledTime

* update API document of RangePicker
2016-10-25 17:39:17 +08:00
yiminghe
c2d3f16dfb update tslint 2016-10-20 19:19:16 +08:00
Benjy Cui
3112b0d7ca site: support debug mode for demo, close: #3506 2016-10-20 17:45:38 +08:00
yiminghe
8afe3965c1 upgrade ts 2.0 2016-10-19 17:52:23 +08:00
Benjy Cui
f52dcbfb37 chore: add warning for invalid usage, close: #3475 2016-10-19 09:45:46 +08:00
C
b38d1afe5f Update package.json (#3454) 2016-10-17 11:53:49 +08:00
edgji
6851c8ce3e deps: update rc-upload to latest (#3450) 2016-10-17 09:33:02 +08:00
Benjy Cui
bf1241d793 bump 2.1.0 2016-10-16 16:16:33 +08:00
Benjy Cui
d9e6e5bc15 bump 2.0.1 2016-10-01 08:29:06 +08:00
yiminghe
172142bcef Merge pull request #3203 from jinouwuque/master
add moment dependecy in the package.json
2016-09-29 20:38:19 +08:00
Benjy Cui
1e65cac784 feat: Steps.Step[icon] support React.ReactNode, close: #3159 2016-09-29 16:12:43 +08:00
afc163
8948398b6f use fonts.googleapis.cnpmjs.org 2016-09-29 14:17:42 +08:00
jinouwuque
6b793ca7b4 add momoent dependecy in the package.json
Otherwise, under babel-plugin-import support, datapicker will report error.
2016-09-28 22:14:30 -04:00
Benjy Cui
79a5189415 chore: update deploy scripts 2016-09-28 14:08:22 +08:00
Benjy Cui
73683fa3ff release 2.0.0 2016-09-28 13:45:31 +08:00
Benjy Cui
1c55ed0dc0 bump 2.0.0-beta.13 2016-09-27 13:48:22 +08:00
Benjy Cui
d8e9fff5ba deps: upgrade dependencies, close: #3161 (#3162)
* deps: upgrade dependencies, close: #3161

* css: update style for DatePicker[showTime]
2016-09-27 13:42:30 +08:00
偏右
51da9c637c test: fix jest test for typescript (#3169)
* fix jest test for typescript

* fix components detect tc

* remove console
2016-09-27 13:40:34 +08:00
Benjy Cui
87753482bf style: update code style to please lint, close: #2811 2016-09-27 10:06:34 +08:00
Benjy Cui
4bf80a2e26 bump 2.0.0-beta.12 2016-09-26 10:26:58 +08:00
Benjy Cui
713393616e bump 2.0.0-beta.11 2016-09-22 17:11:28 +08:00
Benjy Cui
60914bb5c7 deps: upgrade antd-tools to work with babel-plugin-import 2016-09-21 14:25:27 +08:00
chencheng (云谦)
9d9185127c docs: rename babel-plugin-antd to babel-plugin-import (#3089) 2016-09-20 17:17:49 +08:00
Benjy Cui
f04b65b25e fix: should pass style to upload correctly, close: #3072 2016-09-20 15:11:30 +08:00
Benjy Cui
d6b48adc5d bump 2.0.0-beta.10 2016-09-19 17:55:45 +08:00
Benjy Cui
3701d9a558 bump 2.0.0-beta.9 2016-09-19 17:15:41 +08:00
Benjy Cui
a67614766c bump 2.0.0-beta.8 2016-09-19 15:24:57 +08:00
Benjy Cui
d1b9db9f97 fix: should use rc-calendar@7.1.0 2016-09-19 15:23:49 +08:00
Benjy Cui
a8fce6a4f1 bump 2.0.0-beta.7 2016-09-19 10:17:53 +08:00
Benjy Cui
64645e5046 bump 2.0.0-beta.6 2016-09-18 10:22:00 +08:00
Benjy Cui
672ebecf47 deps: upgrade dependencies (#3017)
* deps: upgrade dependencies

* fix: backward compatibility

* fix: replace cross with close
2016-09-18 10:12:21 +08:00
Benjy Cui
6ec6ec8af1 bump 2.0.0-beta.5 2016-09-18 09:48:58 +08:00
Benjy Cui
1a3f37e348 bump 2.0.0-beta.4 2016-09-14 17:54:22 +08:00
Benjy Cui
451ea82a91 bump 2.0.0-beta.3 2016-09-14 12:53:04 +08:00
Benjy Cui
7459be26aa docs: update docs about timezone, ref: #3020 2016-09-14 09:42:16 +08:00
Benjy Cui
cda671fead site: fix site in IE9, WTF 2016-09-13 14:47:05 +08:00
Benjy Cui
7156083c7a bump 2.0.0-beta.2 2016-09-12 17:58:57 +08:00
Benjy Cui
ab11f5e092 bump 2.0.0-beta.1 2016-09-10 17:35:37 +08:00
Benjy Cui
1dac1370de deps: replace obejct.omit with omit.js, close: #2988 (#2994) 2016-09-10 17:17:55 +08:00
afc163
0612251647 fix eslint warning, eslint/eslint#4828 2016-09-10 11:18:07 +08:00
Benjy Cui
8f980b4af9 bump 2.0.0-beta.0 2016-09-09 16:02:20 +08:00
Benjy Cui
caf218ce4b chore: integrate typings dir 2016-09-09 14:37:44 +08:00
Benjy Cui
77a45f0b00 deps: upgrade rc-table (#2958)
* feat: remove Table columns paging, close: #2883

* css: add style for table multi-header

* feat: multi-header supports fitler & sorter and so on

* feat: multi-heaader works with Table[scroll.y]

* feat: multi-header should works with Table[scroll.x]

* style: update code style to please lint
2016-09-09 13:55:41 +08:00
Benjy Cui
4026221d45 deps: hello moment (#2887)
* deps: upgrade TimePicker

* deps: upgrade DatePicker

* deps: upgrade Calendar

* fix: moment should work with LocaleProvider

* feat: update API of TimePicker

* feat: update Calendar's APIs

* feat: update DatePicker's APIs

* doc: update demo

* revert: add dateString and timeString and so on

* feat: add Calendar[defaultValue]

* feat: add defaultPickerValue

* docs: update docs about date picker

* feat: set moment locale to zh-cn automatically
2016-09-09 13:55:21 +08:00
afc163
bab669d17d Merge branch "1.x-stable" 2016-09-08 15:17:39 +08:00
yiminghe
aaee7986bd update site config 2016-09-08 11:09:15 +08:00
乐仪
a8d506ad7b update CHANGELOG
version->1.11.0
2016-09-01 17:49:02 +08:00
afc163
e9c551acb3 upgrade react-slick to 0.13 and fix pauseOnHover
ref https://github.com/akiran/react-slick/pull/452
2016-09-01 12:22:03 +08:00
Benjy Cui
5a4ebe535f deps: update rc-form and form's docs (#2873) 2016-09-01 11:48:38 +08:00
Benjy Cui
6030e6abef fix: upgrade rc-menu to close: #2701 (#2836) 2016-09-01 11:26:07 +08:00
afc163
497ff0cabb Merge branch "1.x-stable" 2016-08-31 15:00:13 +08:00
ddcat1115
bffdf731cd fix #2812 (#2875) 2016-08-30 17:01:51 +08:00
afc163
c0005f5645 Add typings to devDeps 2016-08-24 17:56:02 +08:00
afc163
77949bb9e3 upgrade eslint-config, close #2811 2016-08-23 21:00:35 +08:00
Benjy Cui
5dcce12c2c fix: some tsc errors (#2804) 2016-08-22 17:26:14 +08:00
Benjy Cui
e6280a7ea6 Merge branch '1.x-stable' 2016-08-22 17:05:37 +08:00
afc163
07dd1d2089 bump 1.10.0 2016-08-20 21:37:48 +08:00
afc163
8d7a5a80a7 upgrade rc-cascader 2016-08-20 20:12:18 +08:00
afc163
1df025f204 Add tsc into lint 2016-08-20 18:04:22 +08:00
afc163
cfba6aa60e bump 1.9.1 2016-08-17 15:57:14 +08:00
afc163
24d2973c32 Merge branch "1.x-stable" 2016-08-16 17:54:59 +08:00
乐仪
180916386e update CHANGELOG.md
update package.json -> 1.9.0
2016-08-15 19:01:52 +08:00
ddcat1115
a5585bff77 fix #2571 #2518 #2645 增加disabled属性及取消上传时cancel请求 (#2690)
* fix #2571 #2518  use rc-upload@2.x abort
fix #2645  add `disabled`

* fix
2016-08-14 15:20:00 +08:00
afc163
b200f8a2d8 Merge 1.x-stable 2016-08-08 14:12:02 +08:00
RaoHai
7f5bc38137 update changelog and version 2016-08-08 10:53:36 +08:00
afc163
0da1aeff75 Merge branch '1.x-stable' 2016-08-03 20:00:38 +08:00
Benjy Cui
7c7a365960 site: improve performance 2016-08-03 17:51:33 +08:00
Benjy Cui
7ea4dfa501 site: merge demos in one file 2016-08-03 14:39:55 +08:00
afc163
da6d511567 Merge branch '1.x-stable' 2016-08-02 12:03:11 +08:00
yiminghe
7edb997af0 upgrade tools 2016-08-01 12:52:34 +08:00
Benjy Cui
08edb25ecc deps: update bisheng 2016-08-01 10:22:31 +08:00
afc163
57f08259db Merge 1.x-stable 2016-07-30 14:36:49 +08:00
Benjy Cui
c3d1803839 bump 1.7.0 2016-07-30 09:59:47 +08:00
afc163
13bf08ffd7 update deploy script 2016-07-29 15:37:35 +08:00
Benjy Cui
e865f1fc84 site: fix react-router 2016-07-27 15:24:43 +08:00
Benjy Cui
edcbdad558 site: hack 2016-07-27 14:59:16 +08:00
Benjy Cui
6cac87fa17 site: upgrade bisheng 2016-07-26 18:01:11 +08:00
Benjy Cui
0d5b75429f site: upgrade bisheng 2016-07-26 15:24:48 +08:00
afc163
0eeca99f02 Merge 1.x-stable 2016-07-26 22:20:33 +08:00
然则
a7eea77637 up tree-select 2016-07-25 20:17:52 +08:00
Benjy Cui
5660948372 site: fix meaningless anchor 2016-07-25 11:38:15 +08:00
Benjy Cui
2dffa172a4 site: fix meaningless anchor 2016-07-25 11:30:42 +08:00
陆离
f5725e3c89 fix issues in #2441 (#2460) 2016-07-24 15:21:07 +08:00
afc163
1b001c7672 Merge 1.x-stable 2016-07-24 15:07:50 +08:00
afc163
4ea8f4ea07 upgrade devDeps version 2016-07-24 14:53:09 +08:00
然则
77b0952e36 fix #2393 #2459 #2401
Conflicts:
	package.json
2016-07-24 14:26:19 +08:00
afc163
57446f8331 Merge branch 'fix-2414' of https://github.com/ddcat1115/ant-design into ddcat1115-fix-2414 2016-07-24 14:11:10 +08:00
afc163
9a1346a69d update rc-util 2016-07-24 13:55:13 +08:00
Benjy Cui
969d705aa5 deps: update bisheng-plugin-react 2016-07-23 16:53:06 +08:00
ddcat1115
79ef6a0664 fix #2414 2016-07-22 18:42:47 +08:00
Benjy Cui
8cb18090ba deps: update bisheng-plugin-react 2016-07-22 09:55:35 +08:00
afc163
a72d9ec381 Merge 2016-07-21 18:10:13 +08:00
ddcat1115
eba54529ca table-title style (#2452) 2016-07-21 15:14:42 +08:00
afc163
1138b69c6d Merge branch 'master' of github.com:ant-design/ant-design 2016-07-21 14:40:11 +08:00
afc163
db4cbabf0c Merge 2016-07-21 14:39:28 +08:00
afc163
42d34a5db3 Merge branch '1.x-stable' 2016-07-21 14:34:37 +08:00
RaoHai
910d4ff111 version fix 2016-07-20 19:01:11 +08:00
RaoHai
1ccfad13f7 Mention Component fix
- 现在只输入一个 @ 符号,dropdown 也会弹出。
 - 输入框失去焦点后,dropdown 会消失。
 - 添加受控模式示例
 - 添加 `getMentions(editorState: EditorState): Array<String>` Api,
   可以获取当前提到的人。
 - 添加了校验样式
 - 其他样式修正
2016-07-20 19:01:11 +08:00
yiminghe
6158b39335 Merge pull request #2259 from RaoHai/MentionComponent
Mention Component
2016-07-20 11:17:19 +08:00
yiminghe
3342aae9f3 upgrade 2016-07-19 15:46:00 +08:00
RaoHai
3095f58be8 export toEditorState of Mention 2016-07-19 13:39:05 +08:00
RaoHai
3fe36f4584 export toString of Mention 2016-07-19 12:31:03 +08:00
afc163
e2cc2838fd Fix lesshint 2016-07-18 22:24:53 +08:00
RaoHai
69da207f3c support value props and controllred mode 2016-07-18 16:58:52 +08:00
RaoHai
aea176e045 rc-editor-mention version 2016-07-18 16:58:52 +08:00
RaoHai
01fabac77a Mention Component 2016-07-18 16:58:52 +08:00
afc163
9f008d8843 bump 1.6.5 2016-07-16 16:51:37 +08:00
afc163
900b9b2f99 update package.json 2016-07-13 12:22:34 +08:00
偏右
de359d2cf7 fix tslint problems (#2360) 2016-07-13 11:14:24 +08:00
yiminghe
df158ae502 upgrade antd-tools 2016-07-11 15:53:35 +08:00
afc163
6dad2b2987 Merge branch '1.x-stable' 2016-07-11 14:57:38 +08:00
afc163
cda5198207 upgrade devDeps 2016-07-09 18:10:11 +08:00
afc163
28c470cb37 Merge 1.x-stable 2016-07-09 16:03:47 +08:00
afc163
4ac775212f Improve code for #2247 2016-07-09 16:00:05 +08:00
jiang
2a64384852 update rc-scroll-anim (#2322) 2016-07-08 17:33:25 +08:00
afc163
f675b636cd Merge 1.x-stable 2016-07-08 16:34:02 +08:00
乐仪
eb3853160d version -> 1.6.4
edit CHANGELOG.md
2016-07-08 11:48:01 +08:00
afc163
1fb723abe7 downgrade some deps 2016-07-07 17:31:55 +08:00
yiminghe
c667144943 fix form warning
Conflicts:
	components/cascader/index.jsx
	components/form/index.jsx
2016-07-07 17:23:51 +08:00
yiminghe
3d9ae9833e fix form warning 2016-07-07 16:59:47 +08:00
afc163
487b40815f Merge 1.x-stable 2016-07-07 15:13:01 +08:00
afc163
fd06ab940d upgrade rc-animate 2016-07-06 15:01:55 +08:00
afc163
7ba362f03c Fix react-unknown-prop warnings for Cascader,Input
ref #2258
2016-07-06 12:21:49 +08:00
afc163
e11b1ef694 remove duplicated normalize.css 2016-07-06 11:41:43 +08:00
afc163
d280cba481 Merge 1.x-stable 2016-07-04 15:19:35 +08:00
RaoHai
c3949bb9b1 v1.6.3 2016-07-04 10:43:29 +08:00
afc163
ce654fe282 disable jest temporarily 2016-06-28 22:15:53 +08:00
afc163
ef4c1a4749 Merge branch '1.x-stable' 2016-06-27 17:58:16 +08:00
afc163
faa6645983 1.6.2 2016-06-27 14:55:49 +08:00
afc163
a24634f3ec Merge 1.x-stable 2016-06-27 14:36:19 +08:00
afc163
8a0a947218 1.6.1 2016-06-24 17:50:01 +08:00
afc163
2ffa087aa1 Merge branch '1.x-stable' 2016-06-24 14:33:37 +08:00
afc163
2007b2173e 1.6.0 2016-06-24 13:48:27 +08:00
afc163
695c26c859 Merge 1.x-stable 2016-06-22 22:56:55 +08:00
偏右
193fa8e9d6 Revert "use ava and enzyme, replace jest" (#2144) 2016-06-22 22:31:00 +08:00
yiminghe
7828e373c8 add tslint 2016-06-22 16:42:34 +08:00
afc163
b2948c8b96 Merge 1.x-stable 2016-06-22 14:33:43 +08:00
偏右
8f60a3c483 use ava and enzyme, replace jest (#2135) 2016-06-22 14:32:42 +08:00
yiminghe
9a0d751f94 refactor to typescript 2016-06-22 13:19:48 +08:00
afc163
00e7eabd4e close #2058 via upgrading rc-table 2016-06-21 19:27:54 +08:00
afc163
9f39c7a6bb 1.5.1 2016-06-21 13:39:33 +08:00
Benjy Cui
e3a0f4833c refactor: extract bisheng-plugin-antd 2016-06-20 14:31:35 +08:00
偏右
7c34766ad0 bump 1.5.0 (#2084) 2016-06-17 18:27:34 +08:00
yiminghe
53b6596122 upgrade 2016-06-16 23:19:09 +08:00
afc163
90c2d7ee12 downgrade rc-util 2016-06-16 22:34:54 +08:00
afc163
81276e43ea upgrade deps 2016-06-16 22:16:17 +08:00
偏右
09db9f2436 Revert "Remove react-addons-pure-render-mixin, use rc-util's PureRenderMixin instead" (#2074) 2016-06-16 22:06:06 +08:00
afc163
e385b56821 Header can be scroll in fixed-columns Table, close ant-design/ant-design#2068 2016-06-16 21:56:13 +08:00
Benjy Cui
1903748d8c site: add dora-plugin-upload 2016-06-16 09:59:14 +08:00
Leon Shi
0f8855dff7 remove react-addons-pure-render-mixin, use rc-util's PureRenderMixin instead (#2055) 2016-06-15 16:57:06 +08:00
afc163
bcc07d06f1 Fix hash link behavious 2016-06-15 11:57:26 +08:00
afc163
bdb583f56a wrong dependencies 2016-06-14 14:30:57 +08:00
afc163
a87ce1b090 fix design docs style 2016-06-14 11:34:48 +08:00
afc163
cce5a728f9 bump 1.4.1 2016-06-13 15:43:32 +08:00
Benjy Cui
9d68dbf0a5 bump 1.4.0 2016-06-13 10:10:10 +08:00
afc163
a69b7b70a1 Fix Tabs nested in expanded Table, close #2013 2016-06-12 15:31:34 +08:00
Benjy Cui
c1ac6917ee Merge pull request #1992 from ant-design/should-component-update-for-checkbox
Checkbox: implement shouldComponentUpdate to make the re-render much faster
2016-06-12 09:56:58 +08:00
Benjy Cui
4723c5fe7e site: lazy load for site 2016-06-09 15:00:44 +08:00
Leon Shi
71fc0774c0 implement shouldComponentUpdate to make the re-render much faster for Checkbox 2016-06-08 19:43:46 +08:00
ddcat1115
250df0f4e3 Fix 1970 (#1985)
* fix #1970

* format webpack.config.js
2016-06-06 16:36:55 +08:00
afc163
20a6f2cd60 Add test case for #1968 & #1970 2016-06-06 15:45:46 +08:00
ddcat1115
d10639590b CAHNGELOG for 1.3.1 2016-06-06 11:13:42 +08:00
Benjy Cui
5be40a9c7f site: fix 2016-06-03 15:26:25 +08:00
afc163
6827a33112 Merge branch 'master' of github.com:ant-design/ant-design 2016-06-03 14:24:16 +08:00
afc163
31d0f2093c upgrade warning version 2016-06-03 14:23:31 +08:00
Benjy Cui
0dbfa049a1 chore: update website publish script 2016-06-03 13:21:27 +08:00
乐仪
f45a3ed1e9 version upgrade to 1.3.0
add CHANGELOG
2016-06-02 22:04:06 +08:00
ddcat1115
afacd6c07a fix #1938
rc-slide upgrade to ~3.7.0
2016-06-02 20:11:59 +08:00
yiminghe
b15a4e3165 upgrade upload 2016-06-02 12:11:22 +08:00
afc163
28d0cf86ea upgrade rc-table for nested dataIndex and fix #1898
nested dataIndex https://github.com/react-component/table/issues/46
2016-06-01 14:45:07 +08:00
RaoHai
faf0c8b9da upgrate to 1.2.1
changelog
2016-05-27 18:31:35 +08:00
yiminghe
c3e57af521 refactor d.ts 2016-05-27 16:01:52 +08:00
afc163
dff87da25a Merge branch 'master' of github.com:ant-design/ant-design 2016-05-27 13:38:50 +08:00
afc163
5a87d219d7 use remote api for demo 2016-05-27 13:35:49 +08:00
RaoHai
4500f2e9ee dependence of nunjucks 2016-05-27 12:05:38 +08:00
RaoHai
ff31a5b555 Revert "Revert "refactor with bisheng""
This reverts commit 7a07b128d1.
2016-05-27 11:48:08 +08:00
RaoHai
b7f1c4077b update version to 1.2.0
update changelog
2016-05-27 11:17:54 +08:00
RaoHai
7a07b128d1 Revert "refactor with bisheng" 2016-05-27 11:03:49 +08:00
RaoHai
c4054d0019 Merge pull request #1745 from ant-design/refactor-bisheng
refactor with bisheng
2016-05-27 10:57:19 +08:00
Benjy Cui
8566c25682 site: improve detail 2016-05-27 09:44:07 +08:00
Benjy Cui
2d0d70efcb deps: remove useless deps 2016-05-27 09:44:07 +08:00
Benjy Cui
38f9864732 site: extract bisheng-plugin-react 2016-05-27 09:44:07 +08:00
Benjy Cui
4afb1cc6dd site: update 2016-05-27 09:44:07 +08:00
Benjy Cui
0d0b6b0a32 site: update 2016-05-27 09:44:07 +08:00
Benjy Cui
6bd299000a site: refactor with bisheng-plugin-toc/description 2016-05-27 09:44:07 +08:00
Benjy Cui
e389e6b795 site: migrate MainContent to bisheng 2016-05-27 09:44:07 +08:00
Benjy Cui
a031271384 site: refactor home & 404 with bisheng 2016-05-27 09:44:07 +08:00
RaoHai
7a5c6d51af Update 1.1.1 Changelog 2016-05-26 19:05:38 +08:00
yiminghe
8de1a5cf58 update deps 2016-05-26 15:38:50 +08:00
RaoHai
fbf7da7d83 Merge pull request #1853 from RaoHai/dependenciesUpToDate
make dependencies up to date
2016-05-26 15:35:58 +08:00
yiminghe
56f4f0688d clean deps 2016-05-26 12:52:07 +08:00
RaoHai
2f25084fa6 make dependencies up to date
+ close #1848
2016-05-26 10:27:04 +08:00
afc163
3b89533001 fix predeploy cmd 2016-05-23 21:47:06 +08:00
afc163
e185441b13 fix #1685 2016-05-23 19:35:20 +08:00
afc163
01705e264e revert d450db8 2016-05-20 11:20:34 +08:00
afc163
115e064a5b revert package main field 2016-05-20 11:06:36 +08:00
afc163
d450db8bd4 remove unused babelrc 2016-05-19 23:49:47 +08:00
Leon Shi
8eb9da7cf4 bump 1.1.0 2016-05-18 21:05:50 +08:00
yiminghe
1d5e84f15c update antd tools 2016-05-17 16:09:27 +08:00
Benjy Cui
41df1a4ae8 site: fix 2016-05-17 11:35:24 +08:00
Benjy Cui
6f04b6404b site: add i18n for website 2016-05-16 15:41:55 +08:00
Benjy Cui
b829e9a187 chore: update AUTHORS.txt 2016-05-16 09:43:43 +08:00
Benjy Cui
5939962c90 bump 1.0.1 2016-05-11 18:02:19 +08:00
yiminghe
c9b5068d58 update antd-tools 2016-05-11 17:56:36 +08:00
afc163
6f34472091 fix test case 2016-05-11 16:49:05 +08:00
afc163
976f246275 1.0.0 🎉 2016-05-11 00:37:04 +08:00
afc163
45921c55e0 upgrade Upload 2016-05-10 17:31:15 +08:00
jljsj
f2040acba2 Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0 2016-05-10 15:34:09 +08:00
jljsj
105f7d0941 fix home arrow anim 2016-05-10 15:32:15 +08:00
afc163
46844ba1aa fix devDeps 2016-05-10 15:27:37 +08:00
afc163
3552ffeba1 fix devDeps 2016-05-10 15:26:25 +08:00
afc163
fcf3242570 upgrade eslint-config-airbnb and fix lints 2016-05-10 15:15:09 +08:00
然则
ffd886f6b8 up tree-select api 2016-05-09 16:27:58 +08:00
afc163
e486c235cd upgrade antd-tools 2016-05-09 15:30:30 +08:00
afc163
7d55acbc04 1.0.0-beta.9 2016-05-05 16:52:46 +08:00
RaoHai
f7abfb7963 Put normalize.css under the management of npm (#1583)
+ denpendent on [normalize.css](https://www.npmjs.com/package/normalize.css)
- remove components/style/core/normalize.less
2016-05-05 15:26:19 +08:00
afc163
2120f35c32 1.0.0-beta.8 2016-05-05 15:16:13 +08:00
afc163
051afec58c upgrade rc-menu and rc-upload 2016-05-05 15:08:44 +08:00
afc163
7ba53e77d2 upgrade antd-tools 2016-05-04 14:04:01 +08:00
afc163
8b894f908d upgrade antd-tools and fix typo 2016-04-29 22:24:20 +08:00
afc163
90fe433d9d Use full path reporter for lesshint 2016-04-29 17:04:56 +08:00
afc163
c66a226004 Fix lesshint problems 2016-04-29 17:03:28 +08:00
afc163
54045fc7c2 components.less for custom less theme 2016-04-29 15:31:07 +08:00
afc163
03cb74ead5 upgrade eslint-config-airbnb version and fix some problems 2016-04-29 12:13:27 +08:00
afc163
ce123137e3 bump 1.0.0-beta.6 (#1547) 2016-04-29 11:13:55 +08:00
afc163
ee233d7cce upgrade rc-steps 2016-04-28 16:31:26 +08:00
afc163
205e76aa73 Add entry less file and update document (#1534)
* Add entry less file and update document

* fix pre-publish script
2016-04-28 15:54:18 +08:00
Benjy Cui
36af97c20b site: fix nav 2016-04-28 15:42:02 +08:00
yiminghe
12a7c32643 update readme 2016-04-28 12:41:37 +08:00
yiminghe
d40fd90176 upgrade select 2016-04-28 12:24:28 +08:00
yiminghe
94bb386e47 prepub 2016-04-28 11:50:13 +08:00
yiminghe
5365d4bbd3 add warning 2016-04-28 11:14:01 +08:00
yiminghe
f873d32c57 bump 2016-04-27 21:29:21 +08:00
afc163
0ca6a1c24a css modularize (#1448)
* css modularize

* Add alert style

* Move more component style

* Move iconfont to common style

* Move layout style

* Move more component style

* Move all components

* Fix lots of mixin deps

* remove css-prefix from less

* fix a button icon style bug

* restructure

* fix index

* add dist

* fix jest

* fix some components style

* clean webpack config

* check more components style

* update tabs

* update scripts

* update scripts

* fix form style

* fix more style

* Fix select width

* Fix form and tabs style
2016-04-27 20:44:36 +08:00
afc163
7bd22aeff9 1.0.0-beta.4 2016-04-27 18:09:08 +08:00
Leon Shi
6acb9ce400 upgrade rc-select to 6.2.3 (#1527) 2016-04-27 17:57:35 +08:00
afc163
9bda9068b1 rm unused code 2016-04-24 17:08:27 +08:00
yiminghe
d78940813c Merge pull request #1472 from bang88/typings
add typings
2016-04-22 08:49:21 -07:00
Benjy Cui
4d64a16b48 site: replace highlight.js with Prism.js 2016-04-22 10:56:12 +08:00
bang
5ec0392c1e update package.json's files 2016-04-22 09:37:31 +08:00
yiminghe
2483ca5351 use RUN_ENV 2016-04-21 20:32:36 +08:00
yiminghe
ace39a464e optimize site 2016-04-21 20:06:35 +08:00
bang
b78295c567 add typings 2016-04-21 15:52:54 +08:00
然则
5374095604 update tree api:autoExpandParent, checkedKeys, onExpand 2016-04-21 13:11:55 +08:00
afc163
9d696f97bd Merge branch master into develop-1.0.0 2016-04-20 19:03:41 +08:00
afc163
504409335f upgrade collapse for perfermance problem and close ##1451 2016-04-20 18:59:01 +08:00
afc163
268ecd9e6a upgrade devDeps 2016-04-20 11:41:53 +08:00
afc163
8116e775ff upgrade devDeps and fix some eslint problems 2016-04-18 14:58:38 +08:00
afc163
d759d2174f upgrade react-slick, close #1409 2016-04-18 11:10:09 +08:00
afc163
357ccc6fd8 bump beta version 2016-04-17 18:26:37 +08:00
afc163
c6cba5a2a1 Make steps layout more flexible, close #1099 2016-04-15 23:04:06 +08:00
Benjy Cui
7a6485d1ab chore: update lint scripts 2016-04-14 11:39:02 +08:00
afc163
00a2e97f23 fix test cases 2016-04-13 20:56:50 +08:00
afc163
f08331dae5 bump 0.12.14 2016-04-13 16:55:17 +08:00
Benjy Cui
24ade9178d site: fix highlight in index.md 2016-04-13 10:13:07 +08:00
afc163
d9c0318c19 bump 1.0.0-beta.2 2016-04-12 16:53:45 +08:00
afc163
b68c834949 eh... facebook/jest#882 2016-04-11 17:27:56 +08:00
afc163
675a0ff4d8 fix travis 2016-04-11 17:21:38 +08:00
jiang
22cc6165ac fix home animation (#1381) 2016-04-11 16:06:20 +08:00
Benjy Cui
b685a31f96 site: update dependencies 2016-04-11 10:12:48 +08:00
Benjy Cui
347f862749 chore: update webpack.config.js 2016-04-10 09:37:20 +08:00
afc163
1a91018f52 upgrade deps 2016-04-09 15:22:51 +08:00
afc163
5fc57c9252 bump new beta 2016-04-08 18:20:12 +08:00
afc163
26f365df36 Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0 2016-04-08 18:12:48 +08:00
afc163
4591459301 Make Switch focusable and keyboard handlable, ref #1358 2016-04-08 18:08:54 +08:00
Benjy Cui
71e4a6fb7d site: support import style respectivly 2016-04-08 15:29:04 +08:00
Benjy Cui
2728ea4fa1 site: to be compatibled with old browsers 2016-04-08 14:24:39 +08:00
afc163
905ee5e6f9 Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0 2016-04-07 20:47:32 +08:00
然则
f7652fa504 improve tree, tree-select 2016-04-07 18:16:49 +08:00
afc163
e1e68c9b38 Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0 2016-04-07 18:06:21 +08:00
afc163
1abf831ae8 Merge branch master into develop-1.0.0 2016-04-07 17:55:06 +08:00
afc163
7ff80f3dfe fix eslint 2016-04-07 17:46:56 +08:00
yiminghe
4cabb9a519 upgrade rc-calendar 2016-04-07 17:24:26 +08:00
jljsj
6fdb4e013f add tooltip anim origin 2016-04-07 15:54:02 +08:00
Benjy Cui
06011fee2b deps: upgrade dependencies 2016-04-07 15:36:55 +08:00
Benjy Cui
ed591cd7e4 site: refactor 2016-04-07 15:36:55 +08:00
Benjy Cui
61f93ed521 chore: update publish scripts 2016-04-06 18:57:51 +08:00
afc163
0220ab5522 update error step icon 2016-04-06 17:50:51 +08:00
afc163
93adb528ed Add error step, close #1098 2016-04-06 17:07:22 +08:00
yiminghe
f254403af2 upgrade form 2016-04-05 15:51:43 +08:00
Wei Zhu
0c29cd639f Update rc-dialog to 6.0.1 2016-04-03 22:49:44 +08:00
Benjy Cui
93220a39f9 bump 1.0.0-beta.0 2016-04-01 17:51:25 +08:00
Benjy Cui
313c3177c0 bump 1.0.0-beta 2016-04-01 17:39:18 +08:00
yiminghe
3aee355b43 update rc-upload 2016-04-01 13:51:44 +08:00
yiminghe
ace79d13e7 upgrade 2016-04-01 11:25:12 +08:00
Benjy Cui
ce10d7df3e deps: upgrade atool-build 2016-03-31 17:52:31 +08:00
yiminghe
f414e98cf5 Merge pull request #1309 from ant-design/deps-remove
deps: remove useless dependencies
2016-03-31 17:10:56 +08:00
Benjy Cui
af07139d62 chore: update .eslintrc.js 2016-03-31 17:06:21 +08:00
Benjy Cui
2a3febfe4c deps: remove useless dependencies 2016-03-31 16:47:03 +08:00
afc163
d75c0d0b24 Merge pull request #1307 from ant-design/docs-format
Update docs format
2016-03-31 15:48:38 +08:00
Benjy Cui
1b9a7b3dbe deps: remove useless dependencies 2016-03-31 15:47:48 +08:00
Benjy Cui
270d916324 site: should work with new docs format 2016-03-31 15:22:38 +08:00
afc163
9e0273a250 Fix -ms- prefix via setting autoprefix browsers
util ant-tool/atool-build#129 landed
2016-03-30 23:28:23 +08:00
yiminghe
afdbe4544c remove velocity-anim 2016-03-30 16:33:47 +08:00
yiminghe
8c3a70ab0b add rate 2016-03-30 13:20:03 +08:00
Benjy Cui
bf9f1b3e40 deps: upgrade antd-md-loader 2016-03-29 19:20:34 +08:00
afc163
77496554c0 fix miss devDeps
close cnpm/npminstall#64
2016-03-29 19:00:29 +08:00
afc163
c8f18f9c02 Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0 2016-03-29 14:06:19 +08:00
afc163
505ce68f6d Merge branch 'master' into develop-1.0.0 2016-03-29 13:53:11 +08:00
afc163
4738cde433 bump 0.12.13 2016-03-29 13:44:55 +08:00
yiminghe
d062cc934b upgrade rc-select 2016-03-29 12:07:44 +08:00
Wei Zhu
4f541794e9 Update rc-upload to 1.9.0 2016-03-28 01:47:39 +08:00
yiminghe
d03c644f1d Merge pull request #1272 from waywardmonkeys/use-babel-eslint
Use babel as the eslint parser.
2016-03-25 18:54:19 +08:00
Benjy Cui
5e4786440d deps: remove object-assign 2016-03-25 18:16:48 +08:00
Bruce Mitchener
4c0bf478d0 Use babel as the eslint parser.
This allows eslint to validate all of the code that babel is
configured to accept. Without this, eslint won't validate code
that is part of ES7.

We use the beta for 6.0 to avoid https://github.com/babel/babel-eslint/issues/249
2016-03-25 16:36:59 +07:00
afc163
4760d0b54c Add scroll and column.fixed document 2016-03-25 16:12:29 +08:00
afc163
0243afb7c5 fix scroll bar style 2016-03-25 16:12:29 +08:00
afc163
15f576020b Add fixed columns demos 2016-03-25 16:12:29 +08:00
Benjy Cui
e928e57494 site: support responsive 2016-03-24 17:13:19 +08:00
Benjy Cui
c5c1b1339e refactor: hightlight code in loader 2016-03-24 10:56:13 +08:00
Benjy Cui
66abe72462 chore: merge webpack config into one file 2016-03-23 15:43:23 +08:00
Benjy Cui
f723d6ca51 refactor: remove some hard code 2016-03-23 10:43:43 +08:00
afc163
fb6c6abbc7 Merge master 2016-03-22 19:31:55 +08:00
Benjy Cui
235de43605 deps: upgrade rc-slider 2016-03-22 17:50:21 +08:00
Benjy Cui
9ce187cc0f deps: update antd-md-loader 2016-03-22 12:10:32 +08:00
Benjy Cui
2dab2c0b13 chore: update scripts 2016-03-22 11:54:55 +08:00
Benjy Cui
325c9c2b2b site: enable HMR for jsx 2016-03-21 11:16:10 +08:00
afc163
e1c2e3f1a3 bump 0.12.12 2016-03-18 16:23:05 +08:00
Benjy Cui
1f7a30c99c Merge branch 'master' of github.com:ant-design/ant-design into spa-new-design-language 2016-03-18 11:12:51 +08:00
Benjy Cui
20ec00abf0 site: update UI 2016-03-17 15:21:41 +08:00
Benjy Cui
1a1adc4fe9 site: support video in Markdown 2016-03-16 17:46:35 +08:00
afc163
19c5c4e787 bump 0.12.11 2016-03-16 16:46:04 +08:00
afc163
ceb978e52e Merge branch 'master' of github.com:ant-design/ant-design 2016-03-15 15:18:02 +08:00
yiminghe
1e68c97232 upgrade tabs 2016-03-15 15:09:26 +08:00
afc163
3259497728 update devDeps 2016-03-15 14:21:48 +08:00
Benjy Cui
ebab622add Merge branch 'master' of github.com:ant-design/ant-design into develop-1.0.0 2016-03-15 09:47:55 +08:00
afc163
230c8d963a Merge branch 'master' into new-design-language 2016-03-14 22:00:05 +08:00
afc163
0e9edf7a12 bump beta for tree select 2016-03-14 17:12:53 +08:00
然则
e1f27bbe4d upgrade treeSelect 2016-03-14 16:18:30 +08:00
afc163
695a04278e Merge branch 'master' into new-design-language 2016-03-14 16:18:08 +08:00
afc163
9665daa192 move toc under meta description 2016-03-14 16:18:06 +08:00
Benjy Cui
90a54507f5 site: add github button 2016-03-14 15:00:11 +08:00
afc163
d393f496ff fix lesshint 2016-03-13 16:48:27 +08:00
Benjy Cui
963dcc6b23 bump 0.12.10 2016-03-11 18:03:42 +08:00
Benjy Cui
4da550782e bump 0.12.9 2016-03-11 16:57:35 +08:00
Benjy Cui
12e51707bf chore: remove duplicated fileName 2016-03-10 15:02:20 +08:00
Benjy Cui
f38aa9b642 deps: add missing devDependencies 2016-03-10 10:50:40 +08:00
Benjy Cui
5f765109ba deps: upgrade antd-md-loader 2016-03-10 10:50:40 +08:00
Benjy Cui
c4b2981e53 feat: support demo with ReactRouter 2016-03-10 10:50:40 +08:00
Benjy Cui
b695aaece0 chore: auto scroll to target 2016-03-10 10:50:39 +08:00
Benjy Cui
d8b9200ba2 deps: upgrade antd-md-loader 2016-03-10 10:50:39 +08:00
Benjy Cui
844a132cfe deps: upgrade antd-md-loader 2016-03-10 10:50:38 +08:00