Socket
Socket
Sign inDemoInstall

@cocreate/clone

Package Overview
Dependencies
20
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.0 to 1.9.0

13

CHANGELOG.md

@@ -0,1 +1,14 @@

# [1.9.0](https://github.com/CoCreate-app/CoCreate-clone/compare/v1.8.0...v1.9.0) (2023-11-25)
### Bug Fixes
* pass attributes renamed to state ([4820c07](https://github.com/CoCreate-app/CoCreate-clone/commit/4820c07a3982b7dcfdd8aacac4392882302bb05a))
* update nav, edit button and css path ([afb2dde](https://github.com/CoCreate-app/CoCreate-clone/commit/afb2ddea93b83cdf3dac2c4208b7ef567c3917f1))
### Features
* upgrade dependencies for latest features and fixes ([5e26119](https://github.com/CoCreate-app/CoCreate-clone/commit/5e2611901b9a63f0eddbc434adc294db10a88410))
# [1.8.0](https://github.com/CoCreate-app/CoCreate-clone/compare/v1.7.11...v1.8.0) (2023-11-19)

@@ -2,0 +15,0 @@

10

package.json
{
"name": "@cocreate/clone",
"version": "1.8.0",
"version": "1.9.0",
"description": "Clone an html element by #id, identify targeted elements using clone_id attribute. Capable of creating nested & complex cloning logic for kanbans, tasklists etc. Easy configuration using HTML5 attributes and/or JavaScript API.",

@@ -63,7 +63,7 @@ "keywords": [

"dependencies": {
"@cocreate/actions": "^1.12.4",
"@cocreate/observer": "^1.12.0",
"@cocreate/render": "^1.32.0",
"@cocreate/uuid": "^1.7.6"
"@cocreate/actions": "^1.13.0",
"@cocreate/observer": "^1.13.0",
"@cocreate/render": "^1.34.0",
"@cocreate/uuid": "^1.8.0"
}
}

@@ -57,8 +57,8 @@ import action from '@cocreate/actions';

}
//// remove pass-value_id from clonedItem
// clonedItem.removeAttribute('pass-value_id');
//// remove state-value_id from clonedItem
// clonedItem.removeAttribute('state-value_id');
// let tags = clonedItem.querySelectorAll("*");
// tags.forEach((tag) => {
// tag.removeAttribute('pass-value_id');
// tag.removeAttribute('state-value_id');
// })

@@ -65,0 +65,0 @@ const clonePosition = cloneBtn.getAttribute('clone-position') || 'before';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc