From bbb86717ac79b2d735dba9e9281cc2e2e4fcf93b Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 23:34:28 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../README.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 js/ui/cordova/plugins/cordova-plugin-chrome-apps-common/README.md diff --git a/js/ui/cordova/plugins/cordova-plugin-chrome-apps-common/README.md b/js/ui/cordova/plugins/cordova-plugin-chrome-apps-common/README.md new file mode 100644 index 0000000..1ad901b --- /dev/null +++ b/js/ui/cordova/plugins/cordova-plugin-chrome-apps-common/README.md @@ -0,0 +1,23 @@ +# chrome-common +This plugin is a dependency for a few other chromium plugins. + +# Release Notes + +## 1.0.7 (April 30, 2015) +- Renamed plugin to pubilsh to NPM + +## 1.0.6 (Mar 17, 2015) +* Update code comment + +## 1.0.5 (Jan 27, 2015) +* chrome.runtime: fix getURL when running in Cordova (fixes #487) - Only use manifest to resolve url when running in a Chrome App - Generate correct urls when running under Cordova, based on current location +* Make all Event.fire()s equate to queueStartUpEvent calls. +* Change helpers.delayDeviceReadyUntil() and helpers.queueLifeCycleEvent() +* Allow setting error.code as well as error.message for callbackWithError() +* Don't log all errors by default, let apps handle runtime.lastError silently + +## 1.0.4 (November 17,2014) +* chrome.alarms: Make it more robust and prevent onLaunched when onAlarm is the cause of the Activity starting up + +## 1.0.3 (October 21, 2014) +* Documentation updates.