@goldfishjs/composition-api
Advanced tools
Comparing version 2.23.0 to 2.25.0-alpha.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.25.0-alpha.0](https://github.com/alipay/goldfish/compare/v2.24.0...v2.25.0-alpha.0) (2023-05-08) | ||
**Note:** Version bump only for package @goldfishjs/composition-api | ||
# [2.23.0](https://github.com/alipay/goldfish/compare/v2.23.0-alpha.1...v2.23.0) (2023-01-30) | ||
@@ -8,0 +16,0 @@ |
@@ -32,3 +32,5 @@ import _getMiniDataSetter from "@goldfishjs/reactive-connect/lib/getMiniDataSetter"; | ||
_defineProperty(_assertThisInitialized(_this), "viewInstance", void 0); | ||
// The lifecycle methods. | ||
_defineProperty(_assertThisInitialized(_this), "methods", {}); | ||
// The custom instance methods. | ||
_defineProperty(_assertThisInitialized(_this), "instanceMethods", {}); | ||
@@ -38,2 +40,3 @@ _defineProperty(_assertThisInitialized(_this), "_status", 'initializing'); | ||
_defineProperty(_assertThisInitialized(_this), "stopWatchDeepList", []); | ||
// The reactive data. | ||
_defineProperty(_assertThisInitialized(_this), "compositionState", {}); | ||
@@ -40,0 +43,0 @@ _defineProperty(_assertThisInitialized(_this), "stopWatchList", []); |
@@ -18,2 +18,12 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
_classCallCheck(this, Setup); | ||
/** | ||
* The state of current setup flow. | ||
* | ||
* When entering the setup flow, the state is set to `START`, and the recording is executing. | ||
* When leave the setup flow, the state is set to `READY`, and the recording is stopped. | ||
* | ||
* @private | ||
* @type {('START' | 'READY')} | ||
* @memberof Setup | ||
*/ | ||
_defineProperty(this, "state", 'READY'); | ||
@@ -20,0 +30,0 @@ } |
{ | ||
"name": "@goldfishjs/composition-api", | ||
"version": "2.23.0", | ||
"version": "2.25.0-alpha.0", | ||
"description": "goldfish-composition-api", | ||
@@ -17,6 +17,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@goldfishjs/module-usage": "^2.23.0", | ||
"@goldfishjs/reactive": "^2.23.0", | ||
"@goldfishjs/reactive-connect": "^2.23.0", | ||
"@goldfishjs/utils": "^2.23.0", | ||
"@goldfishjs/module-usage": "^2.25.0-alpha.0", | ||
"@goldfishjs/reactive": "^2.25.0-alpha.0", | ||
"@goldfishjs/reactive-connect": "^2.25.0-alpha.0", | ||
"@goldfishjs/utils": "^2.25.0-alpha.0", | ||
"mini-types": "^0.1.7" | ||
@@ -23,0 +23,0 @@ }, |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
73196
1387
2