Skip to content

Commit 2874479

Browse files
committed
Update CHANGELOG.md for the 1.5.0 release
1 parent 4cf21ba commit 2874479

File tree

1 file changed

+113
-1
lines changed

1 file changed

+113
-1
lines changed

CHANGELOG.md

Lines changed: 113 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,125 @@
11
Cross Platform Modules Changelog
22
==============================
3-
##1.5.0 (2015, November ??)
3+
##1.5.0 (2015, November 24)
44

55
### Breaking changes
66
- The XML namespace (xmlns) of the validator XSD schema changed from
77
`xmlns="http://www.nativescript.org/tns.xsd"` to
88
`xmlns="http://schemas.nativescript.org/tns.xsd"`.
99
For convenience, the file can now get downloaded via the [same URL](http://schemas.nativescript.org/tns.xsd).
1010

11+
Fixed
12+
=========
13+
14+
- [(#1089)](https://github.com/NativeScript/NativeScript/pull/1089) http toString will raise error if response cannot be converted to string
15+
16+
- [(#1082)](https://github.com/NativeScript/NativeScript/issues/1082) Null reference exception in view.android.setOnTouchListener method
17+
18+
- [(#1081)](https://github.com/NativeScript/NativeScript/pull/1081) file-system writeTextSync will now unlock the file when it is done writing
19+
20+
- [(#1038)](https://github.com/NativeScript/NativeScript/issues/1038) WebView with HTML string source does not render on old Android
21+
22+
- [(#1028)](https://github.com/NativeScript/NativeScript/issues/1028) [iOS] SelectedIndex property of the TabView widget does not work
23+
24+
- [(#1021)](https://github.com/NativeScript/NativeScript/issues/1021) page.loaded and page.navigatedTo events are fired twice on iOS
25+
26+
- [(#1019)](https://github.com/NativeScript/NativeScript/pull/1019) search-bar color not applied correctly
27+
28+
- [(#1012)](https://github.com/NativeScript/NativeScript/issues/1012) TextField/TextView CSS color not applied to cursor
29+
30+
- [(#1010)](https://github.com/NativeScript/NativeScript/issues/1010) Slider CSS color/background-color support
31+
32+
- [(#1007)](https://github.com/NativeScript/NativeScript/issues/1007) When application.start() is called twice on iOS, a meaningful error should be thrown
33+
34+
- [(#1004)](https://github.com/NativeScript/NativeScript/issues/1004) ActivityIndicator CSS color support
35+
36+
- [(#1000)](https://github.com/NativeScript/NativeScript/issues/1000) Border radius is not working on Android API 17
37+
38+
- [(#998)](https://github.com/NativeScript/NativeScript/pull/998) web-view images now will be loaded correctly with base url
39+
40+
- [(#993)](https://github.com/NativeScript/NativeScript/issues/993) CSS does not support new lowercase element names
41+
42+
- [(#990)](https://github.com/NativeScript/NativeScript/issues/990) Android 6 Webview onReceivedError
43+
44+
- [(#986)](https://github.com/NativeScript/NativeScript/issues/986) [iOS] The switch widget does not show up on the page
45+
46+
- [(#973)](https://github.com/NativeScript/NativeScript/pull/973) iOS owner pattern changed to use WeakRef in order to prevent memory leaks
47+
48+
- [(#966)](https://github.com/NativeScript/NativeScript/issues/966) Observable emits two `propertyChange` events when created with JSON
49+
50+
- [(#963)](https://github.com/NativeScript/NativeScript/issues/963) Always set base URL in WebView
51+
52+
- [(#955)](https://github.com/NativeScript/NativeScript/pull/955) Gestures event arguments for Android fixed
53+
54+
- [(#941)](https://github.com/NativeScript/NativeScript/issues/941) global.ios missing (consistency)
55+
56+
- [(#940)](https://github.com/NativeScript/NativeScript/issues/940) ListView: Inconsistency retrieving bindingContext in tap handler
57+
58+
- [(#936)](https://github.com/NativeScript/NativeScript/pull/936) Subsequent animation of transition and rotation or scale will appear jumpy in iOS
59+
60+
- [(#889)](https://github.com/NativeScript/NativeScript/issues/889) vertical-align css inconsistency
61+
62+
- [(#820)](https://github.com/NativeScript/NativeScript/issues/820) The x and y components of an Android translate or scale animation are not animated together when delay is specified
63+
64+
- [(#801)](https://github.com/NativeScript/NativeScript/issues/801) Chained animations lose state on iOS
65+
66+
- [(#789)](https://github.com/NativeScript/NativeScript/issues/789) Error in Page Navigating Events order
67+
68+
- [(#781)](https://github.com/NativeScript/NativeScript/issues/781) ios page.showModal platform inconsistancies & bugs
69+
70+
- [(#715)](https://github.com/NativeScript/NativeScript/issues/715) Frame crashes on app restore occasionally
71+
72+
- [(#642)](https://github.com/NativeScript/NativeScript/issues/642) Ability to style other native widgets
73+
74+
New
75+
=========
76+
77+
- [(#1001)](https://github.com/NativeScript/NativeScript/pull/1001) Embed utility fonts: Awesome, Icons, etc
78+
79+
- [(#1102)](https://github.com/NativeScript/NativeScript/issues/1102) Ability to specify an animation easing, i.e. curve in a platform-independent manner
80+
81+
- [(#1086)](https://github.com/NativeScript/NativeScript/pull/1086) This will now allow the dialog to call the resolve function when cancelled by clicking outside
82+
83+
- [(#1057)](https://github.com/NativeScript/NativeScript/issues/1057) Expose scroll event on ScrollView
84+
85+
- [(#1048)](https://github.com/NativeScript/NativeScript/issues/1048) Event for start/end of an event
86+
87+
- [(#1041)](https://github.com/NativeScript/NativeScript/issues/1041) Support binding for `class` property of views
88+
89+
- [(#1034)](https://github.com/NativeScript/NativeScript/issues/1034) Support CSS white-space: nowrap and normal
90+
91+
- [(#1020)](https://github.com/NativeScript/NativeScript/pull/1020) DatePicker and TimePicker stylers added
92+
93+
- [(#1014)](https://github.com/NativeScript/NativeScript/issues/1014) Button wrapText property
94+
95+
- [(#977)](https://github.com/NativeScript/NativeScript/issues/977) Smarter LiveSync
96+
97+
- [(#954)](https://github.com/NativeScript/NativeScript/pull/954) added simple showModal() overload
98+
99+
- [(#926)](https://github.com/NativeScript/NativeScript/issues/926) Context as to whether a navigation was back or not
100+
101+
- [(#922)](https://github.com/NativeScript/NativeScript/issues/922) Feature request: Add loading wheel to Dialogs module
102+
103+
- [(#875)](https://github.com/NativeScript/NativeScript/issues/875) CSS feature request: `text-decoration`
104+
105+
- [(#856)](https://github.com/NativeScript/NativeScript/issues/856) Android 6 support
106+
107+
- [(#849)](https://github.com/NativeScript/NativeScript/issues/849) Implement dismissSoftInput() for search-bar
108+
109+
- [(#841)](https://github.com/NativeScript/NativeScript/issues/841) Distribute TypeScript definitions
110+
111+
- [(#767)](https://github.com/NativeScript/NativeScript/issues/767) Change Android navigation and tabs title color
112+
113+
- [(#727)](https://github.com/NativeScript/NativeScript/issues/727) Provide a way to get a reference to the currently showing modal page instance
114+
115+
- [(#693)](https://github.com/NativeScript/NativeScript/issues/693) ListView - the position of the item after scroll down is not correct
116+
117+
- [(#597)](https://github.com/NativeScript/NativeScript/issues/597) Some Complex Properties are Inconsistent with rest of API - Discussion
118+
119+
- [(#551)](https://github.com/NativeScript/NativeScript/issues/551) Ship a verified image picker plugin
120+
121+
- [(#364)](https://github.com/NativeScript/NativeScript/issues/364) Ability to use built-in system icons on ActionBarItems
122+
11123
##1.4.0 (2015, October 12)
12124

13125
### Fixed

0 commit comments

Comments
 (0)