@instructure/quiz-core 18.9.1-rc.0 → 18.9.1

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
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [18.9.1](https://gerrit.instructure.com/quizzes-ui/compare/v18.9.0...v18.9.1) (2023-12-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **removeConstantFromTranslation:** remove constant from categorization type translation ([72b5dcb](https://gerrit.instructure.com/quizzes-ui/commits/72b5dcb275f2e5db0a5e2bf0f0ddfb5419497a16))
12
+ * **Reports:** improve mobile view layout ([2169b2e](https://gerrit.instructure.com/quizzes-ui/commits/2169b2e0115bea53dd02219956a2ffdd131a1179))
13
+
14
+
15
+
16
+
17
+
6
18
  # [18.9.0](https://gerrit.instructure.com/quizzes-ui/compare/v18.8.0...v18.9.0) (2023-12-04)
7
19
 
8
20
 
@@ -11,7 +11,6 @@ import { AfsPartsContainer } from "../shared/AfsPartsContainer/presenter.js";
11
11
  import MatchingTypeTable from "./MatchingTypeTable/index.js";
12
12
  import AggregationTable from "../shared/AggregationTable/index.js";
13
13
  var distractorKey = 'distractor';
14
- var distractorTranslation = t('Distractors');
15
14
  export var CategorizationType = /*#__PURE__*/function (_Component) {
16
15
  _inherits(CategorizationType, _Component);
17
16
 
@@ -36,7 +35,7 @@ export var CategorizationType = /*#__PURE__*/function (_Component) {
36
35
  if (distractorKey === answerKey) {
37
36
  var detail = answerSummaryCopy.questions[questionKey].answers[answerKey];
38
37
  answerSummaryCopy.questions[questionKey].answers[answerKey] = _objectSpread(_objectSpread({}, detail), {}, {
39
- body: distractorTranslation
38
+ body: t('Distractors')
40
39
  });
41
40
  }
42
41
  });
@@ -34,7 +34,6 @@ var _index2 = _interopRequireDefault(require("./MatchingTypeTable/index.js"));
34
34
  var _index3 = _interopRequireDefault(require("../shared/AggregationTable/index.js"));
35
35
 
36
36
  var distractorKey = 'distractor';
37
- var distractorTranslation = (0, _formatMessage.default)('Distractors');
38
37
 
39
38
  var CategorizationType = /*#__PURE__*/function (_Component) {
40
39
  (0, _inherits2.default)(CategorizationType, _Component);
@@ -59,7 +58,7 @@ var CategorizationType = /*#__PURE__*/function (_Component) {
59
58
  if (distractorKey === answerKey) {
60
59
  var detail = answerSummaryCopy.questions[questionKey].answers[answerKey];
61
60
  answerSummaryCopy.questions[questionKey].answers[answerKey] = (0, _objectSpread2.default)((0, _objectSpread2.default)({}, detail), {}, {
62
- body: distractorTranslation
61
+ body: (0, _formatMessage.default)('Distractors')
63
62
  });
64
63
  }
65
64
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "18.9.1-rc.0+2169b2e01",
3
+ "version": "18.9.1",
4
4
  "license": "MIT",
5
5
  "description": "The Quiz React SDK by Instructure Inc.",
6
6
  "author": "Instructure, Inc. Engineering and Product Design",
@@ -43,11 +43,11 @@
43
43
  "dependencies": {
44
44
  "@instructure/grading-utils": "^1.0.0",
45
45
  "@instructure/outcomes-ui": "^2.1.9",
46
- "@instructure/quiz-common": "18.9.1-rc.0+2169b2e01",
47
- "@instructure/quiz-i18n": "18.9.1-rc.0+2169b2e01",
48
- "@instructure/quiz-interactions": "18.9.1-rc.0+2169b2e01",
49
- "@instructure/quiz-number-input": "18.9.1-rc.0+2169b2e01",
50
- "@instructure/quiz-rce": "18.9.1-rc.0+2169b2e01",
46
+ "@instructure/quiz-common": "^18.9.1",
47
+ "@instructure/quiz-i18n": "^18.9.1",
48
+ "@instructure/quiz-interactions": "^18.9.1",
49
+ "@instructure/quiz-number-input": "^18.9.1",
50
+ "@instructure/quiz-rce": "^18.9.1",
51
51
  "@instructure/ui-a11y-content": "^7.22.1",
52
52
  "@instructure/ui-alerts": "^7.22.1",
53
53
  "@instructure/ui-avatar": "^7.22.1",
@@ -109,7 +109,7 @@
109
109
  "file-saver": "~2.0.5",
110
110
  "humps": "^2.0.0",
111
111
  "immutable": "^3.8.1",
112
- "instructure-validations": "18.9.1-rc.0+2169b2e01",
112
+ "instructure-validations": "^18.9.1",
113
113
  "ipaddr.js": "^1.5.4",
114
114
  "isomorphic-fetch": "^2.2.0",
115
115
  "isuuid": "^0.1.0",
@@ -141,7 +141,7 @@
141
141
  "uuid": "^3.2.1"
142
142
  },
143
143
  "devDependencies": {
144
- "@instructure/quiz-scripts": "18.9.0",
144
+ "@instructure/quiz-scripts": "^18.9.1",
145
145
  "@instructure/ui-axe-check": "^7.22.1",
146
146
  "@instructure/ui-babel-preset": "^7.22.1",
147
147
  "@instructure/ui-karma-config": "^7.22.1",
@@ -160,7 +160,7 @@
160
160
  "intl": "^1.2.4",
161
161
  "jquery": "^2.2.3",
162
162
  "most-subject": "^5.3.0",
163
- "quiz-presets": "18.9.1-rc.0+2169b2e01",
163
+ "quiz-presets": "^18.9.1",
164
164
  "react": "^16.8.6",
165
165
  "react-addons-test-utils": "^15.6.2",
166
166
  "react-dom": "^16.8.6",
@@ -176,5 +176,5 @@
176
176
  "publishConfig": {
177
177
  "access": "public"
178
178
  },
179
- "gitHead": "2169b2e0115bea53dd02219956a2ffdd131a1179"
179
+ "gitHead": "3d7fa636537b86fcd93f731c9487add6ae1dbfc8"
180
180
  }