|
1 |
| -## Titanium Alloy Release Notes |
2 |
| - |
3 |
| -### Release 1.6.0 (TBD) |
4 |
| - |
5 |
| -* [ALOY-1073](https://jira.appcelerator.org/browse/ALOY-1073). Create a Backbone 1.x compatible sync adapter |
6 |
| -* [ALOY-1074](https://jira.appcelerator.org/browse/ALOY-1074). Enable developers to specify Backbone version in config.json |
7 |
| -* [ALOY-1075](https://jira.appcelerator.org/browse/ALOY-1075). Confirm existing adapters support Backbone 1.x |
8 |
| -* [ALOY-1098](https://jira.appcelerator.org/browse/ALOY-1098). Support actionView property of MenuItem in XML markup |
9 |
| -* [ALOY-1104](https://jira.appcelerator.org/browse/ALOY-1104). Fail build with clear message if controllers/index.js is missing |
10 |
| -* [ALOY-1121](https://jira.appcelerator.org/browse/ALOY-1121). Update extract-i18n command to extract strings from XML files in addition to TSS |
11 |
| -* [ALOY-1129](https://jira.appcelerator.org/browse/ALOY-1129). Delete method shouldn't reset model's id |
12 |
| -* [ALOY-1140](https://jira.appcelerator.org/browse/ALOY-1140). Windows: The path format for app.js is different from controller files in sourcemap |
13 |
| -* [ALOY-1148](https://jira.appcelerator.org/browse/ALOY-1148). Update model template code to include Backbone 1.1.2 support code |
14 |
| -* [ALOY-1153](https://jira.appcelerator.org/browse/ALOY-1153). MobileWeb: transform using 'Ti.UI.create2DMatrix()' and Dynamic Styling does not work |
15 |
| -* [ALOY-1158](https://jira.appcelerator.org/browse/ALOY-1158). Alloy Model/Collection tests need to be updated for supporting also Backbone 1.1.2 |
16 |
| -* [ALOY-1159](https://jira.appcelerator.org/browse/ALOY-1159). Update underscore library to latest version |
17 |
| -* [ALOY-1161](https://jira.appcelerator.org/browse/ALOY-1161). MobileWeb: using 'backbone 1.1.2' dependency, app crashes on MobileWeb |
18 |
| -* [ALOY-1162](https://jira.appcelerator.org/browse/ALOY-1162). Backbone 1.1.2: model/property sample returning unexpected data for model attributes |
19 |
| -* [ALOY-1165](https://jira.appcelerator.org/browse/ALOY-1165). Compile error when merging backgroundGradient |
20 |
| -* [ALOY-1167](https://jira.appcelerator.org/browse/ALOY-1167). Update travis.yml to exit w/non-zero values on errors |
21 |
| -* [ALOY-1175](https://jira.appcelerator.org/browse/ALOY-1175). Cannot call methods or access properties on MenuItems declared in markup |
| 1 | +## Alloy Release Notes |
22 | 2 |
|
| 3 | +### Beta Release 1.6.0 - 02 April 2015 |
| 4 | + |
| 5 | +[Full list of Issues that were addressed in Release 1.6.0](https://jira.appcelerator.org/issues/?filter=16721) |
| 6 | + |
| 7 | +#### New Features |
| 8 | + |
| 9 | +##### Backbone 1.1.2 Support |
| 10 | + |
| 11 | +Alloy 1.6.0 introduces support for Backbone 1.1.2. Due to breaking changes from |
| 12 | +Backbone 0.9.2 to 1.1.2, Alloy still uses Backbone 0.9.2 as its default |
| 13 | +Model and Collection implementation. You will need to update the configuration file to use the |
| 14 | +newer Backbone library, then update your application to fix the breaking behavior changes and take |
| 15 | +advantage of the new Backbone features. |
| 16 | + |
| 17 | +In the future, Backbone 1.1.2 will become the default and 0.9.2 support will be deprecated and |
| 18 | +eventually removed. |
| 19 | + |
| 20 | +For details, see the |
| 21 | +[Alloy Backbone Migration guide](http://docs.appcelerator.com/platform/latest/#!/guide/Alloy_Backbone_Migration). |
| 22 | + |
| 23 | + |
| 24 | +##### CLI extract-i18n command |
| 25 | + |
| 26 | +The Alloy CLI extract-i18n command now extracts localized strings from the XML files, in addition to |
| 27 | +the JavaScript and TSS files, to populate the `strings.xml` file. |
| 28 | + |
| 29 | + |
| 30 | +##### Underscore 1.6.0 Upgrade |
| 31 | + |
| 32 | +The underscore.js library was upgraded from version 1.4.4 to version 1.6.0. |
| 33 | + |
| 34 | + |
| 35 | +##### XML Markup Enhancements |
| 36 | + |
| 37 | + * Support <ActionView/> as a child tag of the <MenuItem> object to set the `actionView` property |
| 38 | + of `Titanium.Android.MenuItem`. Only supports the Android platform. |
| 39 | + |
| 40 | + |
| 41 | +--- |
23 | 42 | ### Release 1.5.1 (10/2/2014)
|
24 | 43 |
|
25 | 44 | Below are the fixes included in this release.
|
26 | 45 |
|
27 | 46 | * [ALOY-1149](https://jira.appcelerator.org/browse/ALOY-1149). iOS: Gradient array properties are converted into objects
|
28 | 47 |
|
| 48 | +--- |
29 | 49 | ### Release 1.5.0 (09/29/2014)
|
30 | 50 |
|
31 | 51 | [Full list of Issues that were addressed in Release 1.5.0](https://jira.appcelerator.org/issues/?filter=16426)
|
|
0 commit comments