Skip to content

Commit 5923df9

Browse files
author
oraclejet
committed
Release 2.2.0
1 parent fe8f0dc commit 5923df9

File tree

374 files changed

+28117
-15118
lines changed

Some content is hidden

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

374 files changed

+28117
-15118
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.1.0
1+
# Oracle JET version 2.2.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.
@@ -35,10 +35,10 @@ npm install -g generator-oraclejet
3535
3636
yo oraclejet <app name>
3737
```
38-
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet210/jet/) for complete installation details, including prerequisites.
38+
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet220/jet/) for complete installation details, including prerequisites.
3939

40-
## [Documentation](http://docs.oracle.com/middleware/jet210/jet/)
41-
Oracle JET comes with a full [Developers Guide](http://docs.oracle.com/middleware/jet210/jet/) to help with Getting Started and many common issues.
40+
## [Documentation](http://docs.oracle.com/middleware/jet220/jet/)
41+
Oracle JET comes with a full [Developers Guide](http://docs.oracle.com/middleware/jet220/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
@@ -47,4 +47,4 @@ for details.
4747

4848
## [License](https://github.com/oracle/oraclejet/tree/master/LICENSE.md)
4949
Copyright (c) 2014, 2016 Oracle and/or its affiliates
50-
The Universal Permissive License (UPL), Version 1.0
50+
The Universal Permissive License (UPL), Version 1.0

THIRDPARTYLICENSE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ 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.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
32-
js/libs/oj/v2.1.0/min/ojtree.js (jsTree.js) MIT
33-
js/libs/oj/v2.1.0/ojL10n.js (requireJS i18n) 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
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.1.0/3rdparty/normalize/normalize.scss MIT
37+
scss/oj/v2.2.0/3rdparty/normalize/normalize.scss MIT
3838

3939
/**
4040
* webcomponents.js - v0.7.22

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oraclejet",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Oracle JET distribution",
55
"authors": [
66
"Oracle"

dist/css/alta-android/oj-alta-min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)