Skip to content

Commit 9f0bf38

Browse files
committed
Release 6.0.0
1 parent ecf1154 commit 9f0bf38

File tree

1,634 files changed

+577100
-356877
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,634 files changed

+577100
-356877
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 5.2.0
1+
# Oracle JET version 6.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.
@@ -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=jet520&id=homepage) for complete installation details, including prerequisites.
37+
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet600&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=jet520&id=homepage)
43-
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet520&id=homepage) to help with Getting Started and many common issues.
42+
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet600&id=homepage)
43+
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet600&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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,25 @@ 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.4.2.js MIT
2828
js/libs/knockout/knockout-mapping-latest.js MIT
29-
js/libs/oj/v5.2.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
30-
js/libs/oj/v5.2.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
31-
js/libs/oj/v5.2.0/min/ojtree.js (jsTree.js) MIT
32-
js/libs/oj/v5.2.0/ojL10n.js (requireJS i18n) MIT
29+
js/libs/oj/v6.0.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
30+
js/libs/oj/v6.0.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
31+
js/libs/oj/v6.0.0/min/ojtree.js (jsTree.js) MIT
32+
js/libs/oj/v6.0.0/ojL10n.js (requireJS i18n) MIT
3333
js/libs/proj4js/dist/proj4.js Proj4js
3434
js/libs/require/require.js MIT
3535
js/libs/require/text.js MIT
3636
js/libs/require-css/css.js (require-css) MIT
3737
js/libs/webcomponents/custom-elements.min.js custom-elements
38-
scss/oj/v5.2.0/3rdparty/normalize/normalize.scss MIT
39-
38+
scss/oj/v6.0.0/3rdparty/normalize/normalize.scss MIT
39+
js/libs/touchr/touchr.js MIT
4040

4141
/*!
4242
Knockout Fast Foreach v0.6.0 (2016-07-28T11:02:54.197Z)
4343
By: Brian M Hunt (C) 2015 | License: MIT
4444
*/
4545

4646
/**
47-
* webcomponents/custom-elements - v1.0.8
47+
* webcomponents/custom-elements - v1.1.2
4848
*
4949
* Copyright (c) 2015 The Polymer Authors. All rights reserved.
5050
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
@@ -64,7 +64,7 @@ scss/oj/v5.2.0/3rdparty/normalize/normalize.scss MIT
6464
*/
6565

6666
/*
67-
* proj4js - v2.4.4
67+
* proj4js - v2.5.0
6868
* http://proj4js.org/
6969
* Copyright (C) 2014 Mike Adair, Richard Greenwood, Didier Richard, Stephen Irons, Olivier Terral and Calvin Metcalf;
7070
* Licensed under the Proj4js license
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) Microsoft Corporation. All rights reserved.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Installation
2+
> `npm install --save @types/knockout`
3+
4+
# Summary
5+
This package contains type definitions for Knockout (http://knockoutjs.com).
6+
7+
# Details
8+
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/knockout
9+
10+
Additional Details
11+
* Last updated: Mon, 10 Sep 2018 22:50:10 GMT
12+
* Dependencies: none
13+
* Global values: ko
14+
15+
# Credits
16+
These definitions were written by Boris Yankov <https://github.com/borisyankov>, Igor Oleinikov <https://github.com/Igorbek>, Clément Bourgeois <https://github.com/moonpyk>, Matt Brooks <https://github.com/EnableSoftware>, Benjamin Eckardt <https://github.com/BenjaminEckardt>, Mathias Lorenzen <https://github.com/ffMathy>, Leonardo Lombardi <https://github.com/ltlombardi>.

0 commit comments

Comments
 (0)