@cocreate/local-storage
Advanced tools
Comparing version 1.11.0 to 1.11.1
@@ -0,1 +1,8 @@ | ||
## [1.11.1](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.11.0...v1.11.1) (2023-11-22) | ||
### Bug Fixes | ||
* return if element was handled by events ([f8c654e](https://github.com/CoCreate-app/CoCreate-local-storage/commit/f8c654edd0a271406332217ccafcb80df74318db)) | ||
# [1.11.0](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.10.11...v1.11.0) (2023-11-19) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/local-storage", | ||
"version": "1.11.0", | ||
"version": "1.11.1", | ||
"description": "A Simple component similar to CoCreate-input & CoCreate-fetch which Save and fetch data for inputs, textarea, selects from localstorage. Easily configured using HTML5 attributes and/or JavaScript API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -21,2 +21,4 @@ import observer from '@cocreate/observer'; | ||
for (let element of elements) { | ||
if (element.hasAttribute('localstorage-attribute') || element.hasAttribute('localstorage-value') || element.hasAttribute('localstorage-key')) | ||
return | ||
let value = self.getItem(e.key) | ||
@@ -23,0 +25,0 @@ // Set the value of the element. |
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
104917
301