Mon 21 Jul 22:43:21 CEST 2025

This commit is contained in:
sbosse 2025-07-21 23:34:28 +02:00
parent b2a79aaf7c
commit bbb86717ac

View File

@ -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.