@captureid/capacitor-cidprint 5.0.47 → 5.0.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -4,29 +4,41 @@
|
|
|
4
4
|
|
|
5
5
|
This plugin enables you to use the CaptureID Printer Library and to easily integrate Bluetooth printing into your app(s).
|
|
6
6
|
|
|
7
|
+
|
|
8
|
+
## Release Notes
|
|
9
|
+
|
|
10
|
+
### version 5.0.48
|
|
11
|
+
|
|
12
|
+
fixed:
|
|
13
|
+
### print doubles when stressing printer in batch printing mode
|
|
14
|
+
|
|
7
15
|
### version 5.0.46
|
|
16
|
+
|
|
8
17
|
new:
|
|
9
18
|
### broadcastreceiver visibility/accessibility changed for Android 14
|
|
10
19
|
|
|
11
|
-
## Release Notes
|
|
12
20
|
### version 5.0.40
|
|
21
|
+
|
|
13
22
|
fixed:
|
|
14
23
|
### disconnect call on error in connection process.
|
|
15
24
|
|
|
16
25
|
### version 5.0.38
|
|
26
|
+
|
|
17
27
|
new:
|
|
18
28
|
### new method setLTSSensitivity added. Single number Parameter required - value betwenn 0 to 15. This Method is only available on PC23D printer
|
|
19
29
|
|
|
20
30
|
### version 5.0.36
|
|
31
|
+
|
|
21
32
|
fixed:
|
|
22
33
|
### LTS handling using PC23D with multiple tickets.
|
|
23
34
|
|
|
24
35
|
### version 5.0.35
|
|
36
|
+
|
|
25
37
|
fixed:
|
|
26
38
|
### App crashes while connecting to PC23D first time.
|
|
27
39
|
|
|
28
|
-
## Release Notes
|
|
29
40
|
### version 5.0.34
|
|
41
|
+
|
|
30
42
|
fixed:
|
|
31
43
|
### PC23d printer timeouts while printing multiple tickets (i.e. 50 pcs).
|
|
32
44
|
|
|
@@ -38,11 +50,13 @@ new:
|
|
|
38
50
|
### timout adjusted for bixolon printer reconnect
|
|
39
51
|
|
|
40
52
|
### version 5.0.32
|
|
53
|
+
|
|
41
54
|
fixed:
|
|
42
55
|
### setupMediaSize return correct values on Bixolon printer
|
|
43
56
|
### printer no longer uses FNC codes when mac address should print
|
|
44
57
|
|
|
45
58
|
### version 5.0.29
|
|
59
|
+
|
|
46
60
|
fixed:
|
|
47
61
|
### memory leak in SATO support library
|
|
48
62
|
### Bixolon support added
|
|
@@ -50,54 +64,69 @@ fixed:
|
|
|
50
64
|
### url in QRCode is now correctly displayed
|
|
51
65
|
|
|
52
66
|
### version 5.0.1
|
|
67
|
+
|
|
53
68
|
new:
|
|
54
|
-
|
|
55
|
-
|
|
69
|
+
|
|
70
|
+
#### switch to capacitor 5
|
|
56
71
|
|
|
57
72
|
|
|
58
73
|
### version 0.0.94
|
|
74
|
+
|
|
59
75
|
new:
|
|
60
76
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
77
|
+
#### Device class changed vendorname and printermodel to optional values
|
|
78
|
+
|
|
79
|
+
#### Font change for SATO MB200i
|
|
80
|
+
|
|
81
|
+
#### character spacing for PW208NX removed
|
|
64
82
|
|
|
65
83
|
|
|
66
84
|
### version 0.0.93
|
|
85
|
+
|
|
67
86
|
new:
|
|
68
87
|
|
|
69
88
|
```typescript
|
|
70
89
|
discoverDevices(options: {timeout: number});
|
|
71
90
|
```
|
|
72
|
-
#### timout parameter added to discover method
|
|
73
91
|
|
|
74
|
-
|
|
92
|
+
#### timout parameter added to discover method
|
|
93
|
+
|
|
94
|
+
#### connect result':'
|
|
95
|
+
|
|
75
96
|
connecteddevice now contains vendor name and printer model
|
|
76
97
|
|
|
77
98
|
enums and methods to extract vendor and model from result.
|
|
78
99
|
|
|
79
|
-
|
|
80
100
|
### version 0.0.92
|
|
101
|
+
|
|
81
102
|
fixed:
|
|
82
103
|
|
|
83
104
|
#### setupMediaSize does not return result for SATO printers
|
|
84
105
|
|
|
85
106
|
### version 0.0.91
|
|
107
|
+
|
|
86
108
|
new:
|
|
87
109
|
|
|
88
110
|
```typescript
|
|
89
111
|
getPrinterInformation(): Promise<CIDPrinterInformation>;
|
|
90
112
|
```
|
|
91
|
-
|
|
113
|
+
|
|
114
|
+
#### retrieve detailed information of the printer
|
|
115
|
+
|
|
92
116
|
---
|
|
117
|
+
|
|
93
118
|
### version 0.0.90
|
|
119
|
+
|
|
94
120
|
new:
|
|
95
121
|
|
|
96
122
|
```typescript
|
|
97
123
|
enableClipping(options: {enable: boolean}): void;
|
|
98
124
|
```
|
|
99
|
-
|
|
125
|
+
|
|
126
|
+
#### enable/disable clipping (prevents Honeywell/Intermec printer from displaying "Field out of Label" messages)
|
|
127
|
+
|
|
100
128
|
---
|
|
129
|
+
|
|
101
130
|
### version 0.0.89
|
|
102
131
|
|
|
103
132
|
new:
|
|
@@ -105,23 +134,35 @@ new:
|
|
|
105
134
|
```typescript
|
|
106
135
|
enableBluetoothAdapter(options {enable: boolean}): Promise<PrinterLibraryEvent>;
|
|
107
136
|
```
|
|
108
|
-
|
|
137
|
+
|
|
138
|
+
#### enable/disable Bluetooth adapter
|
|
139
|
+
|
|
109
140
|
---
|
|
141
|
+
|
|
110
142
|
```typescript
|
|
111
143
|
enableCalibration(options: {enable: boolean}): void
|
|
112
144
|
```
|
|
113
|
-
|
|
145
|
+
|
|
146
|
+
#### trigger sensor calibration (Honeywell/Intermec printers)
|
|
147
|
+
|
|
114
148
|
---
|
|
149
|
+
|
|
115
150
|
```typescript
|
|
116
151
|
getMediaSize(): Promise<MediaSize>;
|
|
117
152
|
```
|
|
118
|
-
|
|
153
|
+
|
|
154
|
+
#### request the media size currently set
|
|
155
|
+
|
|
119
156
|
---
|
|
120
157
|
isBluetoothAdapterEnabled(): Promise<{result: boolean}>;
|
|
121
|
-
|
|
158
|
+
|
|
159
|
+
#### check if bluetoothadapter is enabled
|
|
160
|
+
|
|
122
161
|
---
|
|
123
162
|
sendFormFeed(): void;
|
|
124
|
-
|
|
163
|
+
|
|
164
|
+
#### send a Formfeed request to the printer
|
|
165
|
+
|
|
125
166
|
---
|
|
126
167
|
|
|
127
168
|
|
|
Binary file
|