|
1 |
| -## Release Notes for ojet-cli ## |
2 |
| - |
3 |
| -### 5.2.0 |
4 |
| -* Cordova 8 may cause very slow performance during build and serve. You may wish to consider downgrading to Cordova 7 if this is an issue. |
5 |
| - |
6 |
| -### 5.1.0 |
7 |
| -When using Cordova-Android 7.0.0+, users may encounter an error like: |
8 |
| - |
9 |
| -ENOENT: no such file or directory, open ‘App\hybrid\platforms\android\res\xml\config.xml’ |
10 |
| - |
11 |
| -This is because Cordova changed the Android project file structure, and some third-party plugins/tools are not updated yet. |
12 |
| -The error is harmless. Users can also choose to downgrade to Cordova-Android 6.4.0 to completely avoid the issue. |
13 |
| - |
14 |
| -More information is in the Cordova-Android 7.0.0 release note: |
15 |
| - |
16 |
| -https://cordova.apache.org/announcements/2017/12/04/cordova-android-7.0.0.html |
17 |
| - |
18 |
| -### 5.0.0 |
19 |
| -* The main-release-paths.json file has been replaced by the path-mapping.json file in templates used to scaffold applications |
20 |
| -* As a continued effort toward abstraction of direct library calls in the JET CLI, the direct use of yeoman and grunt will be removed in the JET v7.0.0 release. A new hooks API will be provided to allow for customization of tasks. |
21 |
| - |
22 |
| -### 4.2.0 |
23 |
| -* No changes |
24 |
| - |
25 |
| -### 4.1.0 |
26 |
| -* If JET images are altered, they will be repackaged into the JET sprite files |
27 |
| - |
28 |
| -### 4.0.0 |
29 |
| -* Moved module into @oracle scope, changing the name to @oracle/ojet-cli |
30 |
| -* Added 'ojet create component' to scaffold a composite component based on a template |
31 |
| -* Due to a [known issue](https://github.com/phonegap/ios-deploy/issues/292) in the ios-deploy module, serving an app to an iOS device may fail to launch the app with error code 253. Try upgrading to ios-deploy@1.9.2, restarting your device and reconnecting the USB cable. Otherwise, launch the app manually. |
32 |
| -* Due to a [known issue](https://github.com/phonegap/ios-deploy/issues/275) in the ios-deploy module, serving an app to an iOS device may fail to launch the app with error code 1. Try signing the app with developer credentials rather than distribution credentials. Otherwise, launch the app manually. |
33 |
| -* Updated the help descriptions |
34 |
| - |
35 |
| -### 3.2.0 |
36 |
| -* Changed 'ojet add theme' to 'ojet create theme' for consistency |
37 |
| -* Added 'ojet clean' to clean build output from an app |
38 |
| -* Added 'ojet strip' to strip all non source-code from an app |
39 |
| -* Updated the help descriptions |
40 |
| - |
41 |
| -### 3.1.0 |
42 |
| -* Changed the syntax to specify the command first, such as 'ojet list plugins' rather than 'ojet plugins list' |
43 |
| -* Updated the help descriptions |
44 |
| - |
45 |
| -### 3.0.0 |
46 |
| -* Initial release |
| 1 | +## Release Notes for ojet-cli ## |
| 2 | + |
| 3 | +### 6.0.0 |
| 4 | + |
| 5 | +* Deprecation of "ojet add sass" command. JET is moving to the use of CSS variables for theming, and as a result, will remove the use of SASS in a future release. |
| 6 | +* On Cordova v7 or v8: A change to the Android Cordova platform location of its config.xml file may result in an "platform.json not found" or "config.xml not found" error messages when you install the latest Cordova version. This will not prevent you from running ojet serve android, but messages returned by ojet serve may appear different from a previous version of Cordova. |
| 7 | +* The current ojet-cli supports 'ojet add windows' but not with a version. It will install the windows version that comes with the installed Cordova. |
| 8 | + |
| 9 | +If you need a specific version, do the following: |
| 10 | + |
| 11 | +1. cd hybrid |
| 12 | +2. cordova platform add windows@latest |
| 13 | + |
| 14 | +### 5.2.0 |
| 15 | +* Cordova 8 may cause very slow performance during build and serve. You may wish to consider downgrading to Cordova 7 if this is an issue. |
| 16 | + |
| 17 | +### 5.1.0 |
| 18 | +When using Cordova-Android 7.0.0+, users may encounter an error like: |
| 19 | + |
| 20 | +ENOENT: no such file or directory, open ‘App\hybrid\platforms\android\res\xml\config.xml’ |
| 21 | + |
| 22 | +This is because Cordova changed the Android project file structure, and some third-party plugins/tools are not updated yet. |
| 23 | +The error is harmless. Users can also choose to downgrade to Cordova-Android 6.4.0 to completely avoid the issue. |
| 24 | + |
| 25 | +More information is in the Cordova-Android 7.0.0 release note: |
| 26 | + |
| 27 | +https://cordova.apache.org/announcements/2017/12/04/cordova-android-7.0.0.html |
| 28 | + |
| 29 | +### 5.0.0 |
| 30 | +* The main-release-paths.json file has been replaced by the path-mapping.json file in templates used to scaffold applications |
| 31 | +* As a continued effort toward abstraction of direct library calls in the JET CLI, the direct use of yeoman and grunt will be removed in the JET v7.0.0 release. A new hooks API will be provided to allow for customization of tasks. |
| 32 | + |
| 33 | +### 4.2.0 |
| 34 | +* No changes |
| 35 | + |
| 36 | +### 4.1.0 |
| 37 | +* If JET images are altered, they will be repackaged into the JET sprite files |
| 38 | + |
| 39 | +### 4.0.0 |
| 40 | +* Moved module into @oracle scope, changing the name to @oracle/ojet-cli |
| 41 | +* Added 'ojet create component' to scaffold a composite component based on a template |
| 42 | +* Due to a [known issue](https://github.com/phonegap/ios-deploy/issues/292) in the ios-deploy module, serving an app to an iOS device may fail to launch the app with error code 253. Try upgrading to ios-deploy@1.9.2, restarting your device and reconnecting the USB cable. Otherwise, launch the app manually. |
| 43 | +* Due to a [known issue](https://github.com/phonegap/ios-deploy/issues/275) in the ios-deploy module, serving an app to an iOS device may fail to launch the app with error code 1. Try signing the app with developer credentials rather than distribution credentials. Otherwise, launch the app manually. |
| 44 | +* Updated the help descriptions |
| 45 | + |
| 46 | +### 3.2.0 |
| 47 | +* Changed 'ojet add theme' to 'ojet create theme' for consistency |
| 48 | +* Added 'ojet clean' to clean build output from an app |
| 49 | +* Added 'ojet strip' to strip all non source-code from an app |
| 50 | +* Updated the help descriptions |
| 51 | + |
| 52 | +### 3.1.0 |
| 53 | +* Changed the syntax to specify the command first, such as 'ojet list plugins' rather than 'ojet plugins list' |
| 54 | +* Updated the help descriptions |
| 55 | + |
| 56 | +### 3.0.0 |
| 57 | +* Initial release |
0 commit comments