@cocreate/unique 1.2.26 → 1.2.27
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 +7 -0
- package/demo/index.html +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.2.27](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.2.26...v1.2.27) (2022-01-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updated saveDocument to save and createDocument replaced with save, reset ([6c7309d](https://github.com/CoCreate-app/CoCreate-unique/commit/6c7309d05e9cff151a25d17a5cb56089ea7ccb6b))
|
|
7
|
+
|
|
1
8
|
## [1.2.26](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.2.25...v1.2.26) (2022-01-01)
|
|
2
9
|
|
|
3
10
|
|
package/demo/index.html
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
<form collection="users" document_id realtime="false">
|
|
36
36
|
<input type="text" unique class="floating-label" placeholder="Name" name="name">
|
|
37
37
|
<input type="text" unique class="floating-label" placeholder="Email" name="email">
|
|
38
|
-
<button actions="validate,
|
|
38
|
+
<button actions="validate, save" class="position:fixed bottom:15px right:15px background:dodgerblue grow-hover border-radius:50% padding:15px">
|
|
39
39
|
<i class="far fa-save"></i>
|
|
40
40
|
</button>
|
|
41
41
|
</form>
|