@datagrok-libraries/utils
Advanced tools
Comparing version 4.3.8 to 4.3.9
# utils changelog | ||
## 4.3.9 (2024-11-07) | ||
Added ability to set category responsivness | ||
## 4.3.8 (2024-11-06) | ||
@@ -4,0 +8,0 @@ |
@@ -11,3 +11,3 @@ { | ||
"fullName": "Utils", | ||
"version": "4.3.8", | ||
"version": "4.3.9", | ||
"description": "Common utilities", | ||
@@ -14,0 +14,0 @@ "dependencies": { |
@@ -26,2 +26,3 @@ import * as DG from 'datagrok-api/dg'; | ||
stressTests?: boolean; | ||
responsive?: string; | ||
} | ||
@@ -52,2 +53,3 @@ export declare class TestContext { | ||
stressTests?: boolean; | ||
responsive?: string; | ||
} | ||
@@ -54,0 +56,0 @@ export declare class TestExecutionOptions { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
685287
4605