@pie-element/hotspot 10.0.0-next.43 → 10.1.2-next.1

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 (49) hide show
  1. package/CHANGELOG.md +1032 -2486
  2. package/configure/CHANGELOG.md +881 -2216
  3. package/configure/lib/defaults.js +3 -0
  4. package/configure/lib/defaults.js.map +1 -1
  5. package/configure/lib/hotspot-circle.js +6 -4
  6. package/configure/lib/hotspot-circle.js.map +1 -1
  7. package/configure/lib/hotspot-drawable.js +5 -5
  8. package/configure/lib/hotspot-drawable.js.map +1 -1
  9. package/configure/lib/hotspot-polygon.js +1 -2
  10. package/configure/lib/hotspot-polygon.js.map +1 -1
  11. package/configure/lib/hotspot-rectangle.js +6 -5
  12. package/configure/lib/hotspot-rectangle.js.map +1 -1
  13. package/configure/lib/utils.js +2 -3
  14. package/configure/lib/utils.js.map +1 -1
  15. package/configure/package.json +6 -6
  16. package/configure/src/__tests__/DeleteWidget.test.jsx +366 -0
  17. package/configure/src/__tests__/button.test.jsx +198 -0
  18. package/configure/src/__tests__/hotspot-circle.test.jsx +259 -0
  19. package/configure/src/__tests__/hotspot-palette.test.jsx +71 -0
  20. package/configure/src/__tests__/image-konva.test.jsx +226 -0
  21. package/configure/src/defaults.js +1 -0
  22. package/configure/src/hotspot-circle.jsx +4 -2
  23. package/configure/src/hotspot-drawable.jsx +1 -1
  24. package/configure/src/hotspot-polygon.jsx +0 -1
  25. package/configure/src/hotspot-rectangle.jsx +4 -3
  26. package/configure/src/utils.js +1 -1
  27. package/controller/CHANGELOG.md +600 -1532
  28. package/controller/lib/index.js +2 -2
  29. package/controller/lib/index.js.map +1 -1
  30. package/controller/lib/utils.js +3 -5
  31. package/controller/lib/utils.js.map +1 -1
  32. package/controller/package.json +3 -3
  33. package/controller/src/index.js +1 -1
  34. package/controller/src/utils.js +1 -2
  35. package/lib/hotspot/circle.js +1 -2
  36. package/lib/hotspot/circle.js.map +1 -1
  37. package/lib/hotspot/polygon.js +0 -1
  38. package/lib/hotspot/polygon.js.map +1 -1
  39. package/lib/hotspot/rectangle.js +0 -1
  40. package/lib/hotspot/rectangle.js.map +1 -1
  41. package/package.json +7 -7
  42. package/src/hotspot/__tests__/circle.test.jsx +464 -0
  43. package/src/hotspot/__tests__/container.test.jsx +546 -0
  44. package/src/hotspot/__tests__/image-konva-tooltip.test.jsx +510 -0
  45. package/src/hotspot/__tests__/polygon.test.jsx +502 -0
  46. package/src/hotspot/__tests__/rectangle.test.jsx +418 -0
  47. package/src/hotspot/circle.jsx +0 -1
  48. package/src/hotspot/polygon.jsx +0 -1
  49. package/src/hotspot/rectangle.jsx +0 -1
@@ -3,2197 +3,1265 @@
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
- ## [6.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@6.3.1...@pie-element/hotspot-controller@6.3.2) (2025-10-22)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * bump libs PD-5265 ([184a978](https://github.com/pie-framework/pie-elements/commit/184a978f57a2a84dc6ba87c1eba0b92d5cdd9eae))
6
+ ## [7.1.1-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@7.1.0-next.1...@pie-element/hotspot-controller@7.1.1-next.1) (2026-02-26)
12
7
 
8
+ **Note:** Version bump only for package @pie-element/hotspot-controller
13
9
 
10
+ ## [6.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@6.3.1...@pie-element/hotspot-controller@6.3.2) (2025-10-22)
14
11
 
12
+ ### Bug Fixes
15
13
 
