诸岳
5d17a6e45a
Bump 3.15.2
6 years ago
Wei Zhu
922f29ba28
chore: Add CNAME
6 years ago
afc163
f95d8e616d
⚡ Remove core-js from devDeps
6 years ago
dependabot[bot]
06266ffe06
Update react-router-dom requirement from ^4.3.1 to ^5.0.0
Updates the requirements on [react-router-dom](https://github.com/ReactTraining/react-router ) to permit the latest version.
- [Release notes](https://github.com/ReactTraining/react-router/releases )
- [Changelog](https://github.com/ReactTraining/react-router/blob/master/CHANGES.md )
- [Commits](https://github.com/ReactTraining/react-router/compare/v4.3.1...v5.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
ZYSzys
554fdd4a3c
script: cleanup & reduce useless prettier files ( #15467 )
6 years ago
picodoth
eacb5723a2
3.15.1
6 years ago
zombiej
6f5854c0b6
update deps
6 years ago
dependabot[bot]
e03a40f229
build(deps-dev): update scrollama requirement from ^1.4.4 to ^2.0.0
Updates the requirements on [scrollama](https://github.com/russellgoldenberg/scrollama ) to permit the latest version.
- [Release notes](https://github.com/russellgoldenberg/scrollama/releases )
- [Commits](https://github.com/russellgoldenberg/scrollama/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
zombiej
ba51bd9e0a
more aggresive (CI should fail)
6 years ago
zombiej
8eef9fb15c
update script
6 years ago
afc163
d5a1f58bba
🆙 upgrade jsdom
6 years ago
zombiej
d17a67175d
add pattern match
6 years ago
Yu
f2b95d0a7f
chore: add changelog for 3.15.0 ( #15281 )
* chore: add changelog for 3.15.0
6 years ago
zombiej
a87cfc2d92
use babel ast tree
6 years ago
chen shuai
058c341dd8
version: up to 3.14.1
6 years ago
zy410419243
60260c1170
revert: test command in package.json
6 years ago
zy410419243
74a5a10bee
test: update aria-label for TextArea, to fix accesslint problems
6 years ago
chen shuai
960273c844
version: up to 3.14.0
6 years ago
陈帅
5e298dba51
3.14.0 Changelog ( #15145 )
* add responsive property to carousel (#15071 )
* add responsive property to carousel #15065
* extend carousel props from Slick type definitions #15065
* rm key in OptionProps (#15104 )
* update doc
* fix cascader should tab twice to exist (#15117 )
* fix cascader should tab twice to exist
* update snapshot
* Drawer Body padding should be variable
* fix DatePicker to support an array of formats (#15116 )
ref #13148
* table reader mobile friendly
* up
* up
* doc: add 3.14.0 changelog
* doc: fix ci warning
* doc: fix ci warning
* doc: fix typo
* doc: fix ci warning
* doc: fix ci warning
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* -m
* -m
* doc: fix cr warning
6 years ago
zombieJ
acd06e9cb5
Select multiple mode support showArrow ( #15091 )
* support showArrow
* fix rc-select version
* update snapshot
6 years ago
Vitaliy Mazurenko
4878992400
add responsive property to carousel ( #15071 )
* add responsive property to carousel #15065
* extend carousel props from Slick type definitions #15065
6 years ago
afc163
32a7de84fd
🆙 upgrade stylelint-config-prettier to 5.0.0
6 years ago
zombiej
2826f165d7
fix rc-select version
6 years ago
zombiej
fc5f198d5b
fix package.json
6 years ago
afc163
55e2ce6269
🔧 Add logrocket
https://logrocket.com/
6 years ago
zombieJ
18c3c5e6d2
add icons ( #15047 )
6 years ago
afc163
46a2a6f59d
⚡ 3.13.6
6 years ago
afc163
7bbeaff3ed
🆙 Upgrade rc-input-number@4.4.0 to fix 13896
6 years ago
zombiej
2b4bb4c11a
update changelog
6 years ago
zombieJ
c80136a9a7
New Component: Typography ( #14250 )
* text with prefix
* add edit style
* support editable
* enhance accessibility & type experience
* optimize IME case
* support copy
* add locale
* add secondary & disabled
* add ellipsis shadow text
* split to 3 components
* update snapshot
* update desc
* change lines also need update ellipsis
* skip aria when is in ellipsis
* add ResizeObserver in _util
* update snapshot
* move TestBase into test file
* update test case
* update doc
* fix typo
* important => level
* use rows
* update demo cols to 1
* fix cssText not work in firefox
* update doc
* add miss point
* support extendable
* update snapshot
* fix doc
* copyable support string
* update snapshot
* update doc
* update doc desc
* adjust style
* full test
* reset after test
* rename
* update snapshot
* fix compile
* adjust style
* update desc
* update prefixCls
* update margin
* adjust
* nest wrap of tag content
* adjust style
* update comment
* rm %
* one more thing
* tmp of measure
* merge string as children
* update snapshot
* update testcase
* remove comment
* use internal variable for configProvider passing
* update snapshot
* use expandable instead of extendable
* less variable it
* update demo
* update less
* adjust code & mark style
* remove mark padding
* update measure logic
* support nest element style
* use childNode.textContent to fix react 15 error
* update css
* popout Typography
* add link style
* adjust doc
* use ellipsis instead of rows & expandable
* update doc
* update doc
* update doc & style
* fix typo
* add css ellipsis support
* client render
* update snapshot
* enhance copyable
* support onExpand
* update test case
* add test of css ellipsis
* fix logic in react 15
* rename onChange -> onSave
* use tagName of article
* fix lint
6 years ago
zombieJ
6678c6abf3
update changelog ( #14899 )
6 years ago
Wei Zhu
83626e6fd5
Bump 3.13.3
6 years ago
米老朱
6936599aef
Enhance stylelint rules ( #14803 )
* rename .stylelintrc to .stylelintrc.json for explicit file type
* add new npm script lint-fix:style
* fix pseudo-element with double colon
* function name should be lower except ignored functions
* support stylelint declaration-block-no-ignored-properties rule
* support sorted CSS properties order for readability and consistency
* autofix order of all styles by lint-fix:style script
* remove double slash comments after selector
* replace .stylelintignore with ignoreFiles in .stylelintrc.json
6 years ago
afc163
62e65d9550
🌟 support extra for Collapse.Panel
close #11626
6 years ago
zombieJ
dab30ef2cc
update changelog ( #14746 )
6 years ago
zombieJ
991b47f421
update antd-tools version to check ( #14738 )
6 years ago
zombieJ
2b558af960
update silder snapshot ( #14732 )
6 years ago
ycjcl868
31d55e43b3
upd: version
6 years ago
dependabot[bot]
0d65f0578d
⬆️ Update @types/react requirement from ~16.7.13 to ~16.8.1
Updates the requirements on [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped ) to permit the latest version.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
afc163
5009268e23
🆙 typescript@3.3.1
6 years ago
zombieJ
7f6d7730e0
update jest & antd-tools & bisheng-plugin-antd ( #14659 )
* update deps
* update test case
* update bisheng
* set 'aria-controls' to '' to keep jest sync
6 years ago
dependabot[bot]
038958cc7c
Update jest requirement from ^23.6.0 to ^24.0.0
Updates the requirements on [jest](https://github.com/facebook/jest ) to permit the latest version.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v24.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
zombiej
fc6f7336be
update style
6 years ago
ycjcl868
47b3df5dcd
upd: devDeps
6 years ago
dependabot[bot]
55ee631193
Update stylelint requirement from ~9.6.0 to ~9.10.1
Updates the requirements on [stylelint](https://github.com/stylelint/stylelint ) to permit the latest version.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/commits/9.10.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
zombiej
e92efa41ef
update changelog
6 years ago
zombieJ
633c3aeb25
update rc-switch ( #14560 )
close #7181
6 years ago
zombieJ
d1fde3670c
Time picker allow clear ( #14490 )
close #14472
6 years ago
afc163
430d78573b
✅ Add sentry in ant.design
follow https://sentry.io/onboarding/ant-design-zb/react/configure/javascript-react
6 years ago
陈帅
076ebacd6d
3.12.4 changelog ( #14436 )
* 3.12.4 changelog
* ✨ bump 3.12.4
6 years ago