@cocreate/conditional-logic
Advanced tools
Comparing version 1.7.1 to 1.8.0
@@ -0,1 +1,8 @@ | ||
# [1.8.0](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.7.1...v1.8.0) (2023-08-21) | ||
### Features | ||
* Update cocreate dependencies for the latest features and bug fixes ([1dadb92](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/1dadb9238b012e6afebcbeeb310bf63991b3d42a)) | ||
## [1.7.1](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.7.0...v1.7.1) (2023-08-21) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/conditional-logic", | ||
"version": "1.7.1", | ||
"version": "1.8.0", | ||
"description": "Simple JS component show & hide elements conditionally with inputs,checkbox,radio,btn etc.Great for creating tabs, accordions, dynamic forms, etc. Easy Configuration using HTML5 data attributes and/or JavaScript API.", | ||
@@ -61,6 +61,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/actions": "^1.9.0", | ||
"@cocreate/observer": "^1.9.0", | ||
"@cocreate/utils": "^1.22.0" | ||
"@cocreate/actions": "^1.10.2", | ||
"@cocreate/observer": "^1.10.1", | ||
"@cocreate/utils": "^1.23.1" | ||
} | ||
} |
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
110134
Updated@cocreate/actions@^1.10.2
Updated@cocreate/observer@^1.10.1
Updated@cocreate/utils@^1.23.1