Skip to content

Commit f68b79d

Browse files
committedMar 20, 2017
Release version 3.0.0
1 parent 7d52f60 commit f68b79d

File tree

520 files changed

+133695
-87117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

520 files changed

+133695
-87117
lines changed
 

‎README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle JET version 2.3.0
1+
# Oracle JET version 3.0.0
22

33
## About Oracle JET
44
Oracle JET is targeted at intermediate to advanced JavaScript developers working on client-side applications. It's a collection of open source JavaScript libraries along with a set of Oracle contributed JavaScript libraries that make it as simple and efficient as possible to build applications that consume and interact with Oracle products and services, especially Oracle Cloud services.
@@ -30,15 +30,15 @@ Here is a list of places to see Oracle JET in action:
3030
Oracle JET provides a Yeoman generator to help scaffold up your applications. To install and build a blank app, type:
3131

3232
```
33-
npm install -g yo grunt bower grunt-cli
33+
npm install -g yo grunt-cli
3434
npm install -g generator-oraclejet
3535
3636
yo oraclejet <app name>
3737
```
38-
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet230/jet/) for complete installation details, including prerequisites.
38+
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet300/jet/) for complete installation details, including prerequisites.
3939

40-
## [Documentation](http://docs.oracle.com/middleware/jet230/jet/)
41-
Oracle JET comes with a full [Developers Guide](http://docs.oracle.com/middleware/jet230/jet/) to help with Getting Started and many common issues.
40+
## [Documentation](http://docs.oracle.com/middleware/jet300/jet/)
41+
Oracle JET comes with a full [Developers Guide](http://docs.oracle.com/middleware/jet300/jet/) to help with Getting Started and many common issues.
4242

4343
## [Contributing](https://github.com/oracle/oraclejet/tree/master/CONTRIBUTING.md)
4444
Oracle JET is an open source project. Pull Requests are currently not being accepted. See

‎THIRDPARTYLICENSE.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ js/libs/knockout/knockout-amd-helpers MIT
1717
js/libs/require/require.js MIT
1818
js/libs/require/text.js MIT
1919
js/libs/js-signals/signals.js MIT
20-
js/libs/jquery/jquery-3.1.0.js MIT
20+
js/libs/jquery/jquery-3.1.1.js MIT
2121
js/libs/jquery/jquery-ui-1.12.0.custom.js MIT
2222
js/libs/jquery/jqueryui-amd-1.12.0/core.js MIT
2323
js/libs/jquery/jqueryui-amd-1.12.0/draggable.js MIT
@@ -28,16 +28,16 @@ js/libs/jquery/jqueryui-amd-1.12.0/widget.js MIT
2828
js/libs/history/history.iegte8.js MIT
2929
js/libs/es6-promise/es6-promise.js MIT
3030
js/libs/crossroads/crossroads.js MIT
31-
js/libs/oj/v2.2.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
32-
js/libs/oj/v2.2.0/min/ojtree.js (jsTree.js) MIT
33-
js/libs/oj/v2.2.0/ojL10n.js (requireJS i18n) MIT
31+
js/libs/oj/v3.0.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
32+
js/libs/oj/v3.0.0/min/ojtree.js (jsTree.js) MIT
33+
js/libs/oj/v3.0.0/ojL10n.js (requireJS i18n) MIT
3434
js/libs/hammer/hammer-2.0.8.js MIT
3535
js/libs/require-css/css.js (require-css) MIT
3636
js/libs/proj4js/dist/proj4.js Proj4js
37-
scss/oj/v2.2.0/3rdparty/normalize/normalize.scss MIT
37+
scss/oj/v3.0.0/3rdparty/normalize/normalize.scss MIT
3838

3939
/**
40-
* webcomponents.js - v0.7.22
40+
* webcomponents.js - v0.7.23
4141
*
4242
* Copyright (c) 2015 The Polymer Authors. All rights reserved.
4343
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)