From 38395490b786fb411c95b2a61c94b23f1c8c71bf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Aug 2024 15:22:48 +0000 Subject: [PATCH 1/4] chore(release): 1.71.0 [skip ci] # [1.71.0](https://github.com/CoCreate-app/CoCreateJS/compare/v1.70.0...v1.71.0) (2024-08-08) ### Features * palyground component ([a7bb2ea](https://github.com/CoCreate-app/CoCreateJS/commit/a7bb2ea64b22c53ad761e6c9279e2d3a970d17c6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf10d8b..dd7b6fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.71.0](https://github.com/CoCreate-app/CoCreateJS/compare/v1.70.0...v1.71.0) (2024-08-08) + + +### Features + +* palyground component ([a7bb2ea](https://github.com/CoCreate-app/CoCreateJS/commit/a7bb2ea64b22c53ad761e6c9279e2d3a970d17c6)) + # [1.70.0](https://github.com/CoCreate-app/CoCreateJS/compare/v1.69.0...v1.70.0) (2024-08-01) diff --git a/package.json b/package.json index cb0cec8..89ab662 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/cocreatejs", - "version": "1.70.0", + "version": "1.71.0", "description": "A collaborative low code headless CMS and Javascript framework for building collaborative no code platforms, apps and UI's. Build powerful applications using HTML5 attributes or Javascript api.", "keywords": [ "cocreatejs", From dc7ec8bf3127ee08b57a9d604717c960bc60b5fc Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sat, 21 Sep 2024 16:48:00 -0400 Subject: [PATCH 2/4] feat: scroll-to attribute to set scroll to top, bottom, left, right --- CoCreate.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CoCreate.config.js b/CoCreate.config.js index 598d358..236d166 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -158,7 +158,7 @@ module.exports = { }, "scroll": { "import": "@cocreate/scroll", - "selector": "[scroll]" + "selector": "[scroll], [scroll-to]" }, "resize": { "import": "@cocreate/resize", @@ -294,7 +294,7 @@ module.exports = { }, "prism": { "import": "@cocreate/prism", - "selector": ".language-html, .language-css, .language-js, .language-shell, .language-json" + "selector": "[class*='language-']" }, "fabric": { "import": "@cocreate/fabric", From 47471b3602ac77832d3c6b13741f2e40081054df Mon Sep 17 00:00:00 2001 From: frankpagan Date: Mon, 28 Oct 2024 19:41:45 -0400 Subject: [PATCH 3/4] fix: scroll selectors --- CoCreate.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoCreate.config.js b/CoCreate.config.js index 236d166..f744d17 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -158,7 +158,7 @@ module.exports = { }, "scroll": { "import": "@cocreate/scroll", - "selector": "[scroll], [scroll-to]" + "selector": "[scroll], [scroll-to], [scrollable-x], [scrollable-y]" }, "resize": { "import": "@cocreate/resize", From 77044ce565e8f0c8b700c82891834f52bd57ab92 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 2 Nov 2024 02:16:50 +0000 Subject: [PATCH 4/4] chore(release): 1.72.0 [skip ci] # [1.72.0](https://github.com/CoCreate-app/CoCreateJS/compare/v1.71.0...v1.72.0) (2024-11-02) ### Bug Fixes * scroll selectors ([47471b3](https://github.com/CoCreate-app/CoCreateJS/commit/47471b3602ac77832d3c6b13741f2e40081054df)) ### Features * scroll-to attribute to set scroll to top, bottom, left, right ([dc7ec8b](https://github.com/CoCreate-app/CoCreateJS/commit/dc7ec8bf3127ee08b57a9d604717c960bc60b5fc)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd7b6fe..3becdf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.72.0](https://github.com/CoCreate-app/CoCreateJS/compare/v1.71.0...v1.72.0) (2024-11-02) + + +### Bug Fixes + +* scroll selectors ([47471b3](https://github.com/CoCreate-app/CoCreateJS/commit/47471b3602ac77832d3c6b13741f2e40081054df)) + + +### Features + +* scroll-to attribute to set scroll to top, bottom, left, right ([dc7ec8b](https://github.com/CoCreate-app/CoCreateJS/commit/dc7ec8bf3127ee08b57a9d604717c960bc60b5fc)) + # [1.71.0](https://github.com/CoCreate-app/CoCreateJS/compare/v1.70.0...v1.71.0) (2024-08-08) diff --git a/package.json b/package.json index 89ab662..1fbd6c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/cocreatejs", - "version": "1.71.0", + "version": "1.72.0", "description": "A collaborative low code headless CMS and Javascript framework for building collaborative no code platforms, apps and UI's. Build powerful applications using HTML5 attributes or Javascript api.", "keywords": [ "cocreatejs",