@instructure/quiz-core 19.0.1-rc.4 → 19.1.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 +14 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
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
+ # [19.1.0](https://gerrit.instructure.com/quizzes-ui/compare/v19.0.0...v19.1.0) (2023-12-12)
7
+
8
+
9
+ ### Features
10
+
11
+ * **addNewChoiceAfs:** add new afs table for choice ([cf930e3](https://gerrit.instructure.com/quizzes-ui/commits/cf930e3b5cd2928db6cbe61e2e141297d0d37adf))
12
+ * **addNewMultiAnswerAfs:** add new afs table for multi-answer ([b0ab4bd](https://gerrit.instructure.com/quizzes-ui/commits/b0ab4bd2ac95f53b11a1162708c2085be3301bac))
13
+ * **addNewTrueOrFalseAfs:** add new afs table for true-false ([f1b45ad](https://gerrit.instructure.com/quizzes-ui/commits/f1b45ad5ed1c53c9b8929d4acdf3e0b3a6445389))
14
+ * **dynamicContentInChoiceAfs:** support dynamic content height for choice type tables ([ccf710a](https://gerrit.instructure.com/quizzes-ui/commits/ccf710abbb15a38788222e936bbdfbf710087793))
15
+
16
+
17
+
18
+
19
+
6
20
  # [19.0.0](https://gerrit.instructure.com/quizzes-ui/compare/v18.9.2...v19.0.0) (2023-12-08)
7
21
 
8
22
  **Note:** Version bump only for package @instructure/quiz-core
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "19.0.1-rc.4+b0ab4bd2a",
3
+ "version": "19.1.0",
4
4
  "license": "MIT",
5
5
  "description": "The Quiz React SDK by Instructure Inc.",
6
6
  "author": "Instructure, Inc. Engineering and Product Design",
@@ -44,11 +44,11 @@
44
44
  "@instructure/emotion": "^8.48.3",
45
45
  "@instructure/grading-utils": "^1.0.0",
46
46
  "@instructure/outcomes-ui": "^2.1.9",
47
- "@instructure/quiz-common": "19.0.1-rc.4+b0ab4bd2a",
48
- "@instructure/quiz-i18n": "19.0.1-rc.4+b0ab4bd2a",
49
- "@instructure/quiz-interactions": "19.0.1-rc.4+b0ab4bd2a",
50
- "@instructure/quiz-number-input": "19.0.1-rc.4+b0ab4bd2a",
51
- "@instructure/quiz-rce": "19.0.1-rc.4+b0ab4bd2a",
47
+ "@instructure/quiz-common": "^19.1.0",
48
+ "@instructure/quiz-i18n": "^19.1.0",
49
+ "@instructure/quiz-interactions": "^19.1.0",
50
+ "@instructure/quiz-number-input": "^19.1.0",
51
+ "@instructure/quiz-rce": "^19.1.0",
52
52
  "@instructure/ui-a11y-content": "^8.48.3",
53
53
  "@instructure/ui-alerts": "^8.48.3",
54
54
  "@instructure/ui-avatar": "^8.48.3",
@@ -110,7 +110,7 @@
110
110
  "file-saver": "~2.0.5",
111
111
  "humps": "^2.0.0",
112
112
  "immutable": "^3.8.1",
113
- "instructure-validations": "19.0.1-rc.4+b0ab4bd2a",
113
+ "instructure-validations": "^19.1.0",
114
114
  "ipaddr.js": "^1.5.4",
115
115
  "isomorphic-fetch": "^2.2.0",
116
116
  "isuuid": "^0.1.0",
@@ -142,7 +142,7 @@
142
142
  "uuid": "^3.2.1"
143
143
  },
144
144
  "devDependencies": {
145
- "@instructure/quiz-scripts": "19.0.0",
145
+ "@instructure/quiz-scripts": "^19.1.0",
146
146
  "@instructure/ui-axe-check": "^8.48.3",
147
147
  "@instructure/ui-babel-preset": "^7.22.1",
148
148
  "@instructure/ui-karma-config": "^7.22.1",
@@ -161,7 +161,7 @@
161
161
  "intl": "^1.2.4",
162
162
  "jquery": "^2.2.3",
163
163
  "most-subject": "^5.3.0",
164
- "quiz-presets": "19.0.1-rc.4+b0ab4bd2a",
164
+ "quiz-presets": "^19.1.0",
165
165
  "react": "^16.8.6",
166
166
  "react-addons-test-utils": "^15.6.2",
167
167
  "react-dom": "^16.8.6",
@@ -177,5 +177,5 @@
177
177
  "publishConfig": {
178
178
  "access": "public"
179
179
  },
180
- "gitHead": "b0ab4bd2ac95f53b11a1162708c2085be3301bac"
180
+ "gitHead": "b4108f0a0adb7a2c80409e4c8a81f645c2aff899"
181
181
  }