Skip to content

Commit 55cbbb9

Browse files
committed
Update the changelog with the 1.5.1 changes
1 parent eda2f3f commit 55cbbb9

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
Cross Platform Modules Changelog
22
==============================
3+
##1.5.1 (2015, November 14)
4+
5+
### Fixed
6+
7+
- [(#1235)](https://github.com/NativeScript/NativeScript/issues/1235) ObservableArray does not raise its `change` event when its `length' property is set.
8+
9+
- [(#1228)](https://github.com/NativeScript/NativeScript/pull/1228) url with % fixed
10+
11+
- [(#1213)](https://github.com/NativeScript/NativeScript/issues/1213) Android build error when space exists in the folder
12+
13+
- [(#1186)](https://github.com/NativeScript/NativeScript/pull/1186) Fix currentEntry to return NavigationEntry instead of BackstackEntry
14+
15+
- [(#1179)](https://github.com/NativeScript/NativeScript/issues/1179) Listview doesn't seem to clear\reset
16+
17+
- [(#1168)](https://github.com/NativeScript/NativeScript/issues/1168) alert with null value is not displayed
18+
19+
- [(#1160)](https://github.com/NativeScript/NativeScript/issues/1160) iOS: The image supplied to Label.backgroundImage is rendered upside down.
20+
21+
- [(#1149)](https://github.com/NativeScript/NativeScript/pull/1149) Correct TabView icon rendering mode
22+
23+
- [(#1142)](https://github.com/NativeScript/NativeScript/issues/1142) ObservableArray does not provide removed items through EventData when an UPDATE action occurs
24+
25+
- [(#1139)](https://github.com/NativeScript/NativeScript/issues/1139) Missing attributes in the NativeScript XSD schema
26+
27+
- [(#1018)](https://github.com/NativeScript/NativeScript/issues/1018) BackgroundPosition & negative values
28+
29+
- [(#754)](https://github.com/NativeScript/NativeScript/issues/754) The backgroundColor of a Label is not animatable in iOS.
30+
31+
### New
32+
33+
- [(#1171)](https://github.com/NativeScript/NativeScript/issues/1171) Expose API to get the focus point of pinch gesture
34+
35+
- [(#1140)](https://github.com/NativeScript/NativeScript/issues/1140) Expose API for setting origin (a.k.a. pivot or anchor) point for view transformations
36+
37+
- [(#1136)](https://github.com/NativeScript/NativeScript/pull/1136) Add Template factory function and use it in the ui/builder, Repeater and ListView components
38+
39+
- [(#1109)](https://github.com/NativeScript/NativeScript/issues/1109) min/max and intervals values on date / time pickers
40+
41+
- [(#691)](https://github.com/NativeScript/NativeScript/issues/691) Visibility attribute on ActionItem element
42+
43+
- [(#685)](https://github.com/NativeScript/NativeScript/issues/685) Support CSS text-transform
44+
45+
- [(#501)](https://github.com/NativeScript/NativeScript/issues/501) Better XML declaration error reporting for non-existing element
46+
347
##1.5.0 (2015, November 24)
448

549
### Breaking changes

0 commit comments

Comments
 (0)