From 5b90a1cbe63e0d080ab21c6e7054b9fd9032f258 Mon Sep 17 00:00:00 2001 From: Nedyalko Nikolov Date: Mon, 20 Apr 2015 10:40:50 +0300 Subject: [PATCH 1/2] Binding and camera changes added to change log. --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 620496249..fbaaa609f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,25 @@ Cross Platform Modules Changelog ### New +* In addition to binding converters introduced in version 0.42 is added a static (global) place for most common converters. This place is named `application.resources`. More information how to use it can be found in the special help topic regarding `Data binding`. + +* Using plain objects (numbers, strings also an entire object) as binding context via `$value`. More information can be found at the dedicated `Data binding` help topic. + ### Breaking Changes * Image: `url` property renamed to `src` * Image: `source` property renamed to `imageSource` * TabView: `TabEntry` renamed to `TabViewItem ` - +1.0 (2015, May) +== + +### Fixed + +* Taking a full size picture in Android with NativeScript camera module. + +### 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. + +### Breaking changes \ No newline at end of file From 399d32c6852bf03ee59bd095654f006a53423053 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Mon, 20 Apr 2015 10:44:23 +0300 Subject: [PATCH 2/2] Minor changes in the CHANGELOG --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbaaa609f..481cd761c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Cross Platform Modules Changelog ### New -* In addition to binding converters introduced in version 0.42 is added a static (global) place for most common converters. This place is named `application.resources`. More information how to use it can be found in the special help topic regarding `Data binding`. +* In addition to binding converters introduced in version 0.42 static (global) place for most common converters is added. This place is named `application.resources`. More information how to use it can be found in the special help topic regarding `Data binding`. * Using plain objects (numbers, strings also an entire object) as binding context via `$value`. More information can be found at the dedicated `Data binding` help topic. @@ -27,6 +27,6 @@ Cross Platform Modules Changelog ### 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. +* 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. -### Breaking changes \ No newline at end of file +### Breaking changes