File tree Expand file tree Collapse file tree 6 files changed +35
-6
lines changed
Expand file tree Collapse file tree 6 files changed +35
-6
lines changed Original file line number Diff line number Diff line change 2020-->
2121# Release Notes
2222
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+
2352### 2.1.0 (Apr 08, 2022)
2453
2554* [ 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 11{
22 "name" : " cordova-plugin-device" ,
3- "version" : " 3.0.0-dev " ,
3+ "version" : " 3.0.0" ,
44 "description" : " Cordova Device Plugin" ,
55 "types" : " ./types/index.d.ts" ,
66 "cordova" : {
Original file line number Diff line number Diff line change 2222 xmlns : rim =" http://www.blackberry.com/ns/widgets"
2323 xmlns : android =" http://schemas.android.com/apk/res/android"
2424 id =" cordova-plugin-device"
25- version =" 3.0.0-dev " >
25+ version =" 3.0.0" >
2626 <name >Device</name >
2727 <description >Cordova Device Plugin</description >
2828 <license >Apache 2.0</license >
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-device-tests" ,
3- "version" : " 3.0.0-dev " ,
3+ "version" : " 3.0.0" ,
44 "description" : " " ,
55 "cordova" : {
66 "id" : " cordova-plugin-device-tests" ,
Original file line number Diff line number Diff line change 2222 xmlns : rim =" http://www.blackberry.com/ns/widgets"
2323 xmlns : android =" http://schemas.android.com/apk/res/android"
2424 id =" cordova-plugin-device-tests"
25- version =" 3.0.0-dev " >
25+ version =" 3.0.0" >
2626 <name >Cordova Device Plugin Tests</name >
2727 <license >Apache 2.0</license >
2828
You can’t perform that action at this time.
0 commit comments