July 28, 2015
This section contains the major new features and improvements that AppBuilder 2.11 introduces.
| Feature | In-Browser Client | Windows Client | Extension for Visual Studio | Command-Line Interface | |
|---|---|---|---|---|---|
| Hybrid Development | Create the icons and splash screens for your app from a single source | ![]() |
![]() |
![]() |
![]() |
| Set the deployment target for iOS applications | ![]() |
![]() |
![]() |
![]() |
|
| Enable or disable anonymous error reporting | ![]() |
![]() |
![]() |
![]() |
|
| Migrating to Apache Cordova 4.0.0 automatically enables the Whitelist core plugin for Android | ![]() |
![]() |
![]() |
![]() |
|
| AppBuilder recognizes, respects and runs plugin hooks for the verified plugins, maintained by Telerik | ![]() |
![]() |
![]() |
![]() |
|
| Updated the Telerik Analytics configuration wizard to work with the latest plugin version | ![]() |
![]() |
![]() |
Not Applicable | |
Updated the default .abignore file in all sample apps |
![]() |
![]() |
![]() |
![]() |
|
Updated the default config.xml files for iOS, Android and Windows Phone |
![]() |
![]() |
![]() |
![]() |
|
| Improved cloning of projects from remote repositories | ![]() |
![]() |
Not Applicable | Not Applicable | |
| Native Development | Develop apps with NativeScript 1.1.2 | ![]() |
![]() |
![]() |
![]() |
| Use custom modules in your NativeScript apps | ![]() |
![]() |
![]() |
![]() |
|
| Create the icons and splash screens for your app from a single source | ![]() |
![]() |
![]() |
![]() |
|
| Set the deployment target for iOS applications | ![]() |
![]() |
![]() |
![]() |
|
| Hardware acceleration is enabled by default for Android apps | ![]() |
![]() |
![]() |
![]() |
|
Updated the default .abignore file in all sample apps |
![]() |
![]() |
![]() |
![]() |
|
| Improved cloning of projects from remote repositories | ![]() |
![]() |
Not Applicable | Not Applicable | |
| Mobile Website Development | Improved cloning of projects from remote repositories | ![]() |
![]() |
Not Applicable | Not Applicable |
This release of AppBuilder introduces the following features and improvements in the AppBuilder in-browser client.
Ctrl+Space to toggle autocompletion.Ctrl+Space to toggle autocompletion.Ctrl+Space to toggle autocompletion.Ctrl+Space to toggle autocompletion.This release of AppBuilder introduces the following features and improvements in the AppBuilder extension for Visual Studio.
.abignore to determine which files to include or exclude when you build your project.Ctrl+Space to toggle autocompletion.This release of AppBuilder introduces the following features and improvements in the AppBuilder command-line interface and AppBuilder package for Sublime Text.
--var option. For more information, run appbuilder help plugin add or appbuilder help plugin configure
--public option for appbuilder appmanager upload operations. Users will be able to install the app from a URL without using the Telerik AppManager companion app.*.json file with the settings that you want to apply.appbuilder doctor to check your system for configuration issues which might prevent the AppBuilder command-line interface from working properly.create command with the --no-simulator flag.appbuilder cloud and appbuilder cloud export commands.
appbuilder cloud now lists projects in the context of their solutions.appbuilder cloud export can now export a selected project from a solution. For example: the AppBuilder project from a solution which contains an additional Mobile Testing project.appbuilder cloud export can now export all projects from a solution. For example: the AppBuilder and Mobile Testing projects inside a solution.appbuilder feature-usage-tracking command to appbuilder usage-reporting.This release of AppBuilder introduces the following features and improvements in the NativeScript companion apps.
This section contains the major bug fixes that AppBuilder 2.11 introduces.
| Functional Area | Notable Resolved Issues |
|---|---|
| Frameworks |
|
| Mobile Devices and Platforms |
|
| In-Browser Client |
|
| Windows Client |
|
| Extension for Visual Studio |
|
| Command-Line Interface |
|
| Companion Apps |
|
This section contains the major breaking changes that AppBuilder 2.11 introduces.
Renamed the appbuilder feature-usage-tracking command to appbuilder usage-reporting in the AppBuilder command-line interface. You need to update existing scripts which call appbuilder feature-usage-tracking to call appbuilder usage-reporting instead.
If your project targets Apache Cordova 4.0.0 or later, the Telerik Analytics, Telerik Mobile Testing and Telerik AppFeedback plugins are available as verified plugins from the Telerik Verified Plugins Marketplace and not as integrated plugins from the Project Properties dialog.
Renamed the appbuilder feature-usage-tracking command to appbuilder usage-reporting in the AppBuilder command-line interface. You need to update existing scripts which call appbuilder feature-usage-tracking to call appbuilder usage-reporting instead.
When you update your project to target NativeScript 1.1.2, you might experience multiple issues due to breaking changes in the APIs. For more information about the major changes in NativeScript 1.1.2, see Changelog for the cross-platform modules, Changelog for the iOS runtime and Changelog for the Android runtime.
For more information about how to migrate your project to NativeScript 1.1.2, see Configure the Target NativeScript Version.
Migrating between NativeScript versions completely replaces the tns_modules folder. Any custom modules or files will be lost. To be able to use any custom modules, make sure that they are available as npm packages and list them in the dependencies section in the package.json file in the root of the project. The AppBuilder will resolve them on build. For more information about the dependencies syntax, see Specifics of npm's package.json handling.