@cocreate/selection 1.10.0 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # [1.12.0](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.11.0...v1.12.0) (2023-11-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update licensing details ([dafef4f](https://github.com/CoCreate-app/CoCreate-selection/commit/dafef4f215344eef2ff6f52302cab2a0b6808d57))
7
+
8
+
9
+ ### Features
10
+
11
+ * upgrade dependencies for latest features and fixes ([c9816e2](https://github.com/CoCreate-app/CoCreate-selection/commit/c9816e263f825c95eb26cf22c37f1b79950400ba))
12
+
13
+ # [1.11.0](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.10.0...v1.11.0) (2023-11-25)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * update nav, edit button and css path ([a3d312d](https://github.com/CoCreate-app/CoCreate-selection/commit/a3d312d6f4dfaff8a42d99aef757f1d6bc10a653))
19
+
20
+
21
+ ### Features
22
+
23
+ * upgrade dependencies for latest features and fixes ([d9647cb](https://github.com/CoCreate-app/CoCreate-selection/commit/d9647cb72f79b5fc2326b73fd33c63b50e0fa739))
24
+
1
25
  # [1.10.0](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.9.9...v1.10.0) (2023-11-19)
2
26
 
3
27
 
package/README.md CHANGED
@@ -10,7 +10,6 @@ A simple selection component in vanilla javascript. Easily configured using HTML
10
10
  ![License](https://img.shields.io/static/v1?style=flat-square&label=license&message=AGPL-3.0&color=green)
11
11
  ![GitHub](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)
12
12
 
13
-
14
13
  ![CoCreate-selection](https://cdn.cocreate.app/docs/CoCreate-selection.gif)
15
14
 
16
15
  ## [Docs & Demo](https://cocreate.app/docs/selection)
@@ -41,12 +40,12 @@ $ yarn install @cocreate/selection
41
40
 
42
41
  # Table of Contents
43
42
 
44
- - [Table of Contents](#table-of-contents)
45
- - [Announcements](#announcements)
46
- - [Roadmap](#roadmap)
47
- - [How to Contribute](#how-to-contribute)
48
- - [About](#about)
49
- - [License](#license)
43
+ - [Table of Contents](#table-of-contents)
44
+ - [Announcements](#announcements)
45
+ - [Roadmap](#roadmap)
46
+ - [How to Contribute](#how-to-contribute)
47
+ - [About](#about)
48
+ - [License](#license)
50
49
 
51
50
  <a name="announcements"></a>
52
51
 
@@ -80,20 +79,14 @@ We want this library to be community-driven, and CoCreate led. We need your help
80
79
 
81
80
  We appreciate your continued support, thank you!
82
81
 
83
-
84
82
  <a name="license"></a>
85
- # Dual License
86
- ## Open Source
87
- [GNU Affero General Public License version 3 (AGPL-3.0)](https://github.com/CoCreate-app/CoCreate-selection/blob/master/LICENSE)
88
-
89
- ## Commercial
90
- For-profit companies and individuals intending to use CoCreate-selection for
91
- commercial use must purchase a commercial license. This license allows
92
- source code modifications, but does not permit redistribution of
93
- modifications.
94
-
95
- The commercial license is designed for you to use CoCreate-selection in commercial
96
- products and applications, without the provisions of the GPLv3. With the
97
- commercial license, your code is kept propietary, to yourself. If you
98
- want to use CoCreate-selection to develop commercial sites, themes, projects, and
99
- applications, the commercial license is the appropriate license.
83
+
84
+ # License
85
+
86
+ This software is dual-licensed under the GNU Affero General Public License version 3 (AGPLv3) and a commercial license.
87
+
88
+ - **Open Source Use**: For open-source projects and non-commercial use, this software is available under the AGPLv3. The AGPLv3 allows you to freely use, modify, and distribute this software, provided that all modifications and derivative works are also licensed under the AGPLv3. For the full license text, see the [LICENSE file](https://github.com/CoCreate-app/CoCreate-selection/blob/master/LICENSE).
89
+
90
+ - **Commercial Use**: For-profit companies and individuals intending to use this software for commercial purposes must obtain a commercial license. The commercial license is available when you sign up for an API key on our [website](https://cocreate.app). This license permits proprietary use and modification of the software without the copyleft requirements of the AGPLv3. It is ideal for integrating this software into proprietary commercial products and applications.
91
+
92
+ If you have not purchased a commercial license and intend to use this software for commercial purposes, you are required to sign up for an API key on our website.
package/docs/index.html CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  <link
22
22
  rel="stylesheet"
23
- href="/docs/index.css"
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="nav display:flex align-items:center left:0px background:whitesmoke padding-top:10px padding-bottom:10px"
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,hide-nav"
38
- scroll-up="10"
39
- scroll-down="10"
40
- array="files"
41
- object="60395ef42b3ac232657040fd"
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.10.0",
3
+ "version": "1.12.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.27.4"
61
+ "@cocreate/utils": "^1.29.0"
62
62
  }
63
63
  }