File tree Expand file tree Collapse file tree 9 files changed +416
-37
lines changed Expand file tree Collapse file tree 9 files changed +416
-37
lines changed Original file line number Diff line number Diff line change 1
1
useGroupedVersion : true
2
2
3
3
version_info_list_js :
4
- - value : latest version(4.0.2 )
4
+ - value : latest version(4.0.3 )
5
5
- value : 4.x
6
6
child :
7
+ - 4.0.2
7
8
- 4.0.1
8
9
- 4.0.0
9
10
- value : 3.x
Original file line number Diff line number Diff line change 1
1
[
2
+ {
3
+ "version" : " 4.0.3" ,
4
+ "matchList" : {
5
+ "javascript" : {
6
+ "dcvRepoWeb" : [
7
+ {
8
+ "path" : " /programming/javascript/api-reference/license" ,
9
+ "version" : " 3.2.21"
10
+ },
11
+ {
12
+ "path" : " /programming/javascript/api-reference/core" ,
13
+ "version" : " 3.2.30"
14
+ }
15
+ ],
16
+ "dbr" : " 10.2.10" ,
17
+ "ddn" : " 2.2.10" ,
18
+ "dlr" : " 3.2.30"
19
+ }
20
+ }
21
+ },
2
22
{
3
23
"version" : " 4.0.2" ,
4
24
"matchList" : {
15
35
],
16
36
"dbr" : " 10.2.10" ,
17
37
"ddn" : " 2.2.10" ,
18
- "dlr" : " 3.2.20 "
38
+ "dlr" : " 3.2.30 "
19
39
}
20
40
}
21
41
},
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ permalink: /programming/javascript/api-reference/imageeditorview.html
26
26
| [ getAllDrawingLayers] ( #getAllDrawingLayers ) | Returns an array of all ` DrawingLayer ` objects managed by this ` DrawingLayerManager ` . |
27
27
| [ clearUserDefinedDrawingLayers] ( #clearUserDefinedDrawingLayers ) | Clears all user-defined ` DrawingLayer ` objects. |
28
28
| [ deleteUserDefinedDrawingLayer] ( #deleteUserDefinedDrawingLayer ) | Deletes a user-defined ` DrawingLayer ` object specified by its unique identifier (ID). |
29
- | [ getSelectedDrawingItems] ( #getSelectedDrawingItems ) | Asynchronously returns an array of all selected DrawingItem instances across different layers. |
29
+ | [ getSelectedDrawingItems] ( #getSelectedDrawingItems ) | Returns an array of all selected DrawingItem instances across different layers. |
30
30
31
31
## createInstance
32
32
@@ -311,10 +311,10 @@ imageEditorView.deleteUserDefinedDrawingLayer(DrawingLayerId);
311
311
312
312
## getSelectedDrawingItems
313
313
314
- Asynchronously returns an array of all selected DrawingItem instances across different layers, supporting complex selection scenarios.
314
+ Returns an array of all selected DrawingItem instances across different layers, supporting complex selection scenarios.
315
315
316
316
``` typescript
317
- getSelectedDrawingItems (): Array < DrawingItem > | null ;
317
+ getSelectedDrawingItems (): Array < DrawingItem > ;
318
318
```
319
319
320
320
** Parameters**
@@ -323,7 +323,7 @@ None.
323
323
324
324
** Return value**
325
325
326
- An array of ` DrawingItem ` objects or ` null ` .
326
+ An array of ` DrawingItem ` objects.
327
327
328
328
** Code Snippet**
329
329
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ breadcrumbText: API Reference
20
20
| ` static ` [ createInstance()] ( ./instantiate.md#createinstance ) | Initializes a new instance of the ` CameraEnhancer ` class. |
21
21
| [ dispose()] ( ./instantiate.md#dispose ) | Releases all resources used by the ` CameraEnhancer ` instance. |
22
22
| [ disposed] ( ./instantiate.md#disposed ) | Returns whether the ` CameraEnhancer ` instance has been disposed of. |
23
-
24
- <!-- | `static` [onWarning](instantiate.md#onwarning) | A callback which is triggered when the running environment is not ideal. | -->
23
+ | ` static ` [ onWarning] ( ./instantiate.md#onwarning ) | Event triggered when the running environment is not ideal. |
25
24
26
25
### Basic Camera Control
27
26
Original file line number Diff line number Diff line change @@ -102,9 +102,9 @@ let flag = cameraEnhancer.disposed;
102
102
103
103
[ dispose] ( #dispose )
104
104
105
- <!-- ## onWarning
105
+ ## onWarning
106
106
107
- A callback which is triggered when the running environment is not ideal.
107
+ Event triggered when the running environment is not ideal.
108
108
109
109
``` typescript
110
110
static onWarning : (warning : Warning ) => {};
@@ -139,4 +139,4 @@ Dynamsoft.DCE.CameraEnhancer.onWarning = warning => console.log(warning);
139
139
140
140
** See also**
141
141
142
- [Warning]([interface/warning.md]( https://www.dynamsoft.com/capture-vision/docs/web/programming/javascript/api-reference/core/basic-structures/warning.html)) -->
142
+ [ Warning] ( https://www.dynamsoft.com/capture-vision/docs/web/programming/javascript/api-reference/core/basic-structures/warning.html )
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ permalink: /programming/javascript/release-note/index.html
11
11
12
12
# Release Notes
13
13
14
+ * [ 4.0.3 (05/20/2024)] ( release-notes-4.x.html#403-05202024 )
14
15
* [ 4.0.2 (04/01/2024)] ( release-notes-4.x.html#402-04012024 )
15
16
* [ 4.0.1 (01/11/2024)] ( release-notes-4.x.html#401-01112024 )
16
17
* [ 4.0.0 (08/24/2023)] ( release-notes-4.x.html#400-08242023 )
Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ permalink: /programming/javascript/release-note/release-notes-4.x.html
11
11
12
12
# Release Notes - JavaScript 4.x
13
13
14
+ ## 4.0.3 (05/20/2024)
15
+
16
+ ### Fixed
17
+
18
+ * Fixed an issue on iOS 17 where reopening the camera after leaving the browser might fail.
19
+
14
20
## 4.0.2 (04/01/2024)
15
21
16
22
### New
You can’t perform that action at this time.
0 commit comments