miniapp-web-jsapi
Advanced tools
Comparing version 2.12.0-alpha.6 to 2.12.0-alpha.7
@@ -6,2 +6,16 @@ # Change Log | ||
## [2.12.0-alpha.7] (2023-07-25) | ||
### Features | ||
* 还原 options 前置位判断 | ||
### Bug Fixes | ||
* navigateBack在H5场景传参和小程序保持一致 | ||
## [2.12.0-alpha.6] (2023-07-21) | ||
@@ -8,0 +22,0 @@ |
@@ -80,4 +80,4 @@ /// <reference types="mini-types/types/api/open/getLaunchOptionsSync" /> | ||
var _options$delta = options.delta, | ||
delta = _options$delta === void 0 ? -1 : _options$delta; | ||
history.go(delta); | ||
delta = _options$delta === void 0 ? 1 : _options$delta; | ||
history.go(-delta); | ||
} |
{ | ||
"name": "miniapp-web-jsapi", | ||
"version": "2.12.0-alpha.6", | ||
"version": "2.12.0-alpha.7", | ||
"description": "JSAPI/View adapter for miniprogram running on the web", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
436628