Skip to content

Commit

Permalink
chore(*): Release-1.25.42
Browse files Browse the repository at this point in the history
  • Loading branch information
lakerswgq committed Jun 14, 2022
1 parent fc8d20f commit 609cc50
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 38 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [1.25.42](https://github.com/alibaba-fusion/next/compare/1.25.41...1.25.42) (2022-06-14)


### Bug Fixes

* **Menu:** focuseKey type contain obj, close [#3929](https://github.com/alibaba-fusion/next/issues/3929) ([086937b](https://github.com/alibaba-fusion/next/commit/086937b))
* **Slider:** add pauseOnHover on d.ts ([#3950](https://github.com/alibaba-fusion/next/issues/3950)) ([fc8d20f](https://github.com/alibaba-fusion/next/commit/fc8d20f))
* **TreeSelect:** calculate all checked value only when treeCheckedStrategy=all, close[#3936](https://github.com/alibaba-fusion/next/issues/3936) ([35ff149](https://github.com/alibaba-fusion/next/commit/35ff149))
* **TreeSelect:** fix treeCheckedStrategy issue ([2558ce7](https://github.com/alibaba-fusion/next/commit/2558ce7))


### Features

* **Form:** new api errorMessageName for replace validate name fix [#3937](https://github.com/alibaba-fusion/next/issues/3937) ([ed0915d](https://github.com/alibaba-fusion/next/commit/ed0915d))




## [1.25.41](https://github.com/alibaba-fusion/next/compare/1.25.40...1.25.41) (2022-06-02)


Expand Down
12 changes: 10 additions & 2 deletions LATESTLOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Latest Log

## [1.25.41](https://github.com/alibaba-fusion/next/compare/1.25.40...1.25.41) (2022-06-02)
## [1.25.42](https://github.com/alibaba-fusion/next/compare/1.25.41...1.25.42) (2022-06-14)


### Bug Fixes

* **TimePicker2:** fix FooterPanel ok button locale, close [#3932](https://github.com/alibaba-fusion/next/issues/3932) ([1086b4b](https://github.com/alibaba-fusion/next/commit/1086b4b))
* **Menu:** focuseKey type contain obj, close [#3929](https://github.com/alibaba-fusion/next/issues/3929) ([086937b](https://github.com/alibaba-fusion/next/commit/086937b))
* **Slider:** add pauseOnHover on d.ts ([#3950](https://github.com/alibaba-fusion/next/issues/3950)) ([fc8d20f](https://github.com/alibaba-fusion/next/commit/fc8d20f))
* **TreeSelect:** calculate all checked value only when treeCheckedStrategy=all, close[#3936](https://github.com/alibaba-fusion/next/issues/3936) ([35ff149](https://github.com/alibaba-fusion/next/commit/35ff149))
* **TreeSelect:** fix treeCheckedStrategy issue ([2558ce7](https://github.com/alibaba-fusion/next/commit/2558ce7))


### Features

* **Form:** new api errorMessageName for replace validate name fix [#3937](https://github.com/alibaba-fusion/next/issues/3937) ([ed0915d](https://github.com/alibaba-fusion/next/commit/ed0915d))


1 change: 0 additions & 1 deletion docs/config-provider/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ props 方式的 locale > 最近 ConfigProvider 的 locale > 更远父级 ConfigP
<Button locale={CLocale}/>
</ConfigProvider>
</ConfigProvider>

```

(注: 由于`Dialog.show()` `Message.show()` 等函数式方法的特殊性,他们的将默认读取页面上的root context。当页面上有多个包含`<ConfigProvider/>``ReactDOM.render()`方法调用时,由第一个渲染的决定root context)
Expand Down
1 change: 1 addition & 0 deletions docs/form/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
| labelWidth | 在响应式布局下,且label在左边时,label的宽度是多少 | String/Number | 100 |
| isPreview | 是否开启预览态 | Boolean | - |
| renderPreview | 预览态模式下渲染的内容<br/><br/>**签名**:<br/>Function(value: any) => void<br/>**参数**:<br/>_value_: {any} 根据包裹的组件的 value 类型而决定 | Function | - |
| errorMessageName | 替代校验信息的 name 字段,useLabelForErrorMessage 开启的情况下比 label 优先级高 | String | - |
| useLabelForErrorMessage | 是否使用 label 替换校验信息的 name 字段 | Boolean | - |
| colon | 表示是否显示 label 后面的冒号 | Boolean | - |
| disabled | 是否禁用表单 | Boolean | - |
Expand Down
Loading

0 comments on commit 609cc50

Please sign in to comment.