@cocreate/selection 1.9.9 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/docs/index.html +8 -8
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
# [1.11.0](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.10.0...v1.11.0) (2023-11-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update nav, edit button and css path ([a3d312d](https://github.com/CoCreate-app/CoCreate-selection/commit/a3d312d6f4dfaff8a42d99aef757f1d6bc10a653))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* upgrade dependencies for latest features and fixes ([d9647cb](https://github.com/CoCreate-app/CoCreate-selection/commit/d9647cb72f79b5fc2326b73fd33c63b50e0fa739))
|
|
12
|
+
|
|
13
|
+
# [1.10.0](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.9.9...v1.10.0) (2023-11-19)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* update dependecies for th latest features and bug fixes ([ba6622f](https://github.com/CoCreate-app/CoCreate-selection/commit/ba6622f05ad769059ca4f8106418534507d63f1f))
|
|
19
|
+
|
|
1
20
|
## [1.9.9](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.9.8...v1.9.9) (2023-11-12)
|
|
2
21
|
|
|
3
22
|
|
package/docs/index.html
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
<link
|
|
22
22
|
rel="stylesheet"
|
|
23
|
-
href="
|
|
23
|
+
href="../index.css"
|
|
24
24
|
array="files"
|
|
25
25
|
object="60888216117c640e7596303f"
|
|
26
26
|
key="src"
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
</head>
|
|
32
32
|
|
|
33
33
|
<body>
|
|
34
|
+
<!-- Navbar -->
|
|
34
35
|
<nav
|
|
35
|
-
class="
|
|
36
|
+
class="width:100% display:flex align-items:center background:transparent padding-top:10px padding-bottom:10px"
|
|
36
37
|
content_id="content"
|
|
37
|
-
scroll="sticky-nav,
|
|
38
|
-
scroll-up="
|
|
39
|
-
scroll-down="
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
key="src"></nav>
|
|
38
|
+
scroll="sticky-nav,"
|
|
39
|
+
scroll-up="5"
|
|
40
|
+
scroll-down="5"
|
|
41
|
+
path="../"
|
|
42
|
+
src="../components/navbar.html"></nav>
|
|
43
43
|
<sidenav
|
|
44
44
|
id="menuL"
|
|
45
45
|
class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/selection",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"description": "A simple selection component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"selection",
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"webpack-log": "^3.0.1"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@cocreate/utils": "^1.
|
|
61
|
+
"@cocreate/utils": "^1.28.0"
|
|
62
62
|
}
|
|
63
63
|
}
|