@cocreate/text 1.20.28 → 1.21.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,29 @@
1
+ # [1.21.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.29...v1.21.0) (2023-08-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * crud and utils function usage ([4b35c41](https://github.com/CoCreate-app/CoCreate-text/commit/4b35c419eb4fe5f29d3b568f3ab252fcd1bb4f11))
7
+ * crud attributes renamed ([3ca322f](https://github.com/CoCreate-app/CoCreate-text/commit/3ca322fb4ced8352caeedb8a77f510df45340d4e))
8
+ * removed @cocreate/crud-client ([7436f4a](https://github.com/CoCreate-app/CoCreate-text/commit/7436f4aba24dc934f1b19c45b267c8ee3c210279))
9
+ * replace -target -selector ([2a5bac2](https://github.com/CoCreate-app/CoCreate-text/commit/2a5bac2ed1dace214d013037eabf44fa415565b0))
10
+ * updated actions callback data object ([76cd64b](https://github.com/CoCreate-app/CoCreate-text/commit/76cd64b60a20dff7f21701b50c7c17f95e00d8a6))
11
+ * webpack.config and package.json make use of mode=production instead of process.env ([a67e920](https://github.com/CoCreate-app/CoCreate-text/commit/a67e9205cf21002cffb2446d2bf065fe4933f2db))
12
+
13
+
14
+ ### Features
15
+
16
+ * name attribute and variable renamed to key ([3dba2ae](https://github.com/CoCreate-app/CoCreate-text/commit/3dba2ae37a88f9e757e6887081be4f7a6c303d78))
17
+ * removed @cocreate/crud-client and add element.setValue ([8b95ff7](https://github.com/CoCreate-app/CoCreate-text/commit/8b95ff71d8fbf774dbea8e81301eedd661689af8))
18
+ * removed saveDomText.js as it can be handled by elelement.save() or action save ([7b5b627](https://github.com/CoCreate-app/CoCreate-text/commit/7b5b6273122873b501b8128c74f902ce02bc3ee0))
19
+
20
+ ## [1.20.29](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.28...v1.20.29) (2023-06-14)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([fc714e3](https://github.com/CoCreate-app/CoCreate-text/commit/fc714e3336e6a33f571bb912f044d5e1af3e96a2))
26
+
1
27
  ## [1.20.28](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.27...v1.20.28) (2023-06-11)
2
28
 
3
29
 
@@ -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": "60209cdc3c260207bf49cacc",
10
10
  "name": "index.html",
11
11
  "path": "/docs/text/index.html",