@instructure/quiz-core 17.67.1-rc.1 → 18.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,42 @@
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.0.0](https://gerrit.instructure.com/quizzes-ui/compare/v17.67.0...v18.0.0) (2023-09-08)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **calculator:** use window.LearnosityApp rather than async loading at runtime ([bba81e9](https://gerrit.instructure.com/quizzes-ui/commits/bba81e92aab7db0f764077bdb90381a1a2475b6c))
12
+ * **itemanalysis:** refactor status report polling logic ([7afeb9e](https://gerrit.instructure.com/quizzes-ui/commits/7afeb9ec94ab66b70ef4c1cf9dbd19b8eb9f8acd))
13
+
14
+
15
+ ### BREAKING CHANGES
16
+
17
+ * **calculator:** relies on window.learnosityApp being available.
18
+ Therefore, consumers must load the learnosity script via script
19
+ tag in the page header so that window.LearnosityApp is available.
20
+ ie. <script src="https://questions.learnosity.com?v2023.2.LTS">
21
+ regional variations are available:
22
+ https://help.learnosity.com/hc/en-us/articles/360000754798-What-Regions-and-Endpoints-Should-I-Use-
23
+
24
+ refs QUIZ-11213
25
+
26
+ test plan:
27
+ - to be tested with associated quiz_lti PS:
28
+ https://gerrit.instructure.com/c/quiz_lti/+/326968
29
+ - see the test plan on that PS
30
+
31
+ Change-Id: I8693b5ef5279b41fd42d765472805d8b6c1fe37c
32
+ Reviewed-on: https://gerrit.instructure.com/c/quizzes-ui/+/326969
33
+ Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
34
+ Reviewed-by: Griffin Zody <griffin.zody@instructure.com>
35
+ QA-Review: Griffin Zody <griffin.zody@instructure.com>
36
+ Product-Review: Marissa Pio Roda <marissa.pioroda@instructure.com>
37
+
38
+
39
+
40
+
41
+
6
42
  # [17.67.0](https://gerrit.instructure.com/quizzes-ui/compare/v17.66.1...v17.67.0) (2023-09-06)
7
43
 
8
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "17.67.1-rc.1+bba81e92a",
3
+ "version": "18.0.0",
4
4
  "license": "MIT",
5
5
  "description": "The Quiz React SDK by Instructure Inc.",
6
6
  "author": "Instructure, Inc. Engineering and Product Design",
@@ -42,11 +42,11 @@
42
42
  "dependencies": {
43
43
  "@instructure/grading-utils": "^1.0.0",
44
44
  "@instructure/outcomes-ui": "^2.1.9",
45
- "@instructure/quiz-common": "17.67.1-rc.1+bba81e92a",
46
- "@instructure/quiz-i18n": "17.67.1-rc.1+bba81e92a",
47
- "@instructure/quiz-interactions": "17.67.1-rc.1+bba81e92a",
48
- "@instructure/quiz-number-input": "17.67.1-rc.1+bba81e92a",
49
- "@instructure/quiz-rce": "17.67.1-rc.1+bba81e92a",
45
+ "@instructure/quiz-common": "^18.0.0",
46
+ "@instructure/quiz-i18n": "^18.0.0",
47
+ "@instructure/quiz-interactions": "^18.0.0",
48
+ "@instructure/quiz-number-input": "^18.0.0",
49
+ "@instructure/quiz-rce": "^18.0.0",
50
50
  "@instructure/ui-a11y-content": "^7.20.0",
51
51
  "@instructure/ui-alerts": "^7.20.0",
52
52
  "@instructure/ui-avatar": "^7.20.0",
@@ -107,7 +107,7 @@
107
107
  "eventemitter3": "^3.1.0",
108
108
  "humps": "^2.0.0",
109
109
  "immutable": "^3.8.1",
110
- "instructure-validations": "17.67.1-rc.1+bba81e92a",
110
+ "instructure-validations": "^18.0.0",
111
111
  "ipaddr.js": "^1.5.4",
112
112
  "isomorphic-fetch": "^2.2.0",
113
113
  "isuuid": "^0.1.0",
@@ -139,7 +139,7 @@
139
139
  "uuid": "^3.2.1"
140
140
  },
141
141
  "devDependencies": {
142
- "@instructure/quiz-scripts": "17.67.0",
142
+ "@instructure/quiz-scripts": "^18.0.0",
143
143
  "@instructure/ui-axe-check": "^7.20.0",
144
144
  "@instructure/ui-babel-preset": "^7.20.0",
145
145
  "@instructure/ui-karma-config": "^7.20.0",
@@ -158,7 +158,7 @@
158
158
  "intl": "^1.2.4",
159
159
  "jquery": "^2.2.3",
160
160
  "most-subject": "^5.3.0",
161
- "quiz-presets": "17.67.1-rc.1+bba81e92a",
161
+ "quiz-presets": "^18.0.0",
162
162
  "react": "^16.8.6",
163
163
  "react-addons-test-utils": "^15.6.2",
164
164
  "react-dom": "^16.8.6",
@@ -174,5 +174,5 @@
174
174
  "publishConfig": {
175
175
  "access": "public"
176
176
  },
177
- "gitHead": "bba81e92aab7db0f764077bdb90381a1a2475b6c"
177
+ "gitHead": "cfc3450829b081d81b1d0aff451c8ecd42741c65"
178
178
  }