Skip to content

Commit 4912192

Browse files
author
oraclejet
committed
Release v2.0.1
1 parent df8c7da commit 4912192

36 files changed

+397
-355
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle JET version 2.0.0
1+
# Oracle JET version 2.0.1
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.

dist/js/libs/oj/debug/oj.js

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ var _oldVal = _scope['oj'];
4444
var oj = _scope['oj'] =
4545
{
4646
'version': "2.0.1",
47-
'build' : "213",
48-
'revision': "24518",
47+
'build' : "2",
48+
'revision': "24669",
4949

5050
// This function is only meant to be used outside the library, so quoting the name
5151
// to avoid renaming is appropriate
@@ -89284,6 +89284,18 @@ oj.ModuleBinding.defaults =
8928489284
* @memberof ojModule.LifecycleListener
8928589285
* @instance
8928689286
*/
89287+
89288+
/**
89289+
* Invoked after the bidnings for the new View are applied.
89290+
* If the current View is retrieved from cache, the bindings will not be re-applied, and this callback will not be invoked.
89291+
* @method bindingsApplied
89292+
* @param {Object} info - an object with the following key-value pairs:
89293+
* @param {Node} info.element DOM element or where the binding is attached. This may be a 'virtual' element (comment node)
89294+
* @param {Function} info.valueAccessor binding's value accessor
89295+
* @param {Object} info.viewMode ViewModel for the new View
89296+
* @memberof ojModule.LifecycleListener
89297+
* @instance
89298+
*/
8928789299

8928889300
/**
8928989301
* Invoked after transition to the new View is complete. That includes any possible animation

dist/js/libs/oj/debug/ojcore.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ var _oldVal = _scope['oj'];
4646
var oj = _scope['oj'] =
4747
{
4848
'version': "2.0.1",
49-
'build' : "213",
50-
'revision': "24518",
49+
'build' : "2",
50+
'revision': "24669",
5151

5252
// This function is only meant to be used outside the library, so quoting the name
5353
// to avoid renaming is appropriate

dist/js/libs/oj/debug/ojmodule.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,6 +1161,18 @@ oj.ModuleBinding.defaults =
11611161
* @memberof ojModule.LifecycleListener
11621162
* @instance
11631163
*/
1164+
1165+
/**
1166+
* Invoked after the bidnings for the new View are applied.
1167+
* If the current View is retrieved from cache, the bindings will not be re-applied, and this callback will not be invoked.
1168+
* @method bindingsApplied
1169+
* @param {Object} info - an object with the following key-value pairs:
1170+
* @param {Node} info.element DOM element or where the binding is attached. This may be a 'virtual' element (comment node)
1171+
* @param {Function} info.valueAccessor binding's value accessor
1172+
* @param {Object} info.viewMode ViewModel for the new View
1173+
* @memberof ojModule.LifecycleListener
1174+
* @instance
1175+
*/
11641176

11651177
/**
11661178
* Invoked after transition to the new View is complete. That includes any possible animation

dist/js/libs/oj/min/oj.js

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/js/libs/oj/min/ojcore.js

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)