偏右
8501b708ea
refactor: 📦 smaller bundlesize limit ( #20356 )
...
* 📦 samller bundlesize limit
* 🗑️ remove React static PropTypes
* 🗑️ remove react-lifecycles-compat
* 🗑️ remove matchMedia polyfill
* 🗑️ remove Transfer buggy lazy prop
* 🗑️ remove enquire.js dep
* 🗑️ remove Transfer lazy related code and fix ci
* 🗑️ remove used dom-closest
* ⚡ replace dom-scroll-into-view to scroll-into-view for bundle size
* ✅ fix eslint
* 🆙 upgrade browserslist
* ✅ fix test cases
* 🗑️ remove @ant-design/create-react-context
* 🆙 upgrade @ant-design/bisheng-plugin
* 🆙 upgrade rc-slider
* ✅ fix ci
* 🆙 upgrade rc-tabs and rc-mentions
* 📦 scroll-into-view -> scroll-into-view-if-needed
* remove unused devDep
* docs: 📝 update instruction about IE9/10
* 📦 reduce css bundle size by drop IE9/10 support
* 🆙 upgrade rc-upload
* 🗑️ drop unused swing motion css
* ✅ update upload snapshots
* 📦 lift css bundlesize limit to 55kb
2019-12-23 18:33:08 +08:00
二货机器人
64b905e9bd
chore: Update @ant-design/icons
deps ( #19979 )
...
* update icons deps
* update all icon ref
* fix lint
* update snapshot
2019-11-28 12:34:33 +08:00
zombiej
2ba81538d8
chore: Merge master
2019-11-13 11:48:20 +08:00
骗你是小猫咪
4ded5e6777
fix: Drawer content overflow when placement is top or bottom ( #19506 )
...
* fix: drawer content overflow
* update snapshots
* review change
2019-11-06 10:47:36 +08:00
zombiej
7a12b2b1ae
merge master
2019-10-30 16:28:28 +08:00
zombiej
559e56c7f8
fix: Tree shaking should works on withContext
2019-10-21 13:38:38 +08:00
zombiej
c75bbbd13d
merge master
2019-10-16 10:44:56 +08:00
陈帅
338018eba3
feat: Pageheader new style and props ( #19100 )
...
* pure page header style
* add type props
* add prue demo
* add config provider doc
* fix lint
* fix lint error
* change pure to ghost
* fix test
* default ghost is true
* fix review style
* fix review warning
* use online style
* remove defualt and remove comment
* add test
2019-10-15 11:46:12 +08:00
afc163
a877db72ef
✨ Add drawerStyle
and headerStyle
...
close #18975
2019-10-07 19:56:57 +08:00
vagusX
149729e524
use ant design icons 4.0 ( #18217 )
...
* feat: use @ant-design/icons@4.0
* feat: use createFromIconfontCN to make site works
* feat: update doc for Icon
* feat: use icon in component Alert
* feat: use icon in component Avatar
* feat: use icon in component Breadcrumb
* feat: use icon in component Button
* feat: use icon in component Cascader
* feat: use icon in component Collapse
* feat: use icon in component Datepicker
* feat: use icon in component Dropdown
* feat: use icon in component Form
* feat: use icon in component Input
* feat: use icon in component InputNumber
* feat: use icon in component Layout
* feat: use icon in component Mention
* feat: use icon in component Message
* feat: use icon in component Modal
* feat: use icon in component Notification
* feat: use icon in component PageHeader
* feat: use icon in component Pagination
* feat: use icon in component Popconfirm
* feat: use icon in component Progress
* feat: use icon in component Rate
* feat: use icon in component Result
* feat: use icon in component Select
* feat: use icon in component Step
* feat: use icon in component Switch
* feat: use icon in component Table
* feat: use icon in component Tab
* feat: use icon in component Tag
* feat: handle rest component which using Icon
* fix: remove unused vars
* feat: use latest alpha ant design icons
* fix: failed test in uploadlist.test.js
* test: update snapshot for icons
* doc: add Icon for site
* doc: use @ant-design/icons in site
* chore: use latest icons
* fix: tslint issue
* fix: test cases
* fix: types for react
* fix: lint rules for import orders
* fix: use @ant-design/icons@4.0.0-alpha.5 to avoid insert css in server render
* fix: eslint error in demo/**.md
* inject antd icons
* update snapshot
* fix site
* doc: update docs
* fix: code snippets icon in site
* feat: use latest @ant-design/icons
* fix: icon props in message
2019-08-13 14:07:17 +08:00
orzyyyy
47fd80c8ad
fix: disable next line instead of the whole file
2019-08-06 15:36:13 +08:00
orzyyyy
63b33d4020
fix: unexpected changes of snapshots
2019-08-06 15:36:12 +08:00
jljsj
d4c90d4a3b
fix: delete drawer in child and re-render, no push started
2019-07-17 20:05:39 +08:00
jljsj
786bde9ca1
update modal and drawer protal
2019-07-15 14:33:56 +08:00
jiang
a1298463be
rm drawer config consumer props ( #17390 )
...
* rm drawer config consumer props
* Update index.tsx
2019-07-04 20:53:55 +08:00
陈帅
722b39ec16
Merge branch 'master' into feature
2019-06-28 21:55:15 +08:00
偏右
05feaeb83c
Merge pull request #17316 from ant-design/key-drawer
...
fix: add maskClosable is false ESC close
2019-06-27 23:01:35 +08:00
jljsj
dae1ab923a
fix drawer test
2019-06-26 17:43:15 +08:00
afc163
14dc252b04
🆙 fix for typescript@3.5
2019-06-05 14:41:36 +08:00
jljsj
7382e41b17
add keyboard to API, rm propTypes and use instanceof KeyboardEvent
2019-06-03 11:50:32 +08:00
jljsj
9ec4aaa9f4
add maskClosable is false ESC close
2019-05-31 15:33:58 +08:00
afc163
149f2c8172
💄 improve code style of Drawer
2019-05-21 11:29:01 +08:00
jljsj
a1b525419d
update
2019-04-23 13:59:21 +08:00
jljsj33
86b8a1ced1
rm onVisibleChange
2019-04-22 19:27:05 +08:00
jljsj33
773b2fdbd6
drawer: add afterVisibleChange
2019-04-22 19:27:05 +08:00
afc163
0a8f33385d
🆙 use @ant-design/create-react-context of MIT
2019-04-16 12:18:39 +08:00
zombieJ
4d1a998246
add component param in warning ( #15078 )
...
* add component param in warning
* update snapshot
2019-02-27 15:32:29 +08:00
afc163
98b41e0e9c
⚡ Add handler
definite for Drawer
...
close #15051
2019-02-26 15:36:23 +08:00
ztplz
0b8fadd24c
Update
2019-01-13 01:36:25 +08:00
ztplz
ab2dd31087
Add types for warning
2019-01-13 01:36:25 +08:00
ztplz
2ec3c37c42
Add bodyStyle for drawer
2019-01-12 13:22:58 +08:00
ztplz
689f32a07f
Remove the border when drawer has no title
2019-01-11 00:04:21 +08:00
zombieJ
1cf1a4862e
ConfigConsumer support withConsumer
( #14062 )
...
* add withConfigConsumer
* clean up
2019-01-03 17:10:04 +08:00
zombiej
874ed98e31
merge master
2019-01-02 17:12:34 +08:00
偏右
5c36f9f61d
💄 Drawer close icon should scroll with content ( #14030 )
...
* 💄 Drawer close icon should scroll with content
like its title
close #13811
* ✅ fix snapshots
2019-01-02 13:53:19 +08:00
afc163
3f1be96866
Merge branch 'master' into feature
...
* master: (23 commits)
✅ fix snapshots
Add docs for the List rowKey prop
💄 don't reset font-family in each component
💄 chore card less variable
Remove classNames from custom-typing file
add collapsed faq ref: #13953
feat: support define card border radius
Fix dateRender not supported at WeekPicker
📝 Add links in Home Page
📝 Fix site responsive interaction, close #13954
💄 chore Steps[labelPlacement="vertical"] style
✅ fix warning in test case
📝 update tech antfin cases
🐛 site menu open bug
🐛 fix site defaultOpenKeys
Correct docs
💄 chore button code style
fix spaces in curly brackets
fix two more code style issues
Fix method argument name
...
2018-12-28 12:11:18 +08:00
afc163
b2c7c53b4c
✅ fix warning in test case
2018-12-27 11:48:42 +08:00
afc163
30fe9918d8
Merge branch 'master' into feature
...
* master:
📝 Add bodyStyle and style of Drawer in documentation, #13850
🐛 Fix Drawer style not working
🐛 fix markStyle affset style
Update Santa.jsx
update changelog
bump 3.11.6
revert Christmas egg
[type] make type of components compatible with ComponentType<P>
bump 3.11.5
✨ site: make document side bar sticky
2018-12-25 16:28:50 +08:00
afc163
b27f0f3e46
🐛 Fix Drawer style not working
...
close #13850
2018-12-25 15:27:31 +08:00
afc163
9f54ab2bb4
🐛 fix markStyle affset style
...
revert #12125
close #13850
2018-12-25 15:21:17 +08:00
frezc
5f9b376456
[type] make type of components compatible with ComponentType<P>
2018-12-25 01:10:00 +08:00
afc163
879784c665
Merge branch "master" into "feature"
2018-12-20 17:43:00 +08:00
afc163
1ac6b5782d
🐛 Correct Drawer style
...
close #11504
2018-12-20 17:26:34 +08:00
陈帅
8e11f0bdb9
merge support prettier
2018-12-07 20:02:01 +08:00
陈帅
dca9715186
support prettier
2018-12-07 18:27:30 +08:00
zombieJ
1a0a06fca9
ConfigProvider support prefixCls ( #13389 )
...
Basic support prefixCls.
2018-12-05 19:12:18 +08:00
ztplz
ed4cc9e5fd
format ( #13252 )
2018-11-22 23:35:40 +08:00
ztplz
6ad23c370e
Fix CI
2018-11-10 22:09:29 +08:00
陈帅
236f48e8ce
fix#12401,mask=false, Will not be masked
2018-10-11 00:02:03 +08:00
huangyan.py
f13cbd9a32
fix: Enable maskStyle on Drawer
2018-09-07 13:51:46 +08:00
HeskeyBaozi
d9b38aee4b
Merge branch 'feature-3.9.0' of https://github.com/ant-design/ant-design into feature/svg-icon
...
# Conflicts:
# package.json
2018-08-25 13:24:44 +08:00
afc163
5448277732
Merge branch 'master' into feature-3.9.0
2018-08-23 21:17:50 +08:00
陈帅
cc2bd76595
add top MultiDrawer
2018-08-22 23:27:52 +08:00
陈帅
2ca3661e87
placement add top and bottom
2018-08-22 23:27:52 +08:00
wangxueliang
fa89c79d80
fix: word error praentDrawer => parentDrawer
2018-08-22 14:33:42 +08:00
HeskeyBaozi
3baec95628
Merge branch 'feature-3.9.0' of https://github.com/ant-design/ant-design into feature/svg-icon
2018-08-13 09:26:33 +08:00
Wei Zhu
064bfaf554
Add @types/prop-types
2018-08-07 21:09:05 +08:00
HeskeyBaozi
bcfbf1f46a
update docs & support svg-sprite-loader
2018-08-06 18:10:30 +08:00
afc163
510add6305
Drawer wrapClassName => className
2018-08-05 11:56:40 +08:00
Fernando Giarritiello
5cac2fab4a
Added className prop to Drawer
2018-08-05 11:48:51 +08:00
陈帅
d0c684e925
add wrapClassName and multi-level-drawer test
2018-07-22 11:55:46 +08:00
陈帅
608f631b64
test: Perfect test
2018-07-22 11:55:46 +08:00
jljsj33
2cd863929a
update drawer test
2018-07-22 11:55:46 +08:00
陈帅
88981fef22
style: Adjust the edge shadow
2018-07-22 11:55:46 +08:00
jljsj33
881cef5abf
update drawer
2018-07-22 11:55:46 +08:00
陈帅
e7242f4924
fix #11307 Prop destroyOnClose prevents the closing animation of drawer
2018-07-18 15:53:06 +08:00
陈帅
2cffe4f858
optimization: Fix problems found in review
2018-07-13 22:23:12 +08:00
陈帅
dba4b8c3c9
use context to implement multiple drawers
2018-07-13 22:23:12 +08:00
陈帅
441b90e488
Fix the naming problem
2018-07-13 22:23:12 +08:00
陈帅
50271732b1
add multi-level-drawer
2018-07-13 22:23:12 +08:00
陈帅
06d5ff6bbe
up rc-drawer vesion to 1.5.1
2018-07-13 22:23:12 +08:00
陈帅
c8217e0bad
Fixing style errors caused by too low height
2018-07-13 22:23:12 +08:00
陈帅
0f22cd69c3
test support react15
2018-07-13 22:23:12 +08:00
陈帅
2e3d131d74
update snapshots
2018-07-13 22:23:12 +08:00
陈帅
c863b2d758
fix drawer lint
2018-07-13 22:23:12 +08:00
陈帅
115f518985
add 100% test
2018-07-13 22:23:12 +08:00
陈帅
e8394eca6f
add drawer test
2018-07-13 22:23:12 +08:00
陈帅
d2856392b6
fix site build error
2018-07-13 22:23:12 +08:00
qixian.cs@outlook.com
9e12476f68
Optimize code and documentation
2018-07-13 22:23:12 +08:00
jim
7801f2459c
change null to undefined
2018-07-13 22:23:12 +08:00
jim
68da7f2078
delete util import
2018-07-13 22:23:12 +08:00
jim
306389273a
Improve documentation
2018-07-13 22:23:12 +08:00
jim
73674f53c3
change rc-drawer-meun to rc-drawer
2018-07-13 22:23:12 +08:00
jim
7757926666
Perfect api
2018-07-13 22:23:12 +08:00
jim
af5cde61d1
canonical style
2018-07-13 22:23:12 +08:00
jim
fee00e3841
add open animation
2018-07-13 22:23:12 +08:00
jim
de5b89a612
remove top and bottom less
2018-07-13 22:23:12 +08:00
jim
61a7731270
simple demo
2018-07-13 22:23:12 +08:00