@cocreate/notification 1.3.0 → 1.5.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 +24 -0
- package/README.md +7 -1
- package/docs/index.html +10 -12
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# [1.5.0](https://github.com/CoCreate-app/CoCreate-notification/compare/v1.4.0...v1.5.0) (2023-11-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update licensing details ([6a94b18](https://github.com/CoCreate-app/CoCreate-notification/commit/6a94b18221048c81c0031e2542be2a232063a385))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* upgrade dependencies for latest features and fixes ([723e3c6](https://github.com/CoCreate-app/CoCreate-notification/commit/723e3c6632f13268524c863ff58769e92c8d5efa))
|
|
12
|
+
|
|
13
|
+
# [1.4.0](https://github.com/CoCreate-app/CoCreate-notification/compare/v1.3.0...v1.4.0) (2023-11-25)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* update nav, edit button and css path ([dadd55a](https://github.com/CoCreate-app/CoCreate-notification/commit/dadd55a2f6655adc9052e1c3b5f94d651a8c03e0))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* upgrade dependencies for latest features and fixes ([6d5a226](https://github.com/CoCreate-app/CoCreate-notification/commit/6d5a2261ca4f55e1e4fd71c6d928323f8e610ac6))
|
|
24
|
+
|
|
1
25
|
# [1.3.0](https://github.com/CoCreate-app/CoCreate-notification/compare/v1.2.4...v1.3.0) (2023-11-19)
|
|
2
26
|
|
|
3
27
|
|
package/README.md
CHANGED
|
@@ -82,4 +82,10 @@ We appreciate your continued support, thank you!
|
|
|
82
82
|
|
|
83
83
|
# License
|
|
84
84
|
|
|
85
|
-
|
|
85
|
+
This software is dual-licensed under the GNU Affero General Public License version 3 (AGPLv3) and a commercial license.
|
|
86
|
+
|
|
87
|
+
- **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-notification/blob/master/LICENSE).
|
|
88
|
+
|
|
89
|
+
- **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.
|
|
90
|
+
|
|
91
|
+
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
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
type="text/css" />
|
|
26
26
|
<link
|
|
27
27
|
rel="stylesheet"
|
|
28
|
-
href="
|
|
28
|
+
href="../index.css"
|
|
29
29
|
array="files"
|
|
30
30
|
object="60888216117c640e7596303f"
|
|
31
31
|
key="src"
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
</head>
|
|
36
36
|
|
|
37
37
|
<body>
|
|
38
|
+
<!-- Navbar -->
|
|
38
39
|
<nav
|
|
39
|
-
class="
|
|
40
|
+
class="width:100% display:flex align-items:center background:transparent padding-top:10px padding-bottom:10px"
|
|
40
41
|
content_id="content"
|
|
41
|
-
scroll="sticky-nav,
|
|
42
|
-
scroll-up="
|
|
43
|
-
scroll-down="
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
key="src"></nav>
|
|
42
|
+
scroll="sticky-nav,"
|
|
43
|
+
scroll-up="5"
|
|
44
|
+
scroll-down="5"
|
|
45
|
+
path="../"
|
|
46
|
+
src="../components/navbar.html"></nav>
|
|
47
47
|
<sidenav
|
|
48
48
|
id="menuL"
|
|
49
49
|
class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl"
|
|
@@ -367,10 +367,8 @@
|
|
|
367
367
|
<button
|
|
368
368
|
href="https://github.com/CoCreate-app/CoCreate-notification/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..."
|
|
369
369
|
target="_blank"
|
|
370
|
-
class="position:fixed bottom:15px right:15px
|
|
371
|
-
<i
|
|
372
|
-
class="height:20px fill:#505050"
|
|
373
|
-
src="/assets/svg/pencil-alt.svg"></i>
|
|
370
|
+
class="display:flex justify-content:center align-items:center position:fixed bottom:15px right:15px height:50px width:50px border-radius:50% box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4)">
|
|
371
|
+
<i class="height:20px" src="../assets/svg/pencil-alt.svg"></i>
|
|
374
372
|
</button>
|
|
375
373
|
</main>
|
|
376
374
|
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/notification",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "Simple HTML5 & JavaScript component add, update & remove values in element's notification from input, select or js api. Easily configured using HTML5 notification and/or JavaScript API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cocreate",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"webpack-log": "^3.0.1"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@cocreate/actions": "^1.
|
|
61
|
-
"@cocreate/socket-client": "^1.
|
|
60
|
+
"@cocreate/actions": "^1.14.0",
|
|
61
|
+
"@cocreate/socket-client": "^1.35.0",
|
|
62
62
|
"web-push": "^3.6.6"
|
|
63
63
|
}
|
|
64
64
|
}
|