Comparing version 1.5.1 to 1.5.2
@@ -31,3 +31,3 @@ "use strict"; | ||
context.setAnimate({ | ||
animate: animate || true, | ||
animate: animate != null ? animate : true, | ||
direction: direction || "forward" | ||
@@ -34,0 +34,0 @@ }); |
@@ -19,3 +19,3 @@ import React, { useCallback } from "react"; | ||
context.setAnimate({ | ||
animate: animate || true, | ||
animate: animate != null ? animate : true, | ||
direction: direction || "forward" | ||
@@ -22,0 +22,0 @@ }); |
/** | ||
* Zaui 1.5.1 | ||
* Zaui 1.5.2 | ||
* Zalo Mini App framework | ||
@@ -10,3 +10,3 @@ * undefined | ||
* | ||
* Released on: December 22, 2022 | ||
* Released on: December 26, 2022 | ||
*/ | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "zmp-ui", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Zalo Mini App framework ", | ||
@@ -5,0 +5,0 @@ "main": "esm/index.js", |
Sorry, the diff of this file is not supported yet
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
1217879