Skip to content

Commit 7d52f60

Browse files
author
oraclejet
committed
Release 2.3.0
1 parent 5923df9 commit 7d52f60

File tree

703 files changed

+61247
-52532
lines changed

Some content is hidden

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

703 files changed

+61247
-52532
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to Oracle JET
22

3-
*Copyright (c) 2014,2016 Oracle and/or its affiliates
3+
*Copyright (c) 2014, 2017 Oracle and/or its affiliates
44
The Universal Permissive License (UPL), Version 1.0*
55

66
**Pull requests are currently not being accepted for the Oracle JET project.**

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717

1818

1919
```
20-
Copyright (c) 2014, 2016 Oracle and/or its affiliates
20+
Copyright (c) 2014, 2017 Oracle and/or its affiliates
2121
The Universal Permissive License (UPL), Version 1.0
2222
2323
Subject to the condition set forth below, permission is hereby granted to any person obtaining

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle JET version 2.2.0
1+
# Oracle JET version 2.3.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,16 +35,16 @@ npm install -g generator-oraclejet
3535
3636
yo oraclejet <app name>
3737
```
38-
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet220/jet/) for complete installation details, including prerequisites.
38+
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet230/jet/) for complete installation details, including prerequisites.
3939

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.
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.
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
4545
[CONTRIBUTING](https://github.com/oracle/oraclejet/tree/master/CONTRIBUTING.md)
4646
for details.
4747

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

bower.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oraclejet",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Oracle JET distribution",
55
"authors": [
66
"Oracle"
@@ -28,6 +28,7 @@
2828
"requirejs": "2.1.16",
2929
"text": "2.0.12",
3030
"proj4": "2.3.14",
31-
"require-css": "0.1.8"
31+
"require-css": "0.1.8",
32+
"webcomponentsjs": "0.7.22"
3233
}
3334
}

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)