Skip to content

Commit ca442ff

Browse files
author
Vladimir Amiorkov
authored
Merge pull request #1861 from NativeScript/release-8.0.1
release: cut the 8.0.1 release
2 parents 99d699c + 0111ded commit ca442ff

File tree

28 files changed

+89
-25
lines changed

28 files changed

+89
-25
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="8.0.1"></a>
2+
## [8.0.1](https://github.com/NativeScript/nativescript-angular/compare/8.0.0...8.0.1) (2019-06-12)
3+
4+
5+
### Bug Fixes
6+
7+
* do not throw if element already registered ([#1838](https://github.com/NativeScript/nativescript-angular/issues/1838)) ([e90f8b5](https://github.com/NativeScript/nativescript-angular/commit/e90f8b5))
8+
* **1845:** CSS special selector ":host" only work first time ([#1852](https://github.com/NativeScript/nativescript-angular/issues/1852)) ([59a5bd8](https://github.com/NativeScript/nativescript-angular/commit/59a5bd8))
9+
10+
11+
112
<a name="8.0.0"></a>
213
# [8.0.0](https://github.com/NativeScript/nativescript-angular/compare/7.2.4...8.0.0) (2019-05-29)
314

270 KB
Loading
334 KB
Loading
270 KB
Loading
129 KB
Loading

e2e/config/appium.capabilities.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@
120120
"noReset": true,
121121
"fullReset": false
122122
},
123+
"sim.iPhone7.ios12": {
124+
"platformName": "iOS",
125+
"platformVersion": "12.0",
126+
"deviceName": "iPhone 7",
127+
"noReset": true,
128+
"fullReset": false
129+
},
123130
"sim.iPhone8.iOS112": {
124131
"platformName": "iOS",
125132
"platformVersion": "11.2",
16.2 KB
Loading
19.5 KB
Loading
16.3 KB
Loading
19.1 KB
Loading

0 commit comments

Comments
 (0)