James Yeung
44c5980c51
docs: update documentation ( #3309 )
2023-06-18 19:43:40 +08:00
James Yeung
80ee0d8495
Changelog 0.13.0 ( #2898 )
...
* Changelog 0.13.0
* update readme
2022-11-22 23:57:53 +08:00
James Yeung
7dec9ff806
docs: add a link in homepage - how to contribute ant design blazor ( #2894 )
2022-11-21 11:17:05 +08:00
James Yeung
e4834ed1da
add target to .NET 7 ( #2810 )
...
* docs: update .NET7 RC2
* fix target framework
* update to .net 7 GA
* update yaml
* fix wasmhost
* update document
2022-11-10 16:00:11 +08:00
YongQuan
96c0e9ecf4
docs: update recommend link for new post ( #2716 )
2022-09-16 11:46:07 +08:00
James Yeung
3d1cfc189a
Changelog 0.11.0 ( #2521 )
...
* add changelog 0.11.0
* fix zh-cn
* fix en-US
* fix changelog and docs
* add release date
2022-06-16 00:31:53 +08:00
James Yeung
fe8a82ea3d
docs: fix assets links ( #2495 )
2022-06-02 17:35:50 +08:00
James Yeung
69cb9e015e
docs: update document content
...
docs: update document content
2022-05-29 19:34:54 +08:00
Dennis Rahmen
34be016ae2
docs(faq): CSS isolation explanation ( #2158 )
...
Add explanation on how to use CSS isolation with AntDesign Blazor components.
#1822 #732
2022-05-28 13:41:01 +08:00
James Yeung
27ba4e647e
docs: fix dingtalk link & remove slack link ( #2410 )
2022-04-30 18:35:58 +08:00
Daniel Chalmers
267b3c776a
docs: Small typo and whitespace fixes ( #2375 )
2022-03-31 09:37:36 +08:00
James Yeung
b3c55051c7
Change log 0.10.4 ( #2308 )
2022-02-25 17:17:41 +08:00
Hao Sun
37700ef53a
docs: update IE support description ( #2182 )
...
* docs: update ie support description
* remove additional new line
2021-12-20 11:13:46 +08:00
Blcile
192f2a4884
docs: Update getting-started.zh-CN.md ( #2145 )
...
缺少_Imports.razor说明
2021-12-06 10:29:33 +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
James Yeung
095fd1bae2
docs: update recommend ( #1755 )
...
* docs: update recommend
* fix test
2021-07-21 00:47:23 +08:00
anranruye
b8658549e6
Merge 0.8.2 to feature
2021-06-18 16:09:13 +08:00
James Yeung
c264b7d022
docs: document improvement ( #1578 )
...
* fix the ordering of menu items
* add ueditor link
* fix icon document search style
* fix affix width for side menu
* add faq doc
2021-05-31 19:45:23 +08:00
black-snake
6b537f113b
docs: Added essential step in get started procedure ( #1579 )
...
* Added essential step in get started procedure
The article is missing the dependency registration. If these dependencies are not registered, the library couldn't be used (at least in my case).
* Update getting-started.en-US.md
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-05-30 21:47:29 +08:00
Zonciu Liang
d0e40fbdfd
refactor: replace PropertyAccessHelper to PathHelper ( #1386 )
...
* feat(module: core): add member path helper
* refactor(module: table): replace PropertyAccessHelper to PathHelper
* docs: replace path-based-property-access to member-path-helper
* refactor(module: select): replace SelectItemPropertyHelper to PathHelpe
2021-04-24 13:07:27 +08:00
ElderJames
433d376739
merge master into feature
2021-04-15 12:55:36 +08:00
James Yeung
e85cc45934
docs: fix dingtalk's broken links ( #1330 )
2021-04-09 17:36:19 +08:00
Patrick
ba2c5e51d8
test: add TestKit for public tests ( #1248 )
...
* test: change folder structure and add new TestKit csproj for public testing of AntDesign-based applications
* docs: added CN and EN docs about TestKit
* fix doc translate
* change the directory structure
Co-authored-by: Patryk Grzelak <pgrzelak@mutate.app>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-04 21:37:06 +08:00
ElderJames
e06e3678ab
switch to myget feed for nightly build
2021-03-03 14:08:49 +08:00
ElderJames
3a3bfc0545
update docs
2021-02-23 15:30:46 +08:00
Zonciu Liang
ea412b24ec
feat(core): access object's property by path-based string ( #1056 )
...
* fix: DataIndex access maybe null object
* feat: access object's property by path-based string
* doc: update Table DataIndex demo
* doc: correct Table/demo/custom-row-style.md file encoding
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-01-31 01:25:25 +08:00
ElderJames
4f322ac11c
docs: replace images cdn links
2020-12-08 19:32:38 +08:00
ElderJames
52bebaab3f
docs: update news
2020-12-02 15:29:48 +08:00
Huei Feng
e672e4f363
chore: add .NET 5 target framework to all projects ( #758 )
...
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-11-14 23:44:48 +08:00
James Yeung
b63c6784c1
docs: update links ( #756 )
2020-11-03 00:49:13 +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
5d57bab600
docs: add i18n docs ( #581 )
2020-09-08 16:43:44 +08:00
ElderJames
6bb3025a40
docs: show how to create a project with template ( #533 )
2020-08-25 12:42:02 +08:00
alec ji
37a3f45766
docs: fix vs version ( #519 )
2020-08-21 00:21:08 +08:00
James Yeung
337afae0bb
docs: add home page ( #427 )
2020-07-26 19:20:16 +08:00
James Yeung
0ca5698620
docs: add guides ( #414 )
2020-07-23 14:44:33 +08:00
James Yeung
781c7c09e5
chore: update versions for release 0.1.0 and development of 0.2.0 ( #289 )
...
* docs: update version 0.1.0
* chore: update versions for development of 0.2.0
2020-07-01 10:24:37 +08:00
ElderJames
4e500a6ffb
docs: update readme and docs
2020-06-20 01:03:06 +08:00
ElderJames
0f499c33d2
docs: fix slack links
2020-06-04 18:00:32 +08:00
James Yeung
d16144ece0
refactor: remove the 'ant' prefix for some components that is already in demos ( #162 )
...
* refactor: button
* refactor: avatar
* refactor: alert
* fix: input group compact
2020-05-29 12:55:15 +08:00
ElderJames
97f920ab9a
refactor: change namespcae to AntDesign
2020-05-29 00:33:49 +08:00
James Yeung
33d5af40a1
chore: update to blazor wasm 3.2 release ( #133 )
2020-05-20 00:35:52 +08:00
James Yeung
9351a35072
docs: refactor the layout closer to the official document ( #100 )
...
* docs: add cli for building demo structured file
* docs: cli improvement
* docs: generate demo page
* fix: style of components page
* docs: add prism to mack source code highlight
* feat: add menu2json command for cli
* fix: markdown highlight
* feat: fetch menu data from cli output files
* fix: cli
* docs: add avatar demo
* docs: add button demos
* docs: add component-scope style
* docs: fix style
* docs: add badge demos
* fix: rebase conflict
* docs: refactor layout
* docs: fix navigation
* docs: fix rebase conflict
* docs: add AntAffix for sider menu
* docs: fix affix error
* docs: fix rebase confilct
2020-05-10 15:42:02 +08:00
Zhuangkh
38023e6bcb
chore: update to rc 1 ( #97 )
2020-05-08 14:52:20 +08:00
ElderJames
22a9e0b92a
chore: transfer repo to org
2020-04-28 00:13:43 +08:00
ElderJames
27d1786044
chore: update to 3.2 preivew 5
2020-04-24 10:34:54 +08:00
ElderJames
bf70deccb2
feat: add router-based localization ( #57 )
2020-03-30 14:33:39 +08:00
Benjamin Vertonghen
afa9e5ba29
docs: Translate README.md | introduce.md to English ( #25 )
...
Co-authored-by: Benjamin Vertonghen <benjamin.vertonghen@apped.be>
2020-03-25 11:18:59 +08:00
ElderJames
004eabc801
docs: add title
2020-03-17 14:06:04 +08:00
ElderJames
2087205bfc
docs: dynaimc route for markdown docs
2020-03-17 13:42:54 +08:00