mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-01 19:48:17 +08:00
docs: fix changelog 0.19.0 (#3857)
This commit is contained in:
parent
12edd756c4
commit
8db23e82f6
@ -44,7 +44,7 @@ timeline: true
|
||||
|
||||
|
||||
- Select
|
||||
- 🆕 Add EnumSelect Support using 'bind-Value' to get or set multiple enumeration values with the Flags attribute
|
||||
- 🆕 Add EnumSelect Support using 'bind-Value' to get or set multiple enumeration values with the Flags attribute. [#3843](https://github.com/ant-design-blazor/ant-design-blazor/pull/3843) [@pankey888](https://github.com/pankey888)
|
||||
- 🐞 Fixed List order after datasource change. [#3806](https://github.com/ant-design-blazor/ant-design-blazor/pull/3806) [@miguelkmarques](https://github.com/miguelkmarques)
|
||||
- 📖 Docs add search sample for table select demo. [#3797](https://github.com/ant-design-blazor/ant-design-blazor/pull/3797) [@ElderJames](https://github.com/ElderJames)
|
||||
|
||||
@ -64,6 +64,13 @@ timeline: true
|
||||
- 🐞 Fixed InputNumber cannot bind when pasting numbers with delimiters. [#3841](https://github.com/ant-design-blazor/ant-design-blazor/pull/3841) [@HuaFangYun](https://github.com/HuaFangYun)
|
||||
- 🐞 Fixed overlay Prarent overlay hides irregularly when child is open or closed. (#3836, #3837). [#3838](https://github.com/ant-design-blazor/ant-design-blazor/pull/3838) [@pankey888](https://github.com/pankey888)
|
||||
|
||||
#### New Contributors
|
||||
* @pathartl made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3579
|
||||
* @tiansfather made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3787
|
||||
* @miguelkmarques made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3806
|
||||
* @pankey888 made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3827
|
||||
* @HuaFangYun made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3841
|
||||
|
||||
|
||||
### 0.18.3
|
||||
|
||||
|
@ -45,7 +45,7 @@ timeline: true
|
||||
|
||||
- Select
|
||||
|
||||
- 🆕 新增 EnumSelect 绑定有 Flags 特性的枚举类型时,支持用 Value 绑定组合值。
|
||||
- 🆕 新增 EnumSelect 绑定有 Flags 特性的枚举类型时,支持用 Value 绑定组合值。[#3843](https://github.com/ant-design-blazor/ant-design-blazor/pull/3843) [@pankey888](https://github.com/pankey888)
|
||||
- 🐞 修复 选项列表随数据源变更重新排序。[#3806](https://github.com/ant-design-blazor/ant-design-blazor/pull/3806) [@miguelkmarques](https://github.com/miguelkmarques)
|
||||
- 📖 给 TableSelect 示例增加查询功能。[#3797](https://github.com/ant-design-blazor/ant-design-blazor/pull/3797) [@ElderJames](https://github.com/ElderJames)
|
||||
|
||||
@ -66,7 +66,12 @@ timeline: true
|
||||
- 🐞 修复 InputNumber 粘贴带有分隔符的数字时无法绑定。[#3841](https://github.com/ant-design-blazor/ant-design-blazor/pull/3841) [@HuaFangYun](https://github.com/HuaFangYun)
|
||||
- 🐞 修复 Overlay 多子级关闭时,父级联动冲突。[#3838](https://github.com/ant-design-blazor/ant-design-blazor/pull/3838) [@pankey888](https://github.com/pankey888)
|
||||
|
||||
|
||||
#### 此版本中新的贡献者
|
||||
* @pathartl made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3579
|
||||
* @tiansfather made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3787
|
||||
* @miguelkmarques made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3806
|
||||
* @pankey888 made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3827
|
||||
* @HuaFangYun made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3841
|
||||
|
||||
### 0.18.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user