Skip to content

Commit e1fd4b7

Browse files
committed
Release 7.1.0
1 parent dfeea1b commit e1fd4b7

File tree

239 files changed

+11998
-5145
lines changed

Some content is hidden

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

239 files changed

+11998
-5145
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle JET version 7.0.1
1+
# Oracle JET version 7.1.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.
@@ -34,13 +34,13 @@ npm install -g @oracle/ojet-cli
3434
3535
ojet create <app name>
3636
```
37-
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet700&id=homepage) for complete installation details, including prerequisites.
37+
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet710&id=homepage) for complete installation details, including prerequisites.
3838

3939
## Related GitHub Projects
4040
All related projects on GitHub are associated under the [oracle-jet topic](https://github.com/search?q=topic%3Aoracle-jet+org%3Aoracle&type=Repositories).
4141

42-
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet700&id=homepage)
43-
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet700&id=homepage) to help with Getting Started and many common issues.
42+
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet710&id=homepage)
43+
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet710&id=homepage) to help with Getting Started and many common issues.
4444

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

THIRDPARTYLICENSE.txt

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,34 @@ js/libs/jquery/jqueryui-amd-1.12.1/sortable.js MIT
2626
js/libs/jquery/jqueryui-amd-1.12.1/widget.js MIT
2727
js/libs/knockout/knockout-3.5.0.js MIT
2828
js/libs/knockout/knockout-mapping-latest.js MIT
29-
js/libs/oj/v7.0.1/min/ojknockout.js (knockout-fast-foreach.js) MIT
30-
js/libs/oj/v7.0.1/min/ojselectcombobox.js (Select2.js) Apache 2.0
31-
js/libs/oj/v7.0.1/min/ojtree.js (jsTree.js) MIT
32-
js/libs/oj/v7.0.1/ojL10n.js (requireJS i18n) MIT
29+
js/libs/oj/v7.1.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
30+
js/libs/oj/v7.1.0/min/ojexpparser.js (expparser.js) MIT
31+
js/libs/oj/v7.1.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
32+
js/libs/oj/v7.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
33+
js/libs/oj/v7.1.0/min/ojtree.js (jsTree.js) MIT
34+
js/libs/oj/v7.1.0/ojL10n.js (requireJS i18n) MIT
3335
js/libs/proj4js/dist/proj4.js Proj4js
3436
js/libs/require/require.js MIT
3537
js/libs/require/text.js MIT
3638
js/libs/require-css/css.min.js (require-css) MIT
3739
js/libs/webcomponents/custom-elements.min.js custom-elements
38-
scss/oj/v7.0.1/3rdparty/normalize/normalize.scss MIT
40+
scss/oj/v7.1.0/3rdparty/normalize/normalize.scss MIT
3941
js/libs/touchr/touchr.js MIT
40-
js/libs/oj/v7.0.1/min/ojvcomponent.js (petit-dom.js) MIT
42+
js/libs/oj/v7.1.0/min/ojvcomponent.js (petit-dom.js) MIT
43+
44+
/*
45+
* expression-eval - v2.0.0
46+
* https://github.com/donmccurdy/expression-eval
47+
* Copyright (c) 2017 Don McCurdy
48+
* Licensed under the MIT license
49+
*/
50+
51+
/*
52+
* jsep - v0.3.4
53+
* https://github.com/soney/jsep
54+
* Copyright (c) 2013 Stephen Oney, http://jsep.from.so/
55+
* Licensed under the MIT license
56+
*/
4157

4258
/*!
4359
Knockout Fast Foreach v0.6.0 (2016-07-28T11:02:54.197Z)

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)