You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASENOTES.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,16 @@
20
20
-->
21
21
# Release Notes
22
22
23
+
### 2.3.0 (Apr 15, 2016)
24
+
* Request audio focus when playing; Pause audio when audio focus is lost; resume playing when audio focus is granted again.
25
+
* Replace `PermissionHelper.java` with `cordova-plugin-compat`
26
+
* CB-10783 Modify expected position to be in a proper range.
27
+
* CB-9487 Support getting amplitude for recording
28
+
***iOS** audio should handle naked local file sources
29
+
* CB-10720 Fixing README for display on Cordova website
30
+
* CB-10636 Add `JSHint` for plugins
31
+
* CB-10535 Fix CI crash caused by media plugin
32
+
23
33
### 2.2.0 (Feb 09, 2016)
24
34
*[CB-10476](https://issues.apache.org/jira/browse/CB-10476) Fix problem where callbacks were not invoked on android due to messageChannel being overridden by callbackContext in every execute() call
0 commit comments