@cocreate/file 1.3.10 → 1.4.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 CHANGED
@@ -1,3 +1,38 @@
1
+ # [1.4.0](https://github.com/CoCreate-app/CoCreate-file/compare/v1.3.11...v1.4.0) (2023-08-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add conditional for newConfig.repositiories ([3fae340](https://github.com/CoCreate-app/CoCreate-file/commit/3fae340d2e616e9f9c046062c2816fa63b4900a1))
7
+ * crud attributes renamed ([a379ef5](https://github.com/CoCreate-app/CoCreate-file/commit/a379ef5db63ec4bb5b0f4d7b4b7dab2656bb5bc9))
8
+ * refactor(client.js): Simplify file selection event listener ([eeb34cc](https://github.com/CoCreate-app/CoCreate-file/commit/eeb34cca7fa405440a2936fa6a71b4b11bced015))
9
+ * render-array and render-object attributes renamed to render ([1b2301f](https://github.com/CoCreate-app/CoCreate-file/commit/1b2301f184c9094ecf3a2d39927c956bf633e678))
10
+ * replace -target -selector ([ceb96a7](https://github.com/CoCreate-app/CoCreate-file/commit/ceb96a7b60000b99ac3300e289ee88182d5415b0))
11
+ * replaced @cocreate/crud-client with @cocreate/elements ([1e012b3](https://github.com/CoCreate-app/CoCreate-file/commit/1e012b3a2b3f74eece733bd0b56f3d54b2dc03c0))
12
+ * startIndex renamed to index ([0f174c9](https://github.com/CoCreate-app/CoCreate-file/commit/0f174c986f853de188de13b34afb9841a0b8c62f))
13
+ * updated actions callback data object ([edeef71](https://github.com/CoCreate-app/CoCreate-file/commit/edeef718350c06587d861b9f2406f8277dbb9cd4))
14
+ * updated fetch-limit to filter-limit ([d40bbf7](https://github.com/CoCreate-app/CoCreate-file/commit/d40bbf788659007133eda4ed34bc33ca4b25c61e))
15
+ * webpack.config and package.json make use of mode=production instead of process.env ([a563c53](https://github.com/CoCreate-app/CoCreate-file/commit/a563c534c95a0dc68e0e1c862cfa4ae03aee89d1))
16
+
17
+
18
+ ### Features
19
+
20
+ * actions support finding elements and data using form, selctors, and crud ([c5fd048](https://github.com/CoCreate-app/CoCreate-file/commit/c5fd048c34a29b4b15ff389a56421a5c7ab43fcd))
21
+ * Add support for multiple files and directories in file input field, ender and edit file data ([5c06442](https://github.com/CoCreate-app/CoCreate-file/commit/5c06442ac85b1088465aef67320bb5f8a012f519))
22
+ * name attribute and variable renamed to key ([7c70ed2](https://github.com/CoCreate-app/CoCreate-file/commit/7c70ed2278cd25086a7d7b1039b110e0ddc6130e))
23
+ * Refactor file form actions and add new 'download' action ([d593476](https://github.com/CoCreate-app/CoCreate-file/commit/d5934760e9f297570068d5710f448f195eb209b7))
24
+ * Refactor file rendering ([47945de](https://github.com/CoCreate-app/CoCreate-file/commit/47945dede6677d8b4b74cae0a70043117ccc94a5))
25
+ * Refactor Import function to import files into the system. ([99f48a7](https://github.com/CoCreate-app/CoCreate-file/commit/99f48a700ff3ceb51dbc51be024923a589eafbfa))
26
+ * Refactored code to handle duplicate files when selected from multiple `input[type="file"]` elements. ([c965cae](https://github.com/CoCreate-app/CoCreate-file/commit/c965cae2a6f092b4b57e846d50859266366937e5))
27
+ * update template_id to render-selector attribute. update filter attributes to filter selector-attributes ([897d910](https://github.com/CoCreate-app/CoCreate-file/commit/897d9104ef2134e9f05a94a720ca0acdbd84fc89))
28
+
29
+ ## [1.3.11](https://github.com/CoCreate-app/CoCreate-file/compare/v1.3.10...v1.3.11) (2023-06-16)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([5fff8c2](https://github.com/CoCreate-app/CoCreate-file/commit/5fff8c278a0b1da78417c075216b950bfb80f180))
35
+
1
36
  ## [1.3.10](https://github.com/CoCreate-app/CoCreate-file/compare/v1.3.9...v1.3.10) (2023-06-16)
2
37
 
3
38
 
@@ -4,8 +4,8 @@ module.exports = {
4
4
  "host": "",
5
5
  "sources": [
6
6
  {
7
- "collection": "files",
8
- "document": {
7
+ "array": "files",
8
+ "object": {
9
9
  "_id": "61a12db2a8b6b4001a9f5a2e",
10
10
  "name": "index.html",
11
11
  "path": "/docs/file/index.html",