@capacitor/screen-reader
Advanced tools
Comparing version 4.1.3-nightly-20230316T150919.0 to 5.0.0-alpha.1
@@ -6,2 +6,13 @@ # Change Log | ||
# [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) | ||
### Features | ||
* **android:** Removing enableJetifier ([d66f9cb](https://github.com/ionic-team/capacitor-plugins/commit/d66f9cbd9da7e3b1d8c64ca6a5b45156867d4a04)) | ||
## [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) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@capacitor/screen-reader", | ||
"version": "4.1.3-nightly-20230316T150919.0", | ||
"version": "5.0.0-alpha.1", | ||
"description": "The Screen Reader API provides access to TalkBack/VoiceOver/etc. and provides simple text-to-speech capabilities for visual accessibility.", | ||
@@ -48,6 +48,6 @@ "main": "dist/plugin.cjs.js", | ||
"devDependencies": { | ||
"@capacitor/android": "^4.0.0", | ||
"@capacitor/core": "^4.0.0", | ||
"@capacitor/android": "next", | ||
"@capacitor/core": "next", | ||
"@capacitor/docgen": "0.2.0", | ||
"@capacitor/ios": "^4.0.0", | ||
"@capacitor/ios": "next", | ||
"@ionic/eslint-config": "^0.3.0", | ||
@@ -65,3 +65,3 @@ "@ionic/prettier-config": "~1.0.1", | ||
"peerDependencies": { | ||
"@capacitor/core": "^4.0.0" | ||
"@capacitor/core": "next" | ||
}, | ||
@@ -84,3 +84,3 @@ "prettier": "@ionic/prettier-config", | ||
}, | ||
"gitHead": "f2a70219bafbcbe136758c10bb43746f95a9e336" | ||
"gitHead": "b980c4d862b72610560a6cedc69238021c5367cc" | ||
} |
50463