From 3923896c685bf96c61288d5f4f3439bf4325acf6 Mon Sep 17 00:00:00 2001 From: James Yeung Date: Wed, 15 Sep 2021 23:34:02 +0800 Subject: [PATCH] changelog 0.10.0 (#1947) --- CHANGELOG.en-US.md | 22 ++++++++++++++++++++++ CHANGELOG.zh-CN.md | 20 ++++++++++++++++++++ README-zh_CN.md | 3 +++ README.md | 3 +++ 4 files changed, 48 insertions(+) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 9f5afa75..cc98da19 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -14,6 +14,28 @@ timeline: true - Major version release is not included in this schedule for breaking change and new features. --- + +### 0.10.0 + +2021-09-15 + +- 🔥 Add TreeSelect component. [#1773](https://github.com/ant-design-blazor/ant-design-blazor/pull/1773) [@gmij](https://github.com/gmij) + +- Tree + - 🆕 Add Tree ChildContent template. [#1887](https://github.com/ant-design-blazor/ant-design-blazor/pull/1887) [@ElderJames](https://github.com/ElderJames) + - 🛠 Refactor Tree API name : `CheckedAll`-> `CheckAll`, `DecheckedAll`-> `UncheckAll`. [#1792](https://github.com/ant-design-blazor/ant-design-blazor/pull/1792) [@lukblazewicz](https://github.com/lukblazewicz) + +- Radio + - 🆕 Add Radio support enum type for `RadioGroup` options, use `EnumRadioGroup`. [#1840](https://github.com/ant-design-blazor/ant-design-blazor/pull/1840) [@ElderJames](https://github.com/ElderJames) + - 🆕 Add Radio options property for `RadioGroup`. [#1839](https://github.com/ant-design-blazor/ant-design-blazor/pull/1839) [@ElderJames](https://github.com/ElderJames) + +- 🆕 Add Image preview mode. [#1842](https://github.com/ant-design-blazor/ant-design-blazor/pull/1842) [@ElderJames](https://github.com/ElderJames) +- 🆕 Add Form FormItem parameter `Help`, `ValidateStatus` and `HasFeedback`. [#1807](https://github.com/ant-design-blazor/ant-design-blazor/pull/1807) [@JamesGit-hash](https://github.com/JamesGit-hash) +- 🆕 Add Table responsive support. It will become a card list under the mobile screen. [#1802](https://github.com/ant-design-blazor/ant-design-blazor/pull/1802) [@ElderJames](https://github.com/ElderJames) +- 🆕 Add Timeline Label parameter. [#1941](https://github.com/ant-design-blazor/ant-design-blazor/pull/1941) [@ElderJames](https://github.com/ElderJames) +- 🆕 Add `Component` component for generating dynamically typed components. [#1703](https://github.com/ant-design-blazor/ant-design-blazor/pull/1703) [@anranruye](https://github.com/anranruye) + + ### 0.9.4 2021-09-12 diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 81c3169b..854ef59a 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -15,6 +15,26 @@ timeline: true --- +### 0.10.0 + +2021-09-15 + +- 🔥 增加 TreeSelect 组件。[#1773](https://github.com/ant-design-blazor/ant-design-blazor/pull/1773) [@gmij](https://github.com/gmij) + +- Tree + - 🆕 增加 Tree 的 ChildContent 模板,不需要 Nodes。[#1887](https://github.com/ant-design-blazor/ant-design-blazor/pull/1887) [@ElderJames](https://github.com/ElderJames) + - 🛠 修改 Tree 的API名称:`CheckedAll` 改为 `CheckAll`,`DecheckedAll` 改为 `UncheckAll`。[#1792](https://github.com/ant-design-blazor/ant-design-blazor/pull/1792) [@lukblazewicz](https://github.com/lukblazewicz) + +- Radio + - 🆕 增加 Radio 的 RadioGroup 枚举类型选项支持,可使用 `EnumRadioGroup`。[#1840](https://github.com/ant-design-blazor/ant-design-blazor/pull/1840) [@ElderJames](https://github.com/ElderJames) + - 🆕 增加 Radio 的 RadioGroup Options 属性。[#1839](https://github.com/ant-design-blazor/ant-design-blazor/pull/1839) [@ElderJames](https://github.com/ElderJames) + +- 🆕 增加 Timeline 的 Label 属性。[#1941](https://github.com/ant-design-blazor/ant-design-blazor/pull/1941) [@ElderJames](https://github.com/ElderJames) +- 🆕 增加 Component 组件,用于生成动态类型的组件。[#1703](https://github.com/ant-design-blazor/ant-design-blazor/pull/1703) [@anranruye](https://github.com/anranruye) +- 🆕 增加 Image 的相册模式。[#1842](https://github.com/ant-design-blazor/ant-design-blazor/pull/1842) [@ElderJames](https://github.com/ElderJames) +- 🆕 增加 Form FormItem 的 `Help`、`ValidateStatus` 和`HasFeedback` 属性,支持多种类型的表单信息。[#1807](https://github.com/ant-design-blazor/ant-design-blazor/pull/1807) [@JamesGit-hash](https://github.com/JamesGit-hash) +- 🆕 增加 Table 的响应式模式,移动端屏幕下将变成卡片式列表。[#1802](https://github.com/ant-design-blazor/ant-design-blazor/pull/1802) [@ElderJames](https://github.com/ElderJames) + ### 0.9.4 2021-09-12 diff --git a/README-zh_CN.md b/README-zh_CN.md index d29b958f..49f1171f 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -79,6 +79,8 @@ WebAssembly 静态托管页面示例 我们提供了 `dotnet new` 模板来创建一个开箱即用的 [Ant Design Pro](https://github.com/ant-design-blazor/ant-design-pro-blazor) 新项目: +![Pro Template](https://user-images.githubusercontent.com/8186664/44953195-581e3d80-aec4-11e8-8dcb-54b9db38ec11.png) + - 安装模板 ```bash @@ -97,6 +99,7 @@ WebAssembly 静态托管页面示例 | ----------------- | ------------------------------------------------ | ------------------------------ | ------ | | `-f` \| `--full` | 如果设置这个参数,会生成所有 Ant Design Pro 页面 | bool | false | | `-ho` \| `--host` | 指定托管模型 | 'wasm' \| 'server' \| 'hosted' | 'wasm' | +| `--styles` | 指定样式构建类型 | `css` \| `less` | `css` | | `--no-restore` | 如果设置这个参数,就不会自动恢复包引用 | bool | false | ### 在已有项目中引入 Ant Design Blazor diff --git a/README.md b/README.md index 2cb5a676..d82e248c 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ Therefore, you can use the custom theme styles of Ant Design directly. We have provided the `dotnet new` template to create a [Boilerplate](https://github.com/ant-design-blazor/ant-design-pro-blazor) project out of the box: +![Pro Template](https://user-images.githubusercontent.com/8186664/44953195-581e3d80-aec4-11e8-8dcb-54b9db38ec11.png) + - Install the template ```bash @@ -97,6 +99,7 @@ Options for the template: | ----------------- | ------------------------------------------------------------------ | ------------------------------ | ------- | | `-f` \| `--full` | If specified, generates all pages of Ant Design Pro | bool | false | | `-ho` \| `--host` | Specify the hosting model | 'wasm' \| 'server' \| 'hosted' | 'wasm' | +| `--styles` | Whether use NodeJS and Less to compile your custom themes. | `css` \| `less` | `css` | | `--no-restore` | If specified, skips the automatic restore of the project on create | bool | false | ### Import Ant Design Blazor into an existing project