diff --git a/CHANGELOG.md b/CHANGELOG.md index e6fe657..eff4a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.13.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.12.0...v1.13.0) (2023-11-25) + + +### Bug Fixes + +* update nav, edit button and css path ([1487af1](https://github.com/CoCreate-app/CoCreate-css-parser/commit/1487af11164027dc7dc2d1bf2d8c48af93703879)) + + +### Features + +* upgrade dependencies for latest features and fixes ([9c42dfb](https://github.com/CoCreate-app/CoCreate-css-parser/commit/9c42dfb477ec169f4167e9aa5e84b308e134b177)) + # [1.12.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.11.9...v1.12.0) (2023-11-19) diff --git a/demo/atomic-css.html b/demo/atomic-css.html index 5a4773a..3f14f6d 100644 --- a/demo/atomic-css.html +++ b/demo/atomic-css.html @@ -22,7 +22,7 @@ content="https://cdn.cocreate.app/docs/css-parser.png" />

diff --git a/docs/index.html b/docs/index.html index fd7f3e8..cd6049b 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 40c2195..7f6ce7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.12.0", + "version": "1.13.0", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser", @@ -58,7 +58,7 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/local-storage": "^1.10.11", - "@cocreate/observer": "^1.12.0" + "@cocreate/local-storage": "^1.11.1", + "@cocreate/observer": "^1.13.0" } }