Diego Frata
a5e203e60b
feat(module: tabs): add support to ForceRender ( #589 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-09-11 14:37:38 +08:00
James Yeung
360fe0d3c0
fix(hosting): server prerendering issue ( #583 )
...
* refactor: rename JSInterop constants
* docs: fix typo
* fix: server prerendering issue
2020-09-09 00:52:14 +08:00
James Yeung
a4823c49d8
fix(module: tabs): missing evnet callbacks ( #497 )
2020-08-11 22:26:49 +08:00
James Yeung
ce6ac9c2d6
chore: sync ant-design v4.5.2 ( #451 )
2020-08-03 12:42:59 +08:00
James Yeung
4c4f9b085c
chore: sync ant-design v4.5.1 ( #433 )
2020-08-02 15:13:53 +08:00
James Yeung
04fc69fd4b
feat(module: tabs): two-way binding for ActiveKey ( #402 )
2020-07-22 00:30:31 +08:00
LI ZICHAO
71bac2e85d
fix: children components dispose ( #399 )
...
* Children components using CascadingParameter add itself to parent component.However, when children components disposed, they are not remove from parent component. For example, when items in checkgroup have changed , it may causes Index was outside the bounds of the array at AntDesign.CheckboxGroup.OnCheckboxChange.To fix these bug, Adding remove function in dispose process is the solution of this commit.
* fix: some exception
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-07-21 23:48:43 +08:00
Henry.zhang
ff048780fa
fix(module: tabs) failure of the activekey ( #332 )
...
* fix: bugs in tabs, which set activekey invaild
* fix: udpate the demo with activekey
2020-07-08 23:01:00 +08:00
James Yeung
30dc4db99b
chore: sync ant-design v4.4.0 ( #277 )
2020-07-01 21:38:23 +08:00
James Yeung
b9f8da09ae
chore: sync ant-design v4.3.5 ( #240 )
2020-06-21 23:15:22 +08:00
James Yeung
bb6303a839
chore: sync ant-design v4.3.4 ( #223 )
2020-06-15 00:29:33 +08:00
Henry.zhang
ab19703301
refactor: demos of icon, steps , tabs ( #199 )
...
* refactor: remove md of tabs demo
* feat: add demos of steps
* refactor: tabs demo
* fix: icon
* refactor: tag
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-10 21:44:21 +08:00
Brian Ding
b5d3758e5e
feat: upgrade to the new tabs component ( #207 )
...
* feat(module: tabs): update tabs header & inker
* feat(module: tabs): update content holder
* feat(module: tabs): update disabled tab pane
* feat(module: tabs): upgrade to component demo
* feat(module: tabs): add operation button
* feat(module: tabs): add operation drop down
* fix(module: tabs): operation visibility
* feat(module: tabs): scroll tab bar
* fix: remove button and extra content
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-10 13:34:51 +08:00
Henry.zhang
f9b615c2ca
feat: add more demos ( #197 )
...
...for affix,back-top,breadcrumb,card,divider,typogragpy and timeline
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-07 19:41:00 +08:00
James Yeung
45ad7ef7ea
chore: sync ant-design v4.3.2 ( #194 )
2020-06-07 01:10:11 +08:00
James Yeung
ace89c9f4a
chore: sync ant-design v4.3.1 ( #174 )
2020-06-02 19:17:27 +08:00
James Yeung
8a2fdd5e06
chore: sync ant-design v4.3.0 ( #169 )
2020-05-31 16:00:40 +08:00
ElderJames
97f920ab9a
refactor: change namespcae to AntDesign
2020-05-29 00:33:49 +08:00
James Yeung
374929d16d
chore: sync ant-design v4.1.5 ( #84 )
2020-04-26 10:41:53 +08:00
ElderJames
8257c759bb
fix: clean many warnings
2020-04-24 18:32:50 +08:00
James Yeung
cc9e2df41c
refactor: standardized code specification ( #82 )
...
* refactor: standardized code specification
* fix: rebase conflict
2020-04-23 17:13:56 +08:00
Brian Ding
22ef8b6545
feat (module: tabs): implement drag & drop ( #76 )
2020-04-16 20:53:03 +08:00
Brian Ding
41810622b3
feat: add component tabs ( #67 )
...
* fix autosize
* feat(module: tabs): add AntTabs
* chore(module:input): code improvement
* implement tab
* implement disable tab
* implement scroll tabs
* resume tabs demo page
* implement tabs prev/next calcaultion logic
* update nav bar render logic
* feat (module: tabs): implement rerender logic
* feat:(module: tabs): update render logic
* feat: (module: tabs): implement extra content
* feat(module: tabs): add panes dynamically
* feat(module: tabs): implement add tabs dynamically
* feat(module: tabs): implement remove tabs
* feat(module: tabs): Customized trigger of new tab
* fix(module: tabs): stop event propagation
* fix (module: tabs): close icon disappea
2020-04-16 12:05:59 +08:00
James Yeung
16df332a65
chore: sync ant-design v4.1.3 ( #73 )
2020-04-13 23:11:08 +08:00
James Yeung
9c3eb1e8cd
chore: sync ant-design v4.1.2 ( #70 )
2020-04-10 17:44:53 +08:00
James Yeung
510a3f8c80
chore: sync ant-design v4.1.1 ( #65 )
2020-04-06 17:35:04 +08:00
James Yeung
e4253622bd
chore: sync ant-design v4.1.0 ( #58 )
2020-03-30 09:53:10 +08:00
James Yeung
d347e2028e
chore: sync ant-design v4.0.4 ( #35 )
2020-03-23 13:51:37 +08:00
James Yeung
84ca70e8b7
chore: sync ant-design v4.0.1 ( #2 )
...
fixed #1
2020-03-08 15:12:21 +08:00
ElderJames
47b2b86265
add gulp to complie less
2020-03-07 16:40:38 +08:00
ElderJames
7d15f20674
refactor: refactor the directory structure to match ant-design
2020-03-05 12:17:50 +08:00