diff --git a/.gitignore b/.gitignore index dbbd6a8a3..d912d0587 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ package-lock.json # Appium files e2e/**/*.trace/ e2e/**/test-results.xml +e2e/**/e2e/resources/ # Webpack configuration files webpack.config.js diff --git a/CHANGELOG.md b/CHANGELOG.md index b9d8e7a75..9f8449330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,37 @@ + +## [6.0.4](https://github.com/NativeScript/NativeScript/compare/6.0.3...6.0.4) (2019-07-30) + + +### Bug Fixes + +* **ios:** 'ui/tabs' not found for element 'Tabs' + + + +## [6.0.3](https://github.com/NativeScript/NativeScript/compare/6.0.2...6.0.3) (2019-07-29) + + +### Bug Fixes + +* **ios:** move material design dependency to podfile ([#7592](https://github.com/NativeScript/NativeScript/issues/7592)) ([291e3b4](https://github.com/NativeScript/NativeScript/commit/291e3b4)) + + + + +## [6.0.2](https://github.com/NativeScript/NativeScript/compare/6.0.0...6.0.2) (2019-07-26) + + +### Bug Fixes + +* **android:** remove wait for doubletap if no gesture recognizer ([#7584](https://github.com/NativeScript/NativeScript/issues/7584)) ([9fd5ddc](https://github.com/NativeScript/NativeScript/commit/9fd5ddc)) +* **bottom-navigation:** crash when tab selected with no item ([#7527](https://github.com/NativeScript/NativeScript/issues/7527)) ([46c17ca](https://github.com/NativeScript/NativeScript/commit/46c17ca)) +* **tabs:** tab bar not visible when nested in layout ([#7544](https://github.com/NativeScript/NativeScript/issues/7544)) ([f00b370](https://github.com/NativeScript/NativeScript/commit/f00b370)) +* **tabs-android:** wrong tabStripItem selected ([#7522](https://github.com/NativeScript/NativeScript/issues/7522)) ([ca22ba9](https://github.com/NativeScript/NativeScript/commit/ca22ba9)) +* **tabs-ios:** crash when setting tabStripItems through items property ([#7548](https://github.com/NativeScript/NativeScript/issues/7548)) ([4511c76](https://github.com/NativeScript/NativeScript/commit/4511c76)) +* **tabs-ios:** unable to return to tab after tab with nested frame visited ([#7574](https://github.com/NativeScript/NativeScript/issues/7574)) ([490cab0](https://github.com/NativeScript/NativeScript/commit/490cab0)) + + + # [6.0.0](https://github.com/NativeScript/NativeScript/compare/5.4.2...6.0.0) (2019-06-28) diff --git a/e2e/nested-frame-navigation/app/app.ts b/e2e/nested-frame-navigation/app/app.ts index e0ef2193e..0c5afc47e 100644 --- a/e2e/nested-frame-navigation/app/app.ts +++ b/e2e/nested-frame-navigation/app/app.ts @@ -1,5 +1,3 @@ import * as application from "tns-core-modules/application"; application.run({ moduleName: "app-root" }); -// application.run({ moduleName: "tab-root" }); -// application.run({ moduleName: "layout-root" }); diff --git a/e2e/nested-frame-navigation/app/bottom-navigation-page/bottom-navigation-page.xml b/e2e/nested-frame-navigation/app/bottom-navigation-page/bottom-navigation-page.xml index 407ca4aee..b467699b8 100644 --- a/e2e/nested-frame-navigation/app/bottom-navigation-page/bottom-navigation-page.xml +++ b/e2e/nested-frame-navigation/app/bottom-navigation-page/bottom-navigation-page.xml @@ -1,7 +1,7 @@ - + @@ -16,9 +16,9 @@ - - - + + + diff --git a/e2e/nested-frame-navigation/app/bottom-navigation-root/bottom-navigation-root.xml b/e2e/nested-frame-navigation/app/bottom-navigation-root/bottom-navigation-root.xml index ecc8c8c2e..04920a131 100644 --- a/e2e/nested-frame-navigation/app/bottom-navigation-root/bottom-navigation-root.xml +++ b/e2e/nested-frame-navigation/app/bottom-navigation-root/bottom-navigation-root.xml @@ -1,14 +1,14 @@ - + - - + + -