@capacitor/screen-reader 4.0.2-nightly-20220928T151024.0 → 4.1.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/CHANGELOG.md +40 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,46 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [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)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **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))
12
+
13
+
14
+
15
+ ## 4.0.1 (2022-07-28)
16
+
17
+
18
+
19
+ # 4.0.0 (2022-07-27)
20
+
21
+
22
+
23
+ # 4.0.0-beta.2 (2022-07-08)
24
+
25
+
26
+
27
+ # 4.0.0-beta.0 (2022-06-27)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * 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))
33
+
34
+
35
+ ### Features
36
+
37
+ * 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))
38
+ * 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))
39
+ * 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))
40
+ * Use java 11 ([#910](https://github.com/ionic-team/capacitor-plugins/issues/910)) ([5acb2a2](https://github.com/ionic-team/capacitor-plugins/commit/5acb2a288a413492b163e4e97da46a085d9e4be0))
41
+
42
+
43
+
44
+
45
+
6
46
  ## [4.0.1](https://github.com/ionic-team/capacitor-plugins/compare/4.0.0...4.0.1) (2022-07-28)
7
47
 
8
48
  **Note:** Version bump only for package @capacitor/screen-reader
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/screen-reader",
3
- "version": "4.0.2-nightly-20220928T151024.0",
3
+ "version": "4.1.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",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "b04e32d6fcab39285ba6dbe49408e001177cf13f"
82
+ "gitHead": "d9d5dbc605f6783dd6141e804b2e1f3cedab396f"
83
83
  }