@enact/core
Advanced tools
Comparing version
@@ -5,2 +5,6 @@ # Change Log | ||
## [4.0.10] - 2022-04-05 | ||
No significant changes. | ||
## [4.0.9] - 2021-12-15 | ||
@@ -7,0 +11,0 @@ |
@@ -12,3 +12,4 @@ // Type definitions for core/hoc | ||
* * an instance config only and return a decorator function expecting a component constructor | ||
(like the next bullet), or | ||
* | ||
* (like the next bullet), or | ||
* * a component constructor and return a renderable component | ||
@@ -15,0 +16,0 @@ * |
{ | ||
"name": "@enact/core", | ||
"version": "4.0.9", | ||
"version": "4.0.10", | ||
"description": "Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,5 +19,7 @@ // Type definitions for core/snapshot | ||
* * The callback should not alter the initial HTML state. If it does, it will invalidate the | ||
pre-render state and interfere with React rehydration. | ||
* | ||
* pre-render state and interfere with React rehydration. | ||
* * The callback should be limited to module-scoped actions and not component instance actions. If | ||
the action is tied to a component, it should be invoked from within the component's lifecycle | ||
* | ||
* the action is tied to a component, it should be invoked from within the component's lifecycle | ||
methods. | ||
@@ -24,0 +26,0 @@ */ |
@@ -11,6 +11,6 @@ // Type definitions for core/util | ||
export declare class Job { | ||
constructor( | ||
/** | ||
* Function to execute as the requested job. | ||
*/ | ||
constructor | ||
/** | ||
* Function to execute as the requested job. | ||
*/( | ||
fn: Function | ||
@@ -17,0 +17,0 @@ /** |
235855
0.03%5964
0.05%