@capacitor/screen-reader 5.0.0-nightly-20230428T150943.0 → 5.0.0-nightly-20230502T150745.0

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.
Files changed (2) hide show
  1. package/package.json +2 -3
  2. package/CHANGELOG.md +0 -372
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/screen-reader",
3
- "version": "5.0.0-nightly-20230428T150943.0",
3
+ "version": "5.0.0-nightly-20230502T150745.0",
4
4
  "description": "The Screen Reader API provides access to TalkBack/VoiceOver/etc. and provides simple text-to-speech capabilities for visual accessibility.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -78,6 +78,5 @@
78
78
  },
79
79
  "publishConfig": {
80
80
  "access": "public"
81
- },
82
- "gitHead": "bdd1921242eef649eef6ba6d023556f2936eea33"
81
+ }
83
82
  }
package/CHANGELOG.md DELETED
@@ -1,372 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [5.0.0-beta.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@5.0.0-beta.0...@capacitor/screen-reader@5.0.0-beta.1) (2023-04-21)
7
-
8
-
9
- ### Features
10
-
11
- * Update gradle to 8.0.2 and gradle plugin to 8.0.0 ([#1542](https://github.com/ionic-team/capacitor-plugins/issues/1542)) ([e7210b4](https://github.com/ionic-team/capacitor-plugins/commit/e7210b47867644f5983e37acdbf0247214ec232d))
12
-
13
-
14
-
15
-
16
-
17
- # [5.0.0-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@5.0.0-alpha.1...@capacitor/screen-reader@5.0.0-beta.0) (2023-03-31)
18
-
19
- **Note:** Version bump only for package @capacitor/screen-reader
20
-
21
-
22
-
23
-
24
-
25
- # [5.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@4.1.2...@capacitor/screen-reader@5.0.0-alpha.1) (2023-03-16)
26
-
27
-
28
- ### Features
29
-
30
- * **android:** Removing enableJetifier ([d66f9cb](https://github.com/ionic-team/capacitor-plugins/commit/d66f9cbd9da7e3b1d8c64ca6a5b45156867d4a04))
31
-
32
-
33
-
34
-
35
-
36
- ## [4.1.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@4.1.1...@capacitor/screen-reader@4.1.2) (2022-11-16)
37
-
38
- **Note:** Version bump only for package @capacitor/screen-reader
39
-
40
-
41
-
42
-
43
-
44
- ## [4.1.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@4.1.0...@capacitor/screen-reader@4.1.1) (2022-10-21)
45
-
46
- **Note:** Version bump only for package @capacitor/screen-reader
47
-
48
-
49
-
50
-
51
-
52
- # [4.1.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@1.0.8...@capacitor/screen-reader@4.1.0) (2022-09-29)
53
-
54
-
55
- ### Bug Fixes
56
-
57
- * **screen-reader:** make speak use accessibility volume ([#1185](https://github.com/ionic-team/capacitor-plugins/issues/1185)) ([daa7b63](https://github.com/ionic-team/capacitor-plugins/commit/daa7b634797216123cf4eac1a04086b0c026cf90))
58
-
59
-
60
-
61
-
62
-
63
- ## [4.0.1](https://github.com/ionic-team/capacitor-plugins/compare/4.0.0...4.0.1) (2022-07-28)
64
-
65
- **Note:** Version bump only for package @capacitor/screen-reader
66
-
67
-
68
-
69
-
70
-
71
- # [4.0.0](https://github.com/ionic-team/capacitor-plugins/compare/4.0.0-beta.2...4.0.0) (2022-07-27)
72
-
73
- **Note:** Version bump only for package @capacitor/screen-reader
74
-
75
-
76
-
77
-
78
-
79
- # [4.0.0-beta.2](https://github.com/ionic-team/capacitor-plugins/compare/4.0.0-beta.0...4.0.0-beta.2) (2022-07-08)
80
-
81
- **Note:** Version bump only for package @capacitor/screen-reader
82
-
83
-
84
-
85
-
86
-
87
- # 4.0.0-beta.0 (2022-06-27)
88
-
89
-
90
- ### Bug Fixes
91
-
92
- * add es2017 lib to tsconfig ([#180](https://github.com/ionic-team/capacitor-plugins/issues/180)) ([2c3776c](https://github.com/ionic-team/capacitor-plugins/commit/2c3776c38ca025c5ee965dec10ccf1cdb6c02e2f))
93
- * better ignore rules for npm distribution ([#32](https://github.com/ionic-team/capacitor-plugins/issues/32)) ([b8d55b9](https://github.com/ionic-team/capacitor-plugins/commit/b8d55b9233e4ad7b8a1cd41110b4e580fc2a059f))
94
- * correct addListeners links ([#655](https://github.com/ionic-team/capacitor-plugins/issues/655)) ([f9871e7](https://github.com/ionic-team/capacitor-plugins/commit/f9871e7bd53478addb21155e148829f550c0e457))
95
- * inline source code in esm map files ([#760](https://github.com/ionic-team/capacitor-plugins/issues/760)) ([a960489](https://github.com/ionic-team/capacitor-plugins/commit/a960489a19db0182b90d187a50deff9dfbe51038))
96
- * Make removeAllListeners return a promise ([#895](https://github.com/ionic-team/capacitor-plugins/issues/895)) ([e5c49d6](https://github.com/ionic-team/capacitor-plugins/commit/e5c49d64445dca70286334e6a0441d8021197b13))
97
- * remove postpublish scripts ([#656](https://github.com/ionic-team/capacitor-plugins/issues/656)) ([ed6ac49](https://github.com/ionic-team/capacitor-plugins/commit/ed6ac499ebf4a47525071ccbfc36c27503e11f60))
98
- * support deprecated types from Capacitor 2 ([#139](https://github.com/ionic-team/capacitor-plugins/issues/139)) ([2d7127a](https://github.com/ionic-team/capacitor-plugins/commit/2d7127a488e26f0287951921a6db47c49d817336))
99
- * use correct package in manifest files ([#22](https://github.com/ionic-team/capacitor-plugins/issues/22)) ([ab62987](https://github.com/ionic-team/capacitor-plugins/commit/ab629877e1951f944594f1b23e1bffefcbc783dd))
100
-
101
-
102
- ### Features
103
-
104
- * add commonjs output format ([#179](https://github.com/ionic-team/capacitor-plugins/issues/179)) ([8e9e098](https://github.com/ionic-team/capacitor-plugins/commit/8e9e09862064b3f6771d7facbc4008e995d9b463))
105
- * Screen Reader plugin ([#1](https://github.com/ionic-team/capacitor-plugins/issues/1)) ([d0ab633](https://github.com/ionic-team/capacitor-plugins/commit/d0ab63335a3ba1d303dc11e0fc72767200e6390b))
106
- * set targetSDK default value to 31 ([#824](https://github.com/ionic-team/capacitor-plugins/issues/824)) ([3ee10de](https://github.com/ionic-team/capacitor-plugins/commit/3ee10de98067984c1a4e75295d001c5a895c47f4))
107
- * set targetSDK default value to 32 ([#970](https://github.com/ionic-team/capacitor-plugins/issues/970)) ([fa70d96](https://github.com/ionic-team/capacitor-plugins/commit/fa70d96f141af751aae53ceb5642c46b204f5958))
108
- * Upgrade gradle to 7.4 ([#826](https://github.com/ionic-team/capacitor-plugins/issues/826)) ([5db0906](https://github.com/ionic-team/capacitor-plugins/commit/5db0906f6264287c4f8e69dbaecf19d4d387824b))
109
- * Use java 11 ([#910](https://github.com/ionic-team/capacitor-plugins/issues/910)) ([5acb2a2](https://github.com/ionic-team/capacitor-plugins/commit/5acb2a288a413492b163e4e97da46a085d9e4be0))
110
-
111
-
112
-
113
-
114
-
115
- ## [1.0.8](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@1.0.7...@capacitor/screen-reader@1.0.8) (2022-03-03)
116
-
117
- **Note:** Version bump only for package @capacitor/screen-reader
118
-
119
-
120
-
121
-
122
-
123
- ## [1.0.7](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@1.0.6...@capacitor/screen-reader@1.0.7) (2022-01-19)
124
-
125
-
126
- ### Bug Fixes
127
-
128
- * inline source code in esm map files ([#760](https://github.com/ionic-team/capacitor-plugins/issues/760)) ([a960489](https://github.com/ionic-team/capacitor-plugins/commit/a960489a19db0182b90d187a50deff9dfbe51038))
129
-
130
-
131
-
132
-
133
-
134
- ## [1.0.6](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@1.0.5...@capacitor/screen-reader@1.0.6) (2021-11-03)
135
-
136
- **Note:** Version bump only for package @capacitor/screen-reader
137
-
138
-
139
-
140
-
141
-
142
- ## [1.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@1.0.4...@capacitor/screen-reader@1.0.5) (2021-10-14)
143
-
144
-
145
- ### Bug Fixes
146
-
147
- * remove postpublish scripts ([#656](https://github.com/ionic-team/capacitor-plugins/issues/656)) ([ed6ac49](https://github.com/ionic-team/capacitor-plugins/commit/ed6ac499ebf4a47525071ccbfc36c27503e11f60))
148
-
149
-
150
-
151
-
152
-
153
- ## [1.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@1.0.3...@capacitor/screen-reader@1.0.4) (2021-10-13)
154
-
155
-
156
- ### Bug Fixes
157
-
158
- * correct addListeners links ([#655](https://github.com/ionic-team/capacitor-plugins/issues/655)) ([f9871e7](https://github.com/ionic-team/capacitor-plugins/commit/f9871e7bd53478addb21155e148829f550c0e457))
159
-
160
-
161
-
162
-
163
-
164
- ## [1.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@1.0.2...@capacitor/screen-reader@1.0.3) (2021-09-01)
165
-
166
- **Note:** Version bump only for package @capacitor/screen-reader
167
-
168
-
169
-
170
-
171
-
172
- ## [1.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@1.0.1...@capacitor/screen-reader@1.0.2) (2021-06-23)
173
-
174
- **Note:** Version bump only for package @capacitor/screen-reader
175
-
176
-
177
-
178
-
179
-
180
- ## [1.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@1.0.0...@capacitor/screen-reader@1.0.1) (2021-06-09)
181
-
182
- **Note:** Version bump only for package @capacitor/screen-reader
183
-
184
-
185
-
186
-
187
-
188
- # [1.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.3.10...@capacitor/screen-reader@1.0.0) (2021-05-19)
189
-
190
- **Note:** Version bump only for package @capacitor/screen-reader
191
-
192
-
193
-
194
-
195
-
196
- ## [0.3.10](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.3.9...@capacitor/screen-reader@0.3.10) (2021-05-11)
197
-
198
- **Note:** Version bump only for package @capacitor/screen-reader
199
-
200
-
201
-
202
-
203
-
204
- ## [0.3.9](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.3.8...@capacitor/screen-reader@0.3.9) (2021-05-10)
205
-
206
- **Note:** Version bump only for package @capacitor/screen-reader
207
-
208
-
209
-
210
-
211
-
212
- ## [0.3.8](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.3.7...@capacitor/screen-reader@0.3.8) (2021-05-07)
213
-
214
- **Note:** Version bump only for package @capacitor/screen-reader
215
-
216
-
217
-
218
-
219
-
220
- ## [0.3.7](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.3.6...@capacitor/screen-reader@0.3.7) (2021-04-29)
221
-
222
- **Note:** Version bump only for package @capacitor/screen-reader
223
-
224
-
225
-
226
-
227
-
228
- ## [0.3.6](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.3.5...@capacitor/screen-reader@0.3.6) (2021-03-10)
229
-
230
- **Note:** Version bump only for package @capacitor/screen-reader
231
-
232
-
233
-
234
-
235
-
236
- ## [0.3.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.3.4...@capacitor/screen-reader@0.3.5) (2021-03-02)
237
-
238
- **Note:** Version bump only for package @capacitor/screen-reader
239
-
240
-
241
-
242
-
243
-
244
- ## [0.3.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.3.3...@capacitor/screen-reader@0.3.4) (2021-02-27)
245
-
246
- **Note:** Version bump only for package @capacitor/screen-reader
247
-
248
-
249
-
250
-
251
-
252
- ## [0.3.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.3.2...@capacitor/screen-reader@0.3.3) (2021-02-10)
253
-
254
- **Note:** Version bump only for package @capacitor/screen-reader
255
-
256
-
257
-
258
-
259
-
260
- ## [0.3.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.3.1...@capacitor/screen-reader@0.3.2) (2021-02-05)
261
-
262
- **Note:** Version bump only for package @capacitor/screen-reader
263
-
264
-
265
-
266
-
267
-
268
- ## [0.3.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.3.0...@capacitor/screen-reader@0.3.1) (2021-01-26)
269
-
270
- **Note:** Version bump only for package @capacitor/screen-reader
271
-
272
-
273
-
274
-
275
-
276
- # [0.3.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.2.0...@capacitor/screen-reader@0.3.0) (2021-01-14)
277
-
278
- **Note:** Version bump only for package @capacitor/screen-reader
279
-
280
-
281
-
282
-
283
-
284
- # [0.2.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.1.4...@capacitor/screen-reader@0.2.0) (2021-01-13)
285
-
286
-
287
- ### Bug Fixes
288
-
289
- * add es2017 lib to tsconfig ([#180](https://github.com/ionic-team/capacitor-plugins/issues/180)) ([2c3776c](https://github.com/ionic-team/capacitor-plugins/commit/2c3776c38ca025c5ee965dec10ccf1cdb6c02e2f))
290
-
291
-
292
- ### Features
293
-
294
- * add commonjs output format ([#179](https://github.com/ionic-team/capacitor-plugins/issues/179)) ([8e9e098](https://github.com/ionic-team/capacitor-plugins/commit/8e9e09862064b3f6771d7facbc4008e995d9b463))
295
-
296
-
297
-
298
-
299
-
300
- ## [0.1.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.1.3...@capacitor/screen-reader@0.1.4) (2021-01-13)
301
-
302
- **Note:** Version bump only for package @capacitor/screen-reader
303
-
304
-
305
-
306
-
307
-
308
- ## [0.1.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.1.2...@capacitor/screen-reader@0.1.3) (2021-01-08)
309
-
310
- **Note:** Version bump only for package @capacitor/screen-reader
311
-
312
-
313
-
314
-
315
-
316
- ## [0.1.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.1.1...@capacitor/screen-reader@0.1.2) (2020-12-27)
317
-
318
- **Note:** Version bump only for package @capacitor/screen-reader
319
-
320
-
321
-
322
-
323
-
324
- ## [0.1.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.1.0...@capacitor/screen-reader@0.1.1) (2020-12-20)
325
-
326
-
327
- ### Bug Fixes
328
-
329
- * support deprecated types from Capacitor 2 ([#139](https://github.com/ionic-team/capacitor-plugins/issues/139)) ([2d7127a](https://github.com/ionic-team/capacitor-plugins/commit/2d7127a488e26f0287951921a6db47c49d817336))
330
-
331
-
332
-
333
-
334
-
335
- # [0.1.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.0.3...@capacitor/screen-reader@0.1.0) (2020-12-02)
336
-
337
- **Note:** Version bump only for package @capacitor/screen-reader
338
-
339
-
340
-
341
-
342
-
343
- ## [0.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.0.2...@capacitor/screen-reader@0.0.3) (2020-10-30)
344
-
345
- **Note:** Version bump only for package @capacitor/screen-reader
346
-
347
-
348
-
349
-
350
-
351
- ## [0.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.0.1...@capacitor/screen-reader@0.0.2) (2020-10-12)
352
-
353
-
354
- ### Bug Fixes
355
-
356
- * better ignore rules for npm distribution ([#32](https://github.com/ionic-team/capacitor-plugins/issues/32)) ([b8d55b9](https://github.com/ionic-team/capacitor-plugins/commit/b8d55b9233e4ad7b8a1cd41110b4e580fc2a059f))
357
-
358
-
359
-
360
-
361
-
362
- ## 0.0.1 (2020-09-01)
363
-
364
-
365
- ### Bug Fixes
366
-
367
- * use correct package in manifest files ([#22](https://github.com/ionic-team/capacitor-plugins/issues/22)) ([ab62987](https://github.com/ionic-team/capacitor-plugins/commit/ab629877e1951f944594f1b23e1bffefcbc783dd))
368
-
369
-
370
- ### Features
371
-
372
- * Screen Reader plugin ([#1](https://github.com/ionic-team/capacitor-plugins/issues/1)) ([d0ab633](https://github.com/ionic-team/capacitor-plugins/commit/d0ab63335a3ba1d303dc11e0fc72767200e6390b))