mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-11-29 18:48:50 +08:00
changelog 0.10.0 (#1947)
This commit is contained in:
parent
898e15d6bb
commit
3923896c68
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user