James Yeung
b350f132b5
Changelog 0.12.1 ( #2674 )
2022-09-04 23:34:56 +08:00
kooliokey
83c2cea2f7
docs: Update OnClick signature in documentation ( #2669 )
...
* Update OnClick signature in documentation
* fix event type
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-09-04 07:38:28 +00:00
James Yeung
1360181b85
fix(module: tabs): the content overflow at animated mode ( #2671 )
2022-09-04 15:00:05 +08:00
kooliokey
40e7aa71d0
refactor(module: icon)Add missing ZoomOut icon to static class. Refactor IconStore. Add tests for IconService. ( #2667 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-09-04 14:28:03 +08:00
James Yeung
77b1885cfe
chore: fix sonar action trigger ( #2670 )
...
* chore: fix sonar action trigger
* fix sonar action
* fix sonar actino trigger
2022-09-04 13:56:04 +08:00
James Yeung
0dbde95291
fix(module: collapse): fix outdated html structures ( #2668 )
2022-09-04 11:21:30 +08:00
James Yeung
7385f6a8a5
refactor(module: icon): fix two-tone icon state update & first rendering ( #2666 )
...
* refactor(module: icon): fix two-tone icon state update & first rendering
* refactor smell code
* fix test packages
* fix smell code
2022-09-04 10:51:32 +08:00
James Yeung
e9edc35bad
fix(module: reusetabs): invaild uri exception ( #2663 )
2022-09-04 02:43:26 +08:00
kooliokey
27b3e8ad5e
feat(module: breadcrumb): Add OnClick parameter to BreadcrumbItem, Add Tests, Remove unusable code ( #2655 )
...
* Add OnClick parameter to BreadcrumbItem. Add tests for Breadcrumb and BreadcrumbItem. Remove unused and unreachable code until needed at a later date. Documented parameters not in use, but left to avoid breaking the existing public API.
* Fix whitespace
* Update signature of OnClick for BreadcrumbItem to pass a Tuple<MouseEventArgs, BreadcrumbItem> giving access to the click arguments and the item clicked.
* Add ExludeFromCodeCoverage to POCO
* Update HTML markup for Breadcrumbs to match React Ant.Design (use nav, ol and li elements instead of div and spans only)
* fix naming
* fix error
* fix test
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-09-04 02:33:10 +08:00
James Yeung
ed83e4d2fc
docs: fix demo & document edit url ( #2661 )
2022-09-04 02:24:14 +08:00
James Yeung
bc12106a66
chore: add sonar action ( #2665 )
...
* chore: add sonar action
* fix trigger
* fix title
2022-09-04 02:22:59 +08:00
Alex Kryvdyk
3e9bb25a37
fix(module: datepicker): timepicker value resets to default ( #2660 )
2022-09-02 23:25:33 +08:00
James Yeung
149ff3ae06
docs: fix the presetted ranges demo of datepicker which would casuse the doc crash ( #2659 )
2022-09-02 12:41:13 +08:00
James Yeung
c8b52156a0
fix(module: avatar): make size parameter support more length unit ( #2653 )
2022-09-01 12:00:28 +08:00
Newbe36524
c691eb9aa7
chore: add gitpod support ( #2646 )
...
* update gitpod support
* fix gitpod button
* change base image
* try update port
* fix build issue
* improve port
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-08-31 06:01:54 +00:00
kooliokey
538a479afc
test(module: avatar): Add Avatar and AvatarGroup tests ( #2648 )
...
Small refactors:
- Fix typo in Avatar
- Remove code in Avatar that wasn't affecting visuals as expected
- Make Avatar shape a constant. Update Skeleton component and demos to use it
- Update Avatar component to calculate size after parameters set method due to it changing one of the properties it relies on.
2022-08-30 12:03:35 +00:00
James Yeung
db291e9b7a
Changelog 0.12.0 ( #2651 )
2022-08-29 23:44:39 +08:00
James Yeung
13091ab8fb
fix(module: reusetabs): Invalid URI exception ( #2650 )
2022-08-29 19:07:23 +08:00
James Yeung
ec4b8ddd58
fix(module: form): fix error status for entry components ( #2647 )
2022-08-28 13:30:56 +08:00
kooliokey
1fc3eeab46
test(module: comment): Add tests for Comment component ( #2645 )
2022-08-28 02:36:20 +00:00
kooliokey
1d926f07db
test(module: alert): Add tests for alert component ( #2643 )
2022-08-28 01:38:43 +08:00
YongQuan
ebec1a2570
fix(module: select): select was not highlighted when validation failed ( #2642 )
2022-08-27 18:09:16 +08:00
kooliokey
eba3f19cc2
refactor(module: message): add IMessageService interface ( #2633 )
2022-08-26 17:55:52 +08:00
James
24216bfa60
fix(module: form): neither input nor validation message was highlighted when not valid. ( #2639 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-08-25 19:06:25 +00:00
James Yeung
550ad2836d
fix(module: cascader): Style confusion caused by the latest antd style ( #2636 )
2022-08-25 19:38:01 +08:00
James Yeung
c942dcad11
merge feature to master
...
merge feature to master
2022-08-21 23:54:26 +08:00
James Yeung
685678e82d
docs: fix some issue ( #2629 )
2022-08-21 23:52:23 +08:00
James Yeung
3ac7701da4
merge master to feature
2022-08-21 22:53:33 +08:00
lyj
c95642ad8a
docs: fix word error ( #2612 )
2022-08-21 01:46:03 +08:00
WhyILoveSpringRoll
086829c1c5
fix(module: select): When ignoreitemchanges is false, deleting multiple selections will cause an exception ( #2620 )
...
* 修复TreeNode的Disable和Checked属性共存不生效的问题
* Revert "修复TreeNode的Disable和Checked属性共存不生效的问题"
This reverts commit 7f919598873e61f94528d5e1a80c530e3585d0f6.
* fix(module: Select):When ignoreitemchanges is false, deleting multiple selections will cause an exception
2022-08-21 01:44:44 +08:00
fcxxzux
9362ae7330
fix(module: Pagination): Pager 3 and 5 may be invisible when window width is small and there're many pages ( #2616 )
2022-08-20 21:24:49 +08:00
James Yeung
1461f50d9c
feat(module: table): add property column ( #2624 )
...
* add property column
* fix property
* remove exception
* update demos
2022-08-20 13:54:47 +08:00
Aigio L
5c8b0e4f40
fix(module: upload): add webp ext and custom image extension ( #2626 )
2022-08-19 19:05:17 +08:00
WhyILoveSpringRoll
02b0dd29b5
fix(module: input): OnChange will invoke twice when paste data to Input ( #2592 )
...
* 修复粘贴数据至input组件时,OnChange会触发两次的问题
* 修复Search组件无法触发Blur的问题
2022-08-13 12:28:10 +08:00
WhyILoveSpringRoll
156afd71e7
fix(module: cascader): cannot use allowclear to clear the content when searching ( #2610 )
2022-08-13 12:27:20 +08:00
James Yeung
3a9a546f2f
fix(module: badge): show/hide montion optimization ( #2609 )
2022-08-11 13:02:24 +08:00
James Yeung
896a1c35f1
fix(module: badge): offset didn't support negative numbers ( #2608 )
2022-08-11 08:19:33 +08:00
James Yeung
01a618a5de
fix(module: select): change events from Action
to EventCallback
( #2601 )
...
* fix(module: select): change events from `Action` to `EventCallback`
* fix test
2022-08-09 14:21:25 +08:00
James Yeung
8cd8234f6f
faet(module: PageHeader): support compact style ( #2606 )
2022-08-09 09:28:12 +08:00
James Yeung
4575b43373
feat: add ResizeObserver component ( #2605 )
2022-08-09 08:55:07 +08:00
James Yeung
a1b2c12e6d
fix(module: overlay): right-click can't open browser native menu ( #2602 )
2022-08-09 08:52:17 +08:00
James Yeung
367306ac15
feat(module: image): support controlled preview ( #2600 )
2022-08-09 08:25:53 +08:00
James Yeung
c427ad3116
fix(module: image): an image which was setted after a fallback image can't display in preview ( #2599 )
2022-08-09 08:24:52 +08:00
WhyILoveSpringRoll
30bf40cd5a
fix(module: statistic): CountDown value can't update in background ( #2598 )
...
* 修复countdown不会后台刷新的问题
* 修复CountDown在后台不会刷新的问题
2022-08-09 08:23:58 +08:00
WhyILoveSpringRoll
cbd9e53058
fix(module: statistic): make CountDown reset after the value was changed ( #2587 )
...
* 添加CountDown的reset功能,设置绑定的value后countdown会自动刷新
* 在CountDown Dispose时释放内部Timer
* update demo
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-08-08 14:59:44 +08:00
HZY
5d127bf763
feat(module: tabs): ReuseTabs support pinning tabs ( #2545 )
...
* 选项卡添加永久显示选项功能
* 解决选项卡长久停留选项,目前还存在排序问题
* 完善永久停留标签,添加 ReuseTabsService 服务
* refactor
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-08-06 22:45:15 +08:00
WhyILoveSpringRoll
14692f43af
fix(module: TimeLine): unable to disable pending ( #2588 )
2022-08-04 10:13:09 +08:00
Alex Kryvdyk
1983611f60
fix(module: datepicker): culture is not applied correctly to the year ( #2589 )
2022-08-04 10:05:43 +08:00
WhyILoveSpringRoll
a62ff53787
fix(module: tree): Fixed an issue where the TreeNode Disable and Checked properties do not take effect ( #2583 )
2022-07-26 13:37:02 +08:00
Alex Kryvdyk
894439adec
fix:(module: DatePicker): wrong day headers when FirstDayOfWeek!=Sunday ( #2571 )
...
* fix:(module:datepicker): wrong day headers when FirstDayOfWeek!=Sunday
* add:(module:datepicker): localization note
* fix the order of shortWeekDays in zh-CN
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-07-26 13:34:35 +08:00