You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[(#575)](https://github.com/NativeScript/NativeScript/issues/575) Application crashes in Android when there is an ActionBar on the first page
958
958
959
959
-[(#576)](https://github.com/NativeScript/NativeScript/issues/576) The app.css now applied when there is page-specific CSS
960
960
961
-
##1.2.0 (2015, July 24)
961
+
##1.2.0 (2015, July 24)
962
962
963
-
###New
963
+
###New
964
964
965
965
-[(#393)](https://github.com/NativeScript/NativeScript/issues/393) Create application.android instance immediately and move all Android-specific events to application.android
-```tns debug ios``` command is not working. The workaround is to use ```tns debug ios --framework-path "__path to the iOS runtime__"```. A fix for this is coming in 1.2.1 which will be released the week of July 27th.
1010
1010
1011
-
##1.1.0 (2015, June 10)
1011
+
##1.1.0 (2015, June 10)
1012
1012
1013
1013
### New
1014
1014
-[(#280)](https://github.com/NativeScript/NativeScript/issues/280) Change NativeActivity Pbase class in order to be compatible with Android runtime
-[(#242)](https://github.com/NativeScript/NativeScript/issues/242) View and GesturesObserver classes have some breaking changes related to gesture operations
1062
1062
1063
1063
1064
-
##1.0.0 (2015, April 29)
1064
+
##1.0.0 (2015, April 29)
1065
1065
1066
1066
### New
1067
1067
* New options for camera module. Added a resizing options along with keep-aspect-ratio options. More information about how to use it can be found at the dedicated camera help article.
* Gesture-related enum values changed to start with a small letter in order to be consistent with all other enums within NativeScript. For example, "gesturesModule.GestureType.Tap" should be used like "gesturesModule.GestureType.tap".
1081
1081
*`knownEvents` modules within all UI controls are removed and replaced with a static string values. In that case, all possible events will be visible through the inheritance tree. These static strings have an `Event` suffix. Every place where `viewModule.knownEvents.loaded` is used should be changed to `viewModule.View.loadedEvent` or `pageModule.Page.loadedEvent`. This change is relevant to code-behind only (xml declaration will not be affected).
0 commit comments