|
1 | 1 | Cross Platform Modules Changelog |
2 | 2 | ============================== |
3 | 3 |
|
| 4 | +##2.4.0 (2016, November 22) |
| 5 | + |
| 6 | +### Fixed |
| 7 | + |
| 8 | +- [(#2942)](https://github.com/NativeScript/NativeScript/issues/2942) ListView with TextField in the Item template not showing Keyboard on Portrait mode |
| 9 | + |
| 10 | +- [(#2911)](https://github.com/NativeScript/NativeScript/issues/2911) CSS scale breaks background properties on iOS |
| 11 | + |
| 12 | +- [(#2884)](https://github.com/NativeScript/NativeScript/issues/2884) Dialogs stop working in android after another activity is shown |
| 13 | + |
| 14 | +- [(#2879)](https://github.com/NativeScript/NativeScript/issues/2879) Function get allTouches() is not working on iOS 10 |
| 15 | + |
| 16 | +- [(#2873)](https://github.com/NativeScript/NativeScript/issues/2873) CSS padding requires background-color in latest tns-core-modules on Android |
| 17 | + |
| 18 | +- [(#2850)](https://github.com/NativeScript/NativeScript/issues/2850) [iOS only] Percentage margin of layouts not possible |
| 19 | + |
| 20 | +- [(#2834)](https://github.com/NativeScript/NativeScript/issues/2834) Animations: scale() syntax does not support only one argument |
| 21 | + |
| 22 | +- [(#2813)](https://github.com/NativeScript/NativeScript/issues/2813) The Camera module in Android doesn't handle pemissions for you |
| 23 | + |
| 24 | +- [(#2789)](https://github.com/NativeScript/NativeScript/issues/2789) CSS border-width causes text to overflow TextView |
| 25 | + |
| 26 | +- [(#2781)](https://github.com/NativeScript/NativeScript/issues/2781) CSS border-color does not recognize rgb and rgba values |
| 27 | + |
| 28 | +- [(#2751)](https://github.com/NativeScript/NativeScript/issues/2751) Camera module not working on IOS 10 (only in devices) / It hangs and exit the app |
| 29 | + |
| 30 | +- [(#2742)](https://github.com/NativeScript/NativeScript/issues/2742) A failure in the modules on debugging with NativeScript inspector |
| 31 | + |
| 32 | +- [(#2741)](https://github.com/NativeScript/NativeScript/issues/2741) Memory leak when using slide transition on Android (API Level 23) |
| 33 | + |
| 34 | +- [(#2735)](https://github.com/NativeScript/NativeScript/issues/2735) Navigation is slow on Android with tns-core-modules version 2.3.0 |
| 35 | + |
| 36 | +- [(#2733)](https://github.com/NativeScript/NativeScript/issues/2733) [2.3.0] Image gets covered with color of Page color property |
| 37 | + |
| 38 | +- [(#2714)](https://github.com/NativeScript/NativeScript/issues/2714) NativeScript IOS Apps Broadcast as iPad in UserAgent String EVEN on iPhone Using http.getJSON() |
| 39 | + |
| 40 | +- [(#2712)](https://github.com/NativeScript/NativeScript/issues/2712) Memory leak in GridLayout on Page Navigation |
| 41 | + |
| 42 | +- [(#2661)](https://github.com/NativeScript/NativeScript/issues/2661) Styling ActionBar in css file carries over to other view |
| 43 | + |
| 44 | +- [(#2596)](https://github.com/NativeScript/NativeScript/issues/2596) Cannot set View id to just a number |
| 45 | + |
| 46 | +- [(#2571)](https://github.com/NativeScript/NativeScript/issues/2571) [Android] memory leak for Images |
| 47 | + |
| 48 | +- [(#2460)](https://github.com/NativeScript/NativeScript/issues/2460) Taking several picture leads to OutOfMemory Exeption |
| 49 | + |
| 50 | +### New |
| 51 | + |
| 52 | +- [(#3044)](https://github.com/NativeScript/NativeScript/issues/3044) FlexboxLayout CSS properties |
| 53 | + |
| 54 | +- [(#2986)](https://github.com/NativeScript/NativeScript/issues/2986) Enhancement: Page Imports |
| 55 | + |
| 56 | +- [(#2820)](https://github.com/NativeScript/NativeScript/issues/2820) ListView item template selector |
| 57 | + |
| 58 | +- [(#2796)](https://github.com/NativeScript/NativeScript/issues/2796) ActionItems lacks proper support for VoiceOver on iOS |
| 59 | + |
| 60 | +- [(#2739)](https://github.com/NativeScript/NativeScript/issues/2739) Feature Request: SegmentedBar CSS Support |
| 61 | + |
| 62 | +- [(#2738)](https://github.com/NativeScript/NativeScript/issues/2738) Feature Request: Improved TabView CSS Support |
| 63 | + |
| 64 | +- [(#2656)](https://github.com/NativeScript/NativeScript/issues/2656) TextField Line Color |
| 65 | + |
| 66 | +- [(#2621)](https://github.com/NativeScript/NativeScript/issues/2621) Feature request: Add accessibility labels to views. |
| 67 | + |
| 68 | +- [(#2608)](https://github.com/NativeScript/NativeScript/issues/2608) Move the camera module to a plugin |
| 69 | + |
| 70 | +- [(#1763)](https://github.com/NativeScript/NativeScript/issues/1763) Default design/theme for the cross-platform UI. A-la Bootstrap? |
| 71 | + |
| 72 | +- [(#1650)](https://github.com/NativeScript/NativeScript/issues/1650) Flexbox Layout support |
| 73 | + |
| 74 | +- [(#699)](https://github.com/NativeScript/NativeScript/issues/699) Suggestion : Add image rotate left/right |
| 75 | + |
| 76 | +- [(#50)](https://github.com/NativeScript/NativeScript/issues/50) Support for pseudo/state selectors in CSS |
| 77 | + |
4 | 78 | ##2.3.0 (2016, September 16) |
5 | 79 |
|
6 | 80 | ### Fixed |
|
0 commit comments