mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
1.2 KiB
1.2 KiB
Cross Platform Modules Changelog
0.10.0 (2015, April 17)
Fixed
New
-
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 regardingData binding. -
Using plain objects (numbers, strings also an entire object) as binding context via
$value. More information can be found at the dedicatedData bindinghelp topic.
Breaking Changes
- Image:
urlproperty renamed tosrc - Image:
sourceproperty renamed toimageSource - TabView:
TabEntryrenamed toTabViewItem
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
image-cachenow stores native image instances, i.e.android.graphics.BitmaporUIImage.Image.srcproperty is now of typeanyand can accept either a string containing an image url or a native image instance.