Граф коммитов

67 Коммитов

Автор SHA1 Сообщение Дата
jsakamoto 6c624ec06c
docs: Enable static pre-rendering on the Docs WebAssembly app (#4207)
* Add the "BlazorWasmPreRendering.Build" package reference

* Cut out the service configuration to static method

- it is required for static pre-rendering

* Specify locale for pre-rendering to 'en-US' explicitly

- otherwise, an exception, "JsonException: '<' is an invalid start of a value" will happen.
- because there aren't "*.en.json" files, there are "*.en-US.json" files.

* Avoid doing "NavigateTo" during pre-rendering

- otherwise, the "NavigationException" will happen.

* Move caches of the DemoService to an individual singleton service.

- otherwise, a disposed HttpClient object will cause the "ObjectDisposedException" on a Blazor Server
- because a static field of a scoped service captures the HttpClient object that will disposed of after that scoped service has expired.

* Make it to be pre-rendered the zh-CN locale contents too

* Fix the invalid URL in the FAQ document

- both en-US and zh-CN.
- this caused 404 Not Found and a crash during the pre-rendering process.

* Change the pre-rendering output style to '{path}/{to}.html'.

- from the '{path}/{to}/index.html' style.

* Make the description part of the component pages be included in the static pre-rendering.

- To achieve that, load a DemoComponent object in the `OnIntializedAsync` life cycle method.
- and make sure to avoid invoking `NavigationTo` in the `OnIntializedAsync` life cycle method.
2024-09-18 00:54:16 +08:00
James Yeung 238b73310f
docs: fix menu generator (#4157)
* docs: fix menu generator

* fix subtitle

* ignore submenu in en
2024-09-03 13:29:19 +08:00
James Yeung e24930fc56
docs: update i18n document (#4085)
* docs: update i18n document

* update form i18n

* update i18n doc

* fix
2024-08-13 08:45:59 +08:00
James Yeung 6e39a8cc80
Changelog 0.19.2 (#3927)
* add a link for reuse tabs in layout doc

* update localizaton doc

* update webapp template doc

* add readme
2024-06-24 01:10:55 +08:00
XiaoFei Du cbdfd71d01
dosc: Update introduce.zh-CN.md (#3908)
Fix col name
2024-06-21 21:59:36 +08:00
James Yeung 379f862797
docs: form localization (#3852) 2024-05-08 22:41:45 +08:00
James Yeung 667d09cb65
docs: optimize the size of pictures (#3826) 2024-04-26 22:55:23 +08:00
James Yeung 036a6e2442
feat(i18n): implement interactive StringLocalizer and simple localization (#3804)
* feat(module: i18n): implement IStringLocalizer

* fix resource name

* add blazor string localizer

* replace localizer

* add proj

* refacor assembly

* fix namespace

* rename

* rename

* clean

* clean

* clean

* add docs
2024-04-19 20:28:55 +08:00
James Yeung 3f9443b229
docs: add the dotnet conf China 2023 session (#3658) 2024-02-02 08:29:05 +08:00
James Yeung 6a4147a5a2
feat: add more options for js initializers (#3610)
* add more options for js initializers

* update the doc
2024-01-04 22:06:25 +08:00
James Yeung 15b4a81a51
feat: add support for custom script/style import locations (#3596)
* feat: add support for custom script/style import locations

* fix test
2023-12-26 23:20:16 +08:00
James Yeung 4b8d70401e
feat(core): setup JS initializers (#3557)
* feat(core): setup js initializers

* remove the script importing section from docs
2023-12-21 22:09:41 +08:00
James Yeung 091b92fc98
docs: update the webapp installation guide (#3534)
* docs: update the webapp installation guide

* update the introduce
2023-11-30 12:34:26 +08:00
James Yeung c0108c769a
change log 0.16.2 (#3516) 2023-11-17 00:39:15 +08:00
James Yeung cc92bc8a3a
docs: missing the setup of AntContainer (#3504) 2023-11-12 16:44:07 +08:00
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