Skip to content

Commit 5893ae4

Browse files
committed
Release 11.1.0
1 parent 5a32739 commit 5893ae4

File tree

996 files changed

+13656
-5476
lines changed

Some content is hidden

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

996 files changed

+13656
-5476
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 11.0.0
1+
# Oracle JET version 11.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=jet1100&id=homepage) for complete installation details, including prerequisites.
37+
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1110&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=jet1100&id=homepage)
43-
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1100&id=homepage) to help with Getting Started and many common issues.
42+
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet1110&id=homepage)
43+
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1110&id=homepage) to help with Getting Started and many common issues.
4444

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

THIRDPARTYLICENSE.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ js/libs/jquery/jqueryui-amd-1.12.1/sortable.js MI
2424
js/libs/jquery/jqueryui-amd-1.12.1/widget.js MIT
2525
js/libs/knockout/knockout-3.5.1.js MIT
2626
js/libs/knockout/knockout-mapping-latest.js MIT
27-
js/libs/oj/v11.0.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
28-
js/libs/oj/v11.0.0/min/ojexpparser.js (expparser.js) MIT
29-
js/libs/oj/v11.0.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
30-
js/libs/oj/v11.0.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
31-
js/libs/oj/v11.0.0/min/ojtree.js (jsTree.js) MIT
32-
js/libs/oj/v11.0.0/ojL10n.js (requireJS i18n) MIT
27+
js/libs/oj/v11.1.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
28+
js/libs/oj/v11.1.0/min/ojexpparser.js (expparser.js) MIT
29+
js/libs/oj/v11.1.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
30+
js/libs/oj/v11.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
31+
js/libs/oj/v11.1.0/min/ojtree.js (jsTree.js) MIT
32+
js/libs/oj/v11.1.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.min.js (require-css) MIT
37-
scss/oj/v11.0.0/3rdparty/normalize/normalize.scss MIT
37+
scss/oj/v11.1.0/3rdparty/normalize/normalize.scss MIT
3838
js/libs/touchr/touchr.js MIT
3939
js/libs/preact/dist/preact.umd.js MIT
4040

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.

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ template {
270270
visibility: hidden; }
271271

272272
.oj-theme-json {
273-
font-family: '{"name":"alta","targetPlatform":"android","behavior":"alta","jetReleaseVersion":"v11.0.0"}'; }
273+
font-family: '{"name":"alta","targetPlatform":"android","behavior":"alta","jetReleaseVersion":"v11.1.0"}'; }
274274

275275
.oj-helper-hidden-accessible {
276276
border: 0;
@@ -9020,6 +9020,7 @@ oj-table:not(.oj-complete) {
90209020
top: 0;
90219021
bottom: 0; }
90229022

9023+
.oj-table-scroll-vertical.oj-table-hide-vertical-scrollbar .oj-table-scroller,
90239024
.oj-table-hide-vertical-scrollbar .oj-table-scroller {
90249025
overflow-y: hidden; }
90259026

@@ -12837,7 +12838,8 @@ oj-gantt:not(.oj-complete) {
1283712838
stroke-width: 1px; }
1283812839

1283912840
/* Styling for vertical grid lines */
12840-
.oj-gantt-vertical-gridline {
12841+
.oj-gantt-major-vertical-gridline,
12842+
.oj-gantt-minor-vertical-gridline {
1284112843
stroke: #c6c7c8;
1284212844
stroke-dasharray: 5,5; }
1284312845

@@ -13526,7 +13528,8 @@ oj-timeline:not(.oj-complete) {
1352613528

1352713529
.oj-timeline-item {
1352813530
background-color: white;
13529-
border-color: #8a8d8f; }
13531+
border-color: #8a8d8f;
13532+
padding-top: 5px; }
1353013533

1353113534
.oj-timeline-item.oj-hover {
1353213535
border-color: #76b8e1; }

dist/css/alta-ios/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.

dist/css/alta-ios/oj-alta.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ template {
270270
visibility: hidden; }
271271

272272
.oj-theme-json {
273-
font-family: '{"name":"alta","targetPlatform":"ios","behavior":"alta","jetReleaseVersion":"v11.0.0"}'; }
273+
font-family: '{"name":"alta","targetPlatform":"ios","behavior":"alta","jetReleaseVersion":"v11.1.0"}'; }
274274

275275
.oj-helper-hidden-accessible {
276276
border: 0;
@@ -9047,6 +9047,7 @@ oj-table:not(.oj-complete) {
90479047
top: 0;
90489048
bottom: 0; }
90499049

9050+
.oj-table-scroll-vertical.oj-table-hide-vertical-scrollbar .oj-table-scroller,
90509051
.oj-table-hide-vertical-scrollbar .oj-table-scroller {
90519052
overflow-y: hidden; }
90529053

@@ -12964,7 +12965,8 @@ oj-gantt:not(.oj-complete) {
1296412965
stroke-width: 1px; }
1296512966

1296612967
/* Styling for vertical grid lines */
12967-
.oj-gantt-vertical-gridline {
12968+
.oj-gantt-major-vertical-gridline,
12969+
.oj-gantt-minor-vertical-gridline {
1296812970
stroke: #c6c7c8;
1296912971
stroke-dasharray: 5,5; }
1297012972

@@ -13653,7 +13655,8 @@ oj-timeline:not(.oj-complete) {
1365313655

1365413656
.oj-timeline-item {
1365513657
background-color: white;
13656-
border-color: #8a8d8f; }
13658+
border-color: #8a8d8f;
13659+
padding-top: 5px; }
1365713660

1365813661
.oj-timeline-item.oj-hover {
1365913662
border-color: #76b8e1; }

dist/css/alta-windows/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.

dist/css/alta-windows/oj-alta.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ template {
270270
visibility: hidden; }
271271

272272
.oj-theme-json {
273-
font-family: '{"name":"alta","targetPlatform":"windows","behavior":"alta","jetReleaseVersion":"v11.0.0"}'; }
273+
font-family: '{"name":"alta","targetPlatform":"windows","behavior":"alta","jetReleaseVersion":"v11.1.0"}'; }
274274

275275
.oj-helper-hidden-accessible {
276276
border: 0;
@@ -8999,6 +8999,7 @@ oj-table:not(.oj-complete) {
89998999
top: 0;
90009000
bottom: 0; }
90019001

9002+
.oj-table-scroll-vertical.oj-table-hide-vertical-scrollbar .oj-table-scroller,
90029003
.oj-table-hide-vertical-scrollbar .oj-table-scroller {
90039004
overflow-y: hidden; }
90049005

@@ -12850,7 +12851,8 @@ oj-gantt:not(.oj-complete) {
1285012851
stroke-width: 1px; }
1285112852

1285212853
/* Styling for vertical grid lines */
12853-
.oj-gantt-vertical-gridline {
12854+
.oj-gantt-major-vertical-gridline,
12855+
.oj-gantt-minor-vertical-gridline {
1285412856
stroke: #c6c7c8;
1285512857
stroke-dasharray: 5,5; }
1285612858

@@ -13539,7 +13541,8 @@ oj-timeline:not(.oj-complete) {
1353913541

1354013542
.oj-timeline-item {
1354113543
background-color: white;
13542-
border-color: #8a8d8f; }
13544+
border-color: #8a8d8f;
13545+
padding-top: 5px; }
1354313546

1354413547
.oj-timeline-item.oj-hover {
1354513548
border-color: #76b8e1; }

dist/css/alta/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.

dist/css/alta/oj-alta-notag-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)