14
+ - bump libs PD-5265 ([184a978](https://github.com/pie-framework/pie-elements/commit/184a978f57a2a84dc6ba87c1eba0b92d5cdd9eae))
16
15
 
17
16
  ## [6.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@6.2.0...@pie-element/hotspot-controller@6.3.1) (2025-10-16)
18
17
 
19
-
20
18
  ### Bug Fixes
21
19
 
22
- * bump pie-lib versions and pslb module versions ([393d39f](https://github.com/pie-framework/pie-elements/commit/393d39fb850ad055568f4d20464213e9043f208f))
23
-
24
-
25
-
26
-
20
+ - bump pie-lib versions and pslb module versions ([393d39f](https://github.com/pie-framework/pie-elements/commit/393d39fb850ad055568f4d20464213e9043f208f))
27
21
 
28
22
  # [6.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@6.2.0...@pie-element/hotspot-controller@6.3.0) (2025-10-15)
29
23
 
30
24
  **Note:** Version bump only for package @pie-element/hotspot-controller
31
25
 
32
-
33
-
34
-
35
-
36
26
  # [6.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@6.0.1...@pie-element/hotspot-controller@6.2.0) (2025-10-10)
37
27
 
38
-
39
28
  ### Features
40
29
 
41
- * update libs PD-5208, PD-5211, PD-5199, PD-5218, PD-5217 ([da327fa](https://github.com/pie-framework/pie-elements/commit/da327fa501f6e9eff1c0b30b5ef092426a91f78b))
42
-
43
-
44
-
45
-
30
+ - update libs PD-5208, PD-5211, PD-5199, PD-5218, PD-5217 ([da327fa](https://github.com/pie-framework/pie-elements/commit/da327fa501f6e9eff1c0b30b5ef092426a91f78b))
46
31
 
47
32
  # [6.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@6.0.0...@pie-element/hotspot-controller@6.1.0) (2025-10-07)
48
33
 
49
34
  **Note:** Version bump only for package @pie-element/hotspot-controller
50
35
 
51
-
52
-
53
-
54
-
55
36
  ## [6.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.7.0...@pie-element/hotspot-controller@6.0.1) (2025-10-02)
56
37
 
57
38
  **Note:** Version bump only for package @pie-element/hotspot-controller
58
39
 
59
-
60
-
61
-
62
-
63
40
  # [6.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.7.0...@pie-element/hotspot-controller@6.0.0) (2025-10-01)
64
41
 
65
42
  **Note:** Version bump only for package @pie-element/hotspot-controller
66
43
 
67
-
68
-
69
-
70
-
71
44
  # [5.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.6.9...@pie-element/hotspot-controller@5.7.0) (2025-09-25)
72
45
 
73
-
74
46
  ### Bug Fixes
75
47
 
76
- * **math-rendering:** move mathjax-full back to dependencies ([aba6dbf](https://github.com/pie-framework/pie-elements/commit/aba6dbf2c98da164149a881616df5e7b8e29b2f2))
77
- * conflicts ([5c99a5d](https://github.com/pie-framework/pie-elements/commit/5c99a5db49549422ba1e29b6c67f210e688677d8))
78
- * fix conflicts and update imports ([da74559](https://github.com/pie-framework/pie-elements/commit/da745596bfc0da732cdafdcfee376c84fde3cdc6))
79
- * fix imports PD-5126 ([3bf4684](https://github.com/pie-framework/pie-elements/commit/3bf4684871a62b3e23f50e2c010adfc9ae674919))
80
- * merge develop ([b5ec752](https://github.com/pie-framework/pie-elements/commit/b5ec752f6fedc576449c277308499bc853244544))
81
- * update pie-lib/pie-toolbox PD-5196 ([d525b88](https://github.com/pie-framework/pie-elements/commit/d525b888f16fcc2ac115c8e699ca6f249db27406))
82
-
48
+ - **math-rendering:** move mathjax-full back to dependencies ([aba6dbf](https://github.com/pie-framework/pie-elements/commit/aba6dbf2c98da164149a881616df5e7b8e29b2f2))
49
+ - conflicts ([5c99a5d](https://github.com/pie-framework/pie-elements/commit/5c99a5db49549422ba1e29b6c67f210e688677d8))
50
+ - fix conflicts and update imports ([da74559](https://github.com/pie-framework/pie-elements/commit/da745596bfc0da732cdafdcfee376c84fde3cdc6))
51
+ - fix imports PD-5126 ([3bf4684](https://github.com/pie-framework/pie-elements/commit/3bf4684871a62b3e23f50e2c010adfc9ae674919))
52
+ - merge develop ([b5ec752](https://github.com/pie-framework/pie-elements/commit/b5ec752f6fedc576449c277308499bc853244544))
53
+ - update pie-lib/pie-toolbox PD-5196 ([d525b88](https://github.com/pie-framework/pie-elements/commit/d525b888f16fcc2ac115c8e699ca6f249db27406))
83
54
 
84
55
  ### Features
85
56
 
86
- * split pie-toolbox for graphing-solution-set, hotspot, ica PD-5158 ([774a216](https://github.com/pie-framework/pie-elements/commit/774a216d02311294a1340aea0f26e2ea46a271d5))
87
-
88
-
89
-
90
-
57
+ - split pie-toolbox for graphing-solution-set, hotspot, ica PD-5158 ([774a216](https://github.com/pie-framework/pie-elements/commit/774a216d02311294a1340aea0f26e2ea46a271d5))
91
58
 
92
59
  ## [5.6.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.6.8...@pie-element/hotspot-controller@5.6.9) (2025-09-11)
93
60
 
94
-
95
61
  ### Bug Fixes
96
62
 
97
- * update pie-lib/pie-toolbox PD-5198, PD-5187 ([f04a94c](https://github.com/pie-framework/pie-elements/commit/f04a94c62a29d77fcb17b473b7de1022ad65eeb4))
98
-
99
-
63
+ - update pie-lib/pie-toolbox PD-5198, PD-5187 ([f04a94c](https://github.com/pie-framework/pie-elements/commit/f04a94c62a29d77fcb17b473b7de1022ad65eeb4))
100
64
 
65
+ ## [5.6.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.6.7...@pie-element/hotspot-controller@5.6.8) (2025-09-09)
101
66
 
67
+ ### Bug Fixes
102
68
 
103
- ## [5.6.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.6.7...@pie-element/hotspot-controller@5.6.8) (2025-09-09)
69
+ - update pie-lib/pie-toolbox PD-5196 ([29ec1c8](https://github.com/pie-framework/pie-elements/commit/29ec1c80dd278b534751f3944445b91d5f9524a5))
104
70
 
71
+ ## [5.6.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.6.6...@pie-element/hotspot-controller@5.6.7) (2025-09-09)
105
72
 
106
73
  ### Bug Fixes
107
74
 
108
- * update pie-lib/pie-toolbox PD-5196 ([29ec1c8](https://github.com/pie-framework/pie-elements/commit/29ec1c80dd278b534751f3944445b91d5f9524a5))
75
+ - update pie-lib/pie-toolboox PD-5181, PD-5187, PD-4580, PD-5198 ([9fa09cd](https://github.com/pie-framework/pie-elements/commit/9fa09cdb29fe43e292e6f3fba2b88561d8deceab))
76
+
77
+ ## [5.6.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.6.5...@pie-element/hotspot-controller@5.6.6) (2025-09-02)
109
78
 
79
+ ### Bug Fixes
110
80
 
81
+ - update pie-lib/pie-toolbox PD-4579, PD-4430 ([277d2a6](https://github.com/pie-framework/pie-elements/commit/277d2a6bad2fc884ab9d980f71774ba9eca8dbb5))
111
82
 
83
+ ## [5.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.6.4...@pie-element/hotspot-controller@5.6.5) (2025-08-15)
112
84
 
85
+ ### Bug Fixes
113
86
 
114
- ## [5.6.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.6.6...@pie-element/hotspot-controller@5.6.7) (2025-09-09)
87
+ - PD-5084 ([78bd9ca](https://github.com/pie-framework/pie-elements/commit/78bd9ca1540c3968ddd36e0ff5cc4ac095865250))
115
88
 
89
+ ## [5.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.6.3...@pie-element/hotspot-controller@5.6.4) (2025-08-14)
116
90
 
117
91
  ### Bug Fixes
118
92
 
119
- * update pie-lib/pie-toolboox PD-5181, PD-5187, PD-4580, PD-5198 ([9fa09cd](https://github.com/pie-framework/pie-elements/commit/9fa09cdb29fe43e292e6f3fba2b88561d8deceab))
93
+ - update pie-lib/pie-toolboxPD-5147, PD-4579, PD-5084, PD-4918 ([ff9ec92](https://github.com/pie-framework/pie-elements/commit/ff9ec92eb659a1664729aaae54eedf3b87f6a96a))
94
+
95
+ ## [5.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.6.2...@pie-element/hotspot-controller@5.6.3) (2025-08-14)
120
96
 
97
+ ### Bug Fixes
121
98
 
99
+ - update pie-lib/pie-toolbox PD-5147 ([484432f](https://github.com/pie-framework/pie-elements/commit/484432fd824ebe403e8f4302f6b8cf4d026dacb5))
122
100
 
101
+ ## [5.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.6.1...@pie-element/hotspot-controller@5.6.2) (2025-07-25)
123
102
 
103
+ ### Bug Fixes
124
104
 
125
- ## [5.6.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.6.5...@pie-element/hotspot-controller@5.6.6) (2025-09-02)
105
+ - refactor PD-5132, update pie-lib/pie-toolbox PD-3797 ([7434408](https://github.com/pie-framework/pie-elements/commit/7434408416a883fd680eec13fe1109711fd7e6b5))
106
+ - update pie-lib/pie-toolbox PD-4885, PD-5131 ([4b9859c](https://github.com/pie-framework/pie-elements/commit/4b9859c919a1a7cc8e29d6168a91cd1f7d1aafd1))
126
107
 
108
+ ## [5.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.6.0...@pie-element/hotspot-controller@5.6.1) (2025-07-22)
127
109
 
128
110
  ### Bug Fixes
129
111
 
130
- * update pie-lib/pie-toolbox PD-4579, PD-4430 ([277d2a6](https://github.com/pie-framework/pie-elements/commit/277d2a6bad2fc884ab9d980f71774ba9eca8dbb5))
112
+ - update pie-toolbox PD-4885 ([a6d439e](https://github.com/pie-framework/pie-elements/commit/a6d439e49a0082f3d5e8bf46cc73c69d1d0ae311))
131
113
 
114
+ # [5.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.10...@pie-element/hotspot-controller@5.6.0) (2025-07-18)
132
115
 
116
+ ### Bug Fixes
133
117
 
118
+ - update pie-lib/pie-toolbox PD-363 ([10ce402](https://github.com/pie-framework/pie-elements/commit/10ce402bcb1c0c9c24dfc9ecff2e13c4de14a753))
134
119
 
120
+ ### Features
135
121
 
136
- ## [5.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.6.4...@pie-element/hotspot-controller@5.6.5) (2025-08-15)
122
+ - update pie-lib/pie toolbox PD-5082, PD-5081, PD-3797, PD-5083, revert PD-363, PD-653 ([9214466](https://github.com/pie-framework/pie-elements/commit/92144667464f18c213c7ab1d769595e43b553dab))
123
+ - update pie-lib/pie-toolbox PD-5082, PD-5081, PD-3797, PD-5083, PD-4885, PD-5097, PD-5100, PD-5131, PD-5080 ([dc67b1c](https://github.com/pie-framework/pie-elements/commit/dc67b1c735b2adb60943e5d145e739ce4e39a428))
137
124
 
125
+ ## [5.5.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.9...@pie-element/hotspot-controller@5.5.10) (2025-06-27)
138
126
 
139
127
  ### Bug Fixes
140
128
 
141
- * PD-5084 ([78bd9ca](https://github.com/pie-framework/pie-elements/commit/78bd9ca1540c3968ddd36e0ff5cc4ac095865250))
142
-
143
-
129
+ - update pie-lib/pie-toolbox PD-5064 ([f61face](https://github.com/pie-framework/pie-elements/commit/f61face71312f0a4e46a16a646aa616b9d4ed8eb))
144
130
 
131
+ ## [5.5.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.8...@pie-element/hotspot-controller@5.5.9) (2025-06-25)
145
132
 
133
+ ### Bug Fixes
146
134
 
147
- ## [5.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.6.3...@pie-element/hotspot-controller@5.6.4) (2025-08-14)
135
+ - update pie-lib/pie-toolbox PD-5059 ([d6f2203](https://github.com/pie-framework/pie-elements/commit/d6f22032dcfb049ce7aeb496f94456fdd06d4139))
148
136
 
137
+ ## [5.5.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.7...@pie-element/hotspot-controller@5.5.8) (2025-06-19)
149
138
 
150
139
  ### Bug Fixes
151
140
 
152
- * update pie-lib/pie-toolboxPD-5147, PD-4579, PD-5084, PD-4918 ([ff9ec92](https://github.com/pie-framework/pie-elements/commit/ff9ec92eb659a1664729aaae54eedf3b87f6a96a))
141
+ - update pie-lib/pie-toolbox PD-5076, PD-5063, PD-4832, PD-5059 ([16201a3](https://github.com/pie-framework/pie-elements/commit/16201a35183965fabd033bbf797ef3b438d69a85))
153
142
 
143
+ ## [5.5.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.6...@pie-element/hotspot-controller@5.5.7) (2025-06-05)
154
144
 
145
+ ### Bug Fixes
155
146
 
147
+ - add validation for audio content PD-4123 ([f0ce3f1](https://github.com/pie-framework/pie-elements/commit/f0ce3f19a12fd4cfe2d2159ca4af801d866dc8a9))
148
+ - update pie-lib pie-toolbox PD-3756 and revert changes for PD-4810 ([1e3030b](https://github.com/pie-framework/pie-elements/commit/1e3030bfdb13d0cce7b54ce0e9a109446c5ec2a2))
149
+ - update pie-lib-pie-toolbox PD-4810 ([6c81afc](https://github.com/pie-framework/pie-elements/commit/6c81afc6a8ad41e001bafb0bd1563164e9f32a10))
150
+ - update pie-lib-pie-toolbox PD-4810 ([0f9dd82](https://github.com/pie-framework/pie-elements/commit/0f9dd827c474e87770fd3bd146d870dd77d296df))
151
+ - update pie-lib/pie-toolbox PD-4888, PD-3542, PD-4873, PD-4679 ([9c3bdef](https://github.com/pie-framework/pie-elements/commit/9c3bdef1b68f128ecc6338ef74f25fb74c482aa6))
156
152
 
153
+ ## [5.5.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.5...@pie-element/hotspot-controller@5.5.6) (2025-05-22)
157
154
 
158
- ## [5.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.6.2...@pie-element/hotspot-controller@5.6.3) (2025-08-14)
155
+ ### Bug Fixes
156
+
157
+ - update pie-lib/pie-toolbox PD-4555, PD-4561 ([a7c878c](https://github.com/pie-framework/pie-elements/commit/a7c878cc1c1440bc0f72acb8ca3ef2a023023066))
158
+ - update pie-lib/pie-toolbox PD-5009, PD-5002 ([9d5d7a3](https://github.com/pie-framework/pie-elements/commit/9d5d7a31ea06b568c346008aee2557dfd2e9a796))
159
159
 
160
+ ## [5.5.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.4...@pie-element/hotspot-controller@5.5.5) (2025-05-12)
160
161
 
161
162
  ### Bug Fixes
162
163
 
163
- * update pie-lib/pie-toolbox PD-5147 ([484432f](https://github.com/pie-framework/pie-elements/commit/484432fd824ebe403e8f4302f6b8cf4d026dacb5))
164
+ - update pie-lib/pie-toolbox PD-4977 ([1f864de](https://github.com/pie-framework/pie-elements/commit/1f864de43661adf716578caf4657c4c0a0384556))
165
+
166
+ ## [5.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.3...@pie-element/hotspot-controller@5.5.4) (2025-04-29)
164
167
 
168
+ ### Bug Fixes
165
169
 
170
+ - update pie-lib/pie-toolbox PD-4976 ([ccf7412](https://github.com/pie-framework/pie-elements/commit/ccf74123f4581fc45383bdf2c181e699588b989d))
171
+ - update pie-lib/pie-toolbox PD-4976, PD-4980, PD-3496 ([a001d12](https://github.com/pie-framework/pie-elements/commit/a001d122ca198b23eeef9596857555eb1a76bb6b))
166
172
 
173
+ ## [5.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.2...@pie-element/hotspot-controller@5.5.3) (2025-04-18)
167
174
 
175
+ ### Bug Fixes
168
176
 
169
- ## [5.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.6.1...@pie-element/hotspot-controller@5.6.2) (2025-07-25)
177
+ - update pie-lib/pie-toolbox PD-4967 ([cf4c095](https://github.com/pie-framework/pie-elements/commit/cf4c095f21a2e9bdf74ce5a419ad5fc8d0d7f6ca))
170
178
 
179
+ ## [5.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.1...@pie-element/hotspot-controller@5.5.2) (2025-04-17)
171
180
 
172
181
  ### Bug Fixes
173
182
 
174
- * refactor PD-5132, update pie-lib/pie-toolbox PD-3797 ([7434408](https://github.com/pie-framework/pie-elements/commit/7434408416a883fd680eec13fe1109711fd7e6b5))
175
- * update pie-lib/pie-toolbox PD-4885, PD-5131 ([4b9859c](https://github.com/pie-framework/pie-elements/commit/4b9859c919a1a7cc8e29d6168a91cd1f7d1aafd1))
183
+ - update pie-lib/pie-toolbox PD-4967 ([0901bff](https://github.com/pie-framework/pie-elements/commit/0901bff14ea3398cf3930d7e41809a4d9dde0ccd))
184
+
185
+ ## [5.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.0...@pie-element/hotspot-controller@5.5.1) (2025-04-10)
176
186
 
187
+ ### Bug Fixes
177
188
 
189
+ - update pie-lib/pie-toolbox PD-4765, PD-4947 ([56312ea](https://github.com/pie-framework/pie-elements/commit/56312ea13151cc7e5d026a112fb7d86d320e4799))
178
190
 
191
+ # [5.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.4.4...@pie-element/hotspot-controller@5.5.0) (2025-04-01)
179
192
 
193
+ ### Features
180
194
 
181
- ## [5.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.6.0...@pie-element/hotspot-controller@5.6.1) (2025-07-22)
195
+ - update pie-lib/pie-toolbox PD-4938 ([4d89e6e](https://github.com/pie-framework/pie-elements/commit/4d89e6ef28c75b344b6669562f99057359bff794))
182
196
 
197
+ ## [5.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.4.3...@pie-element/hotspot-controller@5.4.4) (2025-03-27)
183
198
 
184
199
  ### Bug Fixes
185
200
 
186
- * update pie-toolbox PD-4885 ([a6d439e](https://github.com/pie-framework/pie-elements/commit/a6d439e49a0082f3d5e8bf46cc73c69d1d0ae311))
201
+ - update pie-lib/pie-toolbox PD-4895, PD-4093, PD-4888 ([7e6f1c5](https://github.com/pie-framework/pie-elements/commit/7e6f1c5d7bd0832f62ec8f048e04bcdbfe426779))
202
+
203
+ ## [5.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.4.2...@pie-element/hotspot-controller@5.4.3) (2025-03-21)
187
204
 
205
+ ### Bug Fixes
188
206
 
207
+ - update pie-toolbox PD-4917 ([03f3dab](https://github.com/pie-framework/pie-elements/commit/03f3dab963e2c5a55c8e44c472eaf00053bd111c))
189
208
 
209
+ ## [5.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.4.1...@pie-element/hotspot-controller@5.4.2) (2025-03-14)
190
210
 
211
+ ### Bug Fixes
191
212
 
192
- # [5.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.10...@pie-element/hotspot-controller@5.6.0) (2025-07-18)
213
+ - update Recharts to latest stable version PD-4900 and revert PD-4093 in pie-lib/pie-toolbox ([60b5d7c](https://github.com/pie-framework/pie-elements/commit/60b5d7c799ac4457495a77c4f7d93e3fece1476e))
193
214
 
215
+ ## [5.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.4.0...@pie-element/hotspot-controller@5.4.1) (2025-03-13)
194
216
 
195
217
  ### Bug Fixes
196
218
 
197
- * update pie-lib/pie-toolbox PD-363 ([10ce402](https://github.com/pie-framework/pie-elements/commit/10ce402bcb1c0c9c24dfc9ecff2e13c4de14a753))
219
+ - update pie-lib/pie-toolbox PD-4872, PD-4093, PD-4588, PD-4812, PD-4867 ([2386fb5](https://github.com/pie-framework/pie-elements/commit/2386fb5f84cadb42305ab5a0e6248bd2b2279e0a))
198
220
 
221
+ # [5.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.3.4...@pie-element/hotspot-controller@5.4.0) (2025-03-12)
199
222
 
200
223
  ### Features
201
224
 
202
- * update pie-lib/pie toolbox PD-5082, PD-5081, PD-3797, PD-5083, revert PD-363, PD-653 ([9214466](https://github.com/pie-framework/pie-elements/commit/92144667464f18c213c7ab1d769595e43b553dab))
203
- * update pie-lib/pie-toolbox PD-5082, PD-5081, PD-3797, PD-5083, PD-4885, PD-5097, PD-5100, PD-5131, PD-5080 ([dc67b1c](https://github.com/pie-framework/pie-elements/commit/dc67b1c735b2adb60943e5d145e739ce4e39a428))
204
-
205
-
225
+ - **hotspot:** add customAudioButton PD-4795 ([16177af](https://github.com/pie-framework/pie-elements/commit/16177afaa11beffcea26798b64a67eebb5c6833b))
206
226
 
227
+ ## [5.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.3.3...@pie-element/hotspot-controller@5.3.4) (2025-03-03)
207
228
 
229
+ ### Bug Fixes
208
230
 
209
- ## [5.5.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.9...@pie-element/hotspot-controller@5.5.10) (2025-06-27)
231
+ - update pie-lib pie-toolbox PD-4795 ([c0bc482](https://github.com/pie-framework/pie-elements/commit/c0bc48285a67aaaf6f4b81057ced62bc57ee978d))
210
232
 
233
+ ## [5.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.3.2...@pie-element/hotspot-controller@5.3.3) (2025-02-27)
211
234
 
212
235
  ### Bug Fixes
213
236
 
214
- * update pie-lib/pie-toolbox PD-5064 ([f61face](https://github.com/pie-framework/pie-elements/commit/f61face71312f0a4e46a16a646aa616b9d4ed8eb))
215
-
216
-
237
+ - update pie-lib/pie-toolbox PD-4820, PD-4766 ([7ccdb40](https://github.com/pie-framework/pie-elements/commit/7ccdb405614f1c310efe530d97c46fe324c0a669))
217
238
 
239
+ ## [5.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.3.1...@pie-element/hotspot-controller@5.3.2) (2025-02-19)
218
240
 
241
+ ### Bug Fixes
219
242
 
220
- ## [5.5.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.8...@pie-element/hotspot-controller@5.5.9) (2025-06-25)
243
+ - update pie-lib/pie-toolbox PD-4168, PD-4723 ([921f1bf](https://github.com/pie-framework/pie-elements/commit/921f1bfff211979c859821bb15c369327cfacdf7))
221
244
 
245
+ ## [5.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.3.0...@pie-element/hotspot-controller@5.3.1) (2025-02-14)
222
246
 
223
247
  ### Bug Fixes
224
248
 
225
- * update pie-lib/pie-toolbox PD-5059 ([d6f2203](https://github.com/pie-framework/pie-elements/commit/d6f22032dcfb049ce7aeb496f94456fdd06d4139))
249
+ - update pie-lib/pie-toolbox PD-4801 ([194e2d7](https://github.com/pie-framework/pie-elements/commit/194e2d7e86a02887ffe03e13c062f8d98d543fd9))
226
250
 
251
+ # [5.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.2.7...@pie-element/hotspot-controller@5.3.0) (2025-02-12)
227
252
 
253
+ ### Bug Fixes
228
254
 
255
+ - uncomment code ([1f0ef02](https://github.com/pie-framework/pie-elements/commit/1f0ef02d0c1a4da68b531b7275addb7a746fb0b6))
256
+ - update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
257
+ - **hotspot:** ensure correct response is only included in the model for evaluate mode and for instructor role in view mode, refactor and add corresponding tests PD-4785 ([e6bbf75](https://github.com/pie-framework/pie-elements/commit/e6bbf7589f3257d1bbf13ef33302c0d8e1c32f49))
229
258
 
259
+ ### Features
230
260
 
231
- ## [5.5.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.7...@pie-element/hotspot-controller@5.5.8) (2025-06-19)
261
+ - **hotspot:** autoplay audio for STAR PD-4790 ([eba8bc4](https://github.com/pie-framework/pie-elements/commit/eba8bc4f98c8a9ee11e4617e804ee70d8172332d))
232
262
 
263
+ ## [5.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.2.6...@pie-element/hotspot-controller@5.2.7) (2025-02-06)
233
264
 
234
265
  ### Bug Fixes
235
266
 
236
- * update pie-lib/pie-toolbox PD-5076, PD-5063, PD-4832, PD-5059 ([16201a3](https://github.com/pie-framework/pie-elements/commit/16201a35183965fabd033bbf797ef3b438d69a85))
267
+ - update pie-lib/pie-toolbox PD-4753, PD-4618, PD-4641 ([f73f2be](https://github.com/pie-framework/pie-elements/commit/f73f2bec76321a677fff71e575d19c0f2e5b1d9c))
268
+
269
+ ## [5.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.2.5...@pie-element/hotspot-controller@5.2.6) (2025-01-27)
237
270
 
271
+ ### Bug Fixes
238
272
 
273
+ - update pie-lib/pie-toolbox PD-3995, PD-4679 ([87dadfa](https://github.com/pie-framework/pie-elements/commit/87dadfacfae3b06690edaf0b3c4a5ea09981b153))
239
274
 
275
+ ## [5.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.2.4...@pie-element/hotspot-controller@5.2.5) (2025-01-27)
240
276
 
277
+ ### Bug Fixes
241
278
 
242
- ## [5.5.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.6...@pie-element/hotspot-controller@5.5.7) (2025-06-05)
279
+ - update pie-lib/pie-toolbox PD-4688, PD-4589, PD-4616 ([754480c](https://github.com/pie-framework/pie-elements/commit/754480c6c747fa9123d374df0287a644c8376939))
243
280
 
281
+ ## [5.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.2.3...@pie-element/hotspot-controller@5.2.4) (2025-01-22)
244
282
 
245
283
  ### Bug Fixes
246
284
 
247
- * add validation for audio content PD-4123 ([f0ce3f1](https://github.com/pie-framework/pie-elements/commit/f0ce3f19a12fd4cfe2d2159ca4af801d866dc8a9))
248
- * update pie-lib pie-toolbox PD-3756 and revert changes for PD-4810 ([1e3030b](https://github.com/pie-framework/pie-elements/commit/1e3030bfdb13d0cce7b54ce0e9a109446c5ec2a2))
249
- * update pie-lib-pie-toolbox PD-4810 ([6c81afc](https://github.com/pie-framework/pie-elements/commit/6c81afc6a8ad41e001bafb0bd1563164e9f32a10))
250
- * update pie-lib-pie-toolbox PD-4810 ([0f9dd82](https://github.com/pie-framework/pie-elements/commit/0f9dd827c474e87770fd3bd146d870dd77d296df))
251
- * update pie-lib/pie-toolbox PD-4888, PD-3542, PD-4873, PD-4679 ([9c3bdef](https://github.com/pie-framework/pie-elements/commit/9c3bdef1b68f128ecc6338ef74f25fb74c482aa6))
285
+ - update pie-lib/pie-toolbox PD-4452, PD-3872, PD-4689, PD-4704, PD-4588, PD-4698, PD-4618 ([a97329c](https://github.com/pie-framework/pie-elements/commit/a97329cf73619a3a5aae8d492edb8d6e5c5730df))
286
+
287
+ ## [5.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.2.2...@pie-element/hotspot-controller@5.2.3) (2025-01-22)
252
288
 
289
+ ### Bug Fixes
253
290
 
291
+ - replace mra package with mr, includes accessibility PD-4527 ([c83bd43](https://github.com/pie-framework/pie-elements/commit/c83bd438d3a0e94d524c04364fddd3a8edc8876e))
254
292
 
293
+ ## [5.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.2.1...@pie-element/hotspot-controller@5.2.2) (2025-01-06)
255
294
 
295
+ ### Bug Fixes
256
296
 
257
- ## [5.5.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.5...@pie-element/hotspot-controller@5.5.6) (2025-05-22)
297
+ - update pie-lib/pie-toolbox PD-4555, PD-4660, PD-4426, PD-4607, PD-4394, PD-4521 ([e4928b4](https://github.com/pie-framework/pie-elements/commit/e4928b4f9ac268a892b382045f76ae4eac6b458e))
258
298
 
299
+ ## [5.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.2.0...@pie-element/hotspot-controller@5.2.1) (2024-12-20)
259
300
 
260
301
  ### Bug Fixes
261
302
 
262
- * update pie-lib/pie-toolbox PD-4555, PD-4561 ([a7c878c](https://github.com/pie-framework/pie-elements/commit/a7c878cc1c1440bc0f72acb8ca3ef2a023023066))
263
- * update pie-lib/pie-toolbox PD-5009, PD-5002 ([9d5d7a3](https://github.com/pie-framework/pie-elements/commit/9d5d7a31ea06b568c346008aee2557dfd2e9a796))
303
+ - update pie-lib/pie-toolbox PD-3843, PD-4518, PD-4588, PD-4210, PD-4362, PD-4618 ([c213141](https://github.com/pie-framework/pie-elements/commit/c2131410e19605093ca77afb8234b31708db01b1))
264
304
 
305
+ # [5.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.1.4...@pie-element/hotspot-controller@5.2.0) (2024-12-10)
265
306
 
307
+ ### Bug Fixes
266
308
 
309
+ - update pie-lib/pie-toolbox PD-4388, PD-4548 ([0e7dad4](https://github.com/pie-framework/pie-elements/commit/0e7dad48f541e7c5c10212e58c6ae846c60be93c))
267
310
 
311
+ ### Features
268
312
 
269
- ## [5.5.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.4...@pie-element/hotspot-controller@5.5.5) (2025-05-12)
313
+ - **categorize, hotspot, image-cloze-association:** extent fontSizeFactor to new elements PD-4389 ([c6480fb](https://github.com/pie-framework/pie-elements/commit/c6480fb201b6fd35edf50f46ef8e50b9f711f4be))
270
314
 
315
+ ## [5.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.1.3...@pie-element/hotspot-controller@5.1.4) (2024-12-05)
271
316
 
272
317
  ### Bug Fixes
273
318
 
274
- * update pie-lib/pie-toolbox PD-4977 ([1f864de](https://github.com/pie-framework/pie-elements/commit/1f864de43661adf716578caf4657c4c0a0384556))
319
+ - update pie-lib/pie-toolbox PD-4393, PD-4388, PD-4550, PD-4394, PD-4165 ([afafda4](https://github.com/pie-framework/pie-elements/commit/afafda4a504ecae6e4c85a45817b7f73a4b81244))
320
+
321
+ ## [5.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.1.2...@pie-element/hotspot-controller@5.1.3) (2024-11-29)
275
322
 
323
+ ### Bug Fixes
276
324
 
325
+ - update pie-lib/pie-toolbox PD-4387, PD-4388 ([0416caf](https://github.com/pie-framework/pie-elements/commit/0416caf1188a62367a893c1e2bcfd138303c1d6d))
277
326
 
327
+ ## [5.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.1.1...@pie-element/hotspot-controller@5.1.2) (2024-11-15)
278
328
 
329
+ ### Bug Fixes
279
330
 
280
- ## [5.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.3...@pie-element/hotspot-controller@5.5.4) (2025-04-29)
331
+ - update pie-lib/pie-toolbox PD-4401, PD-4441, PD-4319, PD-4394, PD-3687 ([f1f0af3](https://github.com/pie-framework/pie-elements/commit/f1f0af31f3c6fba54ca3a378dea3b8b32d8ebb87))
281
332
 
333
+ ## [5.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.1.0...@pie-element/hotspot-controller@5.1.1) (2024-11-01)
282
334
 
283
335
  ### Bug Fixes
284
336
 
285
- * update pie-lib/pie-toolbox PD-4976 ([ccf7412](https://github.com/pie-framework/pie-elements/commit/ccf74123f4581fc45383bdf2c181e699588b989d))
286
- * update pie-lib/pie-toolbox PD-4976, PD-4980, PD-3496 ([a001d12](https://github.com/pie-framework/pie-elements/commit/a001d122ca198b23eeef9596857555eb1a76bb6b))
337
+ - update pie-lib PD-4361 ([0ed2a71](https://github.com/pie-framework/pie-elements/commit/0ed2a7156d3fef55b9c25ab9c60d0df836b86ee5))
338
+ - update pie-lib/pie-toolbox PD-4319, PD-1460, PD-4004 ([db03ac7](https://github.com/pie-framework/pie-elements/commit/db03ac7473960cedef2c83c79920e77db06f605d))
339
+ - update pie-lib/pie-toolbox PD-4372 ([dc73470](https://github.com/pie-framework/pie-elements/commit/dc734705a6aefa0f69eb29d3d695c57e31671ab8))
287
340
 
341
+ # [5.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.0.7...@pie-element/hotspot-controller@5.1.0) (2024-10-29)
288
342
 
343
+ ### Bug Fixes
289
344
 
345
+ - fixed all tests after updating pie-toolbox [PD-1460] ([9f5293d](https://github.com/pie-framework/pie-elements/commit/9f5293d618edc06f69fabb27a042ec5eee66e151))
290
346
 
347
+ ### Features
291
348
 
292
- ## [5.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.2...@pie-element/hotspot-controller@5.5.3) (2025-04-18)
349
+ - used configlayout, preview layout or uilayout to enable extraCSSRules inside author and player elements [PD-1460] ([eeebb02](https://github.com/pie-framework/pie-elements/commit/eeebb02f200208620c1af56366a22bf65944ba3e))
293
350
 
351
+ ## [5.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.0.6...@pie-element/hotspot-controller@5.0.7) (2024-10-28)
294
352
 
295
353
  ### Bug Fixes
296
354
 
297
- * update pie-lib/pie-toolbox PD-4967 ([cf4c095](https://github.com/pie-framework/pie-elements/commit/cf4c095f21a2e9bdf74ce5a419ad5fc8d0d7f6ca))
298
-
299
-
355
+ - update pie-lib/pie-toolbox PD-4322, PD-4215, PD-4209 ([08eac95](https://github.com/pie-framework/pie-elements/commit/08eac95fd3e1a79b420fbc88cd0c7436ba284c3c))
300
356
 
357
+ ## [5.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.0.5...@pie-element/hotspot-controller@5.0.6) (2024-10-22)
301
358
 
359
+ ### Bug Fixes
302
360
 
303
- ## [5.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.1...@pie-element/hotspot-controller@5.5.2) (2025-04-17)
361
+ - update pie-toolbox PD-4220, PD-4194, PD-4201, PD-4189, PD-4193, PD-4018, PD-4187 ([47b14fb](https://github.com/pie-framework/pie-elements/commit/47b14fbd80a04494511bc0ae44196b4e0175f0bb))
304
362
 
363
+ ## [5.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.0.4...@pie-element/hotspot-controller@5.0.5) (2024-10-15)
305
364
 
306
365
  ### Bug Fixes
307
366
 
308
- * update pie-lib/pie-toolbox PD-4967 ([0901bff](https://github.com/pie-framework/pie-elements/commit/0901bff14ea3398cf3930d7e41809a4d9dde0ccd))
367
+ - added complexjs as dependency [PD-4200] ([da393d5](https://github.com/pie-framework/pie-elements/commit/da393d5ae8ef52f17b47ccf32967410a9263180e))
368
+ - added resolutions in controller as well [PD-4200] ([020edc5](https://github.com/pie-framework/pie-elements/commit/020edc5f0bb5de6bf8f344efd0a3b9b0b16b9dc7))
369
+ - reverting changes since the issue is fixed in the latest complex.js [PD-4200] ([42c9f21](https://github.com/pie-framework/pie-elements/commit/42c9f216c4d29b051156489beb43fa7093667eb7))
370
+ - update pie toolbox ([ba98798](https://github.com/pie-framework/pie-elements/commit/ba987984ebc2f856950611874436cf148a9a3963))
371
+ - update pie-lib/pie-toolbox PD-4200 ([a41a620](https://github.com/pie-framework/pie-elements/commit/a41a62036afe6aa8ef70493900c08875cff8eec2))
372
+ - update pie-lib/pie-toolbox PD-4241 ([b24d439](https://github.com/pie-framework/pie-elements/commit/b24d43945457792d403d0da62ce3e4b5b898ca46))
309
373
 
374
+ ## [5.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.0.3...@pie-element/hotspot-controller@5.0.4) (2024-10-03)
310
375
 
376
+ ### Bug Fixes
311
377
 
378
+ - update pie-toolbox and @pie-lib/pie-toolbox-module PD-4018 ([2d60730](https://github.com/pie-framework/pie-elements/commit/2d60730eb6c3ade08e522c58218cff2f6cb496cb))
312
379
 
380
+ ## [5.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.0.2...@pie-element/hotspot-controller@5.0.3) (2024-10-01)
313
381
 
314
- ## [5.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.5.0...@pie-element/hotspot-controller@5.5.1) (2025-04-10)
382
+ ### Bug Fixes
315
383
 
384
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([ddb9d44](https://github.com/pie-framework/pie-elements/commit/ddb9d444243b881b3a468ecfb5bab551511a2495))
385
+
386
+ ## [5.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.0.1...@pie-element/hotspot-controller@5.0.2) (2024-10-01)
316
387
 
317
388
  ### Bug Fixes
318
389
 
319
- * update pie-lib/pie-toolbox PD-4765, PD-4947 ([56312ea](https://github.com/pie-framework/pie-elements/commit/56312ea13151cc7e5d026a112fb7d86d320e4799))
390
+ - **hotspot:** delete default values used for testing PD-4029 ([c39cb8f](https://github.com/pie-framework/pie-elements/commit/c39cb8f7bd6fbafb60c2a03dce168642cbaeedda))
391
+ - **hotspot:** handle selectedHotapotColor and hoverOutlineColor student view PD-4029 ([ab4867b](https://github.com/pie-framework/pie-elements/commit/ab4867bc5659b94b6133843082a664fcb7e9aa5c))
320
392
 
393
+ ## [5.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.0.0...@pie-element/hotspot-controller@5.0.1) (2024-09-26)
321
394
 
395
+ ### Bug Fixes
322
396
 
397
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([c363be4](https://github.com/pie-framework/pie-elements/commit/c363be48f9428024d4acc1eed05cd598840ffe3a))
398
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([fe83296](https://github.com/pie-framework/pie-elements/commit/fe83296445f9785e67c9643642221b28b4485921))
399
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([321147b](https://github.com/pie-framework/pie-elements/commit/321147b4072f2a6200d155f7f09c712960fe078c))
400
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([d3e24e8](https://github.com/pie-framework/pie-elements/commit/d3e24e83d74e93f0720eff8841ebac1d0493b769))
401
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([a3dd8d6](https://github.com/pie-framework/pie-elements/commit/a3dd8d65a754acadd95134ee825b769355a08a45))
323
402
 
403
+ # [5.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.20.6...@pie-element/hotspot-controller@5.0.0) (2024-09-25)
324
404
 
325
- # [5.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.4.4...@pie-element/hotspot-controller@5.5.0) (2025-04-01)
405
+ ### Bug Fixes
326
406
 
407
+ - update math-rendering-accessible ([a5588cf](https://github.com/pie-framework/pie-elements/commit/a5588cfdccb40e970e93736dea60de4b01f1a85d))
408
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([8fa1e13](https://github.com/pie-framework/pie-elements/commit/8fa1e132d97ccc92093e789e4349610c2be21edb))
327
409
 
328
410
  ### Features
329
411
 
330
- * update pie-lib/pie-toolbox PD-4938 ([4d89e6e](https://github.com/pie-framework/pie-elements/commit/4d89e6ef28c75b344b6669562f99057359bff794))
412
+ - update math-rendering-accessible PD-3989, PD-4103, PD-3865 ([01590fe](https://github.com/pie-framework/pie-elements/commit/01590fe0f6ac36d14983cc144ef03f9cff397dfc))
331
413
 
414
+ ### BREAKING CHANGES
332
415
 
416
+ - big refactoring on the implementation of math-rendering-accessible
333
417
 
418
+ ## [4.20.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.20.5...@pie-element/hotspot-controller@4.20.6) (2024-09-16)
334
419
 
420
+ ### Bug Fixes
335
421
 
336
- ## [5.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.4.3...@pie-element/hotspot-controller@5.4.4) (2025-03-27)
422
+ - update pie-lib/pie-toolbox PD-4061, PD-4021 ([ef8e3d0](https://github.com/pie-framework/pie-elements/commit/ef8e3d0d5fca4ca57c89c7c8ef8e74ec5600551e))
337
423
 
424
+ ## [4.20.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.20.4...@pie-element/hotspot-controller@4.20.5) (2024-09-16)
338
425
 
339
426
  ### Bug Fixes
340
427
 
341
- * update pie-lib/pie-toolbox PD-4895, PD-4093, PD-4888 ([7e6f1c5](https://github.com/pie-framework/pie-elements/commit/7e6f1c5d7bd0832f62ec8f048e04bcdbfe426779))
342
-
343
-
428
+ - experiment with mra ([d62f2b4](https://github.com/pie-framework/pie-elements/commit/d62f2b4526eeda1f90d3660d97bf278ac1ae72da))
429
+ - experiment with mra ([d9487a5](https://github.com/pie-framework/pie-elements/commit/d9487a5394c9b71bb7d7d69a836ed629ae13f7b1))
430
+ - experiment with mra ([a2e933c](https://github.com/pie-framework/pie-elements/commit/a2e933cd27bb052046e245672d3e01cb5ba1b518))
431
+ - update pie-lib/pie-toolbox PD-4027, PD-4042,PD-4039, PD-4073 ([68306be](https://github.com/pie-framework/pie-elements/commit/68306be02254a6019916637fd9b75427cae1c0ed))
344
432
 
433
+ ## [4.20.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.20.3...@pie-element/hotspot-controller@4.20.4) (2024-09-10)
345
434
 
435
+ ### Bug Fixes
346
436
 
347
- ## [5.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.4.2...@pie-element/hotspot-controller@5.4.3) (2025-03-21)
437
+ - update pie-lib/pie-toolbox PD-3652, PD-2451 ([8a00529](https://github.com/pie-framework/pie-elements/commit/8a00529f67a8e27e78e4c16de5d04e11ec8c4d16))
348
438
 
439
+ ## [4.20.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.20.2...@pie-element/hotspot-controller@4.20.3) (2024-09-10)
349
440
 
350
441
  ### Bug Fixes
351
442
 
352
- * update pie-toolbox PD-4917 ([03f3dab](https://github.com/pie-framework/pie-elements/commit/03f3dab963e2c5a55c8e44c472eaf00053bd111c))
353
-
354
-
443
+ - update pie-lib/pie-toolbox: ability to disable table and lists PD-4065 ([49f1ce4](https://github.com/pie-framework/pie-elements/commit/49f1ce4000bc45d0eb8032f6538c0c780940a503))
355
444
 
445
+ ## [4.20.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.20.1...@pie-element/hotspot-controller@4.20.2) (2024-08-29)
356
446
 
447
+ ### Bug Fixes
357
448
 
358
- ## [5.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.4.1...@pie-element/hotspot-controller@5.4.2) (2025-03-14)
449
+ - trigger build PD-4052 ([24783c4](https://github.com/pie-framework/pie-elements/commit/24783c43a97db9c9a2b665f2c784ccd4ce8511ca))
359
450
 
451
+ ## [4.20.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.20.0...@pie-element/hotspot-controller@4.20.1) (2024-08-29)
360
452
 
361
453
  ### Bug Fixes
362
454
 
363
- * update Recharts to latest stable version PD-4900 and revert PD-4093 in pie-lib/pie-toolbox ([60b5d7c](https://github.com/pie-framework/pie-elements/commit/60b5d7c799ac4457495a77c4f7d93e3fece1476e))
455
+ - update pie-lib/pie-toolbox PD-4052 ([ebbbe2d](https://github.com/pie-framework/pie-elements/commit/ebbbe2dc584829abe8f1b4d6e8a9031e27f30dce))
364
456
 
457
+ # [4.20.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.19.3...@pie-element/hotspot-controller@4.20.0) (2024-08-27)
365
458
 
459
+ ### Features
366
460
 
461
+ - update pie-lib PD-4026, PD-3990 ([395d7d7](https://github.com/pie-framework/pie-elements/commit/395d7d779caae57a810cc19c1d676319d1c19ded))
367
462
 
463
+ ## [4.19.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.19.2...@pie-element/hotspot-controller@4.19.3) (2024-08-22)
368
464
 
369
- ## [5.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.4.0...@pie-element/hotspot-controller@5.4.1) (2025-03-13)
465
+ ### Bug Fixes
466
+
467
+ - update pie-lib PD-4021 ([07d6e85](https://github.com/pie-framework/pie-elements/commit/07d6e8560ddfe25f95dfbafc2d3155b93eb85404))
370
468
 
469
+ ## [4.19.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.19.1...@pie-element/hotspot-controller@4.19.2) (2024-08-19)
371
470
 
372
471
  ### Bug Fixes
373
472
 
374
- * update pie-lib/pie-toolbox PD-4872, PD-4093, PD-4588, PD-4812, PD-4867 ([2386fb5](https://github.com/pie-framework/pie-elements/commit/2386fb5f84cadb42305ab5a0e6248bd2b2279e0a))
473
+ - update pie-lib PD-3855, PD-3841 ([29ed50e](https://github.com/pie-framework/pie-elements/commit/29ed50ec75c3deedfe765f776dc24a6ecd6af284))
474
+
475
+ ## [4.19.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.19.0...@pie-element/hotspot-controller@4.19.1) (2024-08-06)
375
476
 
477
+ ### Bug Fixes
376
478
 
479
+ - update pie-lib ([6ed3619](https://github.com/pie-framework/pie-elements/commit/6ed3619e0c670165ab45518e5bdbb40586c5adf8))
377
480
 
481
+ # [4.19.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.18.0...@pie-element/hotspot-controller@4.19.0) (2024-08-06)
378
482
 
483
+ ### Features
379
484
 
380
- # [5.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.3.4...@pie-element/hotspot-controller@5.4.0) (2025-03-12)
485
+ - update pie-lib PD-3996, PD-3792, Pd-3791, PD-3841, PD-3956, PD-3569, PD-3855 ([6343d1b](https://github.com/pie-framework/pie-elements/commit/6343d1b00c5a4a3d88de70ed13a8aa5c1a43002d))
381
486
 
487
+ # [4.18.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.17.6...@pie-element/hotspot-controller@4.18.0) (2024-07-26)
382
488
 
383
489
  ### Features
384
490
 
385
- * **hotspot:** add customAudioButton PD-4795 ([16177af](https://github.com/pie-framework/pie-elements/commit/16177afaa11beffcea26798b64a67eebb5c6833b))
491
+ - update pie-lib/pie-toolbox PD-2451, PD-3950, PD-3845 ([278d705](https://github.com/pie-framework/pie-elements/commit/278d7052dc7c17796ba196a2e397739e2e882b7f))
492
+ - update pie-lib/pie-toolbox PD-3944, PD-3946, Pd-2450 ([ac34d93](https://github.com/pie-framework/pie-elements/commit/ac34d93fcc97e79cacddcd38c7509f3c96b69976))
493
+
494
+ ## [4.17.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.17.5...@pie-element/hotspot-controller@4.17.6) (2024-07-19)
386
495
 
496
+ ### Bug Fixes
387
497
 
498
+ - udate pie-lib/pie-toolbox to revert PD-3630 ([7858313](https://github.com/pie-framework/pie-elements/commit/785831349bb7830a3df8f35971958ebf616527f3))
388
499
 
500
+ ## [4.17.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.17.4...@pie-element/hotspot-controller@4.17.5) (2024-07-17)
389
501
 
502
+ ### Bug Fixes
390
503
 
391
- ## [5.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.3.3...@pie-element/hotspot-controller@5.3.4) (2025-03-03)
504
+ - udate pie-lib/pie-toolbox PD-3945, PD-3627 ([c37e8aa](https://github.com/pie-framework/pie-elements/commit/c37e8aaa6c7e561707a2ed9ec76deb313380c6ba))
392
505
 
506
+ ## [4.17.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.17.3...@pie-element/hotspot-controller@4.17.4) (2024-07-16)
393
507
 
394
508
  ### Bug Fixes
395
509
 
396
- * update pie-lib pie-toolbox PD-4795 ([c0bc482](https://github.com/pie-framework/pie-elements/commit/c0bc48285a67aaaf6f4b81057ced62bc57ee978d))
510
+ - udate pie-lib/pie-toolbox PD-3622, PD-3627, PD-3629, PD-3630, PD-3631 ([1e50c85](https://github.com/pie-framework/pie-elements/commit/1e50c859e2b5133e1ff9ef81f4169e49e76d9e4b))
397
511
 
512
+ ## [4.17.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.17.2...@pie-element/hotspot-controller@4.17.3) (2024-07-10)
398
513
 
514
+ ### Bug Fixes
399
515
 
516
+ - update pie-lib/pie-toolbox PD-3799, PD-3924, PD-3878 ([2f276fb](https://github.com/pie-framework/pie-elements/commit/2f276fb29f121005cecd81459469ff9f5a06740d))
400
517
 
518
+ ## [4.17.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.17.1...@pie-element/hotspot-controller@4.17.2) (2024-07-04)
401
519
 
402
- ## [5.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.3.2...@pie-element/hotspot-controller@5.3.3) (2025-02-27)
520
+ **Note:** Version bump only for package @pie-element/hotspot-controller
403
521
 
522
+ ## [4.17.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.17.0...@pie-element/hotspot-controller@4.17.1) (2024-06-26)
404
523
 
405
524
  ### Bug Fixes
406
525
 
407
- * update pie-lib/pie-toolbox PD-4820, PD-4766 ([7ccdb40](https://github.com/pie-framework/pie-elements/commit/7ccdb405614f1c310efe530d97c46fe324c0a669))
526
+ - update pie-lib/pie-toolbox PD-3028, PD-3773 ([61bc47c](https://github.com/pie-framework/pie-elements/commit/61bc47c18d2becea321f18462f5cd486db0115e1))
408
527
 
528
+ # [4.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.16.0...@pie-element/hotspot-controller@4.17.0) (2024-06-24)
409
529
 
530
+ ### Features
410
531
 
532
+ - update pie-lib/pie-toolbox PD-3868, PD-3771, PD-3772, PD-3775 ([4475c65](https://github.com/pie-framework/pie-elements/commit/4475c658be5489a0f66be27af24e01c03b32b294))
411
533
 
534
+ # [4.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.15.0...@pie-element/hotspot-controller@4.16.0) (2024-06-24)
412
535
 
413
- ## [5.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.3.1...@pie-element/hotspot-controller@5.3.2) (2025-02-19)
536
+ ### Features
414
537
 
538
+ - update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
539
+
540
+ # [4.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.14.0...@pie-element/hotspot-controller@4.15.0) (2024-06-19)
415
541
 
416
542
  ### Bug Fixes
417
543
 
418
- * update pie-lib/pie-toolbox PD-4168, PD-4723 ([921f1bf](https://github.com/pie-framework/pie-elements/commit/921f1bfff211979c859821bb15c369327cfacdf7))
544
+ - update pie-lib/pie-toolbox fix build ([75777e1](https://github.com/pie-framework/pie-elements/commit/75777e189786cb9041bd0d2f843c023a1ea5b8b1))
419
545
 
546
+ ### Features
420
547
 
548
+ - update pie-lib/pie-toolbox PD-3179, PD-3206, PD-3186, PD-1311, PD-3771, PD-3772, PD-3817 ([14e175c](https://github.com/pie-framework/pie-elements/commit/14e175cd62770ab4d7ba8bf83e6d0c9ad683f595))
421
549
 
550
+ # [4.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.13.2...@pie-element/hotspot-controller@4.14.0) (2024-06-13)
422
551
 
552
+ ### Features
423
553
 
424
- ## [5.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.3.0...@pie-element/hotspot-controller@5.3.1) (2025-02-14)
554
+ - update pie-toolbox PD-3735 ([7a38768](https://github.com/pie-framework/pie-elements/commit/7a38768b320640de853e90e137082e141ee4ad1f))
425
555
 
556
+ ## [4.13.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.13.1...@pie-element/hotspot-controller@4.13.2) (2024-06-13)
426
557
 
427
558
  ### Bug Fixes
428
559
 
429
- * update pie-lib/pie-toolbox PD-4801 ([194e2d7](https://github.com/pie-framework/pie-elements/commit/194e2d7e86a02887ffe03e13c062f8d98d543fd9))
560
+ - update pie-toolbox PD-3180, PD-3391 ([f888f35](https://github.com/pie-framework/pie-elements/commit/f888f350468fca91379d4216c9c696c30695add3))
561
+
562
+ ## [4.13.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.13.0...@pie-element/hotspot-controller@4.13.1) (2024-06-13)
430
563
 
564
+ ### Bug Fixes
431
565
 
566
+ - update pie-toolbox PD-3839 ([dcdc0bf](https://github.com/pie-framework/pie-elements/commit/dcdc0bf9a7cc341d257de831e87915fb9425e4a2))
432
567
 
568
+ # [4.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.12.1...@pie-element/hotspot-controller@4.13.0) (2024-06-03)
433
569
 
570
+ ### Features
434
571
 
435
- # [5.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.2.7...@pie-element/hotspot-controller@5.3.0) (2025-02-12)
572
+ - update pie-lib/pie-toolbox PD-3733, PD-2455 ([a507dcb](https://github.com/pie-framework/pie-elements/commit/a507dcb30bf2de72614aaba8ee576edf0c953d05))
436
573
 
574
+ ## [4.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.12.0...@pie-element/hotspot-controller@4.12.1) (2024-06-03)
437
575
 
438
576
  ### Bug Fixes
439
577
 
440
- * uncomment code ([1f0ef02](https://github.com/pie-framework/pie-elements/commit/1f0ef02d0c1a4da68b531b7275addb7a746fb0b6))
441
- * update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
442
- * **hotspot:** ensure correct response is only included in the model for evaluate mode and for instructor role in view mode, refactor and add corresponding tests PD-4785 ([e6bbf75](https://github.com/pie-framework/pie-elements/commit/e6bbf7589f3257d1bbf13ef33302c0d8e1c32f49))
578
+ - update pie-lib/pie-toolbox PD-3788, PD-1273 ([f4b6aba](https://github.com/pie-framework/pie-elements/commit/f4b6aba5c741fbf6305dba71bf47d2226f39f2ee))
443
579
 
580
+ # [4.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.11.6...@pie-element/hotspot-controller@4.12.0) (2024-05-27)
444
581
 
445
582
  ### Features
446
583
 
447
- * **hotspot:** autoplay audio for STAR PD-4790 ([eba8bc4](https://github.com/pie-framework/pie-elements/commit/eba8bc4f98c8a9ee11e4617e804ee70d8172332d))
448
-
449
-
584
+ - update pie-lib/pie-toolbox PD-3736, PD-3734, PD-2488 ([3c44f06](https://github.com/pie-framework/pie-elements/commit/3c44f06d96e609246acde257a8223dc16192c2c4))
450
585
 
586
+ ## [4.11.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.11.5...@pie-element/hotspot-controller@4.11.6) (2024-05-27)
451
587
 
588
+ ### Bug Fixes
452
589
 
453
- ## [5.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.2.6...@pie-element/hotspot-controller@5.2.7) (2025-02-06)
590
+ - update pie-lib/pie-toolbox PD-3740, PD-2126 ([5573a4e](https://github.com/pie-framework/pie-elements/commit/5573a4e2f4524839525679df319bb92c7c841916))
454
591
 
592
+ ## [4.11.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.11.4...@pie-element/hotspot-controller@4.11.5) (2024-05-14)
455
593
 
456
594
  ### Bug Fixes
457
595
 
458
- * update pie-lib/pie-toolbox PD-4753, PD-4618, PD-4641 ([f73f2be](https://github.com/pie-framework/pie-elements/commit/f73f2bec76321a677fff71e575d19c0f2e5b1d9c))
596
+ - update pie-toolbox PD-3640 ([707c240](https://github.com/pie-framework/pie-elements/commit/707c24031bc0cb05bb070605d4bc27384334eaac))
597
+
598
+ ## [4.11.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.11.3...@pie-element/hotspot-controller@4.11.4) (2024-05-13)
459
599
 
600
+ ### Bug Fixes
460
601
 
602
+ - update pie-lib/pie-toolbox PD-3650, PD-3651, PD-3621, PD-3620, PD-2127,PD-3709, PD-3726, PD-3191 ([2ef6881](https://github.com/pie-framework/pie-elements/commit/2ef688118b9099c7338cbe88afcdeed228fae11e))
461
603
 
604
+ ## [4.11.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.11.2...@pie-element/hotspot-controller@4.11.3) (2024-05-07)
462
605
 
606
+ ### Bug Fixes
463
607
 
464
- ## [5.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.2.5...@pie-element/hotspot-controller@5.2.6) (2025-01-27)
608
+ - update pie-lib/pie-toolbox PD-3731 ([2b5d6c9](https://github.com/pie-framework/pie-elements/commit/2b5d6c932280981a0fd636bcb30d7fbc181ac311))
465
609
 
610
+ ## [4.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.11.1...@pie-element/hotspot-controller@4.11.2) (2024-05-03)
466
611
 
467
612
  ### Bug Fixes
468
613
 
469
- * update pie-lib/pie-toolbox PD-3995, PD-4679 ([87dadfa](https://github.com/pie-framework/pie-elements/commit/87dadfacfae3b06690edaf0b3c4a5ea09981b153))
614
+ - update pie-lib/pie-toolbox PD-3537, PD-3538, PD-3539, PD-3540,PD-3680 ([d9cb471](https://github.com/pie-framework/pie-elements/commit/d9cb47148a8fec71d5de29f2cf2b92ec7b479470))
470
615
 
616
+ ## [4.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.11.0...@pie-element/hotspot-controller@4.11.1) (2024-04-29)
471
617
 
618
+ ### Bug Fixes
472
619
 
620
+ - update pie-lib/pie-toolbox PD-3683, PD-3644 ([73734c5](https://github.com/pie-framework/pie-elements/commit/73734c50a1e4fcda6be4f67c725816d75aea222f))
473
621
 
622
+ # [4.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.10.1...@pie-element/hotspot-controller@4.11.0) (2024-04-22)
474
623
 
475
- ## [5.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.2.4...@pie-element/hotspot-controller@5.2.5) (2025-01-27)
624
+ ### Features
625
+
626
+ - update pie-lib/pie-toolbox PD-2449 ([2a0b40a](https://github.com/pie-framework/pie-elements/commit/2a0b40a826f0338b5eda2e8301f79870be3d0073))
476
627
 
628
+ ## [4.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.10.0...@pie-element/hotspot-controller@4.10.1) (2024-04-22)
477
629
 
478
630
  ### Bug Fixes
479
631
 
480
- * update pie-lib/pie-toolbox PD-4688, PD-4589, PD-4616 ([754480c](https://github.com/pie-framework/pie-elements/commit/754480c6c747fa9123d374df0287a644c8376939))
632
+ - update pie-lib/pie-toolbox PD-3644, PD-3673 ([5e28ce0](https://github.com/pie-framework/pie-elements/commit/5e28ce0dab4a7ecd93ef7bba45ddb20f768b450b))
481
633
 
634
+ # [4.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.9.1...@pie-element/hotspot-controller@4.10.0) (2024-04-18)
482
635
 
636
+ ### Features
483
637
 
638
+ - update pie-lib/pie-toolbox SC-30530, SC-30682, PD-3607, PD-3655 ([f08bccf](https://github.com/pie-framework/pie-elements/commit/f08bccf86fcb430e75e410116b000b3affc252c0))
484
639
 
640
+ ## [4.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.9.0...@pie-element/hotspot-controller@4.9.1) (2024-04-01)
485
641
 
486
- ## [5.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.2.3...@pie-element/hotspot-controller@5.2.4) (2025-01-22)
487
-
488
-
489
- ### Bug Fixes
490
-
491
- * update pie-lib/pie-toolbox PD-4452, PD-3872, PD-4689, PD-4704, PD-4588, PD-4698, PD-4618 ([a97329c](https://github.com/pie-framework/pie-elements/commit/a97329cf73619a3a5aae8d492edb8d6e5c5730df))
492
-
493
-
494
-
495
-
496
-
497
- ## [5.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.2.2...@pie-element/hotspot-controller@5.2.3) (2025-01-22)
498
-
499
-
500
- ### Bug Fixes
501
-
502
- * replace mra package with mr, includes accessibility PD-4527 ([c83bd43](https://github.com/pie-framework/pie-elements/commit/c83bd438d3a0e94d524c04364fddd3a8edc8876e))
503
-
504
-
505
-
506
-
507
-
508
- ## [5.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.2.1...@pie-element/hotspot-controller@5.2.2) (2025-01-06)
509
-
510
-
511
- ### Bug Fixes
512
-
513
- * update pie-lib/pie-toolbox PD-4555, PD-4660, PD-4426, PD-4607, PD-4394, PD-4521 ([e4928b4](https://github.com/pie-framework/pie-elements/commit/e4928b4f9ac268a892b382045f76ae4eac6b458e))
514
-
515
-
516
-
517
-
518
-
519
- ## [5.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.2.0...@pie-element/hotspot-controller@5.2.1) (2024-12-20)
520
-
521
-
522
- ### Bug Fixes
523
-
524
- * update pie-lib/pie-toolbox PD-3843, PD-4518, PD-4588, PD-4210, PD-4362, PD-4618 ([c213141](https://github.com/pie-framework/pie-elements/commit/c2131410e19605093ca77afb8234b31708db01b1))
525
-
526
-
527
-
528
-
529
-
530
- # [5.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.1.4...@pie-element/hotspot-controller@5.2.0) (2024-12-10)
531
-
532
-
533
- ### Bug Fixes
534
-
535
- * update pie-lib/pie-toolbox PD-4388, PD-4548 ([0e7dad4](https://github.com/pie-framework/pie-elements/commit/0e7dad48f541e7c5c10212e58c6ae846c60be93c))
536
-
537
-
538
- ### Features
539
-
540
- * **categorize, hotspot, image-cloze-association:** extent fontSizeFactor to new elements PD-4389 ([c6480fb](https://github.com/pie-framework/pie-elements/commit/c6480fb201b6fd35edf50f46ef8e50b9f711f4be))
541
-
542
-
543
-
544
-
545
-
546
- ## [5.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.1.3...@pie-element/hotspot-controller@5.1.4) (2024-12-05)
547
-
548
-
549
- ### Bug Fixes
550
-
551
- * update pie-lib/pie-toolbox PD-4393, PD-4388, PD-4550, PD-4394, PD-4165 ([afafda4](https://github.com/pie-framework/pie-elements/commit/afafda4a504ecae6e4c85a45817b7f73a4b81244))
552
-
553
-
554
-
555
-
556
-
557
- ## [5.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.1.2...@pie-element/hotspot-controller@5.1.3) (2024-11-29)
558
-
559
-
560
- ### Bug Fixes
561
-
562
- * update pie-lib/pie-toolbox PD-4387, PD-4388 ([0416caf](https://github.com/pie-framework/pie-elements/commit/0416caf1188a62367a893c1e2bcfd138303c1d6d))
563
-
564
-
565
-
566
-
567
-
568
- ## [5.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.1.1...@pie-element/hotspot-controller@5.1.2) (2024-11-15)
569
-
570
-
571
- ### Bug Fixes
572
-
573
- * update pie-lib/pie-toolbox PD-4401, PD-4441, PD-4319, PD-4394, PD-3687 ([f1f0af3](https://github.com/pie-framework/pie-elements/commit/f1f0af31f3c6fba54ca3a378dea3b8b32d8ebb87))
574
-
575
-
576
-
577
-
578
-
579
- ## [5.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.1.0...@pie-element/hotspot-controller@5.1.1) (2024-11-01)
580
-
581
-
582
- ### Bug Fixes
583
-
584
- * update pie-lib PD-4361 ([0ed2a71](https://github.com/pie-framework/pie-elements/commit/0ed2a7156d3fef55b9c25ab9c60d0df836b86ee5))
585
- * update pie-lib/pie-toolbox PD-4319, PD-1460, PD-4004 ([db03ac7](https://github.com/pie-framework/pie-elements/commit/db03ac7473960cedef2c83c79920e77db06f605d))
586
- * update pie-lib/pie-toolbox PD-4372 ([dc73470](https://github.com/pie-framework/pie-elements/commit/dc734705a6aefa0f69eb29d3d695c57e31671ab8))
587
-
588
-
589
-
590
-
591
-
592
- # [5.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.0.7...@pie-element/hotspot-controller@5.1.0) (2024-10-29)
593
-
594
-
595
- ### Bug Fixes
596
-
597
- * fixed all tests after updating pie-toolbox [PD-1460] ([9f5293d](https://github.com/pie-framework/pie-elements/commit/9f5293d618edc06f69fabb27a042ec5eee66e151))
598
-
599
-
600
- ### Features
601
-
602
- * used configlayout, preview layout or uilayout to enable extraCSSRules inside author and player elements [PD-1460] ([eeebb02](https://github.com/pie-framework/pie-elements/commit/eeebb02f200208620c1af56366a22bf65944ba3e))
603
-
604
-
605
-
606
-
607
-
608
- ## [5.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.0.6...@pie-element/hotspot-controller@5.0.7) (2024-10-28)
609
-
610
-
611
- ### Bug Fixes
612
-
613
- * update pie-lib/pie-toolbox PD-4322, PD-4215, PD-4209 ([08eac95](https://github.com/pie-framework/pie-elements/commit/08eac95fd3e1a79b420fbc88cd0c7436ba284c3c))
614
-
615
-
616
-
617
-
618
-
619
- ## [5.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.0.5...@pie-element/hotspot-controller@5.0.6) (2024-10-22)
620
-
621
-
622
- ### Bug Fixes
623
-
624
- * update pie-toolbox PD-4220, PD-4194, PD-4201, PD-4189, PD-4193, PD-4018, PD-4187 ([47b14fb](https://github.com/pie-framework/pie-elements/commit/47b14fbd80a04494511bc0ae44196b4e0175f0bb))
625
-
626
-
627
-
628
-
629
-
630
- ## [5.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.0.4...@pie-element/hotspot-controller@5.0.5) (2024-10-15)
631
-
632
-
633
- ### Bug Fixes
634
-
635
- * added complexjs as dependency [PD-4200] ([da393d5](https://github.com/pie-framework/pie-elements/commit/da393d5ae8ef52f17b47ccf32967410a9263180e))
636
- * added resolutions in controller as well [PD-4200] ([020edc5](https://github.com/pie-framework/pie-elements/commit/020edc5f0bb5de6bf8f344efd0a3b9b0b16b9dc7))
637
- * reverting changes since the issue is fixed in the latest complex.js [PD-4200] ([42c9f21](https://github.com/pie-framework/pie-elements/commit/42c9f216c4d29b051156489beb43fa7093667eb7))
638
- * update pie toolbox ([ba98798](https://github.com/pie-framework/pie-elements/commit/ba987984ebc2f856950611874436cf148a9a3963))
639
- * update pie-lib/pie-toolbox PD-4200 ([a41a620](https://github.com/pie-framework/pie-elements/commit/a41a62036afe6aa8ef70493900c08875cff8eec2))
640
- * update pie-lib/pie-toolbox PD-4241 ([b24d439](https://github.com/pie-framework/pie-elements/commit/b24d43945457792d403d0da62ce3e4b5b898ca46))
641
-
642
-
643
-
644
-
645
-
646
- ## [5.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.0.3...@pie-element/hotspot-controller@5.0.4) (2024-10-03)
647
-
648
-
649
- ### Bug Fixes
650
-
651
- * update pie-toolbox and @pie-lib/pie-toolbox-module PD-4018 ([2d60730](https://github.com/pie-framework/pie-elements/commit/2d60730eb6c3ade08e522c58218cff2f6cb496cb))
652
-
653
-
654
-
655
-
656
-
657
- ## [5.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.0.2...@pie-element/hotspot-controller@5.0.3) (2024-10-01)
658
-
659
-
660
- ### Bug Fixes
661
-
662
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([ddb9d44](https://github.com/pie-framework/pie-elements/commit/ddb9d444243b881b3a468ecfb5bab551511a2495))
663
-
664
-
665
-
666
-
667
-
668
- ## [5.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.0.1...@pie-element/hotspot-controller@5.0.2) (2024-10-01)
669
-
670
-
671
- ### Bug Fixes
672
-
673
- * **hotspot:** delete default values used for testing PD-4029 ([c39cb8f](https://github.com/pie-framework/pie-elements/commit/c39cb8f7bd6fbafb60c2a03dce168642cbaeedda))
674
- * **hotspot:** handle selectedHotapotColor and hoverOutlineColor student view PD-4029 ([ab4867b](https://github.com/pie-framework/pie-elements/commit/ab4867bc5659b94b6133843082a664fcb7e9aa5c))
675
-
676
-
677
-
678
-
679
-
680
- ## [5.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@5.0.0...@pie-element/hotspot-controller@5.0.1) (2024-09-26)
681
-
682
-
683
- ### Bug Fixes
684
-
685
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([c363be4](https://github.com/pie-framework/pie-elements/commit/c363be48f9428024d4acc1eed05cd598840ffe3a))
686
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([fe83296](https://github.com/pie-framework/pie-elements/commit/fe83296445f9785e67c9643642221b28b4485921))
687
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([321147b](https://github.com/pie-framework/pie-elements/commit/321147b4072f2a6200d155f7f09c712960fe078c))
688
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([d3e24e8](https://github.com/pie-framework/pie-elements/commit/d3e24e83d74e93f0720eff8841ebac1d0493b769))
689
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([a3dd8d6](https://github.com/pie-framework/pie-elements/commit/a3dd8d65a754acadd95134ee825b769355a08a45))
690
-
691
-
692
-
693
-
694
-
695
- # [5.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.20.6...@pie-element/hotspot-controller@5.0.0) (2024-09-25)
696
-
697
-
698
- ### Bug Fixes
699
-
700
- * update math-rendering-accessible ([a5588cf](https://github.com/pie-framework/pie-elements/commit/a5588cfdccb40e970e93736dea60de4b01f1a85d))
701
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([8fa1e13](https://github.com/pie-framework/pie-elements/commit/8fa1e132d97ccc92093e789e4349610c2be21edb))
702
-
703
-
704
- ### Features
705
-
706
- * update math-rendering-accessible PD-3989, PD-4103, PD-3865 ([01590fe](https://github.com/pie-framework/pie-elements/commit/01590fe0f6ac36d14983cc144ef03f9cff397dfc))
707
-
708
-
709
- ### BREAKING CHANGES
710
-
711
- * big refactoring on the implementation of math-rendering-accessible
712
-
713
-
714
-
715
-
716
-
717
- ## [4.20.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.20.5...@pie-element/hotspot-controller@4.20.6) (2024-09-16)
718
-
719
-
720
- ### Bug Fixes
721
-
722
- * update pie-lib/pie-toolbox PD-4061, PD-4021 ([ef8e3d0](https://github.com/pie-framework/pie-elements/commit/ef8e3d0d5fca4ca57c89c7c8ef8e74ec5600551e))
723
-
724
-
725
-
726
-
727
-
728
- ## [4.20.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.20.4...@pie-element/hotspot-controller@4.20.5) (2024-09-16)
729
-
730
-
731
- ### Bug Fixes
732
-
733
- * experiment with mra ([d62f2b4](https://github.com/pie-framework/pie-elements/commit/d62f2b4526eeda1f90d3660d97bf278ac1ae72da))
734
- * experiment with mra ([d9487a5](https://github.com/pie-framework/pie-elements/commit/d9487a5394c9b71bb7d7d69a836ed629ae13f7b1))
735
- * experiment with mra ([a2e933c](https://github.com/pie-framework/pie-elements/commit/a2e933cd27bb052046e245672d3e01cb5ba1b518))
736
- * update pie-lib/pie-toolbox PD-4027, PD-4042,PD-4039, PD-4073 ([68306be](https://github.com/pie-framework/pie-elements/commit/68306be02254a6019916637fd9b75427cae1c0ed))
737
-
738
-
739
-
740
-
741
-
742
- ## [4.20.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.20.3...@pie-element/hotspot-controller@4.20.4) (2024-09-10)
743
-
744
-
745
- ### Bug Fixes
746
-
747
- * update pie-lib/pie-toolbox PD-3652, PD-2451 ([8a00529](https://github.com/pie-framework/pie-elements/commit/8a00529f67a8e27e78e4c16de5d04e11ec8c4d16))
748
-
749
-
750
-
751
-
752
-
753
- ## [4.20.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.20.2...@pie-element/hotspot-controller@4.20.3) (2024-09-10)
754
-
755
-
756
- ### Bug Fixes
757
-
758
- * update pie-lib/pie-toolbox: ability to disable table and lists PD-4065 ([49f1ce4](https://github.com/pie-framework/pie-elements/commit/49f1ce4000bc45d0eb8032f6538c0c780940a503))
759
-
760
-
761
-
762
-
763
-
764
- ## [4.20.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.20.1...@pie-element/hotspot-controller@4.20.2) (2024-08-29)
765
-
766
-
767
- ### Bug Fixes
768
-
769
- * trigger build PD-4052 ([24783c4](https://github.com/pie-framework/pie-elements/commit/24783c43a97db9c9a2b665f2c784ccd4ce8511ca))
770
-
771
-
772
-
773
-
774
-
775
- ## [4.20.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.20.0...@pie-element/hotspot-controller@4.20.1) (2024-08-29)
776
-
777
-
778
- ### Bug Fixes
779
-
780
- * update pie-lib/pie-toolbox PD-4052 ([ebbbe2d](https://github.com/pie-framework/pie-elements/commit/ebbbe2dc584829abe8f1b4d6e8a9031e27f30dce))
781
-
782
-
783
-
784
-
785
-
786
- # [4.20.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.19.3...@pie-element/hotspot-controller@4.20.0) (2024-08-27)
787
-
788
-
789
- ### Features
790
-
791
- * update pie-lib PD-4026, PD-3990 ([395d7d7](https://github.com/pie-framework/pie-elements/commit/395d7d779caae57a810cc19c1d676319d1c19ded))
792
-
793
-
794
-
795
-
796
-
797
- ## [4.19.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.19.2...@pie-element/hotspot-controller@4.19.3) (2024-08-22)
798
-
799
-
800
- ### Bug Fixes
801
-
802
- * update pie-lib PD-4021 ([07d6e85](https://github.com/pie-framework/pie-elements/commit/07d6e8560ddfe25f95dfbafc2d3155b93eb85404))
803
-
804
-
805
-
806
-
807
-
808
- ## [4.19.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.19.1...@pie-element/hotspot-controller@4.19.2) (2024-08-19)
809
-
810
-
811
- ### Bug Fixes
812
-
813
- * update pie-lib PD-3855, PD-3841 ([29ed50e](https://github.com/pie-framework/pie-elements/commit/29ed50ec75c3deedfe765f776dc24a6ecd6af284))
814
-
815
-
816
-
817
-
818
-
819
- ## [4.19.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.19.0...@pie-element/hotspot-controller@4.19.1) (2024-08-06)
820
-
821
-
822
- ### Bug Fixes
823
-
824
- * update pie-lib ([6ed3619](https://github.com/pie-framework/pie-elements/commit/6ed3619e0c670165ab45518e5bdbb40586c5adf8))
825
-
826
-
827
-
828
-
829
-
830
- # [4.19.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.18.0...@pie-element/hotspot-controller@4.19.0) (2024-08-06)
831
-
832
-
833
- ### Features
834
-
835
- * update pie-lib PD-3996, PD-3792, Pd-3791, PD-3841, PD-3956, PD-3569, PD-3855 ([6343d1b](https://github.com/pie-framework/pie-elements/commit/6343d1b00c5a4a3d88de70ed13a8aa5c1a43002d))
836
-
837
-
838
-
839
-
840
-
841
- # [4.18.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.17.6...@pie-element/hotspot-controller@4.18.0) (2024-07-26)
842
-
843
-
844
- ### Features
845
-
846
- * update pie-lib/pie-toolbox PD-2451, PD-3950, PD-3845 ([278d705](https://github.com/pie-framework/pie-elements/commit/278d7052dc7c17796ba196a2e397739e2e882b7f))
847
- * update pie-lib/pie-toolbox PD-3944, PD-3946, Pd-2450 ([ac34d93](https://github.com/pie-framework/pie-elements/commit/ac34d93fcc97e79cacddcd38c7509f3c96b69976))
848
-
849
-
850
-
851
-
852
-
853
- ## [4.17.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.17.5...@pie-element/hotspot-controller@4.17.6) (2024-07-19)
854
-
855
-
856
- ### Bug Fixes
857
-
858
- * udate pie-lib/pie-toolbox to revert PD-3630 ([7858313](https://github.com/pie-framework/pie-elements/commit/785831349bb7830a3df8f35971958ebf616527f3))
859
-
860
-
861
-
862
-
863
-
864
- ## [4.17.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.17.4...@pie-element/hotspot-controller@4.17.5) (2024-07-17)
865
-
866
-
867
- ### Bug Fixes
868
-
869
- * udate pie-lib/pie-toolbox PD-3945, PD-3627 ([c37e8aa](https://github.com/pie-framework/pie-elements/commit/c37e8aaa6c7e561707a2ed9ec76deb313380c6ba))
870
-
871
-
872
-
873
-
874
-
875
- ## [4.17.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.17.3...@pie-element/hotspot-controller@4.17.4) (2024-07-16)
876
-
877
-
878
- ### Bug Fixes
879
-
880
- * udate pie-lib/pie-toolbox PD-3622, PD-3627, PD-3629, PD-3630, PD-3631 ([1e50c85](https://github.com/pie-framework/pie-elements/commit/1e50c859e2b5133e1ff9ef81f4169e49e76d9e4b))
881
-
882
-
883
-
884
-
885
-
886
- ## [4.17.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.17.2...@pie-element/hotspot-controller@4.17.3) (2024-07-10)
887
-
888
-
889
- ### Bug Fixes
890
-
891
- * update pie-lib/pie-toolbox PD-3799, PD-3924, PD-3878 ([2f276fb](https://github.com/pie-framework/pie-elements/commit/2f276fb29f121005cecd81459469ff9f5a06740d))
892
-
893
-
894
-
895
-
896
-
897
- ## [4.17.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.17.1...@pie-element/hotspot-controller@4.17.2) (2024-07-04)
898
-
899
- **Note:** Version bump only for package @pie-element/hotspot-controller
900
-
901
-
902
-
903
-
904
-
905
- ## [4.17.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.17.0...@pie-element/hotspot-controller@4.17.1) (2024-06-26)
906
-
907
-
908
- ### Bug Fixes
909
-
910
- * update pie-lib/pie-toolbox PD-3028, PD-3773 ([61bc47c](https://github.com/pie-framework/pie-elements/commit/61bc47c18d2becea321f18462f5cd486db0115e1))
911
-
912
-
913
-
914
-
915
-
916
- # [4.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.16.0...@pie-element/hotspot-controller@4.17.0) (2024-06-24)
917
-
918
-
919
- ### Features
920
-
921
- * update pie-lib/pie-toolbox PD-3868, PD-3771, PD-3772, PD-3775 ([4475c65](https://github.com/pie-framework/pie-elements/commit/4475c658be5489a0f66be27af24e01c03b32b294))
922
-
923
-
924
-
925
-
926
-
927
- # [4.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.15.0...@pie-element/hotspot-controller@4.16.0) (2024-06-24)
928
-
929
-
930
- ### Features
931
-
932
- * update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
933
-
934
-
935
-
936
-
937
-
938
- # [4.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.14.0...@pie-element/hotspot-controller@4.15.0) (2024-06-19)
939
-
940
-
941
- ### Bug Fixes
942
-
943
- * update pie-lib/pie-toolbox fix build ([75777e1](https://github.com/pie-framework/pie-elements/commit/75777e189786cb9041bd0d2f843c023a1ea5b8b1))
944
-
945
-
946
- ### Features
947
-
948
- * update pie-lib/pie-toolbox PD-3179, PD-3206, PD-3186, PD-1311, PD-3771, PD-3772, PD-3817 ([14e175c](https://github.com/pie-framework/pie-elements/commit/14e175cd62770ab4d7ba8bf83e6d0c9ad683f595))
949
-
950
-
951
-
952
-
953
-
954
- # [4.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.13.2...@pie-element/hotspot-controller@4.14.0) (2024-06-13)
955
-
956
-
957
- ### Features
958
-
959
- * update pie-toolbox PD-3735 ([7a38768](https://github.com/pie-framework/pie-elements/commit/7a38768b320640de853e90e137082e141ee4ad1f))
960
-
961
-
962
-
963
-
964
-
965
- ## [4.13.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.13.1...@pie-element/hotspot-controller@4.13.2) (2024-06-13)
966
-
967
-
968
- ### Bug Fixes
969
-
970
- * update pie-toolbox PD-3180, PD-3391 ([f888f35](https://github.com/pie-framework/pie-elements/commit/f888f350468fca91379d4216c9c696c30695add3))
971
-
972
-
973
-
974
-
975
-
976
- ## [4.13.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.13.0...@pie-element/hotspot-controller@4.13.1) (2024-06-13)
977
-
978
-
979
- ### Bug Fixes
980
-
981
- * update pie-toolbox PD-3839 ([dcdc0bf](https://github.com/pie-framework/pie-elements/commit/dcdc0bf9a7cc341d257de831e87915fb9425e4a2))
982
-
983
-
984
-
985
-
986
-
987
- # [4.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.12.1...@pie-element/hotspot-controller@4.13.0) (2024-06-03)
988
-
989
-
990
- ### Features
991
-
992
- * update pie-lib/pie-toolbox PD-3733, PD-2455 ([a507dcb](https://github.com/pie-framework/pie-elements/commit/a507dcb30bf2de72614aaba8ee576edf0c953d05))
993
-
994
-
995
-
996
-
997
-
998
- ## [4.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.12.0...@pie-element/hotspot-controller@4.12.1) (2024-06-03)
999
-
1000
-
1001
- ### Bug Fixes
1002
-
1003
- * update pie-lib/pie-toolbox PD-3788, PD-1273 ([f4b6aba](https://github.com/pie-framework/pie-elements/commit/f4b6aba5c741fbf6305dba71bf47d2226f39f2ee))
1004
-
1005
-
1006
-
1007
-
1008
-
1009
- # [4.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.11.6...@pie-element/hotspot-controller@4.12.0) (2024-05-27)
1010
-
1011
-
1012
- ### Features
1013
-
1014
- * update pie-lib/pie-toolbox PD-3736, PD-3734, PD-2488 ([3c44f06](https://github.com/pie-framework/pie-elements/commit/3c44f06d96e609246acde257a8223dc16192c2c4))
1015
-
1016
-
1017
-
1018
-
1019
-
1020
- ## [4.11.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.11.5...@pie-element/hotspot-controller@4.11.6) (2024-05-27)
1021
-
1022
-
1023
- ### Bug Fixes
1024
-
1025
- * update pie-lib/pie-toolbox PD-3740, PD-2126 ([5573a4e](https://github.com/pie-framework/pie-elements/commit/5573a4e2f4524839525679df319bb92c7c841916))
1026
-
1027
-
1028
-
1029
-
1030
-
1031
- ## [4.11.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.11.4...@pie-element/hotspot-controller@4.11.5) (2024-05-14)
1032
-
1033
-
1034
- ### Bug Fixes
1035
-
1036
- * update pie-toolbox PD-3640 ([707c240](https://github.com/pie-framework/pie-elements/commit/707c24031bc0cb05bb070605d4bc27384334eaac))
1037
-
1038
-
1039
-
1040
-
1041
-
1042
- ## [4.11.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.11.3...@pie-element/hotspot-controller@4.11.4) (2024-05-13)
1043
-
1044
-
1045
- ### Bug Fixes
1046
-
1047
- * update pie-lib/pie-toolbox PD-3650, PD-3651, PD-3621, PD-3620, PD-2127,PD-3709, PD-3726, PD-3191 ([2ef6881](https://github.com/pie-framework/pie-elements/commit/2ef688118b9099c7338cbe88afcdeed228fae11e))
1048
-
1049
-
1050
-
1051
-
1052
-
1053
- ## [4.11.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.11.2...@pie-element/hotspot-controller@4.11.3) (2024-05-07)
1054
-
1055
-
1056
- ### Bug Fixes
1057
-
1058
- * update pie-lib/pie-toolbox PD-3731 ([2b5d6c9](https://github.com/pie-framework/pie-elements/commit/2b5d6c932280981a0fd636bcb30d7fbc181ac311))
1059
-
1060
-
1061
-
1062
-
1063
-
1064
- ## [4.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.11.1...@pie-element/hotspot-controller@4.11.2) (2024-05-03)
1065
-
1066
-
1067
- ### Bug Fixes
1068
-
1069
- * update pie-lib/pie-toolbox PD-3537, PD-3538, PD-3539, PD-3540,PD-3680 ([d9cb471](https://github.com/pie-framework/pie-elements/commit/d9cb47148a8fec71d5de29f2cf2b92ec7b479470))
1070
-
1071
-
1072
-
1073
-
1074
-
1075
- ## [4.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.11.0...@pie-element/hotspot-controller@4.11.1) (2024-04-29)
1076
-
1077
-
1078
- ### Bug Fixes
1079
-
1080
- * update pie-lib/pie-toolbox PD-3683, PD-3644 ([73734c5](https://github.com/pie-framework/pie-elements/commit/73734c50a1e4fcda6be4f67c725816d75aea222f))
1081
-
1082
-
1083
-
1084
-
1085
-
1086
- # [4.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.10.1...@pie-element/hotspot-controller@4.11.0) (2024-04-22)
1087
-
1088
-
1089
- ### Features
1090
-
1091
- * update pie-lib/pie-toolbox PD-2449 ([2a0b40a](https://github.com/pie-framework/pie-elements/commit/2a0b40a826f0338b5eda2e8301f79870be3d0073))
1092
-
1093
-
1094
-
1095
-
1096
-
1097
- ## [4.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.10.0...@pie-element/hotspot-controller@4.10.1) (2024-04-22)
1098
-
1099
-
1100
- ### Bug Fixes
1101
-
1102
- * update pie-lib/pie-toolbox PD-3644, PD-3673 ([5e28ce0](https://github.com/pie-framework/pie-elements/commit/5e28ce0dab4a7ecd93ef7bba45ddb20f768b450b))
1103
-
1104
-
1105
-
1106
-
1107
-
1108
- # [4.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.9.1...@pie-element/hotspot-controller@4.10.0) (2024-04-18)
1109
-
1110
-
1111
- ### Features
1112
-
1113
- * update pie-lib/pie-toolbox SC-30530, SC-30682, PD-3607, PD-3655 ([f08bccf](https://github.com/pie-framework/pie-elements/commit/f08bccf86fcb430e75e410116b000b3affc252c0))
1114
-
1115
-
1116
-
1117
-
1118
-
1119
- ## [4.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.9.0...@pie-element/hotspot-controller@4.9.1) (2024-04-01)
1120
-
1121
- **Note:** Version bump only for package @pie-element/hotspot-controller
1122
-
1123
-
1124
-
1125
-
1126
-
1127
- # [4.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.8.0...@pie-element/hotspot-controller@4.9.0) (2024-04-01)
1128
-
1129
-
1130
- ### Features
1131
-
1132
- * **inline-dropdown:** upgrade pie-toolbox PD-2465 ([828d1c1](https://github.com/pie-framework/pie-elements/commit/828d1c1bc9e9221c1e141baaa8f89a4929ad0eb9))
1133
-
1134
-
1135
-
1136
-
1137
-
1138
- # [4.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.7.0...@pie-element/hotspot-controller@4.8.0) (2024-04-01)
1139
-
1140
-
1141
- ### Features
1142
-
1143
- * update pie-lib/pie-toolbox PD-3567, PD-3426 ([2a706d7](https://github.com/pie-framework/pie-elements/commit/2a706d799bb000c60b7a77a790de9dc66345ebf5))
1144
-
1145
-
1146
-
1147
-
1148
-
1149
- # [4.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.6.1...@pie-element/hotspot-controller@4.7.0) (2024-03-28)
1150
-
1151
-
1152
- ### Bug Fixes
1153
-
1154
- * Add sanity check for score calculation on shapes PD-3604 ([abf6312](https://github.com/pie-framework/pie-elements/commit/abf6312044c6adf45fde83319f4dbe9ee752309f))
1155
- * update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
1156
-
1157
-
1158
- ### Features
1159
-
1160
- * **hotspot:** added required fields functionality PD-3580 ([7ab62d4](https://github.com/pie-framework/pie-elements/commit/7ab62d4380bcab46649a0780afcef4ddc8e7730d))
1161
-
1162
-
1163
-
1164
-
1165
-
1166
- ## [4.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.6.0...@pie-element/hotspot-controller@4.6.1) (2024-03-26)
1167
-
1168
- **Note:** Version bump only for package @pie-element/hotspot-controller
1169
-
1170
-
1171
-
1172
-
1173
-
1174
- # [4.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.5.0...@pie-element/hotspot-controller@4.6.0) (2024-03-20)
1175
-
1176
-
1177
- ### Bug Fixes
1178
-
1179
- * updated pie-lib/pie-toolbox SC-28500 ([a8e4e6a](https://github.com/pie-framework/pie-elements/commit/a8e4e6ab27584435ce7ac3e964ccac2747402777))
1180
-
1181
-
1182
- ### Features
1183
-
1184
- * updated pie-lib/pie-toolbox SC-27890 and reverted once again math-rendering-accessible ([fd312e1](https://github.com/pie-framework/pie-elements/commit/fd312e1336999893025231946649496d290883e4))
1185
- * use math-rendering-accessible everywhere PD-1870 ([d52e660](https://github.com/pie-framework/pie-elements/commit/d52e6607ad8847d704bd9cb9b7e3107c130f0500))
1186
-
1187
-
1188
-
1189
-
1190
-
1191
- # [4.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.4.2...@pie-element/hotspot-controller@4.5.0) (2024-03-15)
1192
-
1193
-
1194
- ### Features
1195
-
1196
- * update pie-lib/pie-toolbox SC-27890,PD-2461 ([13d94fa](https://github.com/pie-framework/pie-elements/commit/13d94faaf0cf9cf923bbc64587cdd4202154ea33))
1197
-
1198
-
1199
-
1200
-
1201
-
1202
- ## [4.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.4.1...@pie-element/hotspot-controller@4.4.2) (2024-03-13)
1203
-
1204
-
1205
- ### Bug Fixes
1206
-
1207
- * update pie-lib/pie-toolbox PD-3549 ([b5d7d13](https://github.com/pie-framework/pie-elements/commit/b5d7d1352169cc67eaedcd56898a5806b0a8812a))
1208
-
1209
-
1210
-
1211
-
1212
-
1213
- ## [4.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.4.0...@pie-element/hotspot-controller@4.4.1) (2024-03-12)
1214
-
1215
-
1216
- ### Bug Fixes
1217
-
1218
- * update pie-lib/pie-toolbox PD-3509, PD-3465 ([b1745aa](https://github.com/pie-framework/pie-elements/commit/b1745aa981722b5561aab1f4495ac81ac7bc4155))
1219
-
1220
-
1221
-
1222
-
1223
-
1224
- # [4.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.3.3...@pie-element/hotspot-controller@4.4.0) (2024-03-04)
1225
-
1226
-
1227
- ### Features
1228
-
1229
- * update pie-lib/pie-toolbox version PD-1870 and PD-3501 ([8df1d8d](https://github.com/pie-framework/pie-elements/commit/8df1d8d281a0d6023d5a9c0e6fdd29fea71b6ac1))
1230
-
1231
-
1232
-
1233
-
1234
-
1235
- ## [4.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.3.2...@pie-element/hotspot-controller@4.3.3) (2024-02-20)
1236
-
1237
-
1238
- ### Bug Fixes
1239
-
1240
- * update pie-lib/pie-toolbox PD-3372, PD-3385, PD-3439 ([a79d800](https://github.com/pie-framework/pie-elements/commit/a79d800bb69af0d175793bc737282100168c4c60))
1241
- * update pie-lib/pie-toolbox PD-3455 ([4ff9971](https://github.com/pie-framework/pie-elements/commit/4ff9971e65b680aea180c94f9e85cab7249af2fb))
1242
-
1243
-
1244
-
1245
-
1246
-
1247
- ## [4.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.3.1...@pie-element/hotspot-controller@4.3.2) (2024-02-15)
1248
-
1249
-
1250
- ### Bug Fixes
1251
-
1252
- * isResponseCorrect to include circles PD-3458 ([f2aeb5f](https://github.com/pie-framework/pie-elements/commit/f2aeb5f1c620e00a311ad6e823f5bde73f75ddd0))
1253
-
1254
-
1255
-
1256
-
1257
-
1258
- ## [4.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.3.0...@pie-element/hotspot-controller@4.3.1) (2024-02-14)
1259
-
1260
-
1261
- ### Bug Fixes
1262
-
1263
- * pie-lib/pie-toolbox with slate updates ([a8f8707](https://github.com/pie-framework/pie-elements/commit/a8f8707b2c197c2b40fb6632cee0ba4c27aa9aa4))
1264
- * update pie-lib/pie-toolbox ([cec328c](https://github.com/pie-framework/pie-elements/commit/cec328caf5b69d9fee00473c502aed62d6e27462))
1265
-
1266
-
1267
-
1268
-
1269
-
1270
- # [4.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.2.3...@pie-element/hotspot-controller@4.3.0) (2024-02-09)
1271
-
1272
-
1273
- ### Features
1274
-
1275
- * update pie-toolbox version SC-28868 ([5745f50](https://github.com/pie-framework/pie-elements/commit/5745f502c89d730e72d4cdb83e96c9465a81ae19))
1276
-
1277
-
1278
-
1279
-
1280
-
1281
- ## [4.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.2.2...@pie-element/hotspot-controller@4.2.3) (2024-02-07)
1282
-
1283
-
1284
- ### Bug Fixes
1285
-
1286
- * update pie-toolbox version PD-3423 ([053ad69](https://github.com/pie-framework/pie-elements/commit/053ad690619980bce68b1b44e51975fcf91054ec))
1287
-
1288
-
1289
-
1290
-
1291
-
1292
- ## [4.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.2.1...@pie-element/hotspot-controller@4.2.2) (2024-01-24)
1293
-
1294
-
1295
- ### Bug Fixes
1296
-
1297
- * update to pie-lib/pie-toolbox 1.5.7 PD-3404 ([eae668d](https://github.com/pie-framework/pie-elements/commit/eae668d980ef4731af5eceb3e70329b7621a232b))
1298
-
1299
-
1300
-
1301
-
1302
-
1303
- ## [4.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.2.0...@pie-element/hotspot-controller@4.2.1) (2024-01-24)
1304
-
1305
-
1306
- ### Bug Fixes
1307
-
1308
- * update to pie-lib/pie-toolbox 1.5.6 to fix issue introduced by fix for PD-3392 ([8d0a33f](https://github.com/pie-framework/pie-elements/commit/8d0a33f51a5ebe442eb824749cb419bf23c44d28))
1309
-
1310
-
1311
-
1312
-
1313
-
1314
- # [4.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.1.4...@pie-element/hotspot-controller@4.2.0) (2024-01-23)
1315
-
1316
-
1317
- ### Bug Fixes
1318
-
1319
- * update to pie-lib/pie-toolbox 1.5.4 for PD-3387, PD-3384, PD-3383, PD-3392 ([2278f9a](https://github.com/pie-framework/pie-elements/commit/2278f9a3fdf1bc89ab590f240d926a857339179e))
1320
- * update to pie-lib/pie-toolbox 1.5.5 for PD-3392 ([d4286e0](https://github.com/pie-framework/pie-elements/commit/d4286e08a060a73e6de098f87173baaaa88cc997))
1321
-
1322
-
1323
- ### Features
1324
-
1325
- * display and validate circles PD-1446 ([d42e74e](https://github.com/pie-framework/pie-elements/commit/d42e74e449c531c14cfe1fa0957154bcb3adbfd7))
1326
-
1327
-
1328
-
1329
-
1330
-
1331
- ## [4.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.1.3...@pie-element/hotspot-controller@4.1.4) (2024-01-15)
1332
-
1333
-
1334
- ### Bug Fixes
1335
-
1336
- * update pie-lib/pie-toolbox PD-3366, PD-3367, PD-3381 ([8c9d35f](https://github.com/pie-framework/pie-elements/commit/8c9d35ff6f0dad1a161d6a2dba203a169169e562))
1337
-
1338
-
1339
-
1340
-
1341
-
1342
- ## [4.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.1.2...@pie-element/hotspot-controller@4.1.3) (2024-01-08)
1343
-
1344
-
1345
- ### Bug Fixes
1346
-
1347
- * update pie-lib/pie-toolbox PD-2068, PD-2060 ([b63f783](https://github.com/pie-framework/pie-elements/commit/b63f78371452e265f31f721dcfa5f8ba9789089c))
1348
- * update pie-lib/pie-toolbox PD-3352 ([c40c326](https://github.com/pie-framework/pie-elements/commit/c40c326209315b57ce8da802b8e00616256e3bd6))
1349
- * update pie-lib/pie-toolbox SC-27396, SC-27398 ([658a553](https://github.com/pie-framework/pie-elements/commit/658a55358181271b508f7d550467eefadcd71544))
1350
-
1351
-
1352
-
1353
-
1354
-
1355
- ## [4.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.1.1...@pie-element/hotspot-controller@4.1.2) (2024-01-08)
1356
-
1357
-
1358
- ### Bug Fixes
1359
-
1360
- * update pie-lib/pie-toolbox PD-3352,PD-3348, PD-3296 ([48b1952](https://github.com/pie-framework/pie-elements/commit/48b1952831835ead598b692abb3d492ec9adb564))
1361
-
1362
-
1363
-
1364
-
1365
-
1366
- ## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.1.0...@pie-element/hotspot-controller@4.1.1) (2024-01-04)
1367
-
1368
-
1369
- ### Bug Fixes
1370
-
1371
- * update pie-lib/pie-toolbox PD-2068, PD-2060 ([e918850](https://github.com/pie-framework/pie-elements/commit/e9188502ffeaefe41bf0f23895d4bb2daf839364))
1372
- * update pie-lib/pie-toolbox PD-3037 ([b2f689a](https://github.com/pie-framework/pie-elements/commit/b2f689a416c2c39d7ed423a22db02dd32415ba82))
1373
-
1374
-
1375
-
1376
-
1377
-
1378
- # [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.0.3...@pie-element/hotspot-controller@4.1.0) (2023-12-19)
1379
-
1380
-
1381
- ### Bug Fixes
1382
-
1383
- * update pie-lib/pie-toolbox PD-2068 ([34eccd5](https://github.com/pie-framework/pie-elements/commit/34eccd52c44259eddf3e2b816b00b82f83bc2bf8))
1384
-
1385
-
1386
- ### Features
1387
-
1388
- * update pie-lib/pie-toolbox PD-2555 ([86d4fd9](https://github.com/pie-framework/pie-elements/commit/86d4fd909180dd1fcbc446bd8b29c23af21a1c69))
1389
- * update pie-lib/pie-toolbox PD-3307, PD-2067, PD-3271, PD-3041, PD-2068 ([2eabcbd](https://github.com/pie-framework/pie-elements/commit/2eabcbd036e318bb24552f4140ca7384ad865951))
1390
-
1391
-
1392
-
1393
-
1394
-
1395
- ## [4.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.0.2...@pie-element/hotspot-controller@4.0.3) (2023-11-27)
1396
-
1397
-
1398
- ### Bug Fixes
1399
-
1400
- * update pie-lib ([74283d7](https://github.com/pie-framework/pie-elements/commit/74283d71b12ab9c82875ce995368e5e39f4face6))
1401
-
1402
-
1403
-
1404
-
1405
-
1406
- ## [4.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.0.1...@pie-element/hotspot-controller@4.0.2) (2023-11-27)
1407
-
1408
-
1409
- ### Bug Fixes
1410
-
1411
- * update pie-lib/pie-toolbox PD-597 ([1ec84aa](https://github.com/pie-framework/pie-elements/commit/1ec84aadae515088ef65b99f780a5e5dca516f99))
1412
- * update pie-libs PD-2996 ([cd092c6](https://github.com/pie-framework/pie-elements/commit/cd092c6b5c4db91645394cd23febc1f9a07f46f9))
1413
-
1414
-
1415
-
1416
-
1417
-
1418
- ## [4.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.0.0...@pie-element/hotspot-controller@4.0.1) (2023-11-09)
1419
-
1420
-
1421
- ### Bug Fixes
1422
-
1423
- * update pie-lib/pie-toolbox PD-3221, PD-3249, PD-2765 ([9de1563](https://github.com/pie-framework/pie-elements/commit/9de1563d636983c3ddceee0279c0709d396d4f96))
1424
-
1425
-
1426
-
1427
-
1428
-
1429
- # [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.7.0...@pie-element/hotspot-controller@4.0.0) (2023-11-07)
1430
-
1431
-
1432
- ### Bug Fixes
1433
-
1434
- * update pie-lib version to fix imports for pie-lib/pie-toolbox/editable-html ([a90cbf6](https://github.com/pie-framework/pie-elements/commit/a90cbf6be81824e7266df23c2dc49b259337c1b6))
1435
- * update pie-lib/pie-toolbox version ([212cbfa](https://github.com/pie-framework/pie-elements/commit/212cbfad27b29f0b1b2a3706ba82f6fb59147001))
1436
- * update pie-lib/pie-toolbox version ([b791e10](https://github.com/pie-framework/pie-elements/commit/b791e10857928766e2d73c6aa80b3fb50fd1afac))
1437
- * update pie-lib/pie-toolbox version ([7f64f9f](https://github.com/pie-framework/pie-elements/commit/7f64f9f2b874fd08bd8f6f05c1c4292c34ac6338))
1438
-
1439
-
1440
- ### Code Refactoring
1441
-
1442
- * replaced all pie-lib packages with the new pie-toolbox package that contains all of them. ([073d7e5](https://github.com/pie-framework/pie-elements/commit/073d7e5175f7a73069f09d2ceda799682acce494))
1443
-
1444
-
1445
- ### BREAKING CHANGES
1446
-
1447
- * using pie-lib/pie-toolbox now, instead of any other pie-lib package.
1448
-
1449
-
1450
-
1451
-
1452
-
1453
- # [3.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.6.3...@pie-element/hotspot-controller@3.7.0) (2023-09-04)
1454
-
1455
-
1456
- ### Features
1457
-
1458
- * **hotspot:** translations PD-2802 PD-2795 ([15b03fd](https://github.com/pie-framework/pie-elements/commit/15b03fd1d6659364c4d765406c807d30dc5375d1))
1459
-
1460
-
1461
-
1462
-
1463
-
1464
- ## [3.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.6.2...@pie-element/hotspot-controller@3.6.3) (2023-07-06)
1465
-
1466
-
1467
- ### Bug Fixes
1468
-
1469
- * updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
1470
-
1471
-
1472
-
1473
-
1474
-
1475
- ## [3.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.6.1...@pie-element/hotspot-controller@3.6.2) (2023-04-25)
1476
-
1477
-
1478
- ### Bug Fixes
1479
-
1480
- * update pie-libs PD-2762 ([7ac4313](https://github.com/pie-framework/pie-elements/commit/7ac431346b822fe3bbb0d13375f044f6ce1f426b))
1481
-
1482
-
1483
-
1484
-
1485
-
1486
- ## [3.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.6.0...@pie-element/hotspot-controller@3.6.1) (2023-03-20)
1487
-
1488
-
1489
- ### Bug Fixes
1490
-
1491
- * use defaults in both configure and controller PD-2705 ([6330aa8](https://github.com/pie-framework/pie-elements/commit/6330aa841ba3d8e8b5368bd03157568ac81c2317))
1492
-
1493
-
1494
-
1495
-
1496
-
1497
- # [3.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.5.1...@pie-element/hotspot-controller@3.6.0) (2023-02-01)
1498
-
1499
-
1500
- ### Features
1501
-
1502
- * update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
1503
- * **hotspot:** changed hotspot color opacity, added gray hotspot color option PD-411 ([c36428e](https://github.com/pie-framework/pie-elements/commit/c36428ef94fb4916d2bf76fe5850c704a30b6c85))
1504
-
1505
-
1506
-
1507
-
1508
-
1509
- ## [3.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.5.0...@pie-element/hotspot-controller@3.5.1) (2022-12-07)
1510
-
1511
-
1512
- ### Bug Fixes
1513
-
1514
- * update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
1515
-
1516
-
1517
-
1518
-
1519
-
1520
- # [3.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.4.8...@pie-element/hotspot-controller@3.5.0) (2022-05-03)
1521
-
1522
-
1523
- ### Features
1524
-
1525
- * **hotspot:** added configurable validation PD-1702 ([18eb985](https://github.com/pie-framework/pie-elements/commit/18eb98568adf9248dc616a9ae71d9f8394b62fc1))
1526
- * **hotspot:** PD-1703 implement ui/ux for item validation ([a962183](https://github.com/pie-framework/pie-elements/commit/a962183d0941936b69a95b32002135507d769170))
1527
-
1528
-
1529
-
1530
-
1531
-
1532
- ## [3.4.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.4.3...@pie-element/hotspot-controller@3.4.5) (2021-11-11)
1533
-
1534
- **Note:** Version bump only for package @pie-element/hotspot-controller
1535
-
1536
-
1537
-
1538
-
1539
-
1540
- ## [3.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.4.3...@pie-element/hotspot-controller@3.4.4) (2021-11-11)
1541
-
1542
- **Note:** Version bump only for package @pie-element/hotspot-controller
1543
-
1544
-
1545
-
1546
-
1547
-
1548
- ## [3.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.4.1...@pie-element/hotspot-controller@3.4.3) (2021-08-05)
1549
-
1550
-
1551
- ### Bug Fixes
1552
-
1553
- * force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
1554
-
1555
-
1556
-
1557
-
1558
-
1559
- ## [3.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.4.0...@pie-element/hotspot-controller@3.4.1) (2021-06-29)
1560
-
1561
-
1562
- ### Bug Fixes
1563
-
1564
- * **hotspot:** partial scoring not working correctly PD-816 ([#583](https://github.com/pie-framework/pie-elements/issues/583)) ([8266134](https://github.com/pie-framework/pie-elements/commit/8266134bd0e298a89cbcbeb1f8ad16bb803e60ae))
1565
-
1566
-
1567
-
1568
-
1569
-
1570
- # [3.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.15...@pie-element/hotspot-controller@3.4.0) (2021-04-07)
1571
-
1572
-
1573
- ### Features
1574
-
1575
- * merge pie-ui into pie-elements PD-977 ([01ebfd7](https://github.com/pie-framework/pie-elements/commit/01ebfd7ce98b041dd0573575efd8b6da03f22162))
1576
-
1577
-
1578
-
1579
-
1580
-
1581
- ## [3.3.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.12...@pie-element/hotspot-controller@3.3.15) (2021-03-03)
1582
-
1583
- **Note:** Version bump only for package @pie-element/hotspot-controller
1584
-
1585
-
1586
-
1587
-
1588
-
1589
- ## [3.3.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.11...@pie-element/hotspot-controller@3.3.12) (2021-03-03)
1590
-
1591
- **Note:** Version bump only for package @pie-element/hotspot-controller
1592
-
1593
-
1594
-
1595
-
1596
-
1597
- ## [3.3.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.10...@pie-element/hotspot-controller@3.3.11) (2020-10-16)
1598
-
1599
- **Note:** Version bump only for package @pie-element/hotspot-controller
1600
-
1601
-
1602
-
1603
-
1604
-
1605
- ## [3.3.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.9...@pie-element/hotspot-controller@3.3.10) (2020-10-02)
1606
-
1607
-
1608
- ### Bug Fixes
1609
-
1610
- * PD-612 - hotspot hanging ([a00aa5c](https://github.com/pie-framework/pie-elements/commit/a00aa5c))
1611
-
1612
-
1613
-
1614
-
1615
-
1616
- ## [3.3.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.8...@pie-element/hotspot-controller@3.3.9) (2020-08-25)
1617
-
1618
- **Note:** Version bump only for package @pie-element/hotspot-controller
1619
-
1620
-
1621
-
1622
-
1623
-
1624
- ## [3.3.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.7...@pie-element/hotspot-controller@3.3.8) (2020-08-25)
1625
-
1626
- **Note:** Version bump only for package @pie-element/hotspot-controller
1627
-
1628
-
1629
-
1630
-
1631
-
1632
- ## [3.3.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.6...@pie-element/hotspot-controller@3.3.7) (2020-08-13)
1633
-
1634
- **Note:** Version bump only for package @pie-element/hotspot-controller
1635
-
1636
-
1637
-
1638
-
1639
-
1640
- ## [3.3.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.5...@pie-element/hotspot-controller@3.3.6) (2020-05-25)
1641
-
1642
- **Note:** Version bump only for package @pie-element/hotspot-controller
1643
-
1644
-
1645
-
1646
-
1647
-
1648
- ## [3.3.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.4...@pie-element/hotspot-controller@3.3.5) (2020-05-25)
1649
-
1650
- **Note:** Version bump only for package @pie-element/hotspot-controller
1651
-
1652
-
1653
-
1654
-
1655
-
1656
- ## [3.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.3...@pie-element/hotspot-controller@3.3.4) (2020-04-28)
1657
-
1658
-
1659
- ### Bug Fixes
1660
-
1661
- * PD-56: Bug with resizing an image in hot spot ([bfeb160](https://github.com/pie-framework/pie-elements/commit/bfeb160))
1662
-
1663
-
1664
-
1665
-
1666
-
1667
- ## [3.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.2...@pie-element/hotspot-controller@3.3.3) (2020-04-14)
1668
-
1669
-
1670
- ### Bug Fixes
1671
-
1672
- * bump ui/lib versions ([3edb232](https://github.com/pie-framework/pie-elements/commit/3edb232))
1673
-
1674
-
1675
-
1676
-
1677
-
1678
- ## [3.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.1...@pie-element/hotspot-controller@3.3.2) (2020-04-14)
1679
-
1680
- **Note:** Version bump only for package @pie-element/hotspot-controller
1681
-
1682
-
1683
-
1684
-
1685
-
1686
- ## [3.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.2.4...@pie-element/hotspot-controller@3.3.1) (2020-04-10)
1687
-
1688
-
1689
- ### Bug Fixes
1690
-
1691
- * bump all packages to avoid tag conflict ([d9ec9a8](https://github.com/pie-framework/pie-elements/commit/d9ec9a8))
1692
- * bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
1693
-
1694
-
1695
-
1696
-
1697
-
1698
- ## [3.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.2.4...@pie-element/hotspot-controller@3.2.5) (2020-04-10)
1699
-
1700
-
1701
- ### Bug Fixes
1702
-
1703
- * bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
1704
-
1705
-
1706
-
1707
-
1708
-
1709
- ## [3.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.2.3...@pie-element/hotspot-controller@3.2.4) (2020-02-18)
1710
-
1711
-
1712
- ### Bug Fixes
1713
-
1714
- * ch7555: selecting answers in a different order was not working (Hot spot scoring problem in IBX (legacy content with multiple correct answers)) ([6ffd5a3](https://github.com/pie-framework/pie-elements/commit/6ffd5a3))
1715
-
1716
-
1717
-
1718
-
1719
-
1720
- ## [3.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.2.2...@pie-element/hotspot-controller@3.2.3) (2020-01-31)
1721
-
1722
- **Note:** Version bump only for package @pie-element/hotspot-controller
1723
-
1724
-
1725
-
1726
-
1727
-
1728
- ## [3.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.2.1...@pie-element/hotspot-controller@3.2.2) (2020-01-30)
1729
-
1730
- **Note:** Version bump only for package @pie-element/hotspot-controller
1731
-
1732
-
1733
-
1734
-
1735
-
1736
- ## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.2.0...@pie-element/hotspot-controller@3.2.1) (2020-01-28)
1737
-
1738
- **Note:** Version bump only for package @pie-element/hotspot-controller
642
+ **Note:** Version bump only for package @pie-element/hotspot-controller
1739
643
 
644
+ # [4.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.8.0...@pie-element/hotspot-controller@4.9.0) (2024-04-01)
1740
645
 
646
+ ### Features
1741
647
 
648
+ - **inline-dropdown:** upgrade pie-toolbox PD-2465 ([828d1c1](https://github.com/pie-framework/pie-elements/commit/828d1c1bc9e9221c1e141baaa8f89a4929ad0eb9))
1742
649
 
650
+ # [4.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.7.0...@pie-element/hotspot-controller@4.8.0) (2024-04-01)
1743
651
 
1744
- # [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.1.2...@pie-element/hotspot-controller@3.2.0) (2020-01-28)
652
+ ### Features
1745
653
 
654
+ - update pie-lib/pie-toolbox PD-3567, PD-3426 ([2a706d7](https://github.com/pie-framework/pie-elements/commit/2a706d799bb000c60b7a77a790de9dc66345ebf5))
1746
655
 
1747
- ### Features
656
+ # [4.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.6.1...@pie-element/hotspot-controller@4.7.0) (2024-03-28)
1748
657
 
1749
- * PIE-200 - add partialScoring ([483e9b2](https://github.com/pie-framework/pie-elements/commit/483e9b2))
658
+ ### Bug Fixes
1750
659
 
660
+ - Add sanity check for score calculation on shapes PD-3604 ([abf6312](https://github.com/pie-framework/pie-elements/commit/abf6312044c6adf45fde83319f4dbe9ee752309f))
661
+ - update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
1751
662
 
663
+ ### Features
1752
664
 
665
+ - **hotspot:** added required fields functionality PD-3580 ([7ab62d4](https://github.com/pie-framework/pie-elements/commit/7ab62d4380bcab46649a0780afcef4ddc8e7730d))
1753
666
 
667
+ ## [4.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.6.0...@pie-element/hotspot-controller@4.6.1) (2024-03-26)
1754
668
 
1755
- ## [3.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.1.1...@pie-element/hotspot-controller@3.1.2) (2020-01-09)
669
+ **Note:** Version bump only for package @pie-element/hotspot-controller
1756
670
 
671
+ # [4.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.5.0...@pie-element/hotspot-controller@4.6.0) (2024-03-20)
1757
672
 
1758
673
  ### Bug Fixes
1759
674
 
1760
- * ch2880: For some hotspot items, the distinction between selected and not selected areas is quite subtle (increased border width) ([7769a15](https://github.com/pie-framework/pie-elements/commit/7769a15))
675
+ - updated pie-lib/pie-toolbox SC-28500 ([a8e4e6a](https://github.com/pie-framework/pie-elements/commit/a8e4e6ab27584435ce7ac3e964ccac2747402777))
1761
676
 
677
+ ### Features
1762
678
 
679
+ - updated pie-lib/pie-toolbox SC-27890 and reverted once again math-rendering-accessible ([fd312e1](https://github.com/pie-framework/pie-elements/commit/fd312e1336999893025231946649496d290883e4))
680
+ - use math-rendering-accessible everywhere PD-1870 ([d52e660](https://github.com/pie-framework/pie-elements/commit/d52e6607ad8847d704bd9cb9b7e3107c130f0500))
1763
681
 
682
+ # [4.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.4.2...@pie-element/hotspot-controller@4.5.0) (2024-03-15)
1764
683
 
684
+ ### Features
1765
685
 
1766
- ## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.1.0...@pie-element/hotspot-controller@3.1.1) (2019-12-18)
686
+ - update pie-lib/pie-toolbox SC-27890,PD-2461 ([13d94fa](https://github.com/pie-framework/pie-elements/commit/13d94faaf0cf9cf923bbc64587cdd4202154ea33))
1767
687
 
1768
- **Note:** Version bump only for package @pie-element/hotspot-controller
688
+ ## [4.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.4.1...@pie-element/hotspot-controller@4.4.2) (2024-03-13)
1769
689
 
690
+ ### Bug Fixes
1770
691
 
692
+ - update pie-lib/pie-toolbox PD-3549 ([b5d7d13](https://github.com/pie-framework/pie-elements/commit/b5d7d1352169cc67eaedcd56898a5806b0a8812a))
1771
693
 
694
+ ## [4.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.4.0...@pie-element/hotspot-controller@4.4.1) (2024-03-12)
1772
695
 
696
+ ### Bug Fixes
1773
697
 
1774
- # [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.0.6...@pie-element/hotspot-controller@3.1.0) (2019-12-18)
698
+ - update pie-lib/pie-toolbox PD-3509, PD-3465 ([b1745aa](https://github.com/pie-framework/pie-elements/commit/b1745aa981722b5561aab1f4495ac81ac7bc4155))
1775
699
 
700
+ # [4.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.3.3...@pie-element/hotspot-controller@4.4.0) (2024-03-04)
1776
701
 
1777
702
  ### Features
1778
703
 
1779
- * added support for declared polygons (display them, possibility to mark/unmark as correct, possibility to drag/drop). ([85d0603](https://github.com/pie-framework/pie-elements/commit/85d0603))
704
+ - update pie-lib/pie-toolbox version PD-1870 and PD-3501 ([8df1d8d](https://github.com/pie-framework/pie-elements/commit/8df1d8d281a0d6023d5a9c0e6fdd29fea71b6ac1))
705
+
706
+ ## [4.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.3.2...@pie-element/hotspot-controller@4.3.3) (2024-02-20)
1780
707
 
708
+ ### Bug Fixes
1781
709
 
710
+ - update pie-lib/pie-toolbox PD-3372, PD-3385, PD-3439 ([a79d800](https://github.com/pie-framework/pie-elements/commit/a79d800bb69af0d175793bc737282100168c4c60))
711
+ - update pie-lib/pie-toolbox PD-3455 ([4ff9971](https://github.com/pie-framework/pie-elements/commit/4ff9971e65b680aea180c94f9e85cab7249af2fb))
1782
712
 
713
+ ## [4.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.3.1...@pie-element/hotspot-controller@4.3.2) (2024-02-15)
1783
714
 
715
+ ### Bug Fixes
1784
716
 
1785
- ## [3.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.0.5...@pie-element/hotspot-controller@3.0.6) (2019-12-03)
717
+ - isResponseCorrect to include circles PD-3458 ([f2aeb5f](https://github.com/pie-framework/pie-elements/commit/f2aeb5f1c620e00a311ad6e823f5bde73f75ddd0))
1786
718
 
719
+ ## [4.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.3.0...@pie-element/hotspot-controller@4.3.1) (2024-02-14)
1787
720
 
1788
721
  ### Bug Fixes
1789
722
 
1790
- * PIE-201 - store prompts and answers in session, fix ([2380224](https://github.com/pie-framework/pie-elements/commit/2380224))
723
+ - pie-lib/pie-toolbox with slate updates ([a8f8707](https://github.com/pie-framework/pie-elements/commit/a8f8707b2c197c2b40fb6632cee0ba4c27aa9aa4))
724
+ - update pie-lib/pie-toolbox ([cec328c](https://github.com/pie-framework/pie-elements/commit/cec328caf5b69d9fee00473c502aed62d6e27462))
725
+
726
+ # [4.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.2.3...@pie-element/hotspot-controller@4.3.0) (2024-02-09)
1791
727
 
728
+ ### Features
1792
729
 
730
+ - update pie-toolbox version SC-28868 ([5745f50](https://github.com/pie-framework/pie-elements/commit/5745f502c89d730e72d4cdb83e96c9465a81ae19))
1793
731
 
732
+ ## [4.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.2.2...@pie-element/hotspot-controller@4.2.3) (2024-02-07)
1794
733
 
734
+ ### Bug Fixes
1795
735
 
1796
- ## [3.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.0.4...@pie-element/hotspot-controller@3.0.5) (2019-10-29)
736
+ - update pie-toolbox version PD-3423 ([053ad69](https://github.com/pie-framework/pie-elements/commit/053ad690619980bce68b1b44e51975fcf91054ec))
1797
737
 
1798
- **Note:** Version bump only for package @pie-element/hotspot-controller
738
+ ## [4.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.2.1...@pie-element/hotspot-controller@4.2.2) (2024-01-24)
1799
739
 
740
+ ### Bug Fixes
1800
741
 
742
+ - update to pie-lib/pie-toolbox 1.5.7 PD-3404 ([eae668d](https://github.com/pie-framework/pie-elements/commit/eae668d980ef4731af5eceb3e70329b7621a232b))
1801
743
 
744
+ ## [4.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.2.0...@pie-element/hotspot-controller@4.2.1) (2024-01-24)
1802
745
 
746
+ ### Bug Fixes
1803
747
 
1804
- ## [3.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.0.3...@pie-element/hotspot-controller@3.0.4) (2019-10-16)
748
+ - update to pie-lib/pie-toolbox 1.5.6 to fix issue introduced by fix for PD-3392 ([8d0a33f](https://github.com/pie-framework/pie-elements/commit/8d0a33f51a5ebe442eb824749cb419bf23c44d28))
1805
749
 
750
+ # [4.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.1.4...@pie-element/hotspot-controller@4.2.0) (2024-01-23)
1806
751
 
1807
752
  ### Bug Fixes
1808
753
 
1809
- * ch2766 fix unresolved promise ([#366](https://github.com/pie-framework/pie-elements/issues/366)) ([9057b7f](https://github.com/pie-framework/pie-elements/commit/9057b7f)), closes [#365](https://github.com/pie-framework/pie-elements/issues/365)
754
+ - update to pie-lib/pie-toolbox 1.5.4 for PD-3387, PD-3384, PD-3383, PD-3392 ([2278f9a](https://github.com/pie-framework/pie-elements/commit/2278f9a3fdf1bc89ab590f240d926a857339179e))
755
+ - update to pie-lib/pie-toolbox 1.5.5 for PD-3392 ([d4286e0](https://github.com/pie-framework/pie-elements/commit/d4286e08a060a73e6de098f87173baaaa88cc997))
1810
756
 
757
+ ### Features
1811
758
 
759
+ - display and validate circles PD-1446 ([d42e74e](https://github.com/pie-framework/pie-elements/commit/d42e74e449c531c14cfe1fa0957154bcb3adbfd7))
1812
760
 
761
+ ## [4.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.1.3...@pie-element/hotspot-controller@4.1.4) (2024-01-15)
1813
762
 
763
+ ### Bug Fixes
1814
764
 
1815
- ## [3.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.0.2...@pie-element/hotspot-controller@3.0.3) (2019-10-16)
765
+ - update pie-lib/pie-toolbox PD-3366, PD-3367, PD-3381 ([8c9d35f](https://github.com/pie-framework/pie-elements/commit/8c9d35ff6f0dad1a161d6a2dba203a169169e562))
1816
766
 
1817
- **Note:** Version bump only for package @pie-element/hotspot-controller
767
+ ## [4.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.1.2...@pie-element/hotspot-controller@4.1.3) (2024-01-08)
1818
768
 
769
+ ### Bug Fixes
1819
770
 
771
+ - update pie-lib/pie-toolbox PD-2068, PD-2060 ([b63f783](https://github.com/pie-framework/pie-elements/commit/b63f78371452e265f31f721dcfa5f8ba9789089c))
772
+ - update pie-lib/pie-toolbox PD-3352 ([c40c326](https://github.com/pie-framework/pie-elements/commit/c40c326209315b57ce8da802b8e00616256e3bd6))
773
+ - update pie-lib/pie-toolbox SC-27396, SC-27398 ([658a553](https://github.com/pie-framework/pie-elements/commit/658a55358181271b508f7d550467eefadcd71544))
1820
774
 
775
+ ## [4.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.1.1...@pie-element/hotspot-controller@4.1.2) (2024-01-08)
1821
776
 
777
+ ### Bug Fixes
1822
778
 
1823
- ## [3.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.0.1...@pie-element/hotspot-controller@3.0.2) (2019-10-15)
779
+ - update pie-lib/pie-toolbox PD-3352,PD-3348, PD-3296 ([48b1952](https://github.com/pie-framework/pie-elements/commit/48b1952831835ead598b692abb3d492ec9adb564))
1824
780
 
781
+ ## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.1.0...@pie-element/hotspot-controller@4.1.1) (2024-01-04)
1825
782
 
1826
783
  ### Bug Fixes
1827
784
 
1828
- * bump @pie-lib/controller-utils@^0.2.2 [ch4859] ([cee7521](https://github.com/pie-framework/pie-elements/commit/cee7521))
785
+ - update pie-lib/pie-toolbox PD-2068, PD-2060 ([e918850](https://github.com/pie-framework/pie-elements/commit/e9188502ffeaefe41bf0f23895d4bb2daf839364))
786
+ - update pie-lib/pie-toolbox PD-3037 ([b2f689a](https://github.com/pie-framework/pie-elements/commit/b2f689a416c2c39d7ed423a22db02dd32415ba82))
1829
787
 
788
+ # [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.0.3...@pie-element/hotspot-controller@4.1.0) (2023-12-19)
1830
789
 
790
+ ### Bug Fixes
1831
791
 
792
+ - update pie-lib/pie-toolbox PD-2068 ([34eccd5](https://github.com/pie-framework/pie-elements/commit/34eccd52c44259eddf3e2b816b00b82f83bc2bf8))
1832
793
 
794
+ ### Features
1833
795
 
1834
- ## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.0.0...@pie-element/hotspot-controller@3.0.1) (2019-10-11)
796
+ - update pie-lib/pie-toolbox PD-2555 ([86d4fd9](https://github.com/pie-framework/pie-elements/commit/86d4fd909180dd1fcbc446bd8b29c23af21a1c69))
797
+ - update pie-lib/pie-toolbox PD-3307, PD-2067, PD-3271, PD-3041, PD-2068 ([2eabcbd](https://github.com/pie-framework/pie-elements/commit/2eabcbd036e318bb24552f4140ca7384ad865951))
1835
798
 
799
+ ## [4.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.0.2...@pie-element/hotspot-controller@4.0.3) (2023-11-27)
1836
800
 
1837
801
  ### Bug Fixes
1838
802
 
1839
- * bump @pie-lib/controller-utils@^0.2.1 [ch4723] ([0a33d68](https://github.com/pie-framework/pie-elements/commit/0a33d68))
1840
-
803
+ - update pie-lib ([74283d7](https://github.com/pie-framework/pie-elements/commit/74283d71b12ab9c82875ce995368e5e39f4face6))
1841
804
 
805
+ ## [4.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.0.1...@pie-element/hotspot-controller@4.0.2) (2023-11-27)
1842
806
 
807
+ ### Bug Fixes
1843
808
 
809
+ - update pie-lib/pie-toolbox PD-597 ([1ec84aa](https://github.com/pie-framework/pie-elements/commit/1ec84aadae515088ef65b99f780a5e5dca516f99))
810
+ - update pie-libs PD-2996 ([cd092c6](https://github.com/pie-framework/pie-elements/commit/cd092c6b5c4db91645394cd23febc1f9a07f46f9))
1844
811
 
1845
- # [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@2.1.3...@pie-element/hotspot-controller@3.0.0) (2019-10-08)
812
+ ## [4.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@4.0.0...@pie-element/hotspot-controller@4.0.1) (2023-11-09)
1846
813
 
814
+ ### Bug Fixes
1847
815
 
1848
- * Andreea/ch3969/for all items default values should be true (#355) ([9916c38](https://github.com/pie-framework/pie-elements/commit/9916c38)), closes [#355](https://github.com/pie-framework/pie-elements/issues/355)
816
+ - update pie-lib/pie-toolbox PD-3221, PD-3249, PD-2765 ([9de1563](https://github.com/pie-framework/pie-elements/commit/9de1563d636983c3ddceee0279c0709d396d4f96))
1849
817
 
818
+ # [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.7.0...@pie-element/hotspot-controller@4.0.0) (2023-11-07)
1850
819
 
1851
820
  ### Bug Fixes
1852
821
 
1853
- * **hotspot:** controller scoring function fix [ch3536] ([f5e6a1f](https://github.com/pie-framework/pie-elements/commit/f5e6a1f))
822
+ - update pie-lib version to fix imports for pie-lib/pie-toolbox/editable-html ([a90cbf6](https://github.com/pie-framework/pie-elements/commit/a90cbf6be81824e7266df23c2dc49b259337c1b6))
823
+ - update pie-lib/pie-toolbox version ([212cbfa](https://github.com/pie-framework/pie-elements/commit/212cbfad27b29f0b1b2a3706ba82f6fb59147001))
824
+ - update pie-lib/pie-toolbox version ([b791e10](https://github.com/pie-framework/pie-elements/commit/b791e10857928766e2d73c6aa80b3fb50fd1afac))
825
+ - update pie-lib/pie-toolbox version ([7f64f9f](https://github.com/pie-framework/pie-elements/commit/7f64f9f2b874fd08bd8f6f05c1c4292c34ac6338))
826
+
827
+ ### Code Refactoring
1854
828
 
829
+ - replaced all pie-lib packages with the new pie-toolbox package that contains all of them. ([073d7e5](https://github.com/pie-framework/pie-elements/commit/073d7e5175f7a73069f09d2ceda799682acce494))
1855
830
 
1856
831
  ### BREAKING CHANGES
1857
832
 
1858
- * allowFeedback was replaced with feedbackEnabled.
833
+ - using pie-lib/pie-toolbox now, instead of any other pie-lib package.
1859
834
 
1860
- * fix(charting): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
835
+ # [3.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.6.3...@pie-element/hotspot-controller@3.7.0) (2023-09-04)
1861
836
 
1862
- * fix(drag-in-the-blank): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
837
+ ### Features
1863
838
 
1864
- * fix(drawing-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
839
+ - **hotspot:** translations PD-2802 PD-2795 ([15b03fd](https://github.com/pie-framework/pie-elements/commit/15b03fd1d6659364c4d765406c807d30dc5375d1))
1865
840
 
1866
- * fix(ebsr): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
841
+ ## [3.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.6.2...@pie-element/hotspot-controller@3.6.3) (2023-07-06)
1867
842
 
1868
- * fix(explicit-constructed-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
843
+ ### Bug Fixes
1869
844
 
1870
- * fix(extended-text-entry): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
845
+ - updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
1871
846
 
1872
- * fix(graph-lines): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
847
+ ## [3.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.6.1...@pie-element/hotspot-controller@3.6.2) (2023-04-25)
1873
848
 
1874
- * fix(graphing): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
849
+ ### Bug Fixes
1875
850
 
1876
- * fix(hotspot): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
851
+ - update pie-libs PD-2762 ([7ac4313](https://github.com/pie-framework/pie-elements/commit/7ac431346b822fe3bbb0d13375f044f6ce1f426b))
1877
852
 
1878
- * fix(image-cloze-association): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
853
+ ## [3.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.6.0...@pie-element/hotspot-controller@3.6.1) (2023-03-20)
1879
854
 
1880
- * fix(inline-dropdown): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
855
+ ### Bug Fixes
1881
856
 
1882
- * fix(match): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1883
- * allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
857
+ - use defaults in both configure and controller PD-2705 ([6330aa8](https://github.com/pie-framework/pie-elements/commit/6330aa841ba3d8e8b5368bd03157568ac81c2317))
1884
858
 
1885
- * fix(math-inline): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
859
+ # [3.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.5.1...@pie-element/hotspot-controller@3.6.0) (2023-02-01)
1886
860
 
1887
- * fix(multiple-choice): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
861
+ ### Features
1888
862
 
1889
- * fix(placement-ordering): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1890
- * allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
863
+ - update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
864
+ - **hotspot:** changed hotspot color opacity, added gray hotspot color option PD-411 ([c36428e](https://github.com/pie-framework/pie-elements/commit/c36428ef94fb4916d2bf76fe5850c704a30b6c85))
1891
865
 
1892
- * fix(select-text): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
866
+ ## [3.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.5.0...@pie-element/hotspot-controller@3.5.1) (2022-12-07)
1893
867
 
1894
- * fix(text-entry): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
868
+ ### Bug Fixes
1895
869
 
1896
- * fix: Updated pie-models.
870
+ - update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
1897
871
 
1898
- * fix(categorize): Added normalize function on controller (to be able to add default values to the model).
872
+ # [3.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.4.8...@pie-element/hotspot-controller@3.5.0) (2022-05-03)
1899
873
 
1900
- * fix(charting): Added normalize function on controller (to be able to add default values to the model).
874
+ ### Features
1901
875
 
1902
- * fix(drag-in-the-blank): Added normalize function on controller (to be able to add default values to the model).
876
+ - **hotspot:** added configurable validation PD-1702 ([18eb985](https://github.com/pie-framework/pie-elements/commit/18eb98568adf9248dc616a9ae71d9f8394b62fc1))
877
+ - **hotspot:** PD-1703 implement ui/ux for item validation ([a962183](https://github.com/pie-framework/pie-elements/commit/a962183d0941936b69a95b32002135507d769170))
1903
878
 
1904
- * fix(drawing-response): Added normalize function on controller (to be able to add default values to the model).
879
+ ## [3.4.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.4.3...@pie-element/hotspot-controller@3.4.5) (2021-11-11)
1905
880
 
1906
- * fix(ebsr): Added normalize function on controller (to be able to add default values to the model).
881
+ **Note:** Version bump only for package @pie-element/hotspot-controller
1907
882
 
1908
- * fix(explicit-constructed-response): Added normalize function on controller (to be able to add default values to the model).
883
+ ## [3.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.4.3...@pie-element/hotspot-controller@3.4.4) (2021-11-11)
1909
884
 
1910
- * fix(extended-text-entry): Added normalize function on controller (to be able to add default values to the model).
885
+ **Note:** Version bump only for package @pie-element/hotspot-controller
1911
886
 
1912
- * Remove unnecessary change.
887
+ ## [3.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.4.1...@pie-element/hotspot-controller@3.4.3) (2021-08-05)
1913
888
 
1914
- * fix(graph-lines): Added normalize function on controller (to be able to add default values to the model).
889
+ ### Bug Fixes
1915
890
 
1916
- * fix(graphing): Added normalize function on controller (to be able to add default values to the model).
891
+ - force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
1917
892
 
1918
- * fix(hotspot): Added normalize function on controller (to be able to add default values to the model).
893
+ ## [3.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.4.0...@pie-element/hotspot-controller@3.4.1) (2021-06-29)
1919
894
 
1920
- * fix(image-cloze-association): Added normalize function on controller (to be able to add default values to the model).
895
+ ### Bug Fixes
1921
896
 
1922
- * fix(inline-dropdown): Added normalize function on controller (to be able to add default values to the model).
897
+ - **hotspot:** partial scoring not working correctly PD-816 ([#583](https://github.com/pie-framework/pie-elements/issues/583)) ([8266134](https://github.com/pie-framework/pie-elements/commit/8266134bd0e298a89cbcbeb1f8ad16bb803e60ae))
1923
898
 
1924
- * fix(match): Added normalize function on controller (to be able to add default values to the model).
899
+ # [3.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.15...@pie-element/hotspot-controller@3.4.0) (2021-04-07)
1925
900
 
1926
- * fix(math-inline): Added normalize function on controller (to be able to add default values to the model).
901
+ ### Features
1927
902
 
1928
- * fix(multiple-choice): Added normalize function on controller (to be able to add default values to the model).
903
+ - merge pie-ui into pie-elements PD-977 ([01ebfd7](https://github.com/pie-framework/pie-elements/commit/01ebfd7ce98b041dd0573575efd8b6da03f22162))
1929
904
 
1930
- * fix(placement-ordering): Added normalize function on controller (to be able to add default values to the model).
905
+ ## [3.3.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.12...@pie-element/hotspot-controller@3.3.15) (2021-03-03)
1931
906
 
1932
- * fix(select-text): Added normalize function on controller (to be able to add default values to the model).
907
+ **Note:** Version bump only for package @pie-element/hotspot-controller
1933
908
 
1934
- * fix(text-entry): Added normalize function on controller (to be able to add default values to the model).
909
+ ## [3.3.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.11...@pie-element/hotspot-controller@3.3.12) (2021-03-03)
1935
910
 
911
+ **Note:** Version bump only for package @pie-element/hotspot-controller
1936
912
 
913
+ ## [3.3.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.10...@pie-element/hotspot-controller@3.3.11) (2020-10-16)
1937
914
 
915
+ **Note:** Version bump only for package @pie-element/hotspot-controller
1938
916
 
917
+ ## [3.3.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.9...@pie-element/hotspot-controller@3.3.10) (2020-10-02)
1939
918
 
1940
- ## [2.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@2.1.2...@pie-element/hotspot-controller@2.1.3) (2019-10-04)
919
+ ### Bug Fixes
1941
920
 
1942
- **Note:** Version bump only for package @pie-element/hotspot-controller
921
+ - PD-612 - hotspot hanging ([a00aa5c](https://github.com/pie-framework/pie-elements/commit/a00aa5c))
1943
922
 
923
+ ## [3.3.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.8...@pie-element/hotspot-controller@3.3.9) (2020-08-25)
1944
924
 
925
+ **Note:** Version bump only for package @pie-element/hotspot-controller
1945
926
 
927
+ ## [3.3.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.7...@pie-element/hotspot-controller@3.3.8) (2020-08-25)
1946
928
 
929
+ **Note:** Version bump only for package @pie-element/hotspot-controller
1947
930
 
1948
- ## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@2.1.1...@pie-element/hotspot-controller@2.1.2) (2019-10-03)
931
+ ## [3.3.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.6...@pie-element/hotspot-controller@3.3.7) (2020-08-13)
1949
932
 
1950
933
  **Note:** Version bump only for package @pie-element/hotspot-controller
1951
934
 
935
+ ## [3.3.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.5...@pie-element/hotspot-controller@3.3.6) (2020-05-25)
1952
936
 
937
+ **Note:** Version bump only for package @pie-element/hotspot-controller
1953
938
 
939
+ ## [3.3.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.4...@pie-element/hotspot-controller@3.3.5) (2020-05-25)
1954
940
 
941
+ **Note:** Version bump only for package @pie-element/hotspot-controller
1955
942
 
1956
- ## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@2.1.0...@pie-element/hotspot-controller@2.1.1) (2019-10-03)
943
+ ## [3.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.3...@pie-element/hotspot-controller@3.3.4) (2020-04-28)
1957
944
 
1958
- **Note:** Version bump only for package @pie-element/hotspot-controller
945
+ ### Bug Fixes
1959
946
 
947
+ - PD-56: Bug with resizing an image in hot spot ([bfeb160](https://github.com/pie-framework/pie-elements/commit/bfeb160))
1960
948
 
949
+ ## [3.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.2...@pie-element/hotspot-controller@3.3.3) (2020-04-14)
1961
950
 
951
+ ### Bug Fixes
1962
952
 
953
+ - bump ui/lib versions ([3edb232](https://github.com/pie-framework/pie-elements/commit/3edb232))
1963
954
 
1964
- # [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@2.0.0...@pie-element/hotspot-controller@2.1.0) (2019-09-27)
955
+ ## [3.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.3.1...@pie-element/hotspot-controller@3.3.2) (2020-04-14)
1965
956
 
957
+ **Note:** Version bump only for package @pie-element/hotspot-controller
1966
958
 
1967
- ### Features
959
+ ## [3.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.2.4...@pie-element/hotspot-controller@3.3.1) (2020-04-10)
1968
960
 
1969
- * **hotspot:** model based prompt ([2ff380b](https://github.com/pie-framework/pie-elements/commit/2ff380b))
961
+ ### Bug Fixes
1970
962
 
963
+ - bump all packages to avoid tag conflict ([d9ec9a8](https://github.com/pie-framework/pie-elements/commit/d9ec9a8))
964
+ - bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
1971
965
 
966
+ ## [3.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.2.4...@pie-element/hotspot-controller@3.2.5) (2020-04-10)
1972
967
 
968
+ ### Bug Fixes
1973
969
 
970
+ - bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
1974
971
 
1975
- # [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.4.1...@pie-element/hotspot-controller@2.0.0) (2019-09-17)
972
+ ## [3.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.2.3...@pie-element/hotspot-controller@3.2.4) (2020-02-18)
1976
973
 
974
+ ### Bug Fixes
1977
975
 
1978
- * Moved rationale, teacherInstructions and studentInstructions enabled flag in model because it's needed in controller. ([20b734e](https://github.com/pie-framework/pie-elements/commit/20b734e))
976
+ - ch7555: selecting answers in a different order was not working (Hot spot scoring problem in IBX (legacy content with multiple correct answers)) ([6ffd5a3](https://github.com/pie-framework/pie-elements/commit/6ffd5a3))
1979
977
 
978
+ ## [3.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.2.2...@pie-element/hotspot-controller@3.2.3) (2020-01-31)
1980
979
 
1981
- ### BREAKING CHANGES
980
+ **Note:** Version bump only for package @pie-element/hotspot-controller
1982
981
 
1983
- * `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.
982
+ ## [3.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.2.1...@pie-element/hotspot-controller@3.2.2) (2020-01-30)
1984
983
 
984
+ **Note:** Version bump only for package @pie-element/hotspot-controller
1985
985
 
986
+ ## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.2.0...@pie-element/hotspot-controller@3.2.1) (2020-01-28)
1986
987
 
988
+ **Note:** Version bump only for package @pie-element/hotspot-controller
1987
989
 
990
+ # [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.1.2...@pie-element/hotspot-controller@3.2.0) (2020-01-28)
1988
991
 
1989
- ## [1.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.4.0...@pie-element/hotspot-controller@1.4.1) (2019-09-04)
992
+ ### Features
1990
993
 
1991
- **Note:** Version bump only for package @pie-element/hotspot-controller
994
+ - PIE-200 - add partialScoring ([483e9b2](https://github.com/pie-framework/pie-elements/commit/483e9b2))
1992
995
 
996
+ ## [3.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.1.1...@pie-element/hotspot-controller@3.1.2) (2020-01-09)
1993
997
 
998
+ ### Bug Fixes
1994
999
 
1000
+ - ch2880: For some hotspot items, the distinction between selected and not selected areas is quite subtle (increased border width) ([7769a15](https://github.com/pie-framework/pie-elements/commit/7769a15))
1995
1001
 
1002
+ ## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.1.0...@pie-element/hotspot-controller@3.1.1) (2019-12-18)
1996
1003
 
1997
- # [1.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.10...@pie-element/hotspot-controller@1.4.0) (2019-08-27)
1004
+ **Note:** Version bump only for package @pie-element/hotspot-controller
1998
1005
 
1006
+ # [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.0.6...@pie-element/hotspot-controller@3.1.0) (2019-12-18)
1999
1007
 
2000
1008
  ### Features
2001
1009
 
2002
- * Session null/empty check ([0538211](https://github.com/pie-framework/pie-elements/commit/0538211))
2003
-
1010
+ - added support for declared polygons (display them, possibility to mark/unmark as correct, possibility to drag/drop). ([85d0603](https://github.com/pie-framework/pie-elements/commit/85d0603))
2004
1011
 
1012
+ ## [3.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.0.5...@pie-element/hotspot-controller@3.0.6) (2019-12-03)
2005
1013
 
1014
+ ### Bug Fixes
2006
1015
 
1016
+ - PIE-201 - store prompts and answers in session, fix ([2380224](https://github.com/pie-framework/pie-elements/commit/2380224))
2007
1017
 
2008
- ## [1.3.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.9...@pie-element/hotspot-controller@1.3.10) (2019-08-21)
1018
+ ## [3.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.0.4...@pie-element/hotspot-controller@3.0.5) (2019-10-29)
2009
1019
 
2010
1020
  **Note:** Version bump only for package @pie-element/hotspot-controller
2011
1021
 
1022
+ ## [3.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.0.3...@pie-element/hotspot-controller@3.0.4) (2019-10-16)
2012
1023
 
1024
+ ### Bug Fixes
2013
1025
 
1026
+ - ch2766 fix unresolved promise ([#366](https://github.com/pie-framework/pie-elements/issues/366)) ([9057b7f](https://github.com/pie-framework/pie-elements/commit/9057b7f)), closes [#365](https://github.com/pie-framework/pie-elements/issues/365)
2014
1027
 
2015
-
2016
- ## [1.3.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.8...@pie-element/hotspot-controller@1.3.9) (2019-08-21)
1028
+ ## [3.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.0.2...@pie-element/hotspot-controller@3.0.3) (2019-10-16)
2017
1029
 
2018
1030
  **Note:** Version bump only for package @pie-element/hotspot-controller
2019
1031
 
1032
+ ## [3.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.0.1...@pie-element/hotspot-controller@3.0.2) (2019-10-15)
2020
1033
 
1034
+ ### Bug Fixes
2021
1035
 
1036
+ - bump @pie-lib/controller-utils@^0.2.2 [ch4859] ([cee7521](https://github.com/pie-framework/pie-elements/commit/cee7521))
2022
1037
 
1038
+ ## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@3.0.0...@pie-element/hotspot-controller@3.0.1) (2019-10-11)
2023
1039
 
2024
- ## [1.3.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.7...@pie-element/hotspot-controller@1.3.8) (2019-08-15)
1040
+ ### Bug Fixes
2025
1041
 
2026
- **Note:** Version bump only for package @pie-element/hotspot-controller
1042
+ - bump @pie-lib/controller-utils@^0.2.1 [ch4723] ([0a33d68](https://github.com/pie-framework/pie-elements/commit/0a33d68))
2027
1043
 
1044
+ # [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@2.1.3...@pie-element/hotspot-controller@3.0.0) (2019-10-08)
2028
1045
 
1046
+ - Andreea/ch3969/for all items default values should be true (#355) ([9916c38](https://github.com/pie-framework/pie-elements/commit/9916c38)), closes [#355](https://github.com/pie-framework/pie-elements/issues/355)
2029
1047
 
1048
+ ### Bug Fixes
2030
1049
 
1050
+ - **hotspot:** controller scoring function fix [ch3536] ([f5e6a1f](https://github.com/pie-framework/pie-elements/commit/f5e6a1f))
2031
1051
 
2032
- ## [1.3.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.6...@pie-element/hotspot-controller@1.3.7) (2019-08-02)
1052
+ ### BREAKING CHANGES
2033
1053
 
2034
- **Note:** Version bump only for package @pie-element/hotspot-controller
1054
+ - allowFeedback was replaced with feedbackEnabled.
2035
1055
 
1056
+ - fix(charting): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2036
1057
 
1058
+ - fix(drag-in-the-blank): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2037
1059
 
1060
+ - fix(drawing-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2038
1061
 
1062
+ - fix(ebsr): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2039
1063
 
2040
- ## [1.3.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.5...@pie-element/hotspot-controller@1.3.6) (2019-07-25)
1064
+ - fix(explicit-constructed-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2041
1065
 
2042
- **Note:** Version bump only for package @pie-element/hotspot-controller
1066
+ - fix(extended-text-entry): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2043
1067
 
1068
+ - fix(graph-lines): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2044
1069
 
1070
+ - fix(graphing): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2045
1071
 
1072
+ - fix(hotspot): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2046
1073
 
1074
+ - fix(image-cloze-association): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2047
1075
 
2048
- ## [1.3.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.4...@pie-element/hotspot-controller@1.3.5) (2019-07-05)
1076
+ - fix(inline-dropdown): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2049
1077
 
2050
- **Note:** Version bump only for package @pie-element/hotspot-controller
1078
+ - fix(match): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1079
+ - allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
2051
1080
 
1081
+ - fix(math-inline): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2052
1082
 
1083
+ - fix(multiple-choice): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2053
1084
 
1085
+ - fix(placement-ordering): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1086
+ - allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
2054
1087
 
1088
+ - fix(select-text): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2055
1089
 
2056
- ## [1.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.3...@pie-element/hotspot-controller@1.3.4) (2019-07-03)
1090
+ - fix(text-entry): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2057
1091
 
2058
- **Note:** Version bump only for package @pie-element/hotspot-controller
1092
+ - fix: Updated pie-models.
2059
1093
 
1094
+ - fix(categorize): Added normalize function on controller (to be able to add default values to the model).
2060
1095
 
1096
+ - fix(charting): Added normalize function on controller (to be able to add default values to the model).
2061
1097
 
1098
+ - fix(drag-in-the-blank): Added normalize function on controller (to be able to add default values to the model).
2062
1099
 
1100
+ - fix(drawing-response): Added normalize function on controller (to be able to add default values to the model).
2063
1101
 
2064
- ## [1.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.2...@pie-element/hotspot-controller@1.3.3) (2019-06-20)
1102
+ - fix(ebsr): Added normalize function on controller (to be able to add default values to the model).
2065
1103
 
2066
- **Note:** Version bump only for package @pie-element/hotspot-controller
1104
+ - fix(explicit-constructed-response): Added normalize function on controller (to be able to add default values to the model).
2067
1105
 
1106
+ - fix(extended-text-entry): Added normalize function on controller (to be able to add default values to the model).
2068
1107
 
1108
+ - Remove unnecessary change.
2069
1109
 
1110
+ - fix(graph-lines): Added normalize function on controller (to be able to add default values to the model).
2070
1111
 
1112
+ - fix(graphing): Added normalize function on controller (to be able to add default values to the model).
2071
1113
 
2072
- ## [1.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.1...@pie-element/hotspot-controller@1.3.2) (2019-06-18)
1114
+ - fix(hotspot): Added normalize function on controller (to be able to add default values to the model).
2073
1115
 
2074
- **Note:** Version bump only for package @pie-element/hotspot-controller
1116
+ - fix(image-cloze-association): Added normalize function on controller (to be able to add default values to the model).
2075
1117
 
1118
+ - fix(inline-dropdown): Added normalize function on controller (to be able to add default values to the model).
2076
1119
 
1120
+ - fix(match): Added normalize function on controller (to be able to add default values to the model).
2077
1121
 
1122
+ - fix(math-inline): Added normalize function on controller (to be able to add default values to the model).
2078
1123
 
1124
+ - fix(multiple-choice): Added normalize function on controller (to be able to add default values to the model).
2079
1125
 
2080
- ## [1.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.0...@pie-element/hotspot-controller@1.3.1) (2019-06-17)
1126
+ - fix(placement-ordering): Added normalize function on controller (to be able to add default values to the model).
2081
1127
 
2082
- **Note:** Version bump only for package @pie-element/hotspot-controller
1128
+ - fix(select-text): Added normalize function on controller (to be able to add default values to the model).
2083
1129
 
1130
+ - fix(text-entry): Added normalize function on controller (to be able to add default values to the model).
2084
1131
 
1132
+ ## [2.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@2.1.2...@pie-element/hotspot-controller@2.1.3) (2019-10-04)
2085
1133
 
1134
+ **Note:** Version bump only for package @pie-element/hotspot-controller
2086
1135
 
1136
+ ## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@2.1.1...@pie-element/hotspot-controller@2.1.2) (2019-10-03)
2087
1137
 
2088
- # [1.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.2.3...@pie-element/hotspot-controller@1.3.0) (2019-06-13)
1138
+ **Note:** Version bump only for package @pie-element/hotspot-controller
2089
1139
 
1140
+ ## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@2.1.0...@pie-element/hotspot-controller@2.1.1) (2019-10-03)
1141
+
1142
+ **Note:** Version bump only for package @pie-element/hotspot-controller
1143
+
1144
+ # [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@2.0.0...@pie-element/hotspot-controller@2.1.0) (2019-09-27)
2090
1145
 
2091
1146
  ### Features
2092
1147
 
2093
- * implement rendering support for legacy content with correct answers defined as polygon [ch1616] ([d4b84e5](https://github.com/pie-framework/pie-elements/commit/d4b84e5))
1148
+ - **hotspot:** model based prompt ([2ff380b](https://github.com/pie-framework/pie-elements/commit/2ff380b))
2094
1149
 
1150
+ # [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.4.1...@pie-element/hotspot-controller@2.0.0) (2019-09-17)
2095
1151
 
1152
+ - Moved rationale, teacherInstructions and studentInstructions enabled flag in model because it's needed in controller. ([20b734e](https://github.com/pie-framework/pie-elements/commit/20b734e))
2096
1153
 
1154
+ ### BREAKING CHANGES
2097
1155
 
1156
+ - `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.
2098
1157
 
2099
- ## [1.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.2.2...@pie-element/hotspot-controller@1.2.3) (2019-06-12)
1158
+ ## [1.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.4.0...@pie-element/hotspot-controller@1.4.1) (2019-09-04)
2100
1159
 
2101
1160
  **Note:** Version bump only for package @pie-element/hotspot-controller
2102
1161
 
1162
+ # [1.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.10...@pie-element/hotspot-controller@1.4.0) (2019-08-27)
2103
1163
 
1164
+ ### Features
2104
1165
 
1166
+ - Session null/empty check ([0538211](https://github.com/pie-framework/pie-elements/commit/0538211))
2105
1167
 
2106
-
2107
- ## [1.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.2.1...@pie-element/hotspot-controller@1.2.2) (2019-06-07)
1168
+ ## [1.3.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.9...@pie-element/hotspot-controller@1.3.10) (2019-08-21)
2108
1169
 
2109
1170
  **Note:** Version bump only for package @pie-element/hotspot-controller
2110
1171
 
1172
+ ## [1.3.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.8...@pie-element/hotspot-controller@1.3.9) (2019-08-21)
2111
1173
 
1174
+ **Note:** Version bump only for package @pie-element/hotspot-controller
2112
1175
 
2113
-
2114
-
2115
- ## [1.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.2.0...@pie-element/hotspot-controller@1.2.1) (2019-06-06)
1176
+ ## [1.3.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.7...@pie-element/hotspot-controller@1.3.8) (2019-08-15)
2116
1177
 
2117
1178
  **Note:** Version bump only for package @pie-element/hotspot-controller
2118
1179
 
1180
+ ## [1.3.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.6...@pie-element/hotspot-controller@1.3.7) (2019-08-02)
2119
1181
 
1182
+ **Note:** Version bump only for package @pie-element/hotspot-controller
2120
1183
 
1184
+ ## [1.3.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.5...@pie-element/hotspot-controller@1.3.6) (2019-07-25)
2121
1185
 
1186
+ **Note:** Version bump only for package @pie-element/hotspot-controller
2122
1187
 
2123
- # [1.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.1.3...@pie-element/hotspot-controller@1.2.0) (2019-06-05)
1188
+ ## [1.3.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.4...@pie-element/hotspot-controller@1.3.5) (2019-07-05)
2124
1189
 
1190
+ **Note:** Version bump only for package @pie-element/hotspot-controller
2125
1191
 
2126
- ### Features
1192
+ ## [1.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.3...@pie-element/hotspot-controller@1.3.4) (2019-07-03)
2127
1193
 
2128
- * add support for polygons ([#246](https://github.com/pie-framework/pie-elements/issues/246)) ([871c5a6](https://github.com/pie-framework/pie-elements/commit/871c5a6))
1194
+ **Note:** Version bump only for package @pie-element/hotspot-controller
2129
1195
 
1196
+ ## [1.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.2...@pie-element/hotspot-controller@1.3.3) (2019-06-20)
2130
1197
 
1198
+ **Note:** Version bump only for package @pie-element/hotspot-controller
2131
1199
 
1200
+ ## [1.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.1...@pie-element/hotspot-controller@1.3.2) (2019-06-18)
2132
1201
 
1202
+ **Note:** Version bump only for package @pie-element/hotspot-controller
2133
1203
 
2134
- ## [1.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.1.2...@pie-element/hotspot-controller@1.1.3) (2019-05-24)
1204
+ ## [1.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.3.0...@pie-element/hotspot-controller@1.3.1) (2019-06-17)
2135
1205
 
2136
1206
  **Note:** Version bump only for package @pie-element/hotspot-controller
2137
1207
 
1208
+ # [1.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.2.3...@pie-element/hotspot-controller@1.3.0) (2019-06-13)
2138
1209
 
1210
+ ### Features
2139
1211
 
1212
+ - implement rendering support for legacy content with correct answers defined as polygon [ch1616] ([d4b84e5](https://github.com/pie-framework/pie-elements/commit/d4b84e5))
2140
1213
 
1214
+ ## [1.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.2.2...@pie-element/hotspot-controller@1.2.3) (2019-06-12)
2141
1215
 
2142
- ## [1.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.1.1...@pie-element/hotspot-controller@1.1.2) (2019-05-23)
1216
+ **Note:** Version bump only for package @pie-element/hotspot-controller
1217
+
1218
+ ## [1.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.2.1...@pie-element/hotspot-controller@1.2.2) (2019-06-07)
2143
1219
 
2144
1220
  **Note:** Version bump only for package @pie-element/hotspot-controller
2145
1221
 
1222
+ ## [1.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.2.0...@pie-element/hotspot-controller@1.2.1) (2019-06-06)
2146
1223
 
1224
+ **Note:** Version bump only for package @pie-element/hotspot-controller
2147
1225
 
1226
+ # [1.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.1.3...@pie-element/hotspot-controller@1.2.0) (2019-06-05)
2148
1227
 
1228
+ ### Features
2149
1229
 
2150
- ## [1.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.1.0...@pie-element/hotspot-controller@1.1.1) (2019-05-21)
1230
+ - add support for polygons ([#246](https://github.com/pie-framework/pie-elements/issues/246)) ([871c5a6](https://github.com/pie-framework/pie-elements/commit/871c5a6))
2151
1231
 
1232
+ ## [1.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.1.2...@pie-element/hotspot-controller@1.1.3) (2019-05-24)
2152
1233
 
2153
- ### Bug Fixes
1234
+ **Note:** Version bump only for package @pie-element/hotspot-controller
2154
1235
 
2155
- * make partial scoring work [ch1621] ([313b602](https://github.com/pie-framework/pie-elements/commit/313b602))
1236
+ ## [1.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.1.1...@pie-element/hotspot-controller@1.1.2) (2019-05-23)
2156
1237
 
1238
+ **Note:** Version bump only for package @pie-element/hotspot-controller
2157
1239
 
1240
+ ## [1.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.1.0...@pie-element/hotspot-controller@1.1.1) (2019-05-21)
2158
1241
 
1242
+ ### Bug Fixes
2159
1243
 
1244
+ - make partial scoring work [ch1621] ([313b602](https://github.com/pie-framework/pie-elements/commit/313b602))
2160
1245
 
2161
1246
  # [1.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.0.4...@pie-element/hotspot-controller@1.1.0) (2019-05-16)
2162
1247
 
2163
-
2164
1248
  ### Features
2165
1249
 
2166
- * Sending rationale for `instructor` role only in 'view' or 'evaluate' mode. ([a1eb6f4](https://github.com/pie-framework/pie-elements/commit/a1eb6f4))
2167
- * **hotspot:** added rationale support. ([f60039a](https://github.com/pie-framework/pie-elements/commit/f60039a))
2168
-
2169
-
2170
-
2171
-
1250
+ - Sending rationale for `instructor` role only in 'view' or 'evaluate' mode. ([a1eb6f4](https://github.com/pie-framework/pie-elements/commit/a1eb6f4))
1251
+ - **hotspot:** added rationale support. ([f60039a](https://github.com/pie-framework/pie-elements/commit/f60039a))
2172
1252
 
2173
1253
  ## [1.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.0.3...@pie-element/hotspot-controller@1.0.4) (2019-05-10)
2174
1254
 
2175
1255
  **Note:** Version bump only for package @pie-element/hotspot-controller
2176
1256
 
2177
-
2178
-
2179
-
2180
-
2181
1257
  ## [1.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.0.2...@pie-element/hotspot-controller@1.0.3) (2019-05-08)
2182
1258
 
2183
1259
  **Note:** Version bump only for package @pie-element/hotspot-controller
2184
1260
 
2185
-
2186
-
2187
-
2188
-
2189
1261
  ## [1.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@1.0.1...@pie-element/hotspot-controller@1.0.2) (2019-05-02)
2190
1262
 
2191
1263
  **Note:** Version bump only for package @pie-element/hotspot-controller
2192
1264
 
2193
-
2194
-
2195
-
2196
-
2197
1265
  ## 1.0.1 (2019-05-02)
2198
1266
 
2199
1267
  **Note:** Version bump only for package @pie-element/hotspot-controller