@instructure/quiz-core 19.2.1-rc.2 → 20.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 +30 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
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
+ # [20.0.0](https://gerrit.instructure.com/quizzes-ui/compare/v19.2.0...v20.0.0) (2024-01-15)
7
+
8
+
9
+ ### chore
10
+
11
+ * **RCE4:** Remove RCE4 related code and dependencies ([0eddefc](https://gerrit.instructure.com/quizzes-ui/commits/0eddefc00f2dfbaaa629e982f91d895ed9ea9e9d))
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * **RCE4:** RCE4 is no longer usable. RCE5 is the deafult and flags like
17
+ 'use_new_rce', 'rce5_renderer' and 'rce5_apps' have no effect
18
+
19
+ closes: QUIZ-12885
20
+
21
+ Test plan:
22
+ - RCE works as expected
23
+ - RCE5 loads regardless from the state of use_new_rce and rce5_renderer flags
24
+
25
+ Change-Id: Ib502c34f9534031e559b1964e65308de44c82dbd
26
+ Reviewed-on: https://gerrit.instructure.com/c/quizzes-ui/+/335037
27
+ Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
28
+ Reviewed-by: Rajmund Csehil <rajmund.csehil@instructure.com>
29
+ QA-Review: Ferenc Marcsó <ferenc.marcso@instructure.com>
30
+ Product-Review: Roland Beres <roland.beres@instructure.com>
31
+
32
+
33
+
34
+
35
+
6
36
  # [19.2.0](https://gerrit.instructure.com/quizzes-ui/compare/v19.1.0...v19.2.0) (2024-01-08)
7
37
 
8
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "19.2.1-rc.2+42247cb2f",
3
+ "version": "20.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",
@@ -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.2.1-rc.2+42247cb2f",
48
- "@instructure/quiz-i18n": "19.2.1-rc.2+42247cb2f",
49
- "@instructure/quiz-interactions": "19.2.1-rc.2+42247cb2f",
50
- "@instructure/quiz-number-input": "19.2.1-rc.2+42247cb2f",
51
- "@instructure/quiz-rce": "19.2.1-rc.2+42247cb2f",
47
+ "@instructure/quiz-common": "^20.0.0",
48
+ "@instructure/quiz-i18n": "^20.0.0",
49
+ "@instructure/quiz-interactions": "^20.0.0",
50
+ "@instructure/quiz-number-input": "^20.0.0",
51
+ "@instructure/quiz-rce": "^20.0.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.2.1-rc.2+42247cb2f",
113
+ "instructure-validations": "^20.0.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.2.0",
145
+ "@instructure/quiz-scripts": "^20.0.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",
@@ -162,7 +162,7 @@
162
162
  "intl": "^1.2.4",
163
163
  "jquery": "^2.2.3",
164
164
  "most-subject": "^5.3.0",
165
- "quiz-presets": "19.2.1-rc.2+42247cb2f",
165
+ "quiz-presets": "^20.0.0",
166
166
  "react": "^16.8.6",
167
167
  "react-addons-test-utils": "^15.6.2",
168
168
  "react-dom": "^16.8.6",
@@ -178,5 +178,5 @@
178
178
  "publishConfig": {
179
179
  "access": "public"
180
180
  },
181
- "gitHead": "42247cb2f6543562272ac159f61bea35c2ef3da0"
181
+ "gitHead": "76d9fc4082ab232befa2d3d206efeb51c0415966"
182
182
  }