UNPKG

8.08 kBMarkdownView Raw
1<!--
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance
9# with the License. You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing,
14# software distributed under the License is distributed on an
15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16# KIND, either express or implied. See the License for the
17# specific language governing permissions and limitations
18# under the License.
19#
20-->
21# Release Notes
22
23### 1.2.1 (Apr 15, 2016)
24* CB-10636 Add `JSHint` for plugins
25
26### 1.2.0 (Nov 18, 2015)
27* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
28* access all `accel` properties via getters
29* Return error when `accelerometer` not available, skip/pending tests when accel not available, use getters for properties
30* Returning an `OK PluginResult.Status` when starting
31* Update `README.md`
32* Added **Android** quirk
33* Fixing contribute link.
34* [CB-9426](https://issues.apache.org/jira/browse/CB-9426) Fix exception when using device motion plugin on **browser** platform.
35* [CB-9339](https://issues.apache.org/jira/browse/CB-9339) Increase the default sensor accuracy
36
37### 1.1.1 (Jun 17, 2015)
38* [CB-9128](https://issues.apache.org/jira/browse/CB-9128) cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion
39* fix npm md issue
40* [CB-8842](https://issues.apache.org/jira/browse/CB-8842) Return cached values on Android if there is no updates from sensor
41
42### 1.1.0 (May 06, 2015)
43* [CB-8926](https://issues.apache.org/jira/browse/CB-8926): The tests module tries to access an undefined global `Accelerometer` on fail callbacks. This results in another JS error, `ReferenceError: 'Accelerometer' is undefined.` This change passes through the error message instead of attempting to index into it.
44* [CB-8876](https://issues.apache.org/jira/browse/CB-8876) Introduced a small timeout between tests
45* [CB-8876](https://issues.apache.org/jira/browse/CB-8876) Rewrote **wp8** impementation to be more stable
46
47### 1.0.0 (Apr 15, 2015)
48* [CB-8746](https://issues.apache.org/jira/browse/CB-8746) gave plugin major version bump
49* [CB-8683](https://issues.apache.org/jira/browse/CB-8683) updated windows and tizen specific references of old id to new id
50* [CB-8683](https://issues.apache.org/jira/browse/CB-8683) changed plugin-id to pacakge-name
51* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) properly updated translated docs to use new id
52* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) updated translated docs to use new id
53* Use TRAVIS_BUILD_DIR, install paramedic by npm
54* [CB-8312](https://issues.apache.org/jira/browse/CB-8312) Multiply accelerometer values by -g on Windows
55* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) Updated Readme
56* [CB-8562](https://issues.apache.org/jira/browse/CB-8562) Integrate TravisCI
57* [CB-8438](https://issues.apache.org/jira/browse/CB-8438) cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion
58* [CB-8538](https://issues.apache.org/jira/browse/CB-8538) Added package.json file
59* [CB-8096](https://issues.apache.org/jira/browse/CB-8096) Pended recently added spec.12 if accelerometer doesn't exist on the device
60* [CB-8096](https://issues.apache.org/jira/browse/CB-8096) Pended auto tests if accelerometer doesn't exist on the device
61* [CB-8083](https://issues.apache.org/jira/browse/CB-8083) Adds test to make sure success callback is called each time
62
63### 0.2.11 (Dec 02, 2014)
64* [CB-8083](https://issues.apache.org/jira/browse/CB-8083) Fix `accelerometer` callback on **Windows**
65* Renamed **Windows8** -> **Windows**
66* [CB-7977](https://issues.apache.org/jira/browse/CB-7977) Mention `deviceready` in plugin docs
67* [CB-7700](https://issues.apache.org/jira/browse/CB-7700) cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion
68* [CB-7571](https://issues.apache.org/jira/browse/CB-7571) Bump version of nested plugin to match parent plugin
69
70### 0.2.10 (Sep 17, 2014)
71* [CB-7471](https://issues.apache.org/jira/browse/CB-7471) cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion
72* Updated doc for browser
73* Added support for the browser
74* [CB-7249](https://issues.apache.org/jira/browse/CB-7249) cordova-plugin-device-motion documentation translation
75* [CB-7313](https://issues.apache.org/jira/browse/CB-7313) minor tweak to documentation of watchAcceleration function parameters
76* [CB-7160](https://issues.apache.org/jira/browse/CB-7160) move to tests dir, add nested plugin.xml
77* Removed js-module for tests from plugin.xml
78* [CB-7160](https://issues.apache.org/jira/browse/CB-7160) added manual tests
79* added documentation for manual tests
80* Removed js-module for tests from plugin.xml
81* [CB-7160](https://issues.apache.org/jira/browse/CB-7160) added manual tests
82* Changing cdvtest format to use module exports
83* register tests using new style
84* update
85* Feature Branch: First attempt at new-style-tests
86
87### 0.2.9 (Aug 06, 2014)
88* [FFOS] update accelerometer.js
89* [CB-6127](https://issues.apache.org/jira/browse/CB-6127) Updated translations for docs
90* FFOS added to supported platforms
91
92### 0.2.8 (Jun 05, 2014)
93* [CB-6127](https://issues.apache.org/jira/browse/CB-6127) Spanish and French Translations added. Github close #10. Github close #12. Github close #11
94* ubuntu: don't destroy callback after use
95* [CB-6798](https://issues.apache.org/jira/browse/CB-6798) Add license
96* [CB-6491](https://issues.apache.org/jira/browse/CB-6491) add CONTRIBUTING.md
97* FFOS added to supported platforms
98
99### 0.2.7 (Apr 17, 2014)
100* [CB-6422](https://issues.apache.org/jira/browse/CB-6422): [windows8] use cordova/exec/proxy
101* [CB-6460](https://issues.apache.org/jira/browse/CB-6460): Update license headers
102* [CB-6465](https://issues.apache.org/jira/browse/CB-6465): Add license headers to Tizen code
103* Add NOTICE file
104
105### 0.2.6 (Feb 05, 2014)
106* Add Tizen support
107
108### 0.2.5 (Jan 02, 2014)
109* [CB-5658](https://issues.apache.org/jira/browse/CB-5658) Add doc/index.md for Device Motion plugin
110
111### 0.2.4 (Dec 4, 2013)
112* add ubuntu platform
113* 1. Added amazon-fireos platform. 2. Change to use amazon-fireos as the platform if the user agent string contains 'cordova-amazon-fireos'
114
115### 0.2.3 (Oct 28, 2013)
116* tweak scoping
117* fixed the scope
118* properly stop watching...
119* adding timestamp to the response
120* fix acceleromter for firefox os
121* update firefoxos integration
122* fixed callbacks
123* accelerometer registers, but is not responding
124* fxos added, not working
125* [CB-5128](https://issues.apache.org/jira/browse/CB-5128): added repo + issue tag to plugin.xml for device motion
126* [CB-5012](https://issues.apache.org/jira/browse/CB-5012) ensure result is returned
127* [CB-4825](https://issues.apache.org/jira/browse/CB-4825) Add CoreMotion.framework to plugin.xml
128* [CB-4825](https://issues.apache.org/jira/browse/CB-4825) avoid retain cycle in update block
129* [CB-4825](https://issues.apache.org/jira/browse/CB-4825) use CoreMotion framework for accelerometer
130* [CB-4915](https://issues.apache.org/jira/browse/CB-4915) Incremented plugin version on dev branch.
131
132### 0.2.2 (Sept 25, 2013)
133* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) bumping&resetting version
134* [windows8] commandProxy was moved
135* [CB-4889](https://issues.apache.org/jira/browse/CB-4889)
136* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) renaming core inside windows8
137* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) renaming org.apache.cordova.core.device-motion to org.apache.cordova.device-motion
138* Rename CHANGELOG.md -> RELEASENOTES.md
139* [CB-4752](https://issues.apache.org/jira/browse/CB-4752) Incremented plugin version on dev branch.