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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+48-5Lines changed: 48 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,60 @@
1
1
Cross Platform Modules Changelog
2
2
==============================
3
-
1.1.0 (2015, June)
3
+
4
+
##1.1.0 (2015, June 10)
4
5
5
6
### New
7
+
-[(#280)](https://github.com/NativeScript/NativeScript/issues/280) Change NativeActivity Pbase class in order to be compatible with Android runtime
8
+
9
+
-[(#244)](https://github.com/NativeScript/NativeScript/issues/244) Expose application level events as real events. [See an example...](https://github.com/NativeScript/NativeScript/blob/master/apps/tests/app/app.ts)
10
+
11
+
-[(#233)](https://github.com/NativeScript/NativeScript/issues/233) Application module event handlers are lacking in parameters. [See an example...](https://github.com/NativeScript/NativeScript/blob/master/apps/tests/app/app.ts)
12
+
13
+
-[(#221)](https://github.com/NativeScript/NativeScript/pull/221) view parent exposed in itemLoading event
-[(#184)](https://github.com/NativeScript/NativeScript/issues/184) Hint property for TextView
22
+
23
+
-[(#176)](https://github.com/NativeScript/NativeScript/issues/176) Implement navigatingTo, navigatedTo, navigatingFrom and navigatedFrom events on Page
6
24
7
25
### Fixed
26
+
-[(#267)](https://github.com/NativeScript/NativeScript/issues/267) SegmentedBar CSS color not applied correctly when items are bound
27
+
28
+
-[(#257)](https://github.com/NativeScript/NativeScript/pull/257) Fix some crashes for ListView's iOS UITableView
29
+
30
+
-[(#242)](https://github.com/NativeScript/NativeScript/issues/242) Cannot attach gesture observer for more than one gesture (Android).
31
+
32
+
-[(#234)](https://github.com/NativeScript/NativeScript/issues/234) DatePicker and TimePicker property bindings do not work in Android 5.x
33
+
34
+
-[(#228)](https://github.com/NativeScript/NativeScript/issues/228) ListPicker for Android shows text after bound to an empty array.
35
+
36
+
-[(#222)](https://github.com/NativeScript/NativeScript/issues/222) ListPicker showing number of items in list (Ticket938420)
37
+
38
+
-[(#196)](https://github.com/NativeScript/NativeScript/issues/196) Layout is incorrect after device rotation in iOS when there is navbar
39
+
40
+
-[(#193)](https://github.com/NativeScript/NativeScript/issues/193) Layout is broken when there is optionsMenu on the first page in iOS
41
+
42
+
-[(#189)](https://github.com/NativeScript/NativeScript/issues/189) Changing `bindingContext` affects UI elements that has a binding to `bindingContext`.
43
+
44
+
-[(#188)](https://github.com/NativeScript/NativeScript/issues/188) Remaining item when cleared page options menu in ios.
45
+
46
+
-[(#187)](https://github.com/NativeScript/NativeScript/issues/187) Custom source for UI element binding fails.
47
+
48
+
-[(#186)](https://github.com/NativeScript/NativeScript/issues/186) Using object get property syntax for binding expressions
49
+
50
+
-[(#175)](https://github.com/NativeScript/NativeScript/issues/175) Implement weak-event pattern on ListView (when bound to observable)
51
+
8
52
9
53
### Breaking changes
10
-
*View and GesturesObserver classes have some breaking changes related to gesture operations. More info within issue [#242](https://github.com/NativeScript/NativeScript/issues/242).
54
+
-[(#242)](https://github.com/NativeScript/NativeScript/issues/242)View and GesturesObserver classes have some breaking changes related to gesture operations
11
55
12
56
13
-
1.0.0 (2015, April 29)
57
+
##1.0.0 (2015, April 29)
14
58
15
59
### New
16
60
* 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".
30
74
*`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. At 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