diff --git a/CHANGELOG.md b/CHANGELOG.md index 3052751d5..869eb330f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,60 @@ Cross Platform Modules Changelog ============================== -1.1.0 (2015, June) + +##1.1.0 (2015, June 10) ### New +- [(#280)](https://github.com/NativeScript/NativeScript/issues/280) Change NativeActivity Pbase class in order to be compatible with Android runtime + +- [(#244)](https://github.com/NativeScript/NativeScript/issues/244) Expose application level events as real events + +- [(#233)](https://github.com/NativeScript/NativeScript/issues/233) Application module event handlers are lacking in parameters + +- [(#221)](https://github.com/NativeScript/NativeScript/pull/221) view parent exposed in itemLoading event + +- [(#214)](https://github.com/NativeScript/NativeScript/pull/214) Repeater component added + +- [(#207)](https://github.com/NativeScript/NativeScript/pull/207) Optimizations + +- [(#199)](https://github.com/NativeScript/NativeScript/issues/199) TabView.selectedIndexChanged event + +- [(#184)](https://github.com/NativeScript/NativeScript/issues/184) Hint property for TextView + +- [(#176)](https://github.com/NativeScript/NativeScript/issues/176) Implement navigatingTo, navigatedTo, navigatingFrom and navigatedFrom events on Page ### Fixed +- [(#267)](https://github.com/NativeScript/NativeScript/issues/267) SegmentedBar CSS color not applied correctly when items are bound + +- [(#257)](https://github.com/NativeScript/NativeScript/pull/257) Fix some crashes for ListView's iOS UITableView + +- [(#242)](https://github.com/NativeScript/NativeScript/issues/242) Cannot attach gesture observer for more than one gesture (Android). + +- [(#234)](https://github.com/NativeScript/NativeScript/issues/234) DatePicker and TimePicker property bindings do not work in Android 5.x + +- [(#228)](https://github.com/NativeScript/NativeScript/issues/228) ListPicker for Android shows text after bound to an empty array. + +- [(#222)](https://github.com/NativeScript/NativeScript/issues/222) ListPicker showing number of items in list (Ticket938420) + +- [(#196)](https://github.com/NativeScript/NativeScript/issues/196) Layout is incorrect after device rotation in iOS when there is navbar + +- [(#193)](https://github.com/NativeScript/NativeScript/issues/193) Layout is broken when there is optionsMenu on the first page in iOS + +- [(#189)](https://github.com/NativeScript/NativeScript/issues/189) Changing `bindingContext` affects UI elements that has a binding to `bindingContext`. + +- [(#188)](https://github.com/NativeScript/NativeScript/issues/188) Remaining item when cleared page options menu in ios. + +- [(#187)](https://github.com/NativeScript/NativeScript/issues/187) Custom source for UI element binding fails. + +- [(#186)](https://github.com/NativeScript/NativeScript/issues/186) Using object get property syntax for binding expressions + +- [(#175)](https://github.com/NativeScript/NativeScript/issues/175) Implement weak-event pattern on ListView (when bound to observable) + ### Breaking changes -* View and GesturesObserver classes have some breaking changes related to gesture operations. More info within issue [#242](https://github.com/NativeScript/NativeScript/issues/242). +- [(#242)](https://github.com/NativeScript/NativeScript/issues/242) View and GesturesObserver classes have some breaking changes related to gesture operations -1.0.0 (2015, April 29) +##1.0.0 (2015, April 29) ### New * 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. @@ -29,8 +73,7 @@ Cross Platform Modules Changelog * 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". * `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.10.0 (2015, April 17) -== +##0.10.0 (2015, April 17) ### Fixed