|
1 | 1 | Cross Platform Modules Changelog |
2 | 2 | ============================== |
| 3 | +##1.6.0 (2016, February 17) |
| 4 | + |
| 5 | +### Fixed |
| 6 | + |
| 7 | +- [(#1534)](https://github.com/NativeScript/NativeScript/issues/1534) FileSystemAccess.fileExists returns true for directory as well |
| 8 | + |
| 9 | +- [(#1524)](https://github.com/NativeScript/NativeScript/issues/1524) Label text="{{ anyField }}" should not print out "null" if the field is "null" |
| 10 | + |
| 11 | +- [(#1520)](https://github.com/NativeScript/NativeScript/issues/1520) When using remote background images, positioning css properties ignored |
| 12 | + |
| 13 | +- [(#1467)](https://github.com/NativeScript/NativeScript/pull/1467) Detect JSON response in XHR and auto-parse the response. |
| 14 | + |
| 15 | +- [(#1463)](https://github.com/NativeScript/NativeScript/issues/1463) fetch/XMLHttpRequest re-URL-encodes first % character in query string |
| 16 | + |
| 17 | +- [(#1443)](https://github.com/NativeScript/NativeScript/issues/1443) Impossible to rotate 360degrees on iOS |
| 18 | + |
| 19 | +- [(#1426)](https://github.com/NativeScript/NativeScript/issues/1426) App crash when TabView has more than 5 items and different font-style |
| 20 | + |
| 21 | +- [(#1415)](https://github.com/NativeScript/NativeScript/issues/1415) TabView crashes the app when Don't keep activities option is turned on |
| 22 | + |
| 23 | +- [(#1405)](https://github.com/NativeScript/NativeScript/issues/1405) Complete app crash when tapping around a Textfield at times |
| 24 | + |
| 25 | +- [(#1396)](https://github.com/NativeScript/NativeScript/pull/1396) Fixed bug in GridLayout |
| 26 | + |
| 27 | +- [(#1381)](https://github.com/NativeScript/NativeScript/pull/1381) Fix originX/Y not applied when set before layout in android |
| 28 | + |
| 29 | +- [(#1371)](https://github.com/NativeScript/NativeScript/issues/1371) listview android bug and fix |
| 30 | + |
| 31 | +- [(#1359)](https://github.com/NativeScript/NativeScript/issues/1359) Getting error when restore/opening minimized app first time after installation. |
| 32 | + |
| 33 | +- [(#1349)](https://github.com/NativeScript/NativeScript/issues/1349) FormattedText Span foregroundColor and backgroundColor cannot be set using known color |
| 34 | + |
| 35 | +- [(#1340)](https://github.com/NativeScript/NativeScript/issues/1340) Remove global dependency from fetch library |
| 36 | + |
| 37 | +- [(#1326)](https://github.com/NativeScript/NativeScript/pull/1326) Fix action-bar when app is put to background and restored (and Do not… |
| 38 | + |
| 39 | +- [(#1296)](https://github.com/NativeScript/NativeScript/issues/1296) Change Android button background method |
| 40 | + |
| 41 | +- [(#1290)](https://github.com/NativeScript/NativeScript/issues/1290) ListView with rounded items can not show the background of Page |
| 42 | + |
| 43 | +- [(#1280)](https://github.com/NativeScript/NativeScript/issues/1280) text-transform breaks child colors |
| 44 | + |
| 45 | +- [(#1275)](https://github.com/NativeScript/NativeScript/issues/1275) ActionBar disappears when app closes with back button |
| 46 | + |
| 47 | +- [(#1240)](https://github.com/NativeScript/NativeScript/issues/1240) Android 5.x: Setting View.opacity (setAlpha) removes its background. |
| 48 | + |
| 49 | +- [(#1232)](https://github.com/NativeScript/NativeScript/issues/1232) WrapLayout crashes when itemWidth value is too high |
| 50 | + |
| 51 | +- [(#1223)](https://github.com/NativeScript/NativeScript/issues/1223) Android Image that has a complex background (i.e. with rounded corners) cannot animate opacity correctly. |
| 52 | + |
| 53 | +- [(#1218)](https://github.com/NativeScript/NativeScript/issues/1218) Setting and instantly animating a property fails for iOS |
| 54 | + |
| 55 | +- [(#1177)](https://github.com/NativeScript/NativeScript/issues/1177) Alert Dialog in SegmentedBar selectedIndexChanged event blocks navigation |
| 56 | + |
| 57 | +- [(#1127)](https://github.com/NativeScript/NativeScript/issues/1127) Changing ActionBar title after page is loaded does not show the ActionBar |
| 58 | + |
| 59 | +- [(#1123)](https://github.com/NativeScript/NativeScript/issues/1123) iOS: ActionBar covers the page. |
| 60 | + |
| 61 | +- [(#830)](https://github.com/NativeScript/NativeScript/issues/830) border-radius on Android 4.4.4 (Samsung Tab) not applied to <Button> |
| 62 | + |
| 63 | +- [(#758)](https://github.com/NativeScript/NativeScript/issues/758) platformModule.device.language results are different in iOS and Android for the same language |
| 64 | + |
| 65 | +- [(#659)](https://github.com/NativeScript/NativeScript/issues/659) Problem with iOS resizing when there is an activity running in background (active call, hotspot, etc.) |
| 66 | + |
| 67 | +- [(#518)](https://github.com/NativeScript/NativeScript/issues/518) Allow ActionItems to be directly specified between the ActionBar opening and closing tags. |
| 68 | + |
| 69 | +### New |
| 70 | + |
| 71 | +- [(#1433)](https://github.com/NativeScript/NativeScript/pull/1433) binary sync read/write added |
| 72 | + |
| 73 | +- [(#1429)](https://github.com/NativeScript/NativeScript/pull/1429) file download implemented |
| 74 | + |
| 75 | +- [(#1366)](https://github.com/NativeScript/NativeScript/issues/1366) Export listeners/events for GestureStateType "began" and "ended" |
| 76 | + |
| 77 | +- [(#1363)](https://github.com/NativeScript/NativeScript/issues/1363) Cross platform animation-timing-function / easing |
| 78 | + |
| 79 | +- [(#1357)](https://github.com/NativeScript/NativeScript/pull/1357) Frame.goBack can now accept an entry to navigate back to |
| 80 | + |
| 81 | +- [(#1352)](https://github.com/NativeScript/NativeScript/issues/1352) Data URL:s supported for Image object?? |
| 82 | + |
| 83 | +- [(#1283)](https://github.com/NativeScript/NativeScript/issues/1283) Can't access args.object.page from ActionBar ActionItem tap event |
| 84 | + |
| 85 | +- [(#1242)](https://github.com/NativeScript/NativeScript/issues/1242) Add Page `showingModally` event. |
| 86 | + |
| 87 | +- [(#1129)](https://github.com/NativeScript/NativeScript/issues/1129) Why are iOS modal animations disabled by default? Can we pass an option to enable it? |
| 88 | + |
| 89 | +- [(#811)](https://github.com/NativeScript/NativeScript/issues/811) Page Navigation Transitions |
| 90 | + |
| 91 | +- [(#773)](https://github.com/NativeScript/NativeScript/issues/773) Move the API reference to typedoc |
| 92 | + |
| 93 | +- [(#733)](https://github.com/NativeScript/NativeScript/issues/733) Add API to open a file at a given path with the default application. |
| 94 | + |
| 95 | +- [(#714)](https://github.com/NativeScript/NativeScript/issues/714) Automation ids |
| 96 | + |
| 97 | +- [(#709)](https://github.com/NativeScript/NativeScript/issues/709) API Stability Index (Proposal) |
| 98 | + |
| 99 | +- [(#520)](https://github.com/NativeScript/NativeScript/issues/520) XML declaration better error reporting for malformed attribute content |
| 100 | + |
| 101 | +- [(#412)](https://github.com/NativeScript/NativeScript/issues/412) Feature request: support percentages for width and height |
| 102 | + |
| 103 | +- [(#98)](https://github.com/NativeScript/NativeScript/issues/98) Support for advanced CSS selectors |
| 104 | + |
3 | 105 | ##1.5.2 (2016, January 27) |
4 | 106 |
|
5 | 107 | ### Fixed |
|
0 commit comments