@projectcaluma/ember-core 11.0.0-beta.8 → 11.0.0-beta.9

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,14 @@
1
+ # [@projectcaluma/ember-core-v11.0.0-beta.9](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-core-v11.0.0-beta.8...@projectcaluma/ember-core-v11.0.0-beta.9) (2022-08-05)
2
+
3
+
4
+ * feat!: add multi file upload (#2040) ([c4fd004](https://github.com/projectcaluma/ember-caluma/commit/c4fd0049654b2d2e5ea62e5909a45d89cb888b40)), closes [#2040](https://github.com/projectcaluma/ember-caluma/issues/2040)
5
+
6
+
7
+ ### BREAKING CHANGES
8
+
9
+ * This requires the caluma backend version v8.0.0-beta.12
10
+ or later.
11
+
1
12
  # [@projectcaluma/ember-core-v11.0.0-beta.8](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-core-v11.0.0-beta.7...@projectcaluma/ember-core-v11.0.0-beta.8) (2022-08-02)
2
13
 
3
14
 
@@ -11,7 +11,7 @@ export default {
11
11
  "DateQuestion",
12
12
  "TableQuestion",
13
13
  "FormQuestion",
14
- "FileQuestion",
14
+ "FilesQuestion",
15
15
  "StaticQuestion",
16
16
  "CalculatedFloatQuestion",
17
17
  "ActionButtonQuestion",
@@ -35,7 +35,7 @@ export default {
35
35
  "DateQuestion",
36
36
  "TableQuestion",
37
37
  "FormQuestion",
38
- "FileQuestion",
38
+ "FilesQuestion",
39
39
  "StaticQuestion",
40
40
  "StringAnswer",
41
41
  "ListAnswer",
@@ -43,7 +43,7 @@ export default {
43
43
  "FloatAnswer",
44
44
  "DateAnswer",
45
45
  "TableAnswer",
46
- "FileAnswer",
46
+ "FilesAnswer",
47
47
  "File",
48
48
  "CalculatedFloatQuestion",
49
49
  "ActionButtonQuestion",
@@ -62,7 +62,7 @@ export default {
62
62
  "FloatAnswer",
63
63
  "DateAnswer",
64
64
  "TableAnswer",
65
- "FileAnswer",
65
+ "FilesAnswer",
66
66
  ],
67
67
  Task: ["SimpleTask", "CompleteWorkflowFormTask", "CompleteTaskFormTask"],
68
68
  DynamicQuestion: ["DynamicChoiceQuestion", "DynamicMultipleChoiceQuestion"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projectcaluma/ember-core",
3
- "version": "11.0.0-beta.8",
3
+ "version": "11.0.0-beta.9",
4
4
  "description": "Ember core addon for working with Caluma.",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -25,7 +25,7 @@
25
25
  "ember-fetch": "^8.1.1",
26
26
  "ember-inflector": "^4.0.2",
27
27
  "ember-intl": "^5.7.2",
28
- "ember-resources": "^5.0.2",
28
+ "ember-resources": "^5.1.1",
29
29
  "ember-uikit": "^5.1.3",
30
30
  "graphql": "^15.8.0",
31
31
  "graphql-tag": "^2.12.6",
@@ -41,7 +41,7 @@
41
41
  "@embroider/util": "^1.8.3",
42
42
  "@faker-js/faker": "7.3.0",
43
43
  "@glimmer/component": "1.1.2",
44
- "@projectcaluma/ember-testing": "11.0.0-beta.9",
44
+ "@projectcaluma/ember-testing": "11.0.0-beta.10",
45
45
  "broccoli-asset-rev": "3.0.0",
46
46
  "ember-cli": "3.28.5",
47
47
  "ember-cli-code-coverage": "1.0.3",
@@ -63,7 +63,7 @@
63
63
  "npm-run-all": "4.1.5",
64
64
  "qunit": "2.19.1",
65
65
  "qunit-dom": "2.0.0",
66
- "webpack": "5.73.0"
66
+ "webpack": "5.74.0"
67
67
  },
68
68
  "engines": {
69
69
  "node": "12.* || 14.* || >= 16"