@cocreate/file 1.9.6 → 1.9.7
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/package.json +1 -1
- package/src/client.js +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.9.7](https://github.com/CoCreate-app/CoCreate-file/compare/v1.9.6...v1.9.7) (2023-10-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* declartion of render functions using object spread ([acb3fc5](https://github.com/CoCreate-app/CoCreate-file/commit/acb3fc5a549ff0a4d17bb5c8c7850f2aad4c58c8))
|
|
7
|
+
|
|
1
8
|
## [1.9.6](https://github.com/CoCreate-app/CoCreate-file/compare/v1.9.5...v1.9.6) (2023-10-17)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
package/src/client.js
CHANGED
|
@@ -136,10 +136,6 @@ async function fileEvent(event) {
|
|
|
136
136
|
|
|
137
137
|
if (!input.renderValue)
|
|
138
138
|
input.renderValue(selected.values())
|
|
139
|
-
// render.render({
|
|
140
|
-
// source: input,
|
|
141
|
-
// data
|
|
142
|
-
// });
|
|
143
139
|
|
|
144
140
|
const isImport = input.getAttribute('import')
|
|
145
141
|
const isRealtime = input.getAttribute('realtime')
|