Skip to content

Commit 9759426

Browse files
author
Build Notifier
committed
Release 5.0.0
1 parent c6eca53 commit 9759426

File tree

1,065 files changed

+355497
-287123
lines changed

Some content is hidden

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

1,065 files changed

+355497
-287123
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle JET version 4.2.0
1+
# Oracle JET version 5.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.
@@ -12,7 +12,7 @@ Oracle JET is a modular toolkit allowing developers to use as much or as little
1212
* Leverages popular open-source technologies
1313
* Full lifecycle management for template based SPA
1414
* Built in accessibility support
15-
* Support for internationalization (28 languages and 190+ locales)
15+
* Support for internationalization (28 languages and 160+ locales)
1616
* Rich set of UI components
1717
* Advanced two-way binding with a common model layer
1818
* Powerful routing system supporting single-page application navigation
@@ -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=jet420) for complete installation details, including prerequisites.
37+
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet500&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=jet420)
43-
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet420) to help with Getting Started and many common issues.
42+
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet500&id=homepage)
43+
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet500&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

+29-28
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,31 @@ unspecified.
1111
THIRD-PARTY COMPONENT FILE LICENSE
1212
(path in the installation) (see license text reproduced below)
1313
--------------------------------------------------------------------------------
14-
js/libs/knockout/knockout-3.4.0.js MIT
15-
js/libs/knockout/knockout-mapping-latest.js MIT
16-
js/libs/require/require.js MIT
17-
js/libs/require/text.js MIT
18-
js/libs/js-signals/signals.js MIT
19-
js/libs/jquery/jquery-3.1.1.js MIT
20-
js/libs/jquery/jquery-ui-1.12.0.custom.js MIT
21-
js/libs/jquery/jqueryui-amd-1.12.0/core.js MIT
22-
js/libs/jquery/jqueryui-amd-1.12.0/draggable.js MIT
23-
js/libs/jquery/jqueryui-amd-1.12.0/mouse.js MIT
24-
js/libs/jquery/jqueryui-amd-1.12.0/position.js MIT
25-
js/libs/jquery/jqueryui-amd-1.12.0/sortable.js MIT
26-
js/libs/jquery/jqueryui-amd-1.12.0/widget.js MIT
27-
js/libs/history/history.iegte8.js MIT
28-
js/libs/es6-promise/es6-promise.js MIT
29-
js/libs/crossroads/crossroads.js MIT
30-
js/libs/oj/v4.2.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
31-
js/libs/oj/v4.2.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
32-
js/libs/oj/v4.2.0/min/ojtree.js (jsTree.js) MIT
33-
js/libs/oj/v4.2.0/ojL10n.js (requireJS i18n) MIT
34-
js/libs/hammer/hammer-2.0.8.js MIT
35-
js/libs/require-css/css.js (require-css) MIT
36-
js/libs/proj4js/dist/proj4.js Proj4js
37-
scss/oj/v4.2.0/3rdparty/normalize/normalize.scss MIT
14+
js/libs/crossroads/crossroads.js MIT
15+
js/libs/es6-promise/es6-promise.js MIT
16+
js/libs/hammer/hammer-2.0.8.js MIT
17+
js/libs/history/history.iegte8.js MIT
18+
js/libs/js-signals/signals.js MIT
19+
js/libs/jquery/jquery-3.3.1.js MIT
20+
js/libs/jquery/jquery-ui-1.12.1.custom.js MIT
21+
js/libs/jquery/jqueryui-amd-1.12.1/core.js MIT
22+
js/libs/jquery/jqueryui-amd-1.12.1/draggable.js MIT
23+
js/libs/jquery/jqueryui-amd-1.12.1/mouse.js MIT
24+
js/libs/jquery/jqueryui-amd-1.12.1/position.js MIT
25+
js/libs/jquery/jqueryui-amd-1.12.1/sortable.js MIT
26+
js/libs/jquery/jqueryui-amd-1.12.1/widget.js MIT
27+
js/libs/knockout/knockout-3.4.2.js MIT
28+
js/libs/knockout/knockout-mapping-latest.js MIT
29+
js/libs/oj/v5.0.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
30+
js/libs/oj/v5.0.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
31+
js/libs/oj/v5.0.0/min/ojtree.js (jsTree.js) MIT
32+
js/libs/oj/v5.0.0/ojL10n.js (requireJS i18n) MIT
33+
js/libs/proj4js/dist/proj4.js Proj4js
34+
js/libs/require/require.js MIT
35+
js/libs/require/text.js MIT
36+
js/libs/require-css/css.js (require-css) MIT
37+
js/libs/webcomponents/custom-elements.min.js custom-elements
38+
scss/oj/v5.0.0/3rdparty/normalize/normalize.scss MIT
3839

3940

4041
/*!
@@ -43,7 +44,7 @@ scss/oj/v4.2.0/3rdparty/normalize/normalize.scss MIT
4344
*/
4445

4546
/**
46-
* webcomponents.js - v0.7.23
47+
* webcomponents/custom-elements - v1.0.8
4748
*
4849
* Copyright (c) 2015 The Polymer Authors. All rights reserved.
4950
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
@@ -63,14 +64,14 @@ scss/oj/v4.2.0/3rdparty/normalize/normalize.scss MIT
6364
*/
6465

6566
/*
66-
* proj4js - v2.3.14
67+
* proj4js - v2.4.4
6768
* http://proj4js.org/
6869
* Copyright (C) 2014 Mike Adair, Richard Greenwood, Didier Richard, Stephen Irons, Olivier Terral and Calvin Metcalf;
6970
* Licensed under the Proj4js license
7071
*/
7172

7273
/*
73-
* require-css - v0.1.8
74+
* require-css - v0.1.10
7475
* https://github.com/guybedford/require-css
7576
* Copyright (C) 2013 Guy Bedford;
7677
* Licensed under the MIT license
@@ -196,7 +197,7 @@ Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors
196197

197198

198199
/*!
199-
* Knockout JavaScript library v3.4.0
200+
* Knockout JavaScript library v3.4.2
200201
* (c) Steven Sanderson - http://knockoutjs.com/
201202
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
202203
*/
252 Bytes
Binary file not shown.
-73 Bytes
Loading
Loading
Loading
Loading
Loading
Loading
+1-1
Loading
-280 Bytes
Loading
Loading

dist/css/alta-android/images/sprites/sprite.svg

+1-1
Loading
-5 Bytes
Loading

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)