Skip to content

Commit

Permalink
Release 2.60.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterLuffy committed Mar 8, 2024
1 parent 6f18fc5 commit 41a957f
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 2 deletions.
8 changes: 8 additions & 0 deletions components/Form/__changelog__/index.en-US.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.60.3

2024-03-08

### 🐛 BugFix

- Fixed the bug of internal method call error caused by `Form.useFormContext` not being used under `Form` component.([#2574](https://github.com/arco-design/arco-design/pull/2574))

## 2.59.0

2024-01-19
Expand Down
8 changes: 8 additions & 0 deletions components/Form/__changelog__/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.60.3

2024-03-08

### 🐛 问题修复

- 修复 `Form.useFormContext` 未在 `Form` 组件下使用导致的内部方法调用报错的 bug。([#2574](https://github.com/arco-design/arco-design/pull/2574))

## 2.59.0

2024-01-19
Expand Down
2 changes: 1 addition & 1 deletion components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,4 @@ export { default as Watermark } from './Watermark';
export type { ImageProps, ImagePreviewProps, ImagePreviewActionProps, ImagePreviewGroupProps } from './Image/interface';
export { default as Image } from './Image';

export const version = '2.60.1';
export const version = '2.60.3';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arco-design/web-react",
"version": "2.60.2",
"version": "2.60.3",
"description": "Arco Design React UI Library.",
"module": "./es/index.js",
"main": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions site/docs/version_v2.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
changelog: true
---

## 2.60.3

2024-03-08

### 🐛 BugFix

- Fixed the bug of internal method call error caused by `Form.useFormContext` not being used under `Form` component.([#2574](https://github.com/arco-design/arco-design/pull/2574))

## 2.60.2

2024-03-01
Expand Down
8 changes: 8 additions & 0 deletions site/docs/version_v2.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
changelog: true
---

## 2.60.3

2024-03-08

### 🐛 问题修复

- 修复 `Form.useFormContext` 未在 `Form` 组件下使用导致的内部方法调用报错的 bug。([#2574](https://github.com/arco-design/arco-design/pull/2574))

## 2.60.2

2024-03-01
Expand Down

0 comments on commit 41a957f

Please sign in to comment.