TimChen
30d99c380b
refactor(module: autocomplete): optimize performance ( #686 )
2020-10-16 13:08:43 +08:00
ElderJames
698b509e2c
docs: enable the brotli compression ( #683 )
2020-10-14 23:50:00 +08:00
笨木头
3ca6a1ba96
fix(module: dropdown): context menu would show on "OnClick" event ( #678 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-14 17:42:57 +08:00
Brian Ding
20ec26034d
feat(module: back-top): display and disappear on scroll ( #679 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-14 17:33:36 +08:00
笨木头
34fff47114
fix(overlay): bugs when overlay is nested ( #681 )
2020-10-14 17:24:26 +08:00
zxyao
6bf817d1ea
feat(module: modal): support creating Modal dialog from ModalService ( #676 )
...
* refactor: change the name of ModalRef to ConfirmRef
in order to create a Modal dialog in service mode
BREAKING CHANGE: all using of ModalRef must rename to ConfirmRef
* refactor: chang the name of ModalTemplate to ConfirmTemplate
in order to create a Modal dialog in service mode
BREAKING CHANGE: all using of ModalTemplate must rename to ConfirmTemplate
* feat(module: modal): support creating Modal dialog from ModalService
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-14 15:09:11 +08:00
James Yeung
66f6183e0f
feat(module: avatar): add avatar group ( #677 )
...
feat: add max count style
feat(module: avatar): add avatar group
2020-10-14 13:56:59 +08:00
James Yeung
3fb5998d19
chore: sync ant-design v4.7.0 ( #675 )
2020-10-14 13:31:22 +08:00
James Yeung
547350f8a9
docs: update to .net5 rc2 ( #680 )
2020-10-14 13:28:33 +08:00
Kieran Coldron
83ab94cc92
fix(input): allow number type in input ( #630 )
...
* fix: allow number type in input
* fix: parse empty string to value
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-10-12 00:20:33 +08:00
TimChen
a2e4bc4ef3
feat: simplify drawer calling method ( #657 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-10 22:19:15 +08:00
Vladislav Richter
059491d749
refactor: replace IdGeneratorHelper with DI service that can be replaced by user ( #664 )
...
* Replaced IdGeneratorHelper with DI service that can be replaced by user
* removed license comments and unnecessary usings
* check Id null before assigning autogenerated id
* fix: unit test
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-10-10 15:31:32 +08:00
TimChen
35b5029117
feat(module: auto-complete): add disabled and placeholder properties ( #655 )
...
* feat: add Disabled Placeholder
* fix: api doc
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-09 16:32:40 +08:00
TimChen
542b66d383
refactor: tree ( #672 )
...
* feat: refactor tree
* feat: refactor tree
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-09 15:13:32 +08:00
Vladislav Richter
7ed9c6550f
feat(module: collapse): panel toggle and SetActive propagation to Collapse, De/activate panels by keys ( #666 )
...
* When Panel is set as active, call parent Collapse in case it is in a accordion mode, Allow shortcut Toggle method and always null-check referenced Collapse.
* Alllow de/activating child Panels by their keys.
* docs: update the demo and api doc
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-09 14:11:23 +08:00
zxyao
0c90ef19d7
fix: await with null propagation system null referenceexception ( #663 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-09 11:32:32 +08:00
TimChen
914dfed427
feat: complete backtop ( #660 )
...
* feat: complete backtop
* fix: backtop
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-10-09 10:59:52 +08:00
James Yeung
c53f3a6291
docs: update charts library ( #659 )
2020-10-06 15:02:07 +08:00
zxyao
86cd7a1184
fix(module: confirm): cannot config confirm width ( #651 ) ( #654 )
2020-09-28 23:46:27 +08:00
Brian Ding
62c84aa84f
fix(module: slider): cannot slide ( #653 )
...
* feat: deserialize event listner args
* fix(module: slider): update ts method
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-09-28 16:44:11 +08:00
James Yeung
5aa5f8cedf
chore: sync ant-design v4.6.6 ( #648 )
2020-09-28 16:07:59 +08:00
bingbingtalk
0930f79da8
feat(module: table): add colspan & rowspan ( #649 )
...
* feat(module: table): add colspan & rowspan
* fix: unit test
* test: add colspan and rowspan case
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-09-28 16:06:02 +08:00
笨木头
48c9cc7143
fix(module: auto-complete): could not select value by chance ( #647 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-09-27 23:05:23 +08:00
TimChen
474b768c49
fix: textarea display bug ( #650 )
2020-09-27 22:01:04 +08:00
James Yeung
14e695d8aa
fix(module: badge): incorrect status dot & disappeared scroll number ( #642 )
2020-09-23 16:00:03 +08:00
James Yeung
61214c1c36
docs: workaround for the linker bug ( #641 )
2020-09-23 11:56:50 +08:00
James Yeung
500725f105
docs: disable the linker for workaround the table page breaking ( #638 )
2020-09-22 10:26:55 +08:00
James Yeung
d81f9a583f
fix: the prerendering interop exception with some components ( #636 )
2020-09-21 17:20:19 +08:00
笨木头
feef9f7863
fix(module: menu): rendering for lv >1 submenu is invalid ( #634 )
...
* fix: subMenu of subMenu rendering is invalid
* feat: add demo for 2 level submenu
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-09-21 01:01:14 +08:00
James Yeung
a8d04b6237
chore: sync ant-design v4.6.5 ( #633 )
2020-09-20 14:53:20 +08:00
Kieran Coldron
0b7341bc99
fix(module: statistic): allow setting class ( #632 )
2020-09-20 11:45:58 +08:00
James Yeung
95c54a4461
fix(module: card): grid and tabs has wrong styles ( #627 )
2020-09-20 10:43:40 +08:00
笨木头
143b16335b
fix(module: select): incorrect dropdown style ( #629 )
2020-09-20 10:42:42 +08:00
James Yeung
196f8df66b
docs: fix prev-next navbar ( #625 )
...
* docs: fix prev-next navbar
* fix: prev next nav bar url
* Update PrevNextNav.raz
2020-09-19 09:33:50 +08:00
笨木头
edba6e5d4f
fix(dropdown, select): work incorrectly in modal ( #621 )
...
* fix(module: select): broken removing of selected tag
* fix: [dropdown、select] work incorrectly in modal
2020-09-19 09:15:16 +08:00
Yuanxw
eb361b0d8b
fix(module select): works incorrectly in modal ( #620 )
...
* feat: add text keyboard parameter,and update demo
* fix(module select): works incorrectly in modal
2020-09-18 17:28:46 +08:00
James Yeung
124df13fdb
fix(module: list): list item layout in ListItem ( #618 )
2020-09-18 00:03:44 +08:00
James Yeung
20c1197793
docs: follow up the .net 5 docs and fix the culture issue ( #615 )
2020-09-17 16:42:23 +08:00
James Yeung
e95ee75f80
chore: update the docs project to .net 5 rc1 ( #612 )
...
* chore: update the docs project to .net 5 rc1
* chore: update dotnet sdk for pr check actions
* chore: update cli to .net5
* fix: cli output path
* fix: also should install 3.1
* fix: switch installation sequence
* chore: update test to .net 5
2020-09-17 15:03:25 +08:00
笨木头
ef7f557a7f
fix(module: select): broken removing of selected tag ( #613 )
...
* fix(module: select): broken removing of selected tag
* refactor: remove comment
2020-09-17 14:14:48 +08:00
James Yeung
2d03d7fa53
fix(module: menu): the selected menu item would unselect itself ( #611 )
2020-09-17 11:10:44 +08:00
笨木头
6d0d8020a3
docs(select&auto-complete): add popupContainerSelector demos ( #607 )
...
* docs: add popupContainer
* docs(module: auto-complete): add popupContainer demo
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-09-17 10:37:47 +08:00
James Yeung
128464c681
refactor(module: list): allow to setup each list item ( #603 )
...
* refactor(module: list): allow to setup each list item
* fix: itemLayout type
2020-09-17 10:09:20 +08:00
wusanwa
2a8c846eb8
fix(module: select): add PopupContainerSelector parameter ( #606 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-09-16 20:07:30 +08:00
TimChen
19f51c87fa
fix(module: drawer): close event bug ( #599 )
...
* fix: drawer close event bug
* refactor: translate some comments
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-09-16 19:42:48 +08:00
TimChen
cbc5e823f0
refactor(module: all): separate the normal and template parameters ( #552 )
...
* fix: card title template
* fix: template:badge,collapse
* fix: comment refactor template
* fix: ribbonTests
* feat: descriptions refactor template
* feat: empty refactor template
* feat: list refactor template
* feat: menu refactor template
* feat: confirm add question icon
* feat: pageHeader and statistic refactor template
* feat: popconfirm refactor template
* feat: popver refactor template
* feat: result refactor template
* feat: step refactor template
* feat: switch refactor template
* feat: table refactor template
* feat: transfer refactor template
* feat: optimized code
* fix: pageheader
* refactor(module: empty): remove empty image constant images
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-09-16 13:58:16 +08:00
James Yeung
451114b0d2
chore: revert the pr preview action ( #601 )
2020-09-15 15:04:03 +08:00
James Yeung
5af08ef933
chore: sync ant-design v4.6.4 ( #596 )
2020-09-13 22:16:12 +08:00
Kieran Coldron
072c885b64
chore: extend steps to repoduce title ( #595 )
...
to further point out that code is preferred
2020-09-12 09:59:22 +08:00
James Yeung
19bfe1bfff
chore: sync ant-design v4.6.3 ( #577 )
2020-09-11 15:44:34 +08:00