You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added Dynamic Generator for binding proxies. This boosts the initial loading time, especially on Android 5.0+ devices.
12
+
* Added several optimization techniques, which further optimize the loading time and the overall performance.
13
+
* Improved the error reporting mechanism for Debug builds.
14
+
* Added support for package.json and index.js for bootstrapping an application.
15
+
16
+
### Breaking Changes
17
+
18
+
* Removed the simulated property-like support for Android types. E.g. the `android.content.Intent.getAction()` previously was accessible like `android.content.Intent.Action`. This is no longer valid as it contradicts with the Android APIs.
19
+
* The directory structure in the `assets` folder has changed. The `tns_modules` directory is now within the `assets/app` one. To migrate older CLI projects to the new structure simply move the content of the inner app folder one level up:
0 commit comments