@pie-element/image-cloze-association 3.6.19 → 3.6.20-beta.1445
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 +319 -0
- package/configure/CHANGELOG.md +302 -0
- package/configure/lib/defaults.js +16 -0
- package/configure/lib/defaults.js.map +1 -1
- package/configure/lib/index.js +16 -2
- package/configure/lib/index.js.map +1 -1
- package/configure/lib/root.js +42 -12
- package/configure/lib/root.js.map +1 -1
- package/configure/package.json +4 -3
- package/configure/src/__tests__/index.test.js +12 -15
- package/configure/src/defaults.js +20 -4
- package/configure/src/index.js +23 -3
- package/configure/src/root.jsx +41 -25
- package/controller/CHANGELOG.md +11 -0
- package/controller/lib/index.js +4 -3
- package/controller/lib/index.js.map +1 -1
- package/controller/lib/utils.js +2 -2
- package/controller/lib/utils.js.map +1 -1
- package/controller/package.json +2 -2
- package/controller/src/__tests__/index.test.js +34 -67
- package/controller/src/index.js +38 -26
- package/controller/src/utils.js +10 -9
- package/docs/config-schema.json +100 -0
- package/docs/config-schema.json.md +76 -0
- package/docs/demo/config.js +2 -2
- package/docs/demo/generate.js +21 -17
- package/docs/demo/session.js +1 -1
- package/docs/pie-schema.json +34 -1
- package/docs/pie-schema.json.md +24 -0
- package/lib/constants.js.map +1 -1
- package/lib/evaluation-icon.js.map +1 -1
- package/lib/image-container.js.map +1 -1
- package/lib/image-drop-target.js.map +1 -1
- package/lib/index.js +3 -0
- package/lib/index.js.map +1 -1
- package/lib/interactive-section.js.map +1 -1
- package/lib/possible-response.js.map +1 -1
- package/lib/possible-responses.js.map +1 -1
- package/lib/root.js +2 -2
- package/lib/root.js.map +1 -1
- package/lib/utils-correctness.js +3 -3
- package/lib/utils-correctness.js.map +1 -1
- package/package.json +7 -6
- package/src/__tests__/image-container.test.jsx +5 -5
- package/src/__tests__/possible-response.test.jsx +2 -2
- package/src/__tests__/root.test.jsx +3 -3
- package/src/__tests__/utils.test.js +144 -148
- package/src/constants.js +3 -3
- package/src/evaluation-icon.jsx +8 -17
- package/src/image-container.jsx +11 -19
- package/src/image-drop-target.jsx +40 -39
- package/src/index.js +10 -18
- package/src/interactive-section.jsx +15 -22
- package/src/possible-response.jsx +30 -23
- package/src/possible-responses.jsx +17 -25
- package/src/root.jsx +29 -69
- package/src/utils-correctness.js +31 -23
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,325 @@
|
|
|
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
|
+
# [4.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.5.0...@pie-element/image-cloze-association@4.6.0) (2023-01-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [4.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.4.1...@pie-element/image-cloze-association@4.5.0) (2023-01-05)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
|
|
23
|
+
* update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
|
|
24
|
+
* update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
|
|
25
|
+
* **image-cloze-association:** added configuration prop to hide the settings panel PD-1999 ([5d0739b](https://github.com/pie-framework/pie-elements/commit/5d0739b021caaedd757f6caccdbef7ea74451ded))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## [4.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.4.0...@pie-element/image-cloze-association@4.4.1) (2022-12-21)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* updated pie-libs ([8cb5b90](https://github.com/pie-framework/pie-elements/commit/8cb5b90d501ccbdf5ffd764e6555faa48b8f54d6))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
# [4.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.3.3...@pie-element/image-cloze-association@4.4.0) (2022-12-20)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Bug Fixes
|
|
46
|
+
|
|
47
|
+
* updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Features
|
|
51
|
+
|
|
52
|
+
* **pie-models:** update schemas for extended-text-entry in order to include the updated spellchek property ([bf4b656](https://github.com/pie-framework/pie-elements/commit/bf4b656241887acf8e2aa1264e747c0c338ed727))
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
## [4.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.3.2...@pie-element/image-cloze-association@4.3.3) (2022-12-07)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
### Bug Fixes
|
|
62
|
+
|
|
63
|
+
* update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
|
|
64
|
+
* update libs for PD-2030 PD-2031 ([3174022](https://github.com/pie-framework/pie-elements/commit/3174022d45603ed217bbe8804a142b07084636a5))
|
|
65
|
+
* updated lib PD-1715 ([42e788d](https://github.com/pie-framework/pie-elements/commit/42e788db0c792838994e55001952da7701251a8e))
|
|
66
|
+
* updated libs ([c20de3a](https://github.com/pie-framework/pie-elements/commit/c20de3a6ba4499a090c809e18e52588d2a585fa0))
|
|
67
|
+
* updated libs ([0eed79a](https://github.com/pie-framework/pie-elements/commit/0eed79a32c3b777c16c8cabf201513fc1d2726a0))
|
|
68
|
+
* updated libs ([343c9ec](https://github.com/pie-framework/pie-elements/commit/343c9ec3dccba7f781e90ae2bd195cac6f78f467))
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
## [4.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.3.1...@pie-element/image-cloze-association@4.3.2) (2022-11-15)
|
|
75
|
+
|
|
76
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
## [4.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.3.0...@pie-element/image-cloze-association@4.3.1) (2022-11-11)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
### Bug Fixes
|
|
86
|
+
|
|
87
|
+
* **image-close-association:** add sanity checks for withRubric ([1d3c577](https://github.com/pie-framework/pie-elements/commit/1d3c577d04b0c9b13589c9fce901b673be27ad31))
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
# [4.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.2.1...@pie-element/image-cloze-association@4.3.0) (2022-11-01)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Features
|
|
97
|
+
|
|
98
|
+
* add a different property in the config, forceEnabled, to force a value ([300c664](https://github.com/pie-framework/pie-elements/commit/300c664618f46177137deef3bced2d096cdb8126))
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
## [4.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.2.0...@pie-element/image-cloze-association@4.2.1) (2022-10-31)
|
|
105
|
+
|
|
106
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
# [4.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.1.9...@pie-element/image-cloze-association@4.2.0) (2022-10-17)
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
### Features
|
|
116
|
+
|
|
117
|
+
* enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
|
|
118
|
+
* set withRubric to false in item default configurations. Set rubricEnabled to true if it's enabled for drawing-response and extended-text-entry ([a209057](https://github.com/pie-framework/pie-elements/commit/a209057f5a3fa5438efc8595453c89c11959a8f5))
|
|
119
|
+
* update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
|
|
120
|
+
* **docs:** update docs ([23cab69](https://github.com/pie-framework/pie-elements/commit/23cab69700cfee41395941f99599253cba8a28a3))
|
|
121
|
+
* **image-cloze-association:** add pie-api config PD-23 ([cef5013](https://github.com/pie-framework/pie-elements/commit/cef50133f83f6dec1e3f0b993a24a35e86cfe159))
|
|
122
|
+
* **image-cloze-association:** add settings to enable rubric. Add withRubric prop to configuration and rubricEnabled prop to model PD-2101 ([e6d1ba7](https://github.com/pie-framework/pie-elements/commit/e6d1ba7c700f6a637006cb3b5befbc77bad9a3e1))
|
|
123
|
+
* **image-cloze-association:** add uploadSoundSupport property PD-23-updated ([d0d80dc](https://github.com/pie-framework/pie-elements/commit/d0d80dcf75586bdfc6d79585e4437aacc2734fea))
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
## [4.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.1.8...@pie-element/image-cloze-association@4.1.9) (2022-09-29)
|
|
130
|
+
|
|
131
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
## [4.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.1.7...@pie-element/image-cloze-association@4.1.8) (2022-09-14)
|
|
138
|
+
|
|
139
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
## [4.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.1.6...@pie-element/image-cloze-association@4.1.7) (2022-08-31)
|
|
146
|
+
|
|
147
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
## [4.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.1.5...@pie-element/image-cloze-association@4.1.6) (2022-08-16)
|
|
154
|
+
|
|
155
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
## [4.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.1.4...@pie-element/image-cloze-association@4.1.5) (2022-08-08)
|
|
162
|
+
|
|
163
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
## [4.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.1.3...@pie-element/image-cloze-association@4.1.4) (2022-08-02)
|
|
170
|
+
|
|
171
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
## [4.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.1.2...@pie-element/image-cloze-association@4.1.3) (2022-07-22)
|
|
178
|
+
|
|
179
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
## [4.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.1.1...@pie-element/image-cloze-association@4.1.2) (2022-07-20)
|
|
186
|
+
|
|
187
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.1.0...@pie-element/image-cloze-association@4.1.1) (2022-07-19)
|
|
194
|
+
|
|
195
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
# [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.0.0...@pie-element/image-cloze-association@4.1.0) (2022-06-28)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
### Features
|
|
205
|
+
|
|
206
|
+
* **image-cloze-association:** add maxImageWidth and maxImageHeight props PD-1801 ([f4132c8](https://github.com/pie-framework/pie-elements/commit/f4132c81475ad141fae5c38def311ac7e9729a42))
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
# [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@3.6.31...@pie-element/image-cloze-association@4.0.0) (2022-06-28)
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
### chore
|
|
216
|
+
|
|
217
|
+
* Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### BREAKING CHANGES
|
|
221
|
+
|
|
222
|
+
* Image percent buttons were removed from toolbar.
|
|
223
|
+
New properties maxImageWidth and maxImageHeight were added.
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
## [3.6.31](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@3.6.30...@pie-element/image-cloze-association@3.6.31) (2022-06-13)
|
|
230
|
+
|
|
231
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
## [3.6.30](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@3.6.29...@pie-element/image-cloze-association@3.6.30) (2022-05-30)
|
|
238
|
+
|
|
239
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
## [3.6.29](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@3.6.28...@pie-element/image-cloze-association@3.6.29) (2022-05-16)
|
|
246
|
+
|
|
247
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
## [3.6.28](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@3.6.27...@pie-element/image-cloze-association@3.6.28) (2022-05-09)
|
|
254
|
+
|
|
255
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
## [3.6.27](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@3.6.26...@pie-element/image-cloze-association@3.6.27) (2022-05-03)
|
|
262
|
+
|
|
263
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
## [3.6.26](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@3.6.25...@pie-element/image-cloze-association@3.6.26) (2022-04-12)
|
|
270
|
+
|
|
271
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
## [3.6.25](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@3.6.24...@pie-element/image-cloze-association@3.6.25) (2022-03-28)
|
|
278
|
+
|
|
279
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
## [3.6.24](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@3.6.23...@pie-element/image-cloze-association@3.6.24) (2022-03-22)
|
|
286
|
+
|
|
287
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
## [3.6.23](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@3.6.22...@pie-element/image-cloze-association@3.6.23) (2022-03-08)
|
|
294
|
+
|
|
295
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
## [3.6.22](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@3.6.21...@pie-element/image-cloze-association@3.6.22) (2022-03-08)
|
|
302
|
+
|
|
303
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
## [3.6.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@3.6.20...@pie-element/image-cloze-association@3.6.21) (2022-02-21)
|
|
310
|
+
|
|
311
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
## [3.6.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@3.6.19...@pie-element/image-cloze-association@3.6.20) (2022-02-04)
|
|
318
|
+
|
|
319
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
6
325
|
## [3.6.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@3.6.18...@pie-element/image-cloze-association@3.6.19) (2022-01-24)
|
|
7
326
|
|
|
8
327
|
|
package/configure/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,308 @@
|
|
|
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
|
+
# [4.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.3.0...@pie-element/image-cloze-association-configure@4.4.0) (2023-01-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [4.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.2.6...@pie-element/image-cloze-association-configure@4.3.0) (2023-01-05)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
|
|
23
|
+
* update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
|
|
24
|
+
* update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
|
|
25
|
+
* **image-cloze-association:** added configuration prop to hide the settings panel PD-1999 ([5d0739b](https://github.com/pie-framework/pie-elements/commit/5d0739b021caaedd757f6caccdbef7ea74451ded))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## [4.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.2.5...@pie-element/image-cloze-association-configure@4.2.6) (2022-12-21)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* updated pie-libs ([8cb5b90](https://github.com/pie-framework/pie-elements/commit/8cb5b90d501ccbdf5ffd764e6555faa48b8f54d6))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## [4.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.2.4...@pie-element/image-cloze-association-configure@4.2.5) (2022-12-20)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Bug Fixes
|
|
46
|
+
|
|
47
|
+
* updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
## [4.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.2.3...@pie-element/image-cloze-association-configure@4.2.4) (2022-12-07)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Bug Fixes
|
|
57
|
+
|
|
58
|
+
* update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
|
|
59
|
+
* update libs for PD-2030 PD-2031 ([3174022](https://github.com/pie-framework/pie-elements/commit/3174022d45603ed217bbe8804a142b07084636a5))
|
|
60
|
+
* updated lib PD-1715 ([42e788d](https://github.com/pie-framework/pie-elements/commit/42e788db0c792838994e55001952da7701251a8e))
|
|
61
|
+
* updated libs ([c20de3a](https://github.com/pie-framework/pie-elements/commit/c20de3a6ba4499a090c809e18e52588d2a585fa0))
|
|
62
|
+
* updated libs ([0eed79a](https://github.com/pie-framework/pie-elements/commit/0eed79a32c3b777c16c8cabf201513fc1d2726a0))
|
|
63
|
+
* updated libs ([343c9ec](https://github.com/pie-framework/pie-elements/commit/343c9ec3dccba7f781e90ae2bd195cac6f78f467))
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## [4.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.2.2...@pie-element/image-cloze-association-configure@4.2.3) (2022-11-15)
|
|
70
|
+
|
|
71
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
## [4.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.2.1...@pie-element/image-cloze-association-configure@4.2.2) (2022-11-11)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
### Bug Fixes
|
|
81
|
+
|
|
82
|
+
* **image-close-association:** add sanity checks for withRubric ([1d3c577](https://github.com/pie-framework/pie-elements/commit/1d3c577d04b0c9b13589c9fce901b673be27ad31))
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
## [4.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.2.0...@pie-element/image-cloze-association-configure@4.2.1) (2022-10-31)
|
|
89
|
+
|
|
90
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
# [4.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.1.9...@pie-element/image-cloze-association-configure@4.2.0) (2022-10-17)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
### Features
|
|
100
|
+
|
|
101
|
+
* enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
|
|
102
|
+
* set withRubric to false in item default configurations. Set rubricEnabled to true if it's enabled for drawing-response and extended-text-entry ([a209057](https://github.com/pie-framework/pie-elements/commit/a209057f5a3fa5438efc8595453c89c11959a8f5))
|
|
103
|
+
* update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
|
|
104
|
+
* **image-cloze-association:** add pie-api config PD-23 ([cef5013](https://github.com/pie-framework/pie-elements/commit/cef50133f83f6dec1e3f0b993a24a35e86cfe159))
|
|
105
|
+
* **image-cloze-association:** add settings to enable rubric. Add withRubric prop to configuration and rubricEnabled prop to model PD-2101 ([e6d1ba7](https://github.com/pie-framework/pie-elements/commit/e6d1ba7c700f6a637006cb3b5befbc77bad9a3e1))
|
|
106
|
+
* **image-cloze-association:** add uploadSoundSupport property PD-23-updated ([d0d80dc](https://github.com/pie-framework/pie-elements/commit/d0d80dcf75586bdfc6d79585e4437aacc2734fea))
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
## [4.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.1.8...@pie-element/image-cloze-association-configure@4.1.9) (2022-09-29)
|
|
113
|
+
|
|
114
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
## [4.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.1.7...@pie-element/image-cloze-association-configure@4.1.8) (2022-09-14)
|
|
121
|
+
|
|
122
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
## [4.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.1.6...@pie-element/image-cloze-association-configure@4.1.7) (2022-08-31)
|
|
129
|
+
|
|
130
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
## [4.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.1.5...@pie-element/image-cloze-association-configure@4.1.6) (2022-08-16)
|
|
137
|
+
|
|
138
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
## [4.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.1.4...@pie-element/image-cloze-association-configure@4.1.5) (2022-08-08)
|
|
145
|
+
|
|
146
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
## [4.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.1.3...@pie-element/image-cloze-association-configure@4.1.4) (2022-08-02)
|
|
153
|
+
|
|
154
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
## [4.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.1.2...@pie-element/image-cloze-association-configure@4.1.3) (2022-07-22)
|
|
161
|
+
|
|
162
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
## [4.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.1.1...@pie-element/image-cloze-association-configure@4.1.2) (2022-07-20)
|
|
169
|
+
|
|
170
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.1.0...@pie-element/image-cloze-association-configure@4.1.1) (2022-07-19)
|
|
177
|
+
|
|
178
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
# [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.0.0...@pie-element/image-cloze-association-configure@4.1.0) (2022-06-28)
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
### Features
|
|
188
|
+
|
|
189
|
+
* **image-cloze-association:** add maxImageWidth and maxImageHeight props PD-1801 ([f4132c8](https://github.com/pie-framework/pie-elements/commit/f4132c81475ad141fae5c38def311ac7e9729a42))
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
# [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@3.1.49...@pie-element/image-cloze-association-configure@4.0.0) (2022-06-28)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### chore
|
|
199
|
+
|
|
200
|
+
* Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
### BREAKING CHANGES
|
|
204
|
+
|
|
205
|
+
* Image percent buttons were removed from toolbar.
|
|
206
|
+
New properties maxImageWidth and maxImageHeight were added.
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
## [3.1.49](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@3.1.48...@pie-element/image-cloze-association-configure@3.1.49) (2022-06-13)
|
|
213
|
+
|
|
214
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
## [3.1.48](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@3.1.47...@pie-element/image-cloze-association-configure@3.1.48) (2022-05-30)
|
|
221
|
+
|
|
222
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
## [3.1.47](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@3.1.46...@pie-element/image-cloze-association-configure@3.1.47) (2022-05-16)
|
|
229
|
+
|
|
230
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
## [3.1.46](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@3.1.45...@pie-element/image-cloze-association-configure@3.1.46) (2022-05-09)
|
|
237
|
+
|
|
238
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
## [3.1.45](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@3.1.44...@pie-element/image-cloze-association-configure@3.1.45) (2022-05-03)
|
|
245
|
+
|
|
246
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
## [3.1.44](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@3.1.43...@pie-element/image-cloze-association-configure@3.1.44) (2022-04-12)
|
|
253
|
+
|
|
254
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
## [3.1.43](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@3.1.42...@pie-element/image-cloze-association-configure@3.1.43) (2022-03-28)
|
|
261
|
+
|
|
262
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
## [3.1.42](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@3.1.41...@pie-element/image-cloze-association-configure@3.1.42) (2022-03-22)
|
|
269
|
+
|
|
270
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
## [3.1.41](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@3.1.40...@pie-element/image-cloze-association-configure@3.1.41) (2022-03-08)
|
|
277
|
+
|
|
278
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
## [3.1.40](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@3.1.39...@pie-element/image-cloze-association-configure@3.1.40) (2022-03-08)
|
|
285
|
+
|
|
286
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
## [3.1.39](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@3.1.38...@pie-element/image-cloze-association-configure@3.1.39) (2022-02-21)
|
|
293
|
+
|
|
294
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
## [3.1.38](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@3.1.37...@pie-element/image-cloze-association-configure@3.1.38) (2022-02-04)
|
|
301
|
+
|
|
302
|
+
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
6
308
|
## [3.1.37](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@3.1.36...@pie-element/image-cloze-association-configure@3.1.37) (2022-01-24)
|
|
7
309
|
|
|
8
310
|
**Note:** Version bump only for package @pie-element/image-cloze-association-configure
|
|
@@ -11,9 +11,25 @@ var _default = {
|
|
|
11
11
|
studentInstructionsEnabled: true
|
|
12
12
|
},
|
|
13
13
|
configuration: {
|
|
14
|
+
maxImageWidth: {
|
|
15
|
+
teacherInstructions: 300
|
|
16
|
+
},
|
|
17
|
+
maxImageHeight: {
|
|
18
|
+
teacherInstructions: 300
|
|
19
|
+
},
|
|
20
|
+
settingsPanelDisabled: false,
|
|
21
|
+
spellCheck: {
|
|
22
|
+
label: 'Spellcheck',
|
|
23
|
+
settings: false,
|
|
24
|
+
enabled: true
|
|
25
|
+
},
|
|
14
26
|
teacherInstructions: {
|
|
15
27
|
settings: true,
|
|
16
28
|
label: 'Teacher Instructions'
|
|
29
|
+
},
|
|
30
|
+
withRubric: {
|
|
31
|
+
settings: false,
|
|
32
|
+
label: 'Add Rubric'
|
|
17
33
|
}
|
|
18
34
|
}
|
|
19
35
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/defaults.js"],"names":["model","rationaleEnabled","teacherInstructionsEnabled","studentInstructionsEnabled","configuration","teacherInstructions","
|
|
1
|
+
{"version":3,"sources":["../src/defaults.js"],"names":["model","rationaleEnabled","teacherInstructionsEnabled","studentInstructionsEnabled","configuration","maxImageWidth","teacherInstructions","maxImageHeight","settingsPanelDisabled","spellCheck","label","settings","enabled","withRubric"],"mappings":";;;;;;eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,gBAAgB,EAAE,IADb;AAELC,IAAAA,0BAA0B,EAAE,IAFvB;AAGLC,IAAAA,0BAA0B,EAAE;AAHvB,GADM;AAMbC,EAAAA,aAAa,EAAE;AACbC,IAAAA,aAAa,EAAE;AACbC,MAAAA,mBAAmB,EAAE;AADR,KADF;AAIbC,IAAAA,cAAc,EAAE;AACdD,MAAAA,mBAAmB,EAAE;AADP,KAJH;AAObE,IAAAA,qBAAqB,EAAE,KAPV;AAQbC,IAAAA,UAAU,EAAE;AACVC,MAAAA,KAAK,EAAE,YADG;AAEVC,MAAAA,QAAQ,EAAE,KAFA;AAGVC,MAAAA,OAAO,EAAE;AAHC,KARC;AAabN,IAAAA,mBAAmB,EAAE;AACnBK,MAAAA,QAAQ,EAAE,IADS;AAEnBD,MAAAA,KAAK,EAAE;AAFY,KAbR;AAiBbG,IAAAA,UAAU,EAAE;AACVF,MAAAA,QAAQ,EAAE,KADA;AAEVD,MAAAA,KAAK,EAAE;AAFG;AAjBC;AANF,C","sourcesContent":["export default {\n model: {\n rationaleEnabled: true,\n teacherInstructionsEnabled: true,\n studentInstructionsEnabled: true,\n },\n configuration: {\n maxImageWidth: {\n teacherInstructions: 300,\n },\n maxImageHeight: {\n teacherInstructions: 300,\n },\n settingsPanelDisabled: false,\n spellCheck: {\n label: 'Spellcheck',\n settings: false,\n enabled: true,\n },\n teacherInstructions: {\n settings: true,\n label: 'Teacher Instructions',\n },\n withRubric: {\n settings: false,\n label: 'Add Rubric',\n },\n },\n};\n"],"file":"defaults.js"}
|