Skip to content

Commit

Permalink
docs: move legacy release notes to RELEASENOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed Jun 19, 2019
1 parent 83370a8 commit 34c9c29
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 46 deletions.
46 changes: 0 additions & 46 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,49 +120,3 @@ The __screen.orientation__ property will not update when the phone is [rotated 1
## Windows UWP Notes

Windows store apps (windows-uwp) will only display orientation changes if the device has some sort of accelerometer. The internal state of the "orientation" will still be kept, but the actual screen won't rotate unless the device supports it.

# Legacy Changelog

See [RELEASENOTES.md](RELEASENOTES.md) for the automated changelog.

# Changelog

## 2.0.0
* Common javascript for iOS, Android and Windows.

## 1.4.2
* [#101](https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/101) make iOS rotate as needed when lockOrientation is called

## 1.4.1
* [#89](https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/89) Fix for cordova >= 3.6.3

## 1.4.0
* Added Windows 8.1 Support
* [#54](https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/54) Background thread for ios
* [#64](https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/64) Orientation naming bug fixed
* Add portrait upside down to iOS default orientations

## 1.3.5-6
* Plugin added to npm

## 1.3.4
* Readme update

## 1.3.3
* [#53](https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/53) WP8 Support

## 1.3.2

* [#33](https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues/33) iOS8 Delay Block

## 1.3.0

* [#23](https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues/23) iOS8 flicker

## 1.2.0-1.2.1

* [#19](https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues/19) iOS8 Crash



Pull requests welcome.
26 changes: 26 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
* [CB-12588](https://issues.apache.org/jira/browse/CB-12588) add manual tests in cordova-plugin-test-framework style

### 2.0.0 (Mar 14, 2017)
* Common javascript for iOS, Android and Windows.
* [CB-11628](https://issues.apache.org/jira/browse/CB-11628) - w3c spec compliance https://www.w3.org/TR/screen-orientation/

### 1.4.2 (Dec 07, 2016)
Expand All @@ -55,4 +56,29 @@
* make iOS rotate as needed when lockOrientation is called
* switch license from MIT to Apache 2.0

## 1.4.1
* Fix for cordova >= 3.6.3

## 1.4.0
* Added Windows 8.1 Support
* Background thread for ios
* Orientation naming bug fixed
* Add portrait upside down to iOS default orientations

## 1.3.5-6
* Plugin added to npm

## 1.3.4
* Readme update

## 1.3.3
* WP8 Support

## 1.3.2
* iOS8 Delay Block

## 1.3.0
* iOS8 flicker

## 1.2.0-1.2.1
* iOS8 Crash

0 comments on commit 34c9c29

Please sign in to comment.