UNPKG

11 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### 2.0.1 (April 13, 2018)
24* [CB-14001](https://issues.apache.org/jira/browse/CB-14001): Fix `cordovaDependencies` to allow plugin install
25
26### 2.0.0 (Sep 18, 2017)
27* [CB-13068](https://issues.apache.org/jira/browse/CB-13068) added info tag for deprecation
28* [CB-12726](https://issues.apache.org/jira/browse/CB-12726) Device Motion - SUNSET
29* [CB-13115](https://issues.apache.org/jira/browse/CB-13115) **Browser** Fixed `getCurrentAcceleration()` on **Firefox**, **Safari** and **Edge**
30* [CB-13028](https://issues.apache.org/jira/browse/CB-13028) (CI) **Browser** builds on `Travis` and `AppVeyor`
31* [CB-13000](https://issues.apache.org/jira/browse/CB-13000) (CI) Speed up **Android** builds
32* [CB-12991](https://issues.apache.org/jira/browse/CB-12991) (CI) Updated CI badges
33* [CB-12935](https://issues.apache.org/jira/browse/CB-12935) (**windows**) Enable paramedic builds on `AppVeyor`
34* [CB-12935](https://issues.apache.org/jira/browse/CB-12935) (**ios**, **Android**) Enable paramedic builds on `Travis CI`
35* [CB-12847](https://issues.apache.org/jira/browse/CB-12847) added `bugs` entry to `package.json`.
36
37### 1.2.5 (Apr 27, 2017)
38* [CB-12622](https://issues.apache.org/jira/browse/CB-12622) Added **Android 6.0** build badge to `README`
39* [CB-12685](https://issues.apache.org/jira/browse/CB-12685) added `package.json` to tests folder
40* [CB-10559](https://issues.apache.org/jira/browse/CB-10559) (android) Relaxed a time stamp condition to fix flaky tests
41
42### 1.2.4 (Feb 28, 2017)
43* [CB-12353](https://issues.apache.org/jira/browse/CB-12353) Corrected merges usage in `plugin.xml`
44* [CB-12369](https://issues.apache.org/jira/browse/CB-12369) Add plugin typings from `DefinitelyTyped`
45* [CB-12363](https://issues.apache.org/jira/browse/CB-12363) Added build badges for **iOS 9.3** and **iOS 10.0**
46* [CB-12230](https://issues.apache.org/jira/browse/CB-12230) Removed **Windows 8.1** build badges
47
48### 1.2.3 (Dec 07, 2016)
49* [CB-12224](https://issues.apache.org/jira/browse/CB-12224) Updated version and RELEASENOTES.md for release 1.2.3
50* [CB-11917](https://issues.apache.org/jira/browse/CB-11917) - Remove pull request template checklist item: "iCLA has been submitted…"
51* [CB-11832](https://issues.apache.org/jira/browse/CB-11832) Incremented plugin version.
52
53### 1.2.2 (Sep 08, 2016)
54* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies
55* [CB-11482](https://issues.apache.org/jira/browse/CB-11482) Fix unreliable tests on **Android**
56* [CB-11531](https://issues.apache.org/jira/browse/CB-11531) Restart `Accelerometer` on `CyanogenMod 13`
57* Add badges for paramedic builds on Jenkins
58* Add pull request template.
59* [CB-11188](https://issues.apache.org/jira/browse/CB-11188) `cordova-plugin-device-motion-tests` are failing in CI
60* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md
61
62### 1.2.1 (Apr 15, 2016)
63* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins
64
65### 1.2.0 (Nov 18, 2015)
66* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
67* access all `accel` properties via getters
68* Return error when `accelerometer` not available, skip/pending tests when accel not available, use getters for properties
69* Returning an `OK PluginResult.Status` when starting
70* Update `README.md`
71* Added **Android** quirk
72* Fixing contribute link.
73* [CB-9426](https://issues.apache.org/jira/browse/CB-9426) Fix exception when using device motion plugin on **browser** platform.
74* [CB-9339](https://issues.apache.org/jira/browse/CB-9339) Increase the default sensor accuracy
75
76### 1.1.1 (Jun 17, 2015)
77* [CB-9128](https://issues.apache.org/jira/browse/CB-9128) cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion
78* fix npm md issue
79* [CB-8842](https://issues.apache.org/jira/browse/CB-8842) Return cached values on Android if there is no updates from sensor
80
81### 1.1.0 (May 06, 2015)
82* [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.
83* [CB-8876](https://issues.apache.org/jira/browse/CB-8876) Introduced a small timeout between tests
84* [CB-8876](https://issues.apache.org/jira/browse/CB-8876) Rewrote **wp8** impementation to be more stable
85
86### 1.0.0 (Apr 15, 2015)
87* [CB-8746](https://issues.apache.org/jira/browse/CB-8746) gave plugin major version bump
88* [CB-8683](https://issues.apache.org/jira/browse/CB-8683) updated windows and tizen specific references of old id to new id
89* [CB-8683](https://issues.apache.org/jira/browse/CB-8683) changed plugin-id to pacakge-name
90* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) properly updated translated docs to use new id
91* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) updated translated docs to use new id
92* Use TRAVIS_BUILD_DIR, install paramedic by npm
93* [CB-8312](https://issues.apache.org/jira/browse/CB-8312) Multiply accelerometer values by -g on Windows
94* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) Updated Readme
95* [CB-8562](https://issues.apache.org/jira/browse/CB-8562) Integrate TravisCI
96* [CB-8438](https://issues.apache.org/jira/browse/CB-8438) cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion
97* [CB-8538](https://issues.apache.org/jira/browse/CB-8538) Added package.json file
98* [CB-8096](https://issues.apache.org/jira/browse/CB-8096) Pended recently added spec.12 if accelerometer doesn't exist on the device
99* [CB-8096](https://issues.apache.org/jira/browse/CB-8096) Pended auto tests if accelerometer doesn't exist on the device
100* [CB-8083](https://issues.apache.org/jira/browse/CB-8083) Adds test to make sure success callback is called each time
101
102### 0.2.11 (Dec 02, 2014)
103* [CB-8083](https://issues.apache.org/jira/browse/CB-8083) Fix `accelerometer` callback on **Windows**
104* Renamed **Windows8** -> **Windows**
105* [CB-7977](https://issues.apache.org/jira/browse/CB-7977) Mention `deviceready` in plugin docs
106* [CB-7700](https://issues.apache.org/jira/browse/CB-7700) cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion
107* [CB-7571](https://issues.apache.org/jira/browse/CB-7571) Bump version of nested plugin to match parent plugin
108
109### 0.2.10 (Sep 17, 2014)
110* [CB-7471](https://issues.apache.org/jira/browse/CB-7471) cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion
111* Updated doc for browser
112* Added support for the browser
113* [CB-7249](https://issues.apache.org/jira/browse/CB-7249) cordova-plugin-device-motion documentation translation
114* [CB-7313](https://issues.apache.org/jira/browse/CB-7313) minor tweak to documentation of watchAcceleration function parameters
115* [CB-7160](https://issues.apache.org/jira/browse/CB-7160) move to tests dir, add nested plugin.xml
116* Removed js-module for tests from plugin.xml
117* [CB-7160](https://issues.apache.org/jira/browse/CB-7160) added manual tests
118* added documentation for manual tests
119* Removed js-module for tests from plugin.xml
120* [CB-7160](https://issues.apache.org/jira/browse/CB-7160) added manual tests
121* Changing cdvtest format to use module exports
122* register tests using new style
123* update
124* Feature Branch: First attempt at new-style-tests
125
126### 0.2.9 (Aug 06, 2014)
127* [FFOS] update accelerometer.js
128* [CB-6127](https://issues.apache.org/jira/browse/CB-6127) Updated translations for docs
129* FFOS added to supported platforms
130
131### 0.2.8 (Jun 05, 2014)
132* [CB-6127](https://issues.apache.org/jira/browse/CB-6127) Spanish and French Translations added. Github close #10. Github close #12. Github close #11
133* ubuntu: don't destroy callback after use
134* [CB-6798](https://issues.apache.org/jira/browse/CB-6798) Add license
135* [CB-6491](https://issues.apache.org/jira/browse/CB-6491) add CONTRIBUTING.md
136* FFOS added to supported platforms
137
138### 0.2.7 (Apr 17, 2014)
139* [CB-6422](https://issues.apache.org/jira/browse/CB-6422): [windows8] use cordova/exec/proxy
140* [CB-6460](https://issues.apache.org/jira/browse/CB-6460): Update license headers
141* [CB-6465](https://issues.apache.org/jira/browse/CB-6465): Add license headers to Tizen code
142* Add NOTICE file
143
144### 0.2.6 (Feb 05, 2014)
145* Add Tizen support
146
147### 0.2.5 (Jan 02, 2014)
148* [CB-5658](https://issues.apache.org/jira/browse/CB-5658) Add doc/index.md for Device Motion plugin
149
150### 0.2.4 (Dec 4, 2013)
151* add ubuntu platform
152* 1. Added amazon-fireos platform. 2. Change to use amazon-fireos as the platform if the user agent string contains 'cordova-amazon-fireos'
153
154### 0.2.3 (Oct 28, 2013)
155* tweak scoping
156* fixed the scope
157* properly stop watching...
158* adding timestamp to the response
159* fix acceleromter for firefox os
160* update firefoxos integration
161* fixed callbacks
162* accelerometer registers, but is not responding
163* fxos added, not working
164* [CB-5128](https://issues.apache.org/jira/browse/CB-5128): added repo + issue tag to plugin.xml for device motion
165* [CB-5012](https://issues.apache.org/jira/browse/CB-5012) ensure result is returned
166* [CB-4825](https://issues.apache.org/jira/browse/CB-4825) Add CoreMotion.framework to plugin.xml
167* [CB-4825](https://issues.apache.org/jira/browse/CB-4825) avoid retain cycle in update block
168* [CB-4825](https://issues.apache.org/jira/browse/CB-4825) use CoreMotion framework for accelerometer
169* [CB-4915](https://issues.apache.org/jira/browse/CB-4915) Incremented plugin version on dev branch.
170
171### 0.2.2 (Sept 25, 2013)
172* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) bumping&resetting version
173* [windows8] commandProxy was moved
174* [CB-4889](https://issues.apache.org/jira/browse/CB-4889)
175* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) renaming core inside windows8
176* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) renaming org.apache.cordova.core.device-motion to org.apache.cordova.device-motion
177* Rename CHANGELOG.md -> RELEASENOTES.md
178* [CB-4752](https://issues.apache.org/jira/browse/CB-4752) Incremented plugin version on dev branch.