mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Binding and camera changes added to change log.
This commit is contained in:

committed by
Rossen Hristov

parent
075e2ae673
commit
3a5433e6d8
17
CHANGELOG.md
17
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
|
Reference in New Issue
Block a user