@cocreate/utils
Advanced tools
Comparing version 1.20.8 to 1.20.9
@@ -0,1 +1,8 @@ | ||
## [1.20.9](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.8...v1.20.9) (2023-05-19) | ||
### Bug Fixes | ||
* update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. ([44fd1d1](https://github.com/CoCreate-app/CoCreate-utils/commit/44fd1d1bb5b1d020610becf5b4633c623207f96a)) | ||
## [1.20.8](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.7...v1.20.8) (2023-05-10) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/utils", | ||
"version": "1.20.8", | ||
"version": "1.20.9", | ||
"description": "A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -62,4 +62,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/docs": "^1.7.8" | ||
"@cocreate/docs": "^1.7.10" | ||
} | ||
} |
@@ -55,3 +55,3 @@ export function getParentFromElement(element, parent_class, attributes) { | ||
// ToDo: duplicate it is in crud.utils | ||
// TODO: duplicate it is in crud.utils | ||
export function checkValue(value) { | ||
@@ -66,3 +66,3 @@ if (!value) return false; | ||
// ToDo: Maybe can be deprciated | ||
// TODO: Maybe can be deprciated | ||
export function getValueFromJonDeep(json, path) { | ||
@@ -238,3 +238,3 @@ try { | ||
return returnContext ? { path, document: iframeElement || document } : path; | ||
//todo: support for nested iframe | ||
//TODO: support for nested iframe | ||
// while(iframeElement !== findIframeFromElement(topWindow,iframeElement)) | ||
@@ -241,0 +241,0 @@ // { |
@@ -184,3 +184,3 @@ (function (root, factory) { | ||
if (node.parentNode && node.parentNode.children.length > 1) { | ||
// ToDo: improve array logic so ignores javascript generated html?? | ||
// TODO: improve array logic so ignores javascript generated html?? | ||
let children = [] | ||
@@ -187,0 +187,0 @@ for (let child of node.parentNode.children){ |
119216
Updated@cocreate/docs@^1.7.10