File tree 6 files changed +35
-6
lines changed
6 files changed +35
-6
lines changed Original file line number Diff line number Diff line change 20
20
-->
21
21
# Release Notes
22
22
23
+ ### 3.0.0 (Jun 05, 2024)
24
+
25
+ ** Breaking Changes:**
26
+
27
+ * [ GH-181 ] ( https://github.com/apache/cordova-plugin-device/pull/181 ) fix!: remove deprecated platforms
28
+ * [ GH-183 ] ( https://github.com/apache/cordova-plugin-device/pull/183 ) refactor(android)!: Remove unused code
29
+ * [ GH-200 ] ( https://github.com/apache/cordova-plugin-device/pull/200 ) fix(android)!: set platform requirement ` >= 7.0.0 `
30
+ * [ GH-201 ] ( https://github.com/apache/cordova-plugin-device/pull/201 ) fix(android)!: access Context through ` webView.getContext() `
31
+
32
+ ** Features & Fixes:**
33
+
34
+ * [ GH-193 ] ( https://github.com/apache/cordova-plugin-device/pull/193 ) feat(ios): add bundled resources for privacy manifest
35
+ * [ GH-182 ] ( https://github.com/apache/cordova-plugin-device/pull/182 ) fix(electron): use correct engine for 2.1.0 in ` package.json `
36
+
37
+ ** Chores:**
38
+
39
+ * [ GH-203 ] ( https://github.com/apache/cordova-plugin-device/pull/203 ) chore: rebuilt ` package-lock.json ` w/ version 3
40
+ * [ GH-202 ] ( https://github.com/apache/cordova-plugin-device/pull/202 ) chore: Use github links in ` plugin.xml `
41
+ * [ GH-191 ] ( https://github.com/apache/cordova-plugin-device/pull/191 ) chore: update asf config
42
+ * [ GH-189 ] ( https://github.com/apache/cordova-plugin-device/pull/189 ) chore: Update ` SUPPORT_QUESTION.md ` template
43
+
44
+ ** CI & Docs:**
45
+
46
+ * [ GH-198 ] ( https://github.com/apache/cordova-plugin-device/pull/198 ) ci: update gh-action's workflow
47
+ * [ GH-180 ] ( https://github.com/apache/cordova-plugin-device/pull/180 ) ci: sync workflow with paramedic
48
+ * [ GH-175 ] ( https://github.com/apache/cordova-plugin-device/pull/175 ) ci(android): update java requirement for ` cordova-android@11 `
49
+ * [ GH-184 ] ( https://github.com/apache/cordova-plugin-device/pull/184 ) docs(android): correct model description
50
+ * [ GH-174 ] ( https://github.com/apache/cordova-plugin-device/pull/174 ) doc(android): clarify documentation and types for ` sdkVersion ` field
51
+
23
52
### 2.1.0 (Apr 08, 2022)
24
53
25
54
* [ GH-167 ] ( https://github.com/apache/cordova-plugin-device/pull/167 ) feat(ios): detect if app is running on a macOS desktop with Apple Silicon
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-device" ,
3
- "version" : " 3.0.0-dev " ,
3
+ "version" : " 3.0.0" ,
4
4
"description" : " Cordova Device Plugin" ,
5
5
"types" : " ./types/index.d.ts" ,
6
6
"cordova" : {
Original file line number Diff line number Diff line change 22
22
xmlns : rim =" http://www.blackberry.com/ns/widgets"
23
23
xmlns : android =" http://schemas.android.com/apk/res/android"
24
24
id =" cordova-plugin-device"
25
- version =" 3.0.0-dev " >
25
+ version =" 3.0.0" >
26
26
<name >Device</name >
27
27
<description >Cordova Device Plugin</description >
28
28
<license >Apache 2.0</license >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-device-tests" ,
3
- "version" : " 3.0.0-dev " ,
3
+ "version" : " 3.0.0" ,
4
4
"description" : " " ,
5
5
"cordova" : {
6
6
"id" : " cordova-plugin-device-tests" ,
Original file line number Diff line number Diff line change 22
22
xmlns : rim =" http://www.blackberry.com/ns/widgets"
23
23
xmlns : android =" http://schemas.android.com/apk/res/android"
24
24
id =" cordova-plugin-device-tests"
25
- version =" 3.0.0-dev " >
25
+ version =" 3.0.0" >
26
26
<name >Cordova Device Plugin Tests</name >
27
27
<license >Apache 2.0</license >
28
28
You can’t perform that action at this time.
0 commit comments