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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# @oracle/ojet-cli13.1.0
1
+
# @oracle/ojet-cli14.0.0
2
2
3
3
## About the module
4
4
This module contains a command line interface for Oracle JET web and hybrid mobile application development.
@@ -64,11 +64,11 @@ Or view help on adding a plugin:
64
64
ojet help add plugin
65
65
```
66
66
67
-
For more information on the Oracle JET CLI, refer to the [Oracle JET Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1310&id=homepage).
67
+
For more information on the Oracle JET CLI, refer to the [Oracle JET Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1400&id=homepage).
Oracle JET is an open source project. Pull Requests are currently not being accepted. See [CONTRIBUTING](https://github.com/oracle/ojet-cli/blob/master/CONTRIBUTING.md) for details.
Copy file name to clipboardExpand all lines: RELEASENOTES.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,22 @@
1
1
## Release Notes for ojet-cli ##
2
2
3
+
### 14.0.0
4
+
* node-sass updated to 7.0.1
5
+
* strict mode is now enabled by default in generated tsconfig.json files
6
+
* oraclejet-serve.js and oraclejet-build.js are no longer read or processed. Users should use other options in oraclejetconfig.json or the user hook system to set similar settings to what is found in oraclejet-serve.js and oraclejet-build.js. The same configuration objects formerly found in oraclejet-serve.js and oraclejet-build.js can be found in the 'opts' section of the context object passed into the before_build and before_serve hooks.
7
+
* Add a "before_injection" hook that runs after all copying but before output files are modified by injectors
8
+
* Hybrid build/serve capability based on Cordova is deprecated as of 10.1.0 and is planned for removal in version 15.0.0
9
+
* Add 'webpackLibraries' and 'typescriptLibraries' propety to oraclejetconfig.json to facilitate maintenance of third-party libraries needed by Webpack and Typescript, respectively
10
+
* Update default typescript version to 4.8.4. If you see a message warning about the wrong typescript version during build, please check your application's package.json to ensure that it is installing 4.8.4
11
+
* When creating a vcomponent component, the template type now defaults to 'function' instead of 'class' if the value of the --vcomponent flag is not specified.
12
+
* The CLI now installs itself within an application's node_modules for easy use of npx to issue ojet commands
13
+
* A fix was made where the 'strict' typescript setting may not have been passed in to the compiler. If a project sees new typescript compilation failures, 'strict' mode as set in tsconfig.json may be the issue
14
+
3
15
### 13.1.0
4
16
5
17
* In index.html, the injected <script> type will be changed to 'module' for CDN bundle config loading if 'cdn' and 'bundles-config-esm.js' is selected in path_mapping.json, to support the new self-locating JET CDN bundle configuration file
6
18
* Hybrid build/serve capability based on Cordova is deprecated as of 10.1.0 and is planned for removal in version 15.0.0
7
19
8
-
9
20
### 13.0.0
10
21
11
22
* Metadata to support API documentation is now emitted for vcomponents during build
0 commit comments