James Yeung
6fcdbb9ad5
fix(module: checkbox): value binding for checkbox group ( #2173 )
...
* fix(module: checkbox): value binding for checkbox group
2021-12-16 18:59:30 +08:00
ElderJames
f45e8f7b56
chore: fix missing .NET 6 SDK in github actions
2021-12-15 12:22:19 +08:00
zxyao
5e55979887
fix(module: modal): error width for disable body scroll ( #2163 )
...
* fix: error width for disableBodyScroll
* test: add some test for manipulationHelper
* test: unit test ifx
* fix: code format
* chore: code format
2021-12-14 18:04:42 +08:00
Daniel Matthews
c7ee5c90c6
feat(module: form): Allow controls to be used in default EditForm ( #2138 )
...
* refactoring EditContext to be injected properly by both AndDesign.Form and EditForm.
* Allowing FormItem to be used in default EditF
2021-12-10 15:36:00 +08:00
Dennis Rahmen
f3b1a7a624
fix(module: transfer): transfer button spacing ( #2156 )
2021-12-09 18:08:58 +08:00
SmRiley
5f37f2b4a1
docs: Improve the API part about Form ( #2150 )
...
* Update index.zh-CN.md
Supplement the API documentation section about Form
* Update index.zh-CN.md
* Update index.zh-CN.md
Improve the API part of the document
* Update index.en-US.md
Improve the API part of the document, this correction uses machine translation, there may be some grammatical problems
* Update index.en-US.md
* Update index.zh-CN.md
* Update index.en-US.md
2021-12-08 11:38:21 +08:00
Hao Sun
bca2414491
chore: support IE and .net6 for server-side ( #2119 )
...
* modify AntDesign.Docs.Server project to support IE
* update docs project
* update _Host.cshtml
* add .net6 target framework
* Update _Host.cshtml
* update github actions
* update github actions
2021-12-06 12:31:27 +08:00
Blcile
192f2a4884
docs: Update getting-started.zh-CN.md ( #2145 )
...
缺少_Imports.razor说明
2021-12-06 10:29:33 +08:00
Hao Sun
469ece4b54
docs(module: list): update the demos to use avatar template ( #2147 )
2021-12-04 23:53:22 +08:00
Ivan Ocoka
2ebef4c079
fix(module: select): it's incorrect to detect type this way, it throws when class inheritance is used ( #2121 )
...
Co-authored-by: Ocoka <somewhere@network>
2021-11-30 16:09:09 +08:00
Guyiming
e975e204ae
fix(module: tree): Update check status when set CheckedKeys
property ( #2133 )
...
* update check status when set CheckedKeys property
* format
Co-authored-by: Guyiming <ymgu@best-inc.com>
2021-11-30 14:53:50 +08:00
LeaFrock
81027d5267
fix(module: radio): Radio
in a group should always keep Disabled
as same as RadioGroup.Disabled
( #2142 )
2021-11-30 14:51:33 +08:00
Hao Sun
2abb96980b
fix(module: typography): fix copy ( #2118 )
...
* fix(module:typography): fix copy
* fix unit tests
2021-11-22 00:18:40 +08:00
noctis0430
4c5ee42fa1
feat(module: cascader): display indicator when options is null/empty ( #2108 )
2021-11-15 12:21:17 +08:00
noctis0430
75715f3f2b
fix(module: cascader): crashes when options is null ( #563 ) ( #2105 )
2021-11-12 12:14:29 +08:00
LeaFrock
df2f75e76b
fix(module: typography): Fix OnCopy
not invoked when Text
is null or empty ( #2098 )
2021-11-10 19:50:43 +08:00
Hao Sun
908941002a
fix(module: locale-provider): fix culture not found ( #2094 )
...
* fix(module:locale-provider): fix culture-info not found
* Update fallback strategy
2021-11-10 19:29:39 +08:00
Abdullah Ilgaz
9133845cc7
docs: Improved ReadMe ( #2086 )
2021-11-09 18:10:55 +08:00
James Yeung
02b6a826d0
changelog 0.10.2 ( #2081 )
2021-11-05 00:17:37 +08:00
James Yeung
860c8f3e6f
fix(module: descriptions): header styles ( #2078 )
2021-11-04 00:47:14 +08:00
James Yeung
783fddf4ef
feat(module: tabs): add context menu and page config for ReuseTabs ( #2075 )
...
* feat(module: tabs): add context menu
* fix missing body
* remove icon
* add context menu de
2021-11-04 00:46:20 +08:00
Szymon Jankowski
873a7f305c
fix(module: calendar): DateFullCellRender throws an exception ( #2067 ) ( #2068 )
2021-11-01 09:36:09 +08:00
James Yeung
a4648d37c5
feat(module: table): reload data with specific page index and size ( #2072 )
2021-10-31 14:23:03 +08:00
Andrzej Bakun
a05ab64035
fix(module: select): Select with group refresh on datasource change ( #2048 )
...
* test: fix net6 tests
* fix(module:select): group refresh on option change
2021-10-29 22:48:18 +08:00
Andrzej Bakun
217fdaca80
fix(module: select): Null option shows in SelectContent ( #2023 )
...
* fix(module:select): loads null in SelectOption into SelectContent
fix: adds ValueOnClear
tests
* docs(module:select): add ValueOnChange
* Update components/select/SelectBase.cs
Co-authored-by: Hao Sun <54608128+anranruye@users.noreply.github.com>
* other: clean-up warnings & add .Net foundation header
Co-authored-by: Hao Sun <54608128+anranruye@users.noreply.github.com>
2021-10-29 22:43:46 +08:00
James Yeung
26d880f8ed
fix(module: table): ReloadData()
can't invoke OnChange
( #2071 )
...
* fix(module: table): optimized query API for EF
* fix table ReloadData() can't invoke OnChange
2021-10-29 22:32:46 +08:00
Hao Sun
961a5ca02b
fix(module: textarea): fix style string format and auto-size issues ( #2001 )
...
* fix(module:textarea): fix style string format
* seprate inner and outer style
* fix AutoSize
* fix custom style
* Update site/AntDesign.Docs/Demos/Components/Input/demo/Area.md
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* Move SetStyle to styleHelper
* Update TextArea.razor
* Update TextArea.cs
* fix unit test
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-10-29 13:30:52 +08:00
Andrzej Bakun
58c5f2b6cc
tests: added tests for Button, Checkbox & DateHelper to increase the coverage ( #2060 )
...
* tests: added
* missed scenarios for Button and ButtonGroup
2021-10-28 11:21:10 +08:00
berkerdong
61a653579f
fix(module: upload): IsPicture
bug ( #2049 )
...
* fix #1987 IsPicture bug
* Optimize image judgment method
* Optimize picture type Judgment method
* Optimize imagetypes comparison method
2021-10-27 12:11:19 +08:00
Andrzej Bakun
1d8e923c17
fix(module: tabs): support tabs in a card ( #2053 )
...
* fix(module:tabs): support tabs in a card
* tests
2021-10-23 16:03:06 +08:00
Andrew Goliyad
bfa12a72f3
feat(module: table): Add Align property for column ( #2045 )
...
* feat(module: table): Add Align property
* feat(module: table): Add Align property
* feat(module: table): Add Align property
2021-10-22 15:26:08 +08:00
Andrzej Bakun
d843898cb8
tests: clean-up ( #2050 )
...
* tests: clean-up
* tests: missed warnings & exceptions fix
* build: comments fix
* docs: xml comments fixed to stop warnings
2021-10-22 12:45:00 +08:00
Guyiming
8111c9a5b2
fix(module: table): handle null field for @bind-Field
( #2025 )
2021-10-20 23:22:59 +08:00
韦东阳
453a898a52
fix(module: description): horizontal style ( #2024 )
...
* Descriptions Component Horizontal Style
* delete style={contentStyle}
2021-10-18 22:39:17 +08:00
Andrzej Bakun
d7915eaeab
fix(module: overlay): premature reset of _mouseInTrigger ( #2036 )
2021-10-18 22:37:44 +08:00
James Yeung
d23375fb49
fix(module: menu): make router match defaualt to all.
2021-10-17 22:07:28 +08:00
Martin Pučálka
3b008fdeed
i18n: czech localization update ( #2030 )
...
Typos fix
2021-10-16 11:14:07 +08:00
James Yeung
49b17b52f7
Changelog 0.10.1 ( #2022 )
...
* changelog 0.10.1
* add changelog 0.10.1
* update the en-us changelog
* update package config and site links
* Update CHANGELOG.en-US.md
* Update CHANGELOG.zh-CN.md
2021-10-15 23:25:03 +08:00
Martin Pučálka
c7e89c7e4c
i18n: czech localization update ( #2019 )
...
Add missing translations and improve some existing ones.
2021-10-13 22:56:13 +08:00
SmallY
00b7093bee
fix(module: table): Change the implement of RemoveMilliseconds ( #1895 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-10-13 22:49:12 +08:00
YongQuanRAO
bb8c1c4d27
docs: fix typo ( #2021 )
2021-10-13 21:48:55 +08:00
Andrzej Bakun
28a159501d
fix(module: list): dynamic response to changes in Grid parameter ( #2014 )
2021-10-13 11:27:05 +08:00
Hao Sun
97d1ec43d9
fix(module: table): fix nullable built-in DateTime filter ( #1964 )
...
* fix(module:table): fix nullable date-time built-in filter
* Update DateFilterExpression.cs
* Update DateFilterExpression.cs
* Update DateFilterExpression.cs
2021-10-12 23:50:03 +08:00
Maksim
0e40f1bd03
fix(module: progress): use invariant culture for style strings ( #2017 )
...
* Use invariant culture for progress
* Use string interpolation instead StringBuilde
2021-10-12 23:15:32 +08:00
Hao Sun
34899650df
fix(module: locale): fix custom locale resource ( #1988 )
...
* fix(module: locale): fix custom locale resource
* update doc
* Update LocaleProvider,cs
* Update i18n.zh-CN.md
* Update LocaleProvider
* Update docs
2021-10-12 17:48:19 +08:00
Guyiming
cc836bcf10
feat(module: tabs): Add AuthorizeReuseTabsRouteView ( #1910 )
...
* 使MenItem同时支持Icon和IconFont,解决当使用iconfont.cn图标后,缩起内嵌菜单导致按钮样式不统一的问题。
* 空值判断
* add IconTemplate in MenuItem
* code format
* Add AuthorizeReuseTabsRouteView
* add readme.md
* remove comments
* Add AuthorizeResuseTabsRouteView test demo
* save
* save
* done
* refactor the test app
* fix test app
* debug
* debug
* fix tab render
* fix the copyright
* fix package infomation
* fix tab display order
* fix content focerender
Co-authored-by: BG345554 <ymgu@best-inc.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-10-11 23:01:27 +08:00
Andrzej Bakun
5c2f48f718
fix(module: select): arrow down click does not auto close ( #1977 )
...
* fix(module:select): arrow down click does not auto close
* test case added
2021-10-11 22:17:14 +08:00
anranruye
45b47d49b6
fix(module: table): fix selection ( #1973 )
...
* fix(module:table): can not select all
* fix(module:table): do not remain selection after change pageIndex
* Update table.raz
2021-10-10 21:44:21 +08:00
anranruye
88fb3b3328
fix(module: select): fix null value option ( #1996 )
2021-10-09 18:36:25 +08:00
Daniel Matthews
b623c8a7e4
fix(module: menu): Wrap IconTemplate in corrected span ( #2006 )
...
* fix(module:menu): Wrap IconTemplate in corrected span
* wrap IconTemplate using span created by Icon component so InlineCollapse properly displays IconTemplate
*docs: Added missing docs for IconTemplate
* Update icontemplate.md
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-10-08 15:38:46 +00:00