diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b2ac7f..4b357e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.10.0](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.9.0...v1.10.0) (2023-11-25) + + +### Bug Fixes + +* update nav, edit button and css path ([fc43d51](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/fc43d518269b2cf1096caf398be50a6b362f5c53)) + + +### Features + +* upgrade dependencies for latest features and fixes ([a4058b8](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/a4058b84d60b6b05193ba10cd7855ab2714003f7)) + # [1.9.0](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.8.10...v1.9.0) (2023-11-19) diff --git a/docs/index.html b/docs/index.html index dcc5be9..514210f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -28,7 +28,7 @@ type="text/css" /> + + scroll="sticky-nav," + scroll-up="5" + scroll-down="5" + path="../" + src="../components/navbar.html"> Demo diff --git a/package.json b/package.json index bb73a19..fce42f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/conditional-logic", - "version": "1.9.0", + "version": "1.10.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.", "keywords": [ "conditional-logic", @@ -58,8 +58,8 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/actions": "^1.12.4", - "@cocreate/observer": "^1.12.0", - "@cocreate/utils": "^1.27.4" + "@cocreate/actions": "^1.13.0", + "@cocreate/observer": "^1.13.0", + "@cocreate/utils": "^1.28.0" } }