@instructure/quiz-core 18.8.1-rc.2 → 18.9.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 +13 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
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.0](https://gerrit.instructure.com/quizzes-ui/compare/v18.8.0...v18.9.0) (2023-12-04)
7
+
8
+
9
+ ### Features
10
+
11
+ * **customErrorHandlingForItemAnalysis:** support custom addError prop in item analysis ([1ac335e](https://gerrit.instructure.com/quizzes-ui/commits/1ac335e57a2599fb939c6cf88d00177c88893e1b))
12
+ * **optionalRenderAlert:** In SDKApp now we are able to turn off the ([e4e5fa1](https://gerrit.instructure.com/quizzes-ui/commits/e4e5fa16314332272fea0559013ba0a8eb1bdae7))
13
+ * **report-initial-state:** support initial state for NewQuizAndItemAnalysis ([c596efa](https://gerrit.instructure.com/quizzes-ui/commits/c596efaa2a075610a04d584d3a0c9a1c23b3f3df))
14
+
15
+
16
+
17
+
18
+
6
19
  # [18.8.0](https://gerrit.instructure.com/quizzes-ui/compare/v18.7.0...v18.8.0) (2023-11-29)
7
20
 
8
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "18.8.1-rc.2+e4e5fa163",
3
+ "version": "18.9.0",
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.8.1-rc.2+e4e5fa163",
47
- "@instructure/quiz-i18n": "18.8.1-rc.2+e4e5fa163",
48
- "@instructure/quiz-interactions": "18.8.1-rc.2+e4e5fa163",
49
- "@instructure/quiz-number-input": "18.8.1-rc.2+e4e5fa163",
50
- "@instructure/quiz-rce": "18.8.1-rc.2+e4e5fa163",
46
+ "@instructure/quiz-common": "^18.9.0",
47
+ "@instructure/quiz-i18n": "^18.9.0",
48
+ "@instructure/quiz-interactions": "^18.9.0",
49
+ "@instructure/quiz-number-input": "^18.9.0",
50
+ "@instructure/quiz-rce": "^18.9.0",
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.8.1-rc.2+e4e5fa163",
112
+ "instructure-validations": "^18.9.0",
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.8.0",
144
+ "@instructure/quiz-scripts": "^18.9.0",
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.8.1-rc.2+e4e5fa163",
163
+ "quiz-presets": "^18.9.0",
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": "e4e5fa16314332272fea0559013ba0a8eb1bdae7"
179
+ "gitHead": "bb071c18ac5b65f10edcbaac0a447a8cb0f3f793"
180
180
  }