@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,3193 +3,1858 @@
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
- ## [8.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@8.3.1...@pie-element/hotspot-configure@8.3.2) (2025-10-22)
7
-
6
+ ## [9.1.2-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@9.1.0-next.2...@pie-element/hotspot-configure@9.1.2-next.1) (2026-02-26)
8
7
 
9
8
  ### Bug Fixes
10
9
 
11
- * bump libs PD-5265 ([184a978](https://github.com/pie-framework/pie-elements/commit/184a978f57a2a84dc6ba87c1eba0b92d5cdd9eae))
12
-
13
-
10
+ - **hotspot:** leave hover state while resizing PD-5601 ([96f5ddd](https://github.com/pie-framework/pie-elements/commit/96f5dddd346959c0061882cc82bc282a71280b73))
14
11
 
12
+ # [9.1.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@9.1.0-next.1...@pie-element/hotspot-configure@9.1.0-next.2) (2026-02-24)
15
13
 
14
+ **Note:** Version bump only for package @pie-element/hotspot-configure
16
15
 
17
- ## [8.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@8.2.1...@pie-element/hotspot-configure@8.3.1) (2025-10-16)
18
-
16
+ ## [8.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@8.3.1...@pie-element/hotspot-configure@8.3.2) (2025-10-22)
19
17
 
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
-
20
+ - bump libs PD-5265 ([184a978](https://github.com/pie-framework/pie-elements/commit/184a978f57a2a84dc6ba87c1eba0b92d5cdd9eae))
24
21
 
22
+ ## [8.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@8.2.1...@pie-element/hotspot-configure@8.3.1) (2025-10-16)
25
23
 
24
+ ### Bug Fixes
26
25
 
26
+ - bump pie-lib versions and pslb module versions ([393d39f](https://github.com/pie-framework/pie-elements/commit/393d39fb850ad055568f4d20464213e9043f208f))
27
27
 
28
28
  # [8.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@8.2.0...@pie-element/hotspot-configure@8.3.0) (2025-10-15)
29
29
 
30
-
31
30
  ### Bug Fixes
32
31
 
33
- * bump libs ([2616ab2](https://github.com/pie-framework/pie-elements/commit/2616ab24f776f4df02302f5855c381ee52527665))
34
-
35
-
36
-
37
-
32
+ - bump libs ([2616ab2](https://github.com/pie-framework/pie-elements/commit/2616ab24f776f4df02302f5855c381ee52527665))
38
33
 
39
34
  ## [8.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@8.2.0...@pie-element/hotspot-configure@8.2.1) (2025-10-14)
40
35
 
41
-
42
36
  ### Bug Fixes
43
37
 
44
- * bump libs ([2616ab2](https://github.com/pie-framework/pie-elements/commit/2616ab24f776f4df02302f5855c381ee52527665))
45
-
46
-
47
-
48
-
38
+ - bump libs ([2616ab2](https://github.com/pie-framework/pie-elements/commit/2616ab24f776f4df02302f5855c381ee52527665))
49
39
 
50
40
  # [8.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@8.0.1...@pie-element/hotspot-configure@8.2.0) (2025-10-10)
51
41
 
52
-
53
42
  ### Features
54
43
 
55
- * update libs PD-5208, PD-5211, PD-5199, PD-5218, PD-5217 ([da327fa](https://github.com/pie-framework/pie-elements/commit/da327fa501f6e9eff1c0b30b5ef092426a91f78b))
56
-
57
-
58
-
59
-
44
+ - update libs PD-5208, PD-5211, PD-5199, PD-5218, PD-5217 ([da327fa](https://github.com/pie-framework/pie-elements/commit/da327fa501f6e9eff1c0b30b5ef092426a91f78b))
60
45
 
61
46
  # [8.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@8.0.0...@pie-element/hotspot-configure@8.1.0) (2025-10-07)
62
47
 
63
48
  **Note:** Version bump only for package @pie-element/hotspot-configure
64
49
 
65
-
66
-
67
-
68
-
69
50
  ## [8.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.7.0...@pie-element/hotspot-configure@8.0.1) (2025-10-02)
70
51
 
71
52
  **Note:** Version bump only for package @pie-element/hotspot-configure
72
53
 
73
-
74
-
75
-
76
-
77
54
  # [8.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.7.0...@pie-element/hotspot-configure@8.0.0) (2025-10-01)
78
55
 
79
56
  **Note:** Version bump only for package @pie-element/hotspot-configure
80
57
 
81
-
82
-
83
-
84
-
85
58
  # [7.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.6.9...@pie-element/hotspot-configure@7.7.0) (2025-09-25)
86
59
 
87
-
88
60
  ### Bug Fixes
89
61
 
90
- * **math-rendering:** move mathjax-full back to dependencies ([aba6dbf](https://github.com/pie-framework/pie-elements/commit/aba6dbf2c98da164149a881616df5e7b8e29b2f2))
91
- * conflicts ([5c99a5d](https://github.com/pie-framework/pie-elements/commit/5c99a5db49549422ba1e29b6c67f210e688677d8))
92
- * fix conflicts and update imports ([da74559](https://github.com/pie-framework/pie-elements/commit/da745596bfc0da732cdafdcfee376c84fde3cdc6))
93
- * fix imports PD-5126 ([3bf4684](https://github.com/pie-framework/pie-elements/commit/3bf4684871a62b3e23f50e2c010adfc9ae674919))
94
- * merge develop ([b5ec752](https://github.com/pie-framework/pie-elements/commit/b5ec752f6fedc576449c277308499bc853244544))
95
- * update pie-lib/pie-toolbox PD-5196 ([d525b88](https://github.com/pie-framework/pie-elements/commit/d525b888f16fcc2ac115c8e699ca6f249db27406))
96
-
62
+ - **math-rendering:** move mathjax-full back to dependencies ([aba6dbf](https://github.com/pie-framework/pie-elements/commit/aba6dbf2c98da164149a881616df5e7b8e29b2f2))
63
+ - conflicts ([5c99a5d](https://github.com/pie-framework/pie-elements/commit/5c99a5db49549422ba1e29b6c67f210e688677d8))
64
+ - fix conflicts and update imports ([da74559](https://github.com/pie-framework/pie-elements/commit/da745596bfc0da732cdafdcfee376c84fde3cdc6))
65
+ - fix imports PD-5126 ([3bf4684](https://github.com/pie-framework/pie-elements/commit/3bf4684871a62b3e23f50e2c010adfc9ae674919))
66
+ - merge develop ([b5ec752](https://github.com/pie-framework/pie-elements/commit/b5ec752f6fedc576449c277308499bc853244544))
67
+ - update pie-lib/pie-toolbox PD-5196 ([d525b88](https://github.com/pie-framework/pie-elements/commit/d525b888f16fcc2ac115c8e699ca6f249db27406))
97
68
 
98
69
  ### Features
99
70
 
100
- * split pie-toolbox for graphing-solution-set, hotspot, ica PD-5158 ([774a216](https://github.com/pie-framework/pie-elements/commit/774a216d02311294a1340aea0f26e2ea46a271d5))
101
-
102
-
103
-
104
-
71
+ - split pie-toolbox for graphing-solution-set, hotspot, ica PD-5158 ([774a216](https://github.com/pie-framework/pie-elements/commit/774a216d02311294a1340aea0f26e2ea46a271d5))
105
72
 
106
73
  ## [7.6.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.6.8...@pie-element/hotspot-configure@7.6.9) (2025-09-11)
107
74
 
108
-
109
75
  ### Bug Fixes
110
76
 
111
- * update pie-lib/pie-toolbox PD-5198, PD-5187 ([f04a94c](https://github.com/pie-framework/pie-elements/commit/f04a94c62a29d77fcb17b473b7de1022ad65eeb4))
112
-
113
-
114
-
115
-
77
+ - update pie-lib/pie-toolbox PD-5198, PD-5187 ([f04a94c](https://github.com/pie-framework/pie-elements/commit/f04a94c62a29d77fcb17b473b7de1022ad65eeb4))
116
78
 
117
79
  ## [7.6.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.6.7...@pie-element/hotspot-configure@7.6.8) (2025-09-09)
118
80
 
119
-
120
81
  ### Bug Fixes
121
82
 
122
- * update pie-lib/pie-toolbox PD-5196 ([29ec1c8](https://github.com/pie-framework/pie-elements/commit/29ec1c80dd278b534751f3944445b91d5f9524a5))
123
-
124
-
125
-
126
-
83
+ - update pie-lib/pie-toolbox PD-5196 ([29ec1c8](https://github.com/pie-framework/pie-elements/commit/29ec1c80dd278b534751f3944445b91d5f9524a5))
127
84
 
128
85
  ## [7.6.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.6.6...@pie-element/hotspot-configure@7.6.7) (2025-09-09)
129
86
 
130
-
131
87
  ### Bug Fixes
132
88
 
133
- * update pie-lib/pie-toolboox PD-5181, PD-5187, PD-4580, PD-5198 ([9fa09cd](https://github.com/pie-framework/pie-elements/commit/9fa09cdb29fe43e292e6f3fba2b88561d8deceab))
134
-
135
-
136
-
137
-
89
+ - update pie-lib/pie-toolboox PD-5181, PD-5187, PD-4580, PD-5198 ([9fa09cd](https://github.com/pie-framework/pie-elements/commit/9fa09cdb29fe43e292e6f3fba2b88561d8deceab))
138
90
 
139
91
  ## [7.6.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.6.5...@pie-element/hotspot-configure@7.6.6) (2025-09-02)
140
92
 
141
-
142
93
  ### Bug Fixes
143
94
 
144
- * update pie-lib/pie-toolbox PD-4579, PD-4430 ([277d2a6](https://github.com/pie-framework/pie-elements/commit/277d2a6bad2fc884ab9d980f71774ba9eca8dbb5))
145
-
146
-
147
-
148
-
95
+ - update pie-lib/pie-toolbox PD-4579, PD-4430 ([277d2a6](https://github.com/pie-framework/pie-elements/commit/277d2a6bad2fc884ab9d980f71774ba9eca8dbb5))
149
96
 
150
97
  ## [7.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.6.4...@pie-element/hotspot-configure@7.6.5) (2025-08-15)
151
98
 
152
-
153
99
  ### Bug Fixes
154
100
 
155
- * PD-5084 ([78bd9ca](https://github.com/pie-framework/pie-elements/commit/78bd9ca1540c3968ddd36e0ff5cc4ac095865250))
156
-
157
-
158
-
159
-
101
+ - PD-5084 ([78bd9ca](https://github.com/pie-framework/pie-elements/commit/78bd9ca1540c3968ddd36e0ff5cc4ac095865250))
160
102
 
161
103
  ## [7.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.6.3...@pie-element/hotspot-configure@7.6.4) (2025-08-14)
162
104
 
163
-
164
105
  ### Bug Fixes
165
106
 
166
- * update pie-lib/pie-toolboxPD-5147, PD-4579, PD-5084, PD-4918 ([ff9ec92](https://github.com/pie-framework/pie-elements/commit/ff9ec92eb659a1664729aaae54eedf3b87f6a96a))
107
+ - update pie-lib/pie-toolboxPD-5147, PD-4579, PD-5084, PD-4918 ([ff9ec92](https://github.com/pie-framework/pie-elements/commit/ff9ec92eb659a1664729aaae54eedf3b87f6a96a))
108
+
109
+ ## [7.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.6.2...@pie-element/hotspot-configure@7.6.3) (2025-08-14)
167
110
 
111
+ ### Bug Fixes
168
112
 
113
+ - update pie-lib/pie-toolbox PD-5147 ([484432f](https://github.com/pie-framework/pie-elements/commit/484432fd824ebe403e8f4302f6b8cf4d026dacb5))
169
114
 
115
+ ## [7.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.6.1...@pie-element/hotspot-configure@7.6.2) (2025-07-25)
170
116
 
117
+ ### Bug Fixes
171
118
 
172
- ## [7.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.6.2...@pie-element/hotspot-configure@7.6.3) (2025-08-14)
119
+ - refactor PD-5132, update pie-lib/pie-toolbox PD-3797 ([7434408](https://github.com/pie-framework/pie-elements/commit/7434408416a883fd680eec13fe1109711fd7e6b5))
120
+ - update pie-lib/pie-toolbox PD-4885, PD-5131 ([4b9859c](https://github.com/pie-framework/pie-elements/commit/4b9859c919a1a7cc8e29d6168a91cd1f7d1aafd1))
173
121
 
122
+ ## [7.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.6.0...@pie-element/hotspot-configure@7.6.1) (2025-07-22)
174
123
 
175
124
  ### Bug Fixes
176
125
 
177
- * update pie-lib/pie-toolbox PD-5147 ([484432f](https://github.com/pie-framework/pie-elements/commit/484432fd824ebe403e8f4302f6b8cf4d026dacb5))
126
+ - update pie-toolbox PD-4885 ([a6d439e](https://github.com/pie-framework/pie-elements/commit/a6d439e49a0082f3d5e8bf46cc73c69d1d0ae311))
178
127
 
128
+ # [7.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.5.0...@pie-element/hotspot-configure@7.6.0) (2025-07-18)
179
129
 
130
+ ### Bug Fixes
180
131
 
132
+ - update pie-lib/pie-toolbox PD-363 ([10ce402](https://github.com/pie-framework/pie-elements/commit/10ce402bcb1c0c9c24dfc9ecff2e13c4de14a753))
181
133
 
134
+ ### Features
182
135
 
183
- ## [7.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.6.1...@pie-element/hotspot-configure@7.6.2) (2025-07-25)
136
+ - 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))
137
+ - 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))
184
138
 
139
+ # [7.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.9...@pie-element/hotspot-configure@7.5.0) (2025-06-27)
185
140
 
186
141
  ### Bug Fixes
187
142
 
188
- * refactor PD-5132, update pie-lib/pie-toolbox PD-3797 ([7434408](https://github.com/pie-framework/pie-elements/commit/7434408416a883fd680eec13fe1109711fd7e6b5))
189
- * update pie-lib/pie-toolbox PD-4885, PD-5131 ([4b9859c](https://github.com/pie-framework/pie-elements/commit/4b9859c919a1a7cc8e29d6168a91cd1f7d1aafd1))
143
+ - test - update ImageComponent import path in DeleteWidget test ([8fc4dfd](https://github.com/pie-framework/pie-elements/commit/8fc4dfd6e275a258a995150430a91887e2fe588c))
144
+ - tests. Update ImageComponent imports in DeleteWidget, Polygon, and Rectangle tests ([55080fc](https://github.com/pie-framework/pie-elements/commit/55080fc37644785a15710edf856a4a9611a7b888))
145
+ - update pie-lib/pie-toolbox PD-5064 ([f61face](https://github.com/pie-framework/pie-elements/commit/f61face71312f0a4e46a16a646aa616b9d4ed8eb))
190
146
 
147
+ ### Features
191
148
 
149
+ - **hotspot:** update ImageComponent imports and create new image-konva component PD-5064 ([2d25656](https://github.com/pie-framework/pie-elements/commit/2d25656ad3d543b2748587f8652f4062d3fdc050))
192
150
 
151
+ ## [7.4.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.8...@pie-element/hotspot-configure@7.4.9) (2025-06-25)
193
152
 
153
+ ### Bug Fixes
194
154
 
195
- ## [7.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.6.0...@pie-element/hotspot-configure@7.6.1) (2025-07-22)
155
+ - update pie-lib/pie-toolbox PD-5059 ([d6f2203](https://github.com/pie-framework/pie-elements/commit/d6f22032dcfb049ce7aeb496f94456fdd06d4139))
196
156
 
157
+ ## [7.4.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.7...@pie-element/hotspot-configure@7.4.8) (2025-06-19)
197
158
 
198
159
  ### Bug Fixes
199
160
 
200
- * update pie-toolbox PD-4885 ([a6d439e](https://github.com/pie-framework/pie-elements/commit/a6d439e49a0082f3d5e8bf46cc73c69d1d0ae311))
161
+ - update pie-lib/pie-toolbox PD-5076, PD-5063, PD-4832, PD-5059 ([16201a3](https://github.com/pie-framework/pie-elements/commit/16201a35183965fabd033bbf797ef3b438d69a85))
162
+
163
+ ## [7.4.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.6...@pie-element/hotspot-configure@7.4.7) (2025-06-05)
201
164
 
165
+ ### Bug Fixes
202
166
 
167
+ - update pie-lib pie-toolbox PD-3756 and revert changes for PD-4810 ([1e3030b](https://github.com/pie-framework/pie-elements/commit/1e3030bfdb13d0cce7b54ce0e9a109446c5ec2a2))
168
+ - update pie-lib-pie-toolbox PD-4810 ([6c81afc](https://github.com/pie-framework/pie-elements/commit/6c81afc6a8ad41e001bafb0bd1563164e9f32a10))
169
+ - update pie-lib-pie-toolbox PD-4810 ([0f9dd82](https://github.com/pie-framework/pie-elements/commit/0f9dd827c474e87770fd3bd146d870dd77d296df))
170
+ - update pie-lib/pie-toolbox PD-4888, PD-3542, PD-4873, PD-4679 ([9c3bdef](https://github.com/pie-framework/pie-elements/commit/9c3bdef1b68f128ecc6338ef74f25fb74c482aa6))
203
171
 
172
+ ## [7.4.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.5...@pie-element/hotspot-configure@7.4.6) (2025-05-22)
204
173
 
174
+ ### Bug Fixes
205
175
 
206
- # [7.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.5.0...@pie-element/hotspot-configure@7.6.0) (2025-07-18)
176
+ - conflicts ([fce1a12](https://github.com/pie-framework/pie-elements/commit/fce1a12cacfcdc0f7ded44291eb7539dc3567127))
177
+ - tests PD-5009 ([e00ac85](https://github.com/pie-framework/pie-elements/commit/e00ac85428a335d1dd67012b99a89861926594d0))
178
+ - update pie-lib/pie-toolbox PD-4555, PD-4561 ([a7c878c](https://github.com/pie-framework/pie-elements/commit/a7c878cc1c1440bc0f72acb8ca3ef2a023023066))
179
+ - update pie-lib/pie-toolbox PD-5009, PD-5002 ([9d5d7a3](https://github.com/pie-framework/pie-elements/commit/9d5d7a31ea06b568c346008aee2557dfd2e9a796))
207
180
 
181
+ ## [7.4.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.4...@pie-element/hotspot-configure@7.4.5) (2025-05-12)
208
182
 
209
183
  ### Bug Fixes
210
184
 
211
- * update pie-lib/pie-toolbox PD-363 ([10ce402](https://github.com/pie-framework/pie-elements/commit/10ce402bcb1c0c9c24dfc9ecff2e13c4de14a753))
185
+ - update pie-lib/pie-toolbox PD-4977 ([1f864de](https://github.com/pie-framework/pie-elements/commit/1f864de43661adf716578caf4657c4c0a0384556))
212
186
 
187
+ ## [7.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.3...@pie-element/hotspot-configure@7.4.4) (2025-04-29)
213
188
 
214
- ### Features
189
+ ### Bug Fixes
190
+
191
+ - update pie-lib/pie-toolbox PD-4976 ([ccf7412](https://github.com/pie-framework/pie-elements/commit/ccf74123f4581fc45383bdf2c181e699588b989d))
192
+ - update pie-lib/pie-toolbox PD-4976, PD-4980, PD-3496 ([a001d12](https://github.com/pie-framework/pie-elements/commit/a001d122ca198b23eeef9596857555eb1a76bb6b))
215
193
 
216
- * 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))
217
- * 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))
194
+ ## [7.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.2...@pie-element/hotspot-configure@7.4.3) (2025-04-18)
218
195
 
196
+ ### Bug Fixes
219
197
 
198
+ - update pie-lib/pie-toolbox PD-4967 ([cf4c095](https://github.com/pie-framework/pie-elements/commit/cf4c095f21a2e9bdf74ce5a419ad5fc8d0d7f6ca))
220
199
 
200
+ ## [7.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.1...@pie-element/hotspot-configure@7.4.2) (2025-04-17)
221
201
 
202
+ ### Bug Fixes
222
203
 
223
- # [7.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.9...@pie-element/hotspot-configure@7.5.0) (2025-06-27)
204
+ - update pie-lib/pie-toolbox PD-4967 ([0901bff](https://github.com/pie-framework/pie-elements/commit/0901bff14ea3398cf3930d7e41809a4d9dde0ccd))
224
205
 
206
+ ## [7.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.0...@pie-element/hotspot-configure@7.4.1) (2025-04-10)
225
207
 
226
208
  ### Bug Fixes
227
209
 
228
- * test - update ImageComponent import path in DeleteWidget test ([8fc4dfd](https://github.com/pie-framework/pie-elements/commit/8fc4dfd6e275a258a995150430a91887e2fe588c))
229
- * tests. Update ImageComponent imports in DeleteWidget, Polygon, and Rectangle tests ([55080fc](https://github.com/pie-framework/pie-elements/commit/55080fc37644785a15710edf856a4a9611a7b888))
230
- * update pie-lib/pie-toolbox PD-5064 ([f61face](https://github.com/pie-framework/pie-elements/commit/f61face71312f0a4e46a16a646aa616b9d4ed8eb))
210
+ - update pie-lib/pie-toolbox PD-4765, PD-4947 ([56312ea](https://github.com/pie-framework/pie-elements/commit/56312ea13151cc7e5d026a112fb7d86d320e4799))
231
211
 
212
+ # [7.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.3.0...@pie-element/hotspot-configure@7.4.0) (2025-04-01)
232
213
 
233
214
  ### Features
234
215
 
235
- * **hotspot:** update ImageComponent imports and create new image-konva component PD-5064 ([2d25656](https://github.com/pie-framework/pie-elements/commit/2d25656ad3d543b2748587f8652f4062d3fdc050))
216
+ - update pie-lib/pie-toolbox PD-4938 ([4d89e6e](https://github.com/pie-framework/pie-elements/commit/4d89e6ef28c75b344b6669562f99057359bff794))
236
217
 
218
+ # [7.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.9...@pie-element/hotspot-configure@7.3.0) (2025-03-27)
237
219
 
220
+ ### Bug Fixes
238
221
 
222
+ - update pie-lib/pie-toolbox PD-4895, PD-4093, PD-4888 ([7e6f1c5](https://github.com/pie-framework/pie-elements/commit/7e6f1c5d7bd0832f62ec8f048e04bcdbfe426779))
239
223
 
224
+ ### Features
240
225
 
241
- ## [7.4.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.8...@pie-element/hotspot-configure@7.4.9) (2025-06-25)
226
+ - updated config so line breaks are enabled in editor [PD-4093] ([2e1978d](https://github.com/pie-framework/pie-elements/commit/2e1978db22d6e39328fff7dce8af3a494f77e2e1))
242
227
 
228
+ ## [7.2.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.8...@pie-element/hotspot-configure@7.2.9) (2025-03-21)
243
229
 
244
230
  ### Bug Fixes
245
231
 
246
- * update pie-lib/pie-toolbox PD-5059 ([d6f2203](https://github.com/pie-framework/pie-elements/commit/d6f22032dcfb049ce7aeb496f94456fdd06d4139))
232
+ - update pie-toolbox PD-4917 ([03f3dab](https://github.com/pie-framework/pie-elements/commit/03f3dab963e2c5a55c8e44c472eaf00053bd111c))
233
+
234
+ ## [7.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.7...@pie-element/hotspot-configure@7.2.8) (2025-03-14)
247
235
 
236
+ ### Bug Fixes
248
237
 
238
+ - 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))
249
239
 
240
+ ## [7.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.6...@pie-element/hotspot-configure@7.2.7) (2025-03-13)
250
241
 
242
+ ### Bug Fixes
251
243
 
252
- ## [7.4.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.7...@pie-element/hotspot-configure@7.4.8) (2025-06-19)
244
+ - 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))
253
245
 
246
+ ## [7.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.5...@pie-element/hotspot-configure@7.2.6) (2025-03-03)
254
247
 
255
248
  ### Bug Fixes
256
249
 
257
- * update pie-lib/pie-toolbox PD-5076, PD-5063, PD-4832, PD-5059 ([16201a3](https://github.com/pie-framework/pie-elements/commit/16201a35183965fabd033bbf797ef3b438d69a85))
250
+ - update pie-lib pie-toolbox PD-4795 ([c0bc482](https://github.com/pie-framework/pie-elements/commit/c0bc48285a67aaaf6f4b81057ced62bc57ee978d))
251
+
252
+ ## [7.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.4...@pie-element/hotspot-configure@7.2.5) (2025-02-27)
258
253
 
254
+ ### Bug Fixes
259
255
 
256
+ - update pie-lib/pie-toolbox PD-4820, PD-4766 ([7ccdb40](https://github.com/pie-framework/pie-elements/commit/7ccdb405614f1c310efe530d97c46fe324c0a669))
260
257
 
258
+ ## [7.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.3...@pie-element/hotspot-configure@7.2.4) (2025-02-19)
261
259
 
260
+ ### Bug Fixes
262
261
 
263
- ## [7.4.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.6...@pie-element/hotspot-configure@7.4.7) (2025-06-05)
262
+ - update pie-lib/pie-toolbox PD-4168, PD-4723 ([921f1bf](https://github.com/pie-framework/pie-elements/commit/921f1bfff211979c859821bb15c369327cfacdf7))
264
263
 
264
+ ## [7.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.2...@pie-element/hotspot-configure@7.2.3) (2025-02-14)
265
265
 
266
266
  ### Bug Fixes
267
267
 
268
- * update pie-lib pie-toolbox PD-3756 and revert changes for PD-4810 ([1e3030b](https://github.com/pie-framework/pie-elements/commit/1e3030bfdb13d0cce7b54ce0e9a109446c5ec2a2))
269
- * update pie-lib-pie-toolbox PD-4810 ([6c81afc](https://github.com/pie-framework/pie-elements/commit/6c81afc6a8ad41e001bafb0bd1563164e9f32a10))
270
- * update pie-lib-pie-toolbox PD-4810 ([0f9dd82](https://github.com/pie-framework/pie-elements/commit/0f9dd827c474e87770fd3bd146d870dd77d296df))
271
- * update pie-lib/pie-toolbox PD-4888, PD-3542, PD-4873, PD-4679 ([9c3bdef](https://github.com/pie-framework/pie-elements/commit/9c3bdef1b68f128ecc6338ef74f25fb74c482aa6))
268
+ - update pie-lib/pie-toolbox PD-4801 ([194e2d7](https://github.com/pie-framework/pie-elements/commit/194e2d7e86a02887ffe03e13c062f8d98d543fd9))
272
269
 
270
+ ## [7.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.1...@pie-element/hotspot-configure@7.2.2) (2025-02-12)
273
271
 
272
+ ### Bug Fixes
274
273
 
274
+ - update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
275
275
 
276
+ ## [7.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.0...@pie-element/hotspot-configure@7.2.1) (2025-02-06)
276
277
 
277
- ## [7.4.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.5...@pie-element/hotspot-configure@7.4.6) (2025-05-22)
278
+ ### Bug Fixes
279
+
280
+ - update pie-lib/pie-toolbox PD-4753, PD-4618, PD-4641 ([f73f2be](https://github.com/pie-framework/pie-elements/commit/f73f2bec76321a677fff71e575d19c0f2e5b1d9c))
278
281
 
282
+ # [7.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.10...@pie-element/hotspot-configure@7.2.0) (2025-01-27)
279
283
 
280
284
  ### Bug Fixes
281
285
 
282
- * conflicts ([fce1a12](https://github.com/pie-framework/pie-elements/commit/fce1a12cacfcdc0f7ded44291eb7539dc3567127))
283
- * tests PD-5009 ([e00ac85](https://github.com/pie-framework/pie-elements/commit/e00ac85428a335d1dd67012b99a89861926594d0))
284
- * update pie-lib/pie-toolbox PD-4555, PD-4561 ([a7c878c](https://github.com/pie-framework/pie-elements/commit/a7c878cc1c1440bc0f72acb8ca3ef2a023023066))
285
- * update pie-lib/pie-toolbox PD-5009, PD-5002 ([9d5d7a3](https://github.com/pie-framework/pie-elements/commit/9d5d7a31ea06b568c346008aee2557dfd2e9a796))
286
+ - update pie-lib/pie-toolbox PD-3995, PD-4679 ([87dadfa](https://github.com/pie-framework/pie-elements/commit/87dadfacfae3b06690edaf0b3c4a5ea09981b153))
286
287
 
288
+ ### Features
287
289
 
290
+ - enabled textAlign only for passage element [PD-3995] ([600d67f](https://github.com/pie-framework/pie-elements/commit/600d67fa31fc0e19761bc78381ba18036e7f64e7))
291
+ - updated snapshots [PD-3995] ([59702ab](https://github.com/pie-framework/pie-elements/commit/59702ab491722a24bd67a2c6dc70ad6540e3a909))
288
292
 
293
+ ## [7.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.9...@pie-element/hotspot-configure@7.1.10) (2025-01-27)
289
294
 
295
+ ### Bug Fixes
290
296
 
291
- ## [7.4.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.4...@pie-element/hotspot-configure@7.4.5) (2025-05-12)
297
+ - update pie-lib/pie-toolbox PD-4688, PD-4589, PD-4616 ([754480c](https://github.com/pie-framework/pie-elements/commit/754480c6c747fa9123d374df0287a644c8376939))
292
298
 
299
+ ## [7.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.8...@pie-element/hotspot-configure@7.1.9) (2025-01-22)
293
300
 
294
301
  ### Bug Fixes
295
302
 
296
- * update pie-lib/pie-toolbox PD-4977 ([1f864de](https://github.com/pie-framework/pie-elements/commit/1f864de43661adf716578caf4657c4c0a0384556))
303
+ - 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))
297
304
 
305
+ ## [7.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.7...@pie-element/hotspot-configure@7.1.8) (2025-01-22)
298
306
 
307
+ ### Bug Fixes
299
308
 
309
+ - replace mra package with mr, includes accessibility PD-4527 ([c83bd43](https://github.com/pie-framework/pie-elements/commit/c83bd438d3a0e94d524c04364fddd3a8edc8876e))
300
310
 
311
+ ## [7.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.6...@pie-element/hotspot-configure@7.1.7) (2025-01-06)
301
312
 
302
- ## [7.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.3...@pie-element/hotspot-configure@7.4.4) (2025-04-29)
313
+ ### Bug Fixes
314
+
315
+ - 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))
303
316
 
317
+ ## [7.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.5...@pie-element/hotspot-configure@7.1.6) (2024-12-20)
304
318
 
305
319
  ### Bug Fixes
306
320
 
307
- * update pie-lib/pie-toolbox PD-4976 ([ccf7412](https://github.com/pie-framework/pie-elements/commit/ccf74123f4581fc45383bdf2c181e699588b989d))
308
- * update pie-lib/pie-toolbox PD-4976, PD-4980, PD-3496 ([a001d12](https://github.com/pie-framework/pie-elements/commit/a001d122ca198b23eeef9596857555eb1a76bb6b))
321
+ - 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))
322
+
323
+ ## [7.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.4...@pie-element/hotspot-configure@7.1.5) (2024-12-10)
309
324
 
325
+ ### Bug Fixes
310
326
 
327
+ - update pie-lib/pie-toolbox PD-4388, PD-4548 ([0e7dad4](https://github.com/pie-framework/pie-elements/commit/0e7dad48f541e7c5c10212e58c6ae846c60be93c))
328
+ - **hotspot:** apply hotspotColor when selectedColor not provided PD-4399 ([ae3c228](https://github.com/pie-framework/pie-elements/commit/ae3c2282a0222fd13ba12f29c420673a8218b504))
311
329
 
330
+ ## [7.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.3...@pie-element/hotspot-configure@7.1.4) (2024-12-05)
312
331
 
332
+ ### Bug Fixes
313
333
 
314
- ## [7.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.2...@pie-element/hotspot-configure@7.4.3) (2025-04-18)
334
+ - 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))
315
335
 
336
+ ## [7.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.2...@pie-element/hotspot-configure@7.1.3) (2024-11-29)
316
337
 
317
338
  ### Bug Fixes
318
339
 
319
- * update pie-lib/pie-toolbox PD-4967 ([cf4c095](https://github.com/pie-framework/pie-elements/commit/cf4c095f21a2e9bdf74ce5a419ad5fc8d0d7f6ca))
340
+ - update pie-lib/pie-toolbox PD-4387, PD-4388 ([0416caf](https://github.com/pie-framework/pie-elements/commit/0416caf1188a62367a893c1e2bcfd138303c1d6d))
341
+
342
+ ## [7.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.1...@pie-element/hotspot-configure@7.1.2) (2024-11-15)
320
343
 
344
+ ### Bug Fixes
321
345
 
346
+ - 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))
322
347
 
348
+ ## [7.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.0...@pie-element/hotspot-configure@7.1.1) (2024-11-01)
323
349
 
350
+ ### Bug Fixes
324
351
 
325
- ## [7.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.1...@pie-element/hotspot-configure@7.4.2) (2025-04-17)
352
+ - update pie-lib PD-4361 ([0ed2a71](https://github.com/pie-framework/pie-elements/commit/0ed2a7156d3fef55b9c25ab9c60d0df836b86ee5))
353
+ - update pie-lib/pie-toolbox PD-4319, PD-1460, PD-4004 ([db03ac7](https://github.com/pie-framework/pie-elements/commit/db03ac7473960cedef2c83c79920e77db06f605d))
354
+ - update pie-lib/pie-toolbox PD-4372 ([dc73470](https://github.com/pie-framework/pie-elements/commit/dc734705a6aefa0f69eb29d3d695c57e31671ab8))
326
355
 
356
+ # [7.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.0.6...@pie-element/hotspot-configure@7.1.0) (2024-10-29)
327
357
 
328
358
  ### Bug Fixes
329
359
 
330
- * update pie-lib/pie-toolbox PD-4967 ([0901bff](https://github.com/pie-framework/pie-elements/commit/0901bff14ea3398cf3930d7e41809a4d9dde0ccd))
360
+ - fixed all tests after updating pie-toolbox [PD-1460] ([9f5293d](https://github.com/pie-framework/pie-elements/commit/9f5293d618edc06f69fabb27a042ec5eee66e151))
331
361
 
362
+ ### Features
332
363
 
364
+ - 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))
333
365
 
366
+ ## [7.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.0.5...@pie-element/hotspot-configure@7.0.6) (2024-10-28)
334
367
 
368
+ ### Bug Fixes
335
369
 
336
- ## [7.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.4.0...@pie-element/hotspot-configure@7.4.1) (2025-04-10)
370
+ - update pie-lib/pie-toolbox PD-4322, PD-4215, PD-4209 ([08eac95](https://github.com/pie-framework/pie-elements/commit/08eac95fd3e1a79b420fbc88cd0c7436ba284c3c))
337
371
 
372
+ ## [7.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.0.4...@pie-element/hotspot-configure@7.0.5) (2024-10-22)
338
373
 
339
374
  ### Bug Fixes
340
375
 
341
- * update pie-lib/pie-toolbox PD-4765, PD-4947 ([56312ea](https://github.com/pie-framework/pie-elements/commit/56312ea13151cc7e5d026a112fb7d86d320e4799))
342
-
376
+ - 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))
343
377
 
378
+ ## [7.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.0.3...@pie-element/hotspot-configure@7.0.4) (2024-10-15)
344
379
 
380
+ ### Bug Fixes
345
381
 
382
+ - added complexjs as dependency [PD-4200] ([da393d5](https://github.com/pie-framework/pie-elements/commit/da393d5ae8ef52f17b47ccf32967410a9263180e))
383
+ - added resolutions to every package [PD-4200] ([480bed5](https://github.com/pie-framework/pie-elements/commit/480bed5eddfc91ec9dbc7ca7e3f6d09b2a199e7d))
384
+ - reverting changes since the issue is fixed in the latest complex.js [PD-4200] ([42c9f21](https://github.com/pie-framework/pie-elements/commit/42c9f216c4d29b051156489beb43fa7093667eb7))
385
+ - update pie toolbox ([ba98798](https://github.com/pie-framework/pie-elements/commit/ba987984ebc2f856950611874436cf148a9a3963))
386
+ - update pie-lib/pie-toolbox PD-4200 ([a41a620](https://github.com/pie-framework/pie-elements/commit/a41a62036afe6aa8ef70493900c08875cff8eec2))
387
+ - update pie-lib/pie-toolbox PD-4241 ([b24d439](https://github.com/pie-framework/pie-elements/commit/b24d43945457792d403d0da62ce3e4b5b898ca46))
346
388
 
347
- # [7.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.3.0...@pie-element/hotspot-configure@7.4.0) (2025-04-01)
389
+ ## [7.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.0.2...@pie-element/hotspot-configure@7.0.3) (2024-10-03)
348
390
 
391
+ ### Bug Fixes
349
392
 
350
- ### Features
393
+ - update pie-toolbox and @pie-lib/pie-toolbox-module PD-4018 ([2d60730](https://github.com/pie-framework/pie-elements/commit/2d60730eb6c3ade08e522c58218cff2f6cb496cb))
351
394
 
352
- * update pie-lib/pie-toolbox PD-4938 ([4d89e6e](https://github.com/pie-framework/pie-elements/commit/4d89e6ef28c75b344b6669562f99057359bff794))
395
+ ## [7.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.0.1...@pie-element/hotspot-configure@7.0.2) (2024-10-01)
353
396
 
397
+ ### Bug Fixes
354
398
 
399
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([ddb9d44](https://github.com/pie-framework/pie-elements/commit/ddb9d444243b881b3a468ecfb5bab551511a2495))
355
400
 
401
+ ## [7.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.0.0...@pie-element/hotspot-configure@7.0.1) (2024-09-26)
356
402
 
403
+ ### Bug Fixes
357
404
 
358
- # [7.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.9...@pie-element/hotspot-configure@7.3.0) (2025-03-27)
405
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([c363be4](https://github.com/pie-framework/pie-elements/commit/c363be48f9428024d4acc1eed05cd598840ffe3a))
406
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([fe83296](https://github.com/pie-framework/pie-elements/commit/fe83296445f9785e67c9643642221b28b4485921))
407
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([321147b](https://github.com/pie-framework/pie-elements/commit/321147b4072f2a6200d155f7f09c712960fe078c))
408
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([d3e24e8](https://github.com/pie-framework/pie-elements/commit/d3e24e83d74e93f0720eff8841ebac1d0493b769))
409
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([a3dd8d6](https://github.com/pie-framework/pie-elements/commit/a3dd8d65a754acadd95134ee825b769355a08a45))
359
410
 
411
+ # [7.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.25.6...@pie-element/hotspot-configure@7.0.0) (2024-09-25)
360
412
 
361
413
  ### Bug Fixes
362
414
 
363
- * update pie-lib/pie-toolbox PD-4895, PD-4093, PD-4888 ([7e6f1c5](https://github.com/pie-framework/pie-elements/commit/7e6f1c5d7bd0832f62ec8f048e04bcdbfe426779))
364
-
415
+ - update math-rendering-accessible ([a5588cf](https://github.com/pie-framework/pie-elements/commit/a5588cfdccb40e970e93736dea60de4b01f1a85d))
416
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([8fa1e13](https://github.com/pie-framework/pie-elements/commit/8fa1e132d97ccc92093e789e4349610c2be21edb))
365
417
 
366
418
  ### Features
367
419
 
368
- * updated config so line breaks are enabled in editor [PD-4093] ([2e1978d](https://github.com/pie-framework/pie-elements/commit/2e1978db22d6e39328fff7dce8af3a494f77e2e1))
420
+ - update math-rendering-accessible PD-3989, PD-4103, PD-3865 ([01590fe](https://github.com/pie-framework/pie-elements/commit/01590fe0f6ac36d14983cc144ef03f9cff397dfc))
369
421
 
422
+ ### BREAKING CHANGES
370
423
 
424
+ - big refactoring on the implementation of math-rendering-accessible
371
425
 
426
+ ## [6.25.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.25.5...@pie-element/hotspot-configure@6.25.6) (2024-09-16)
372
427
 
428
+ ### Bug Fixes
373
429
 
374
- ## [7.2.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.8...@pie-element/hotspot-configure@7.2.9) (2025-03-21)
430
+ - update pie-lib/pie-toolbox PD-4061, PD-4021 ([ef8e3d0](https://github.com/pie-framework/pie-elements/commit/ef8e3d0d5fca4ca57c89c7c8ef8e74ec5600551e))
375
431
 
432
+ ## [6.25.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.25.4...@pie-element/hotspot-configure@6.25.5) (2024-09-16)
376
433
 
377
434
  ### Bug Fixes
378
435
 
379
- * update pie-toolbox PD-4917 ([03f3dab](https://github.com/pie-framework/pie-elements/commit/03f3dab963e2c5a55c8e44c472eaf00053bd111c))
436
+ - experiment with mra ([d62f2b4](https://github.com/pie-framework/pie-elements/commit/d62f2b4526eeda1f90d3660d97bf278ac1ae72da))
437
+ - experiment with mra ([d9487a5](https://github.com/pie-framework/pie-elements/commit/d9487a5394c9b71bb7d7d69a836ed629ae13f7b1))
438
+ - experiment with mra ([a2e933c](https://github.com/pie-framework/pie-elements/commit/a2e933cd27bb052046e245672d3e01cb5ba1b518))
439
+ - update pie-lib/pie-toolbox PD-4027, PD-4042,PD-4039, PD-4073 ([68306be](https://github.com/pie-framework/pie-elements/commit/68306be02254a6019916637fd9b75427cae1c0ed))
440
+
441
+ ## [6.25.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.25.3...@pie-element/hotspot-configure@6.25.4) (2024-09-10)
380
442
 
443
+ ### Bug Fixes
381
444
 
445
+ - update pie-lib/pie-toolbox PD-3652, PD-2451 ([8a00529](https://github.com/pie-framework/pie-elements/commit/8a00529f67a8e27e78e4c16de5d04e11ec8c4d16))
382
446
 
447
+ ## [6.25.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.25.2...@pie-element/hotspot-configure@6.25.3) (2024-09-10)
383
448
 
449
+ ### Bug Fixes
384
450
 
385
- ## [7.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.7...@pie-element/hotspot-configure@7.2.8) (2025-03-14)
451
+ - update pie-lib/pie-toolbox: ability to disable table and lists PD-4065 ([49f1ce4](https://github.com/pie-framework/pie-elements/commit/49f1ce4000bc45d0eb8032f6538c0c780940a503))
386
452
 
453
+ ## [6.25.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.25.1...@pie-element/hotspot-configure@6.25.2) (2024-08-29)
387
454
 
388
455
  ### Bug Fixes
389
456
 
390
- * 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))
457
+ - trigger build PD-4052 ([24783c4](https://github.com/pie-framework/pie-elements/commit/24783c43a97db9c9a2b665f2c784ccd4ce8511ca))
391
458
 
459
+ ## [6.25.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.25.0...@pie-element/hotspot-configure@6.25.1) (2024-08-29)
392
460
 
461
+ ### Bug Fixes
393
462
 
463
+ - update pie-lib/pie-toolbox PD-4052 ([ebbbe2d](https://github.com/pie-framework/pie-elements/commit/ebbbe2dc584829abe8f1b4d6e8a9031e27f30dce))
394
464
 
465
+ # [6.25.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.24.4...@pie-element/hotspot-configure@6.25.0) (2024-08-27)
395
466
 
396
- ## [7.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.6...@pie-element/hotspot-configure@7.2.7) (2025-03-13)
467
+ ### Features
468
+
469
+ - update pie-lib PD-4026, PD-3990 ([395d7d7](https://github.com/pie-framework/pie-elements/commit/395d7d779caae57a810cc19c1d676319d1c19ded))
397
470
 
471
+ ## [6.24.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.24.3...@pie-element/hotspot-configure@6.24.4) (2024-08-27)
398
472
 
399
473
  ### Bug Fixes
400
474
 
401
- * 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))
475
+ - **hotspot:** close inprogress polygons improvements PD-3915 ([8a8d4c3](https://github.com/pie-framework/pie-elements/commit/8a8d4c3bf6876ba58feda93fe5669f76dc28639d))
476
+ - **hotspot:** update in progress polygon PD-3915 ([e94daa3](https://github.com/pie-framework/pie-elements/commit/e94daa31ce426dbee0467bb515cf458c81e86767))
477
+ - **hotspot:** update in progress polygon PD-3915 ([e18d3f8](https://github.com/pie-framework/pie-elements/commit/e18d3f838796a353854a305c2fed9d2d1459dcf8))
402
478
 
479
+ ## [6.24.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.24.2...@pie-element/hotspot-configure@6.24.3) (2024-08-22)
403
480
 
481
+ ### Bug Fixes
404
482
 
483
+ - update pie-lib PD-4021 ([07d6e85](https://github.com/pie-framework/pie-elements/commit/07d6e8560ddfe25f95dfbafc2d3155b93eb85404))
405
484
 
485
+ ## [6.24.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.24.1...@pie-element/hotspot-configure@6.24.2) (2024-08-19)
406
486
 
407
- ## [7.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.5...@pie-element/hotspot-configure@7.2.6) (2025-03-03)
487
+ ### Bug Fixes
408
488
 
489
+ - update pie-lib PD-3855, PD-3841 ([29ed50e](https://github.com/pie-framework/pie-elements/commit/29ed50ec75c3deedfe765f776dc24a6ecd6af284))
409
490
 
410
- ### Bug Fixes
491
+ ## [6.24.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.24.0...@pie-element/hotspot-configure@6.24.1) (2024-08-06)
411
492
 
412
- * update pie-lib pie-toolbox PD-4795 ([c0bc482](https://github.com/pie-framework/pie-elements/commit/c0bc48285a67aaaf6f4b81057ced62bc57ee978d))
493
+ ### Bug Fixes
413
494
 
495
+ - update pie-lib ([6ed3619](https://github.com/pie-framework/pie-elements/commit/6ed3619e0c670165ab45518e5bdbb40586c5adf8))
414
496
 
497
+ # [6.24.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.23.0...@pie-element/hotspot-configure@6.24.0) (2024-08-06)
415
498
 
499
+ ### Features
416
500
 
501
+ - **hotspot:** Add selectedHotspotColor and hoverOutlineColor support PD-3852 ([e6f8ed8](https://github.com/pie-framework/pie-elements/commit/e6f8ed887a0ceaaaaf11d78d5a736c723f19600c))
502
+ - **hotspot:** Add selectedHotspotColor and hoverOutlineColor support PD-3852 ([422a426](https://github.com/pie-framework/pie-elements/commit/422a426e0189e7b4110216a8ef3599bbf74db17f))
503
+ - 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))
504
+ - **hotspot:** Add selectedHotspotColor and hoverOutlineColor support PD-3852 ([fd148d4](https://github.com/pie-framework/pie-elements/commit/fd148d423dfca651b8c420d2e2913c7df4dda0b7))
417
505
 
418
- ## [7.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.4...@pie-element/hotspot-configure@7.2.5) (2025-02-27)
506
+ # [6.23.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.22.6...@pie-element/hotspot-configure@6.23.0) (2024-07-26)
419
507
 
508
+ ### Features
420
509
 
421
- ### Bug Fixes
510
+ - update pie-lib/pie-toolbox PD-2451, PD-3950, PD-3845 ([278d705](https://github.com/pie-framework/pie-elements/commit/278d7052dc7c17796ba196a2e397739e2e882b7f))
511
+ - update pie-lib/pie-toolbox PD-3944, PD-3946, Pd-2450 ([ac34d93](https://github.com/pie-framework/pie-elements/commit/ac34d93fcc97e79cacddcd38c7509f3c96b69976))
422
512
 
423
- * update pie-lib/pie-toolbox PD-4820, PD-4766 ([7ccdb40](https://github.com/pie-framework/pie-elements/commit/7ccdb405614f1c310efe530d97c46fe324c0a669))
513
+ ## [6.22.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.22.5...@pie-element/hotspot-configure@6.22.6) (2024-07-19)
424
514
 
515
+ ### Bug Fixes
425
516
 
517
+ - udate pie-lib/pie-toolbox to revert PD-3630 ([7858313](https://github.com/pie-framework/pie-elements/commit/785831349bb7830a3df8f35971958ebf616527f3))
426
518
 
519
+ ## [6.22.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.22.4...@pie-element/hotspot-configure@6.22.5) (2024-07-17)
427
520
 
521
+ ### Bug Fixes
428
522
 
429
- ## [7.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.3...@pie-element/hotspot-configure@7.2.4) (2025-02-19)
523
+ - udate pie-lib/pie-toolbox PD-3945, PD-3627 ([c37e8aa](https://github.com/pie-framework/pie-elements/commit/c37e8aaa6c7e561707a2ed9ec76deb313380c6ba))
430
524
 
525
+ ## [6.22.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.22.3...@pie-element/hotspot-configure@6.22.4) (2024-07-16)
431
526
 
432
527
  ### Bug Fixes
433
528
 
434
- * update pie-lib/pie-toolbox PD-4168, PD-4723 ([921f1bf](https://github.com/pie-framework/pie-elements/commit/921f1bfff211979c859821bb15c369327cfacdf7))
529
+ - 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))
435
530
 
531
+ ## [6.22.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.22.2...@pie-element/hotspot-configure@6.22.3) (2024-07-10)
436
532
 
533
+ ### Bug Fixes
437
534
 
535
+ - update pie-lib/pie-toolbox PD-3799, PD-3924, PD-3878 ([2f276fb](https://github.com/pie-framework/pie-elements/commit/2f276fb29f121005cecd81459469ff9f5a06740d))
536
+ - **hostspot:** refactor supported shapes and groups PD-3628 ([e50f19f](https://github.com/pie-framework/pie-elements/commit/e50f19fe8a6868d8c8899b3b7dde557db73638bd))
537
+ - **hostspot:** refactor supported shapes and groups PD-3628 ([26ecc0b](https://github.com/pie-framework/pie-elements/commit/26ecc0bab42b25561812fb0a4e6325efc323f82f))
538
+ - **hostspot:** refactor supported shapes and groups PD-3628 ([b4f3d29](https://github.com/pie-framework/pie-elements/commit/b4f3d296a047ff3e4efc8cf1faa5ff8893b9fb2f))
539
+ - **hostspot:** remove shapes outside of canvas fix/PD-3892 ([0cf1c75](https://github.com/pie-framework/pie-elements/commit/0cf1c75eb5b158a3425718d15cad5c7e04c2f97d))
540
+ - **hostspot:** update canvas resize and polygon move PD-3628 ([03d6069](https://github.com/pie-framework/pie-elements/commit/03d6069b712a083dfdb3217f87d51f3ec4fb3a28))
541
+ - **hotspot:** remove shapes moved outside the canvas PD-3892 ([0aa05d6](https://github.com/pie-framework/pie-elements/commit/0aa05d657714ae7bbd0758497656fd20c62073bf))
438
542
 
543
+ ## [6.22.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.22.1...@pie-element/hotspot-configure@6.22.2) (2024-07-04)
439
544
 
440
- ## [7.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.2...@pie-element/hotspot-configure@7.2.3) (2025-02-14)
545
+ **Note:** Version bump only for package @pie-element/hotspot-configure
441
546
 
547
+ ## [6.22.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.22.0...@pie-element/hotspot-configure@6.22.1) (2024-06-26)
442
548
 
443
549
  ### Bug Fixes
444
550
 
445
- * update pie-lib/pie-toolbox PD-4801 ([194e2d7](https://github.com/pie-framework/pie-elements/commit/194e2d7e86a02887ffe03e13c062f8d98d543fd9))
551
+ - update pie-lib/pie-toolbox PD-3028, PD-3773 ([61bc47c](https://github.com/pie-framework/pie-elements/commit/61bc47c18d2becea321f18462f5cd486db0115e1))
552
+
553
+ # [6.22.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.21.0...@pie-element/hotspot-configure@6.22.0) (2024-06-24)
446
554
 
555
+ ### Features
447
556
 
557
+ - update pie-lib/pie-toolbox PD-3868, PD-3771, PD-3772, PD-3775 ([4475c65](https://github.com/pie-framework/pie-elements/commit/4475c658be5489a0f66be27af24e01c03b32b294))
448
558
 
559
+ # [6.21.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.20.0...@pie-element/hotspot-configure@6.21.0) (2024-06-24)
449
560
 
561
+ ### Features
450
562
 
451
- ## [7.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.1...@pie-element/hotspot-configure@7.2.2) (2025-02-12)
563
+ - 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))
452
564
 
565
+ # [6.20.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.19.0...@pie-element/hotspot-configure@6.20.0) (2024-06-19)
453
566
 
454
567
  ### Bug Fixes
455
568
 
456
- * update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
569
+ - update pie-lib/pie-toolbox fix build ([75777e1](https://github.com/pie-framework/pie-elements/commit/75777e189786cb9041bd0d2f843c023a1ea5b8b1))
457
570
 
571
+ ### Features
458
572
 
573
+ - 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))
459
574
 
575
+ # [6.19.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.18.2...@pie-element/hotspot-configure@6.19.0) (2024-06-13)
460
576
 
577
+ ### Features
461
578
 
462
- ## [7.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.2.0...@pie-element/hotspot-configure@7.2.1) (2025-02-06)
579
+ - update pie-toolbox PD-3735 ([7a38768](https://github.com/pie-framework/pie-elements/commit/7a38768b320640de853e90e137082e141ee4ad1f))
463
580
 
581
+ ## [6.18.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.18.1...@pie-element/hotspot-configure@6.18.2) (2024-06-13)
464
582
 
465
583
  ### Bug Fixes
466
584
 
467
- * update pie-lib/pie-toolbox PD-4753, PD-4618, PD-4641 ([f73f2be](https://github.com/pie-framework/pie-elements/commit/f73f2bec76321a677fff71e575d19c0f2e5b1d9c))
585
+ - update pie-toolbox PD-3180, PD-3391 ([f888f35](https://github.com/pie-framework/pie-elements/commit/f888f350468fca91379d4216c9c696c30695add3))
586
+
587
+ ## [6.18.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.18.0...@pie-element/hotspot-configure@6.18.1) (2024-06-13)
468
588
 
589
+ ### Bug Fixes
469
590
 
591
+ - update pie-toolbox PD-3839 ([dcdc0bf](https://github.com/pie-framework/pie-elements/commit/dcdc0bf9a7cc341d257de831e87915fb9425e4a2))
470
592
 
593
+ # [6.18.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.17.1...@pie-element/hotspot-configure@6.18.0) (2024-06-03)
471
594
 
595
+ ### Features
472
596
 
473
- # [7.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.10...@pie-element/hotspot-configure@7.2.0) (2025-01-27)
597
+ - update pie-lib/pie-toolbox PD-3733, PD-2455 ([a507dcb](https://github.com/pie-framework/pie-elements/commit/a507dcb30bf2de72614aaba8ee576edf0c953d05))
474
598
 
599
+ ## [6.17.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.17.0...@pie-element/hotspot-configure@6.17.1) (2024-06-03)
475
600
 
476
601
  ### Bug Fixes
477
602
 
478
- * update pie-lib/pie-toolbox PD-3995, PD-4679 ([87dadfa](https://github.com/pie-framework/pie-elements/commit/87dadfacfae3b06690edaf0b3c4a5ea09981b153))
603
+ - update pie-lib/pie-toolbox PD-3788, PD-1273 ([f4b6aba](https://github.com/pie-framework/pie-elements/commit/f4b6aba5c741fbf6305dba71bf47d2226f39f2ee))
479
604
 
605
+ # [6.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.16.6...@pie-element/hotspot-configure@6.17.0) (2024-05-27)
480
606
 
481
607
  ### Features
482
608
 
483
- * enabled textAlign only for passage element [PD-3995] ([600d67f](https://github.com/pie-framework/pie-elements/commit/600d67fa31fc0e19761bc78381ba18036e7f64e7))
484
- * updated snapshots [PD-3995] ([59702ab](https://github.com/pie-framework/pie-elements/commit/59702ab491722a24bd67a2c6dc70ad6540e3a909))
485
-
486
-
609
+ - update pie-lib/pie-toolbox PD-3736, PD-3734, PD-2488 ([3c44f06](https://github.com/pie-framework/pie-elements/commit/3c44f06d96e609246acde257a8223dc16192c2c4))
487
610
 
611
+ ## [6.16.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.16.5...@pie-element/hotspot-configure@6.16.6) (2024-05-27)
488
612
 
613
+ ### Bug Fixes
489
614
 
490
- ## [7.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.9...@pie-element/hotspot-configure@7.1.10) (2025-01-27)
615
+ - update pie-lib/pie-toolbox PD-3740, PD-2126 ([5573a4e](https://github.com/pie-framework/pie-elements/commit/5573a4e2f4524839525679df319bb92c7c841916))
491
616
 
617
+ ## [6.16.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.16.4...@pie-element/hotspot-configure@6.16.5) (2024-05-14)
492
618
 
493
619
  ### Bug Fixes
494
620
 
495
- * update pie-lib/pie-toolbox PD-4688, PD-4589, PD-4616 ([754480c](https://github.com/pie-framework/pie-elements/commit/754480c6c747fa9123d374df0287a644c8376939))
621
+ - update pie-toolbox PD-3640 ([707c240](https://github.com/pie-framework/pie-elements/commit/707c24031bc0cb05bb070605d4bc27384334eaac))
622
+
623
+ ## [6.16.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.16.3...@pie-element/hotspot-configure@6.16.4) (2024-05-13)
496
624
 
625
+ ### Bug Fixes
497
626
 
627
+ - 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))
498
628
 
629
+ ## [6.16.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.16.2...@pie-element/hotspot-configure@6.16.3) (2024-05-07)
499
630
 
631
+ ### Bug Fixes
500
632
 
501
- ## [7.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.8...@pie-element/hotspot-configure@7.1.9) (2025-01-22)
633
+ - update pie-lib/pie-toolbox PD-3731 ([2b5d6c9](https://github.com/pie-framework/pie-elements/commit/2b5d6c932280981a0fd636bcb30d7fbc181ac311))
502
634
 
635
+ ## [6.16.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.16.1...@pie-element/hotspot-configure@6.16.2) (2024-05-03)
503
636
 
504
637
  ### Bug Fixes
505
638
 
506
- * 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))
639
+ - 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))
507
640
 
641
+ ## [6.16.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.16.0...@pie-element/hotspot-configure@6.16.1) (2024-04-29)
508
642
 
643
+ ### Bug Fixes
509
644
 
645
+ - update pie-lib/pie-toolbox PD-3683, PD-3644 ([73734c5](https://github.com/pie-framework/pie-elements/commit/73734c50a1e4fcda6be4f67c725816d75aea222f))
510
646
 
647
+ # [6.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.15.1...@pie-element/hotspot-configure@6.16.0) (2024-04-22)
511
648
 
512
- ## [7.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.7...@pie-element/hotspot-configure@7.1.8) (2025-01-22)
513
-
649
+ ### Features
514
650
 
515
- ### Bug Fixes
651
+ - update pie-lib/pie-toolbox PD-2449 ([2a0b40a](https://github.com/pie-framework/pie-elements/commit/2a0b40a826f0338b5eda2e8301f79870be3d0073))
516
652
 
517
- * replace mra package with mr, includes accessibility PD-4527 ([c83bd43](https://github.com/pie-framework/pie-elements/commit/c83bd438d3a0e94d524c04364fddd3a8edc8876e))
653
+ ## [6.15.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.15.0...@pie-element/hotspot-configure@6.15.1) (2024-04-22)
518
654
 
655
+ ### Bug Fixes
519
656
 
657
+ - update pie-lib/pie-toolbox PD-3644, PD-3673 ([5e28ce0](https://github.com/pie-framework/pie-elements/commit/5e28ce0dab4a7ecd93ef7bba45ddb20f768b450b))
520
658
 
659
+ # [6.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.14.1...@pie-element/hotspot-configure@6.15.0) (2024-04-18)
521
660
 
661
+ ### Features
522
662
 
523
- ## [7.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.6...@pie-element/hotspot-configure@7.1.7) (2025-01-06)
663
+ - update pie-lib/pie-toolbox SC-30530, SC-30682, PD-3607, PD-3655 ([f08bccf](https://github.com/pie-framework/pie-elements/commit/f08bccf86fcb430e75e410116b000b3affc252c0))
524
664
 
665
+ ## [6.14.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.14.0...@pie-element/hotspot-configure@6.14.1) (2024-04-01)
525
666
 
526
- ### Bug Fixes
667
+ **Note:** Version bump only for package @pie-element/hotspot-configure
527
668
 
528
- * 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))
669
+ # [6.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.13.0...@pie-element/hotspot-configure@6.14.0) (2024-04-01)
529
670
 
671
+ ### Features
530
672
 
673
+ - **inline-dropdown:** upgrade pie-toolbox PD-2465 ([828d1c1](https://github.com/pie-framework/pie-elements/commit/828d1c1bc9e9221c1e141baaa8f89a4929ad0eb9))
531
674
 
675
+ # [6.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.12.0...@pie-element/hotspot-configure@6.13.0) (2024-04-01)
532
676
 
677
+ ### Features
533
678
 
534
- ## [7.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.5...@pie-element/hotspot-configure@7.1.6) (2024-12-20)
679
+ - update pie-lib/pie-toolbox PD-3567, PD-3426 ([2a706d7](https://github.com/pie-framework/pie-elements/commit/2a706d799bb000c60b7a77a790de9dc66345ebf5))
535
680
 
681
+ # [6.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.11.1...@pie-element/hotspot-configure@6.12.0) (2024-03-28)
536
682
 
537
683
  ### Bug Fixes
538
684
 
539
- * 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))
540
-
685
+ - update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
541
686
 
687
+ ### Features
542
688
 
689
+ - **hotspot:** added required fields functionality PD-3580 ([7ab62d4](https://github.com/pie-framework/pie-elements/commit/7ab62d4380bcab46649a0780afcef4ddc8e7730d))
543
690
 
691
+ ## [6.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.11.0...@pie-element/hotspot-configure@6.11.1) (2024-03-26)
544
692
 
545
- ## [7.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.4...@pie-element/hotspot-configure@7.1.5) (2024-12-10)
693
+ **Note:** Version bump only for package @pie-element/hotspot-configure
546
694
 
695
+ # [6.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.10.0...@pie-element/hotspot-configure@6.11.0) (2024-03-20)
547
696
 
548
697
  ### Bug Fixes
549
698
 
550
- * update pie-lib/pie-toolbox PD-4388, PD-4548 ([0e7dad4](https://github.com/pie-framework/pie-elements/commit/0e7dad48f541e7c5c10212e58c6ae846c60be93c))
551
- * **hotspot:** apply hotspotColor when selectedColor not provided PD-4399 ([ae3c228](https://github.com/pie-framework/pie-elements/commit/ae3c2282a0222fd13ba12f29c420673a8218b504))
699
+ - updated pie-lib/pie-toolbox SC-28500 ([a8e4e6a](https://github.com/pie-framework/pie-elements/commit/a8e4e6ab27584435ce7ac3e964ccac2747402777))
552
700
 
701
+ ### Features
553
702
 
703
+ - Add configuration for custom buttons PD-3520 ([a7a7ace](https://github.com/pie-framework/pie-elements/commit/a7a7ace27eaac47c9a0f172f7ae0440c6dc4e600))
704
+ - updated pie-lib/pie-toolbox SC-27890 and reverted once again math-rendering-accessible ([fd312e1](https://github.com/pie-framework/pie-elements/commit/fd312e1336999893025231946649496d290883e4))
705
+ - use math-rendering-accessible everywhere PD-1870 ([d52e660](https://github.com/pie-framework/pie-elements/commit/d52e6607ad8847d704bd9cb9b7e3107c130f0500))
554
706
 
707
+ # [6.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.9.1...@pie-element/hotspot-configure@6.10.0) (2024-03-15)
555
708
 
709
+ ### Features
556
710
 
557
- ## [7.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.3...@pie-element/hotspot-configure@7.1.4) (2024-12-05)
711
+ - update pie-lib/pie-toolbox SC-27890,PD-2461 ([13d94fa](https://github.com/pie-framework/pie-elements/commit/13d94faaf0cf9cf923bbc64587cdd4202154ea33))
558
712
 
713
+ ## [6.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.9.0...@pie-element/hotspot-configure@6.9.1) (2024-03-13)
559
714
 
560
715
  ### Bug Fixes
561
716
 
562
- * 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))
563
-
564
-
717
+ - update pie-lib/pie-toolbox PD-3549 ([b5d7d13](https://github.com/pie-framework/pie-elements/commit/b5d7d1352169cc67eaedcd56898a5806b0a8812a))
565
718
 
719
+ # [6.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.8.1...@pie-element/hotspot-configure@6.9.0) (2024-03-12)
566
720
 
721
+ ### Features
567
722
 
568
- ## [7.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.2...@pie-element/hotspot-configure@7.1.3) (2024-11-29)
723
+ - Add configuration for custom buttons PD-3523 ([222bf0a](https://github.com/pie-framework/pie-elements/commit/222bf0aad21d14aca11a5571b400826410fad8bb))
569
724
 
725
+ ## [6.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.8.0...@pie-element/hotspot-configure@6.8.1) (2024-03-12)
570
726
 
571
727
  ### Bug Fixes
572
728
 
573
- * update pie-lib/pie-toolbox PD-4387, PD-4388 ([0416caf](https://github.com/pie-framework/pie-elements/commit/0416caf1188a62367a893c1e2bcfd138303c1d6d))
574
-
575
-
576
-
577
-
729
+ - update pie-lib/pie-toolbox PD-3509, PD-3465 ([b1745aa](https://github.com/pie-framework/pie-elements/commit/b1745aa981722b5561aab1f4495ac81ac7bc4155))
578
730
 
579
- ## [7.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.1...@pie-element/hotspot-configure@7.1.2) (2024-11-15)
731
+ # [6.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.7.0...@pie-element/hotspot-configure@6.8.0) (2024-03-04)
580
732
 
733
+ ### Features
581
734
 
582
- ### Bug Fixes
735
+ - update pie-lib/pie-toolbox version PD-1870 and PD-3501 ([8df1d8d](https://github.com/pie-framework/pie-elements/commit/8df1d8d281a0d6023d5a9c0e6fdd29fea71b6ac1))
583
736
 
584
- * 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))
737
+ # [6.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.6.2...@pie-element/hotspot-configure@6.7.0) (2024-02-20)
585
738
 
739
+ ### Features
586
740
 
741
+ - **hotspot:** get rid of the authoring tooltip PD-3462 ([808530f](https://github.com/pie-framework/pie-elements/commit/808530fc984e752237c4ce182db1060f0bc6e1f9))
587
742
 
743
+ ## [6.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.6.1...@pie-element/hotspot-configure@6.6.2) (2024-02-20)
588
744
 
745
+ ### Bug Fixes
589
746
 
590
- ## [7.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.1.0...@pie-element/hotspot-configure@7.1.1) (2024-11-01)
747
+ - circle to maintain shape on resize PD-1446 ([8118f72](https://github.com/pie-framework/pie-elements/commit/8118f72cd5da7a84544052093a912ad0a965f1f4))
748
+ - update pie-lib/pie-toolbox PD-3372, PD-3385, PD-3439 ([a79d800](https://github.com/pie-framework/pie-elements/commit/a79d800bb69af0d175793bc737282100168c4c60))
749
+ - **hotspot:** delete no completed hotspot PD-3450 ([aff3685](https://github.com/pie-framework/pie-elements/commit/aff36854e3765f31e7a7e9e34a8ea4a7c973dc99))
750
+ - update pie-lib/pie-toolbox PD-3455 ([4ff9971](https://github.com/pie-framework/pie-elements/commit/4ff9971e65b680aea180c94f9e85cab7249af2fb))
591
751
 
752
+ ## [6.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.6.0...@pie-element/hotspot-configure@6.6.1) (2024-02-14)
592
753
 
593
754
  ### Bug Fixes
594
755
 
595
- * update pie-lib PD-4361 ([0ed2a71](https://github.com/pie-framework/pie-elements/commit/0ed2a7156d3fef55b9c25ab9c60d0df836b86ee5))
596
- * update pie-lib/pie-toolbox PD-4319, PD-1460, PD-4004 ([db03ac7](https://github.com/pie-framework/pie-elements/commit/db03ac7473960cedef2c83c79920e77db06f605d))
597
- * update pie-lib/pie-toolbox PD-4372 ([dc73470](https://github.com/pie-framework/pie-elements/commit/dc734705a6aefa0f69eb29d3d695c57e31671ab8))
756
+ - pie-lib/pie-toolbox with slate updates ([a8f8707](https://github.com/pie-framework/pie-elements/commit/a8f8707b2c197c2b40fb6632cee0ba4c27aa9aa4))
757
+ - update pie-lib/pie-toolbox ([cec328c](https://github.com/pie-framework/pie-elements/commit/cec328caf5b69d9fee00473c502aed62d6e27462))
758
+
759
+ # [6.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.5.3...@pie-element/hotspot-configure@6.6.0) (2024-02-09)
598
760
 
761
+ ### Features
599
762
 
763
+ - update pie-toolbox version SC-28868 ([5745f50](https://github.com/pie-framework/pie-elements/commit/5745f502c89d730e72d4cdb83e96c9465a81ae19))
600
764
 
765
+ ## [6.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.5.2...@pie-element/hotspot-configure@6.5.3) (2024-02-07)
601
766
 
767
+ ### Bug Fixes
602
768
 
603
- # [7.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.0.6...@pie-element/hotspot-configure@7.1.0) (2024-10-29)
769
+ - update pie-toolbox version PD-3423 ([053ad69](https://github.com/pie-framework/pie-elements/commit/053ad690619980bce68b1b44e51975fcf91054ec))
604
770
 
771
+ ## [6.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.5.1...@pie-element/hotspot-configure@6.5.2) (2024-01-30)
605
772
 
606
773
  ### Bug Fixes
607
774
 
608
- * fixed all tests after updating pie-toolbox [PD-1460] ([9f5293d](https://github.com/pie-framework/pie-elements/commit/9f5293d618edc06f69fabb27a042ec5eee66e151))
775
+ - circle not resizing properly from the top PD-1446 ([7cc20a4](https://github.com/pie-framework/pie-elements/commit/7cc20a4c3eab6b49e38f106c1c86538596273d9f))
776
+ - circle not resizing properly from the top PD-1446 ([bb3b1a6](https://github.com/pie-framework/pie-elements/commit/bb3b1a69314876586c7809edfa3a05610fae5949))
609
777
 
778
+ ## [6.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.5.0...@pie-element/hotspot-configure@6.5.1) (2024-01-24)
610
779
 
611
- ### Features
780
+ ### Bug Fixes
612
781
 
613
- * 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))
782
+ - update to pie-lib/pie-toolbox 1.5.7 PD-3404 ([eae668d](https://github.com/pie-framework/pie-elements/commit/eae668d980ef4731af5eceb3e70329b7621a232b))
614
783
 
784
+ # [6.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.4.0...@pie-element/hotspot-configure@6.5.0) (2024-01-24)
615
785
 
786
+ ### Bug Fixes
616
787
 
788
+ - 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))
617
789
 
790
+ ### Features
618
791
 
619
- ## [7.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.0.5...@pie-element/hotspot-configure@7.0.6) (2024-10-28)
792
+ - updated tests to hide circles PD-1446 ([6a5b2e7](https://github.com/pie-framework/pie-elements/commit/6a5b2e7e2a8885b5eb4da145c240b43da4b24bd3))
620
793
 
794
+ # [6.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.3.1...@pie-element/hotspot-configure@6.4.0) (2024-01-23)
621
795
 
622
796
  ### Bug Fixes
623
797
 
624
- * update pie-lib/pie-toolbox PD-4322, PD-4215, PD-4209 ([08eac95](https://github.com/pie-framework/pie-elements/commit/08eac95fd3e1a79b420fbc88cd0c7436ba284c3c))
798
+ - 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))
799
+ - update to pie-lib/pie-toolbox 1.5.5 for PD-3392 ([d4286e0](https://github.com/pie-framework/pie-elements/commit/d4286e08a060a73e6de098f87173baaaa88cc997))
625
800
 
801
+ ### Features
626
802
 
803
+ - add ability to create circles PD-1446 ([6b2a479](https://github.com/pie-framework/pie-elements/commit/6b2a479803898bcb633ea309b5c65c5de4e17b20))
804
+ - display and validate circles PD-1446 ([d42e74e](https://github.com/pie-framework/pie-elements/commit/d42e74e449c531c14cfe1fa0957154bcb3adbfd7))
805
+ - updated tests to cover circles PD-1446 ([51500c6](https://github.com/pie-framework/pie-elements/commit/51500c64f7ea68866e4bd48259d24234cbce63d0))
627
806
 
807
+ ## [6.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.3.0...@pie-element/hotspot-configure@6.3.1) (2024-01-15)
628
808
 
809
+ ### Bug Fixes
629
810
 
630
- ## [7.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.0.4...@pie-element/hotspot-configure@7.0.5) (2024-10-22)
811
+ - update pie-lib/pie-toolbox PD-3366, PD-3367, PD-3381 ([8c9d35f](https://github.com/pie-framework/pie-elements/commit/8c9d35ff6f0dad1a161d6a2dba203a169169e562))
631
812
 
813
+ # [6.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.2.2...@pie-element/hotspot-configure@6.3.0) (2024-01-08)
632
814
 
633
815
  ### Bug Fixes
634
816
 
635
- * 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))
817
+ - update pie-lib/pie-toolbox PD-2068, PD-2060 ([b63f783](https://github.com/pie-framework/pie-elements/commit/b63f78371452e265f31f721dcfa5f8ba9789089c))
818
+ - update pie-lib/pie-toolbox PD-3352 ([c40c326](https://github.com/pie-framework/pie-elements/commit/c40c326209315b57ce8da802b8e00616256e3bd6))
819
+ - update pie-lib/pie-toolbox SC-27396, SC-27398 ([658a553](https://github.com/pie-framework/pie-elements/commit/658a55358181271b508f7d550467eefadcd71544))
636
820
 
821
+ ### Features
637
822
 
823
+ - refactor for pie-lib/pie-toolbox and add print module for boilerplate-item-type ([8230d26](https://github.com/pie-framework/pie-elements/commit/8230d264069672c4a3242ff5ed60a6842bf5147f))
638
824
 
825
+ ## [6.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.2.1...@pie-element/hotspot-configure@6.2.2) (2024-01-08)
639
826
 
827
+ ### Bug Fixes
640
828
 
641
- ## [7.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.0.3...@pie-element/hotspot-configure@7.0.4) (2024-10-15)
829
+ - update pie-lib/pie-toolbox PD-3352,PD-3348, PD-3296 ([48b1952](https://github.com/pie-framework/pie-elements/commit/48b1952831835ead598b692abb3d492ec9adb564))
642
830
 
831
+ ## [6.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.2.0...@pie-element/hotspot-configure@6.2.1) (2024-01-04)
643
832
 
644
833
  ### Bug Fixes
645
834
 
646
- * added complexjs as dependency [PD-4200] ([da393d5](https://github.com/pie-framework/pie-elements/commit/da393d5ae8ef52f17b47ccf32967410a9263180e))
647
- * added resolutions to every package [PD-4200] ([480bed5](https://github.com/pie-framework/pie-elements/commit/480bed5eddfc91ec9dbc7ca7e3f6d09b2a199e7d))
648
- * reverting changes since the issue is fixed in the latest complex.js [PD-4200] ([42c9f21](https://github.com/pie-framework/pie-elements/commit/42c9f216c4d29b051156489beb43fa7093667eb7))
649
- * update pie toolbox ([ba98798](https://github.com/pie-framework/pie-elements/commit/ba987984ebc2f856950611874436cf148a9a3963))
650
- * update pie-lib/pie-toolbox PD-4200 ([a41a620](https://github.com/pie-framework/pie-elements/commit/a41a62036afe6aa8ef70493900c08875cff8eec2))
651
- * update pie-lib/pie-toolbox PD-4241 ([b24d439](https://github.com/pie-framework/pie-elements/commit/b24d43945457792d403d0da62ce3e4b5b898ca46))
835
+ - update pie-lib/pie-toolbox PD-2068, PD-2060 ([e918850](https://github.com/pie-framework/pie-elements/commit/e9188502ffeaefe41bf0f23895d4bb2daf839364))
836
+ - update pie-lib/pie-toolbox PD-3037 ([b2f689a](https://github.com/pie-framework/pie-elements/commit/b2f689a416c2c39d7ed423a22db02dd32415ba82))
652
837
 
838
+ # [6.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.1.1...@pie-element/hotspot-configure@6.2.0) (2023-12-19)
653
839
 
840
+ ### Bug Fixes
654
841
 
842
+ - update pie-lib/pie-toolbox PD-2068 ([34eccd5](https://github.com/pie-framework/pie-elements/commit/34eccd52c44259eddf3e2b816b00b82f83bc2bf8))
655
843
 
844
+ ### Features
656
845
 
657
- ## [7.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.0.2...@pie-element/hotspot-configure@7.0.3) (2024-10-03)
846
+ - add ability to create polygons PD-412 ([d0292c2](https://github.com/pie-framework/pie-elements/commit/d0292c2cb2be86f75f5dfa8aafb550c648c83ea8))
847
+ - fix buttons and tests PD-412 ([9b87d22](https://github.com/pie-framework/pie-elements/commit/9b87d22801adb802139497b4e5a7a86da17391aa))
848
+ - remove commented out code PD-412 ([a71b4cf](https://github.com/pie-framework/pie-elements/commit/a71b4cfbe32059138a58e3470656b743147139a7))
849
+ - update pie-lib/pie-toolbox PD-2555 ([86d4fd9](https://github.com/pie-framework/pie-elements/commit/86d4fd909180dd1fcbc446bd8b29c23af21a1c69))
850
+ - 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))
658
851
 
852
+ ## [6.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.1.0...@pie-element/hotspot-configure@6.1.1) (2023-11-27)
659
853
 
660
854
  ### Bug Fixes
661
855
 
662
- * update pie-toolbox and @pie-lib/pie-toolbox-module PD-4018 ([2d60730](https://github.com/pie-framework/pie-elements/commit/2d60730eb6c3ade08e522c58218cff2f6cb496cb))
856
+ - update pie-lib ([74283d7](https://github.com/pie-framework/pie-elements/commit/74283d71b12ab9c82875ce995368e5e39f4face6))
663
857
 
858
+ # [6.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.0.1...@pie-element/hotspot-configure@6.1.0) (2023-11-27)
664
859
 
860
+ ### Bug Fixes
665
861
 
862
+ - update pie-lib/pie-toolbox PD-3271, PD-3261 ([7a795bf](https://github.com/pie-framework/pie-elements/commit/7a795bfd7e2fd865774828ad23b0a8cbbac98356))
863
+ - update pie-lib/pie-toolbox PD-597 ([1ec84aa](https://github.com/pie-framework/pie-elements/commit/1ec84aadae515088ef65b99f780a5e5dca516f99))
864
+ - update pie-lib/pie-toolbox to test build ([9750cdd](https://github.com/pie-framework/pie-elements/commit/9750cdd3ce3018ef8bb63bc2c6db6abba3dad0c4))
865
+ - update pie-lib/pie-toolbox to test build ([4e04cef](https://github.com/pie-framework/pie-elements/commit/4e04cefc163d504d136c9e3b17dbb32d1e22326b))
866
+ - update pie-libs PD-2996 ([cd092c6](https://github.com/pie-framework/pie-elements/commit/cd092c6b5c4db91645394cd23febc1f9a07f46f9))
867
+ - update pie-libs PD-3011, PD-3130, PD-3271 ([7a36106](https://github.com/pie-framework/pie-elements/commit/7a36106efeac0448b7b825989c1eb0b29b6688d4))
868
+ - update pie-toolbox version PD-3298 ([0c282d5](https://github.com/pie-framework/pie-elements/commit/0c282d540aba5b2bb7a8b515bcaa2dba8302d49a))
869
+ - **hotspot:** add tests for new delete widget, refactor with the comp from pie-lib pd-597 ([6fd6a8f](https://github.com/pie-framework/pie-elements/commit/6fd6a8f96a3b59c7269310552122fce8f30579b7))
666
870
 
871
+ ### Features
667
872
 
668
- ## [7.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.0.1...@pie-element/hotspot-configure@7.0.2) (2024-10-01)
873
+ - update pie-lib/pie-toolbox PD-1886 ([4a978d0](https://github.com/pie-framework/pie-elements/commit/4a978d058b865cc21c1fc84d7d39224e0d7cc88d))
669
874
 
875
+ ## [6.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.0.0...@pie-element/hotspot-configure@6.0.1) (2023-11-09)
670
876
 
671
877
  ### Bug Fixes
672
878
 
673
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([ddb9d44](https://github.com/pie-framework/pie-elements/commit/ddb9d444243b881b3a468ecfb5bab551511a2495))
674
-
675
-
676
-
879
+ - update pie-lib/pie-toolbox PD-3221, PD-3249, PD-2765 ([9de1563](https://github.com/pie-framework/pie-elements/commit/9de1563d636983c3ddceee0279c0709d396d4f96))
677
880
 
881
+ # [6.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.15.0...@pie-element/hotspot-configure@6.0.0) (2023-11-07)
678
882
 
679
- ## [7.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@7.0.0...@pie-element/hotspot-configure@7.0.1) (2024-09-26)
883
+ ### Bug Fixes
680
884
 
885
+ - update pie-lib version to fix imports for pie-lib/pie-toolbox/editable-html ([a90cbf6](https://github.com/pie-framework/pie-elements/commit/a90cbf6be81824e7266df23c2dc49b259337c1b6))
886
+ - update pie-lib/pie-toolbox version ([212cbfa](https://github.com/pie-framework/pie-elements/commit/212cbfad27b29f0b1b2a3706ba82f6fb59147001))
887
+ - update pie-lib/pie-toolbox version ([b791e10](https://github.com/pie-framework/pie-elements/commit/b791e10857928766e2d73c6aa80b3fb50fd1afac))
888
+ - update pie-lib/pie-toolbox version ([7f64f9f](https://github.com/pie-framework/pie-elements/commit/7f64f9f2b874fd08bd8f6f05c1c4292c34ac6338))
681
889
 
682
- ### Bug Fixes
890
+ ### Code Refactoring
683
891
 
684
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([c363be4](https://github.com/pie-framework/pie-elements/commit/c363be48f9428024d4acc1eed05cd598840ffe3a))
685
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([fe83296](https://github.com/pie-framework/pie-elements/commit/fe83296445f9785e67c9643642221b28b4485921))
686
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([321147b](https://github.com/pie-framework/pie-elements/commit/321147b4072f2a6200d155f7f09c712960fe078c))
687
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([d3e24e8](https://github.com/pie-framework/pie-elements/commit/d3e24e83d74e93f0720eff8841ebac1d0493b769))
688
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([a3dd8d6](https://github.com/pie-framework/pie-elements/commit/a3dd8d65a754acadd95134ee825b769355a08a45))
892
+ - 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))
689
893
 
894
+ ### BREAKING CHANGES
690
895
 
896
+ - using pie-lib/pie-toolbox now, instead of any other pie-lib package.
691
897
 
898
+ # [5.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.14.1...@pie-element/hotspot-configure@5.15.0) (2023-11-07)
692
899
 
900
+ ### Features
693
901
 
694
- # [7.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.25.6...@pie-element/hotspot-configure@7.0.0) (2024-09-25)
902
+ - **hotspot:** ability to delete an hospot pd-597 ([972c4c9](https://github.com/pie-framework/pie-elements/commit/972c4c90c41fe7dd447715e711883af4517bc2a5))
903
+ - **hotspot:** add image component to delete button pd-597 ([17c64c5](https://github.com/pie-framework/pie-elements/commit/17c64c5984977299cdfdc1594438d53b775c57fe))
904
+ - **hotspot:** add tests for delete functionality pd-597 ([772762e](https://github.com/pie-framework/pie-elements/commit/772762ee7760356c16ab74cef41ec73a3de0dc65))
905
+ - **hotspot:** delete unused field from state pd-597 ([620b9a6](https://github.com/pie-framework/pie-elements/commit/620b9a693063de7cff5448ce95ff3026b5803ce9))
906
+ - **hotspot:** get rid of undo pd-597 ([185f7d1](https://github.com/pie-framework/pie-elements/commit/185f7d1fde2f6af6ba9b3c4b82597066f267805d))
907
+ - **hotspot:** refactor code where needed pd-597 ([b7640d2](https://github.com/pie-framework/pie-elements/commit/b7640d203accb908fd56a9d2dcae4bd4959fd130))
908
+ - **hotspot:** update snapshot pd-597 ([7e81c25](https://github.com/pie-framework/pie-elements/commit/7e81c2589eecc0f2ce97a2873d468929241a05e8))
695
909
 
910
+ ## [5.14.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.14.0...@pie-element/hotspot-configure@5.14.1) (2023-10-26)
696
911
 
697
912
  ### Bug Fixes
698
913
 
699
- * update math-rendering-accessible ([a5588cf](https://github.com/pie-framework/pie-elements/commit/a5588cfdccb40e970e93736dea60de4b01f1a85d))
700
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([8fa1e13](https://github.com/pie-framework/pie-elements/commit/8fa1e132d97ccc92093e789e4349610c2be21edb))
914
+ - update pie-lib PD-3221 ([f04d59f](https://github.com/pie-framework/pie-elements/commit/f04d59f204852e430dc3e8fe2c442bb9a1634761))
701
915
 
916
+ # [5.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.13.6...@pie-element/hotspot-configure@5.14.0) (2023-10-16)
702
917
 
703
918
  ### Features
704
919
 
705
- * update math-rendering-accessible PD-3989, PD-4103, PD-3865 ([01590fe](https://github.com/pie-framework/pie-elements/commit/01590fe0f6ac36d14983cc144ef03f9cff397dfc))
706
-
920
+ - updated pie-libs PD-2950 ([acffe41](https://github.com/pie-framework/pie-elements/commit/acffe41120fbe288e375321cbd58cfbd48f98595))
707
921
 
708
- ### BREAKING CHANGES
709
-
710
- * big refactoring on the implementation of math-rendering-accessible
922
+ ## [5.13.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.13.5...@pie-element/hotspot-configure@5.13.6) (2023-10-16)
711
923
 
924
+ ### Bug Fixes
712
925
 
926
+ - updated pie-libs PD-3223, PD-3121, PD-3018, PD-2765, PD-3105 ([666e660](https://github.com/pie-framework/pie-elements/commit/666e6604c40b9bde8b88af5ce1b02ba65f11e957))
713
927
 
928
+ ## [5.13.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.13.4...@pie-element/hotspot-configure@5.13.5) (2023-10-03)
714
929
 
930
+ ### Bug Fixes
715
931
 
716
- ## [6.25.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.25.5...@pie-element/hotspot-configure@6.25.6) (2024-09-16)
932
+ - update with latest pie-libs, forcing pie-lib/math-rendering to v2.5.18 ([7ff936a](https://github.com/pie-framework/pie-elements/commit/7ff936ab9fc85c264032181755ce5e2149825406))
717
933
 
934
+ ## [5.13.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.13.3...@pie-element/hotspot-configure@5.13.4) (2023-09-28)
718
935
 
719
936
  ### Bug Fixes
720
937
 
721
- * update pie-lib/pie-toolbox PD-4061, PD-4021 ([ef8e3d0](https://github.com/pie-framework/pie-elements/commit/ef8e3d0d5fca4ca57c89c7c8ef8e74ec5600551e))
722
-
938
+ - **hotpot:** update tests and snapshots ([b078802](https://github.com/pie-framework/pie-elements/commit/b078802157816730d68f3f7b5c05d42f9febc53d))
939
+ - **hotspot:** reset state when image dimensions changed ([15b1ce7](https://github.com/pie-framework/pie-elements/commit/15b1ce7c1900c2e0796462dec2cd2db6292766dd))
723
940
 
941
+ ## [5.13.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.13.2...@pie-element/hotspot-configure@5.13.3) (2023-09-28)
724
942
 
943
+ **Note:** Version bump only for package @pie-element/hotspot-configure
725
944
 
945
+ ## [5.13.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.13.1...@pie-element/hotspot-configure@5.13.2) (2023-09-26)
726
946
 
727
- ## [6.25.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.25.4...@pie-element/hotspot-configure@6.25.5) (2024-09-16)
947
+ ### Bug Fixes
728
948
 
949
+ - update pie-libs ([702f4c6](https://github.com/pie-framework/pie-elements/commit/702f4c657f3413274b3a4443c1950e2cdf8e5588))
729
950
 
730
- ### Bug Fixes
951
+ ## [5.13.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.13.0...@pie-element/hotspot-configure@5.13.1) (2023-09-25)
731
952
 
732
- * experiment with mra ([d62f2b4](https://github.com/pie-framework/pie-elements/commit/d62f2b4526eeda1f90d3660d97bf278ac1ae72da))
733
- * experiment with mra ([d9487a5](https://github.com/pie-framework/pie-elements/commit/d9487a5394c9b71bb7d7d69a836ed629ae13f7b1))
734
- * experiment with mra ([a2e933c](https://github.com/pie-framework/pie-elements/commit/a2e933cd27bb052046e245672d3e01cb5ba1b518))
735
- * update pie-lib/pie-toolbox PD-4027, PD-4042,PD-4039, PD-4073 ([68306be](https://github.com/pie-framework/pie-elements/commit/68306be02254a6019916637fd9b75427cae1c0ed))
953
+ **Note:** Version bump only for package @pie-element/hotspot-configure
736
954
 
955
+ # [5.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.12.1...@pie-element/hotspot-configure@5.13.0) (2023-09-25)
737
956
 
957
+ ### Bug Fixes
738
958
 
959
+ - configuration setter fix for language props ([da6bc07](https://github.com/pie-framework/pie-elements/commit/da6bc07a067f0a4d1167ab85e07bef6c605643ad))
960
+ - update pie-libs PD-3167 ([1b109bb](https://github.com/pie-framework/pie-elements/commit/1b109bb3b74dcea72ee2f241996a5e6a71893b4e))
961
+ - update pie-libs PD-3167 ([b21d0c3](https://github.com/pie-framework/pie-elements/commit/b21d0c332623667257a5de1363b9f4fc6ee2bb51))
962
+ - update pie-libs PD-3167 ([1a76806](https://github.com/pie-framework/pie-elements/commit/1a7680657ebe0a73969f3100e60f0a090ffc7ada))
963
+ - update pie-libs PD-3167, PD-3105, PD-3162, PD-2765 ([26199b2](https://github.com/pie-framework/pie-elements/commit/26199b255ddbcb9255f2769091c7ba58f8b1dae0))
739
964
 
965
+ ### Features
740
966
 
741
- ## [6.25.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.25.3...@pie-element/hotspot-configure@6.25.4) (2024-09-10)
967
+ - update pie-libs PD-3011 ([0fd32b3](https://github.com/pie-framework/pie-elements/commit/0fd32b3fd1333bb25de584b98c8ef0471de2d5e8))
742
968
 
969
+ ## [5.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.12.0...@pie-element/hotspot-configure@5.12.1) (2023-09-18)
743
970
 
744
971
  ### Bug Fixes
745
972
 
746
- * update pie-lib/pie-toolbox PD-3652, PD-2451 ([8a00529](https://github.com/pie-framework/pie-elements/commit/8a00529f67a8e27e78e4c16de5d04e11ec8c4d16))
973
+ - add sanity checks DNA-18268 ([29d7de9](https://github.com/pie-framework/pie-elements/commit/29d7de9422c075117173a3afeb2b29acf1caab3c))
747
974
 
975
+ # [5.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.11.0...@pie-element/hotspot-configure@5.12.0) (2023-09-05)
748
976
 
977
+ ### Bug Fixes
749
978
 
979
+ - update pie-libs PD-2765 ([f03972d](https://github.com/pie-framework/pie-elements/commit/f03972dda33ff5d4c0343f094fd33acadad30cb4))
750
980
 
981
+ ### Features
751
982
 
752
- ## [6.25.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.25.2...@pie-element/hotspot-configure@6.25.3) (2024-09-10)
983
+ - **hotpot:** PD-599 - add functionality to move a vertex for a polygon ([d84b902](https://github.com/pie-framework/pie-elements/commit/d84b902911b3552f3c005fb56fcfed92145ca584))
984
+ - **hotspot:** PD-599 - add resize functionality for rectangle ([0a8f811](https://github.com/pie-framework/pie-elements/commit/0a8f811e2303d3b1bf30973c0243bce7f0832429))
985
+ - **hotspot:** PD-599- solve review observations ([bba9546](https://github.com/pie-framework/pie-elements/commit/bba954691178c78dcc29f4c9309efeb5c1be6158))
753
986
 
987
+ # [5.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.10.5...@pie-element/hotspot-configure@5.11.0) (2023-09-04)
754
988
 
755
989
  ### Bug Fixes
756
990
 
757
- * update pie-lib/pie-toolbox: ability to disable table and lists PD-4065 ([49f1ce4](https://github.com/pie-framework/pie-elements/commit/49f1ce4000bc45d0eb8032f6538c0c780940a503))
758
-
759
-
760
-
991
+ - update pie-libs PD-3051 ([1e1a7a3](https://github.com/pie-framework/pie-elements/commit/1e1a7a38732eff5585ad789aea5a08c5e94720ae))
992
+ - update snapshots ([7f7432d](https://github.com/pie-framework/pie-elements/commit/7f7432d4e79747bd8824470ea19ebf7d40617fc5))
993
+ - updated pie-libs PD-2765, PD-3051 ([e6f5b17](https://github.com/pie-framework/pie-elements/commit/e6f5b17c95faf426898f897651863089a54ff3ff))
761
994
 
995
+ ### Features
762
996
 
763
- ## [6.25.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.25.1...@pie-element/hotspot-configure@6.25.2) (2024-08-29)
997
+ - **hotspot:** translations PD-2802 PD-2795 ([15b03fd](https://github.com/pie-framework/pie-elements/commit/15b03fd1d6659364c4d765406c807d30dc5375d1))
764
998
 
999
+ ## [5.10.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.10.4...@pie-element/hotspot-configure@5.10.5) (2023-08-21)
765
1000
 
766
1001
  ### Bug Fixes
767
1002
 
768
- * trigger build PD-4052 ([24783c4](https://github.com/pie-framework/pie-elements/commit/24783c43a97db9c9a2b665f2c784ccd4ce8511ca))
1003
+ - update pie-libs PD-3119 ([01c474b](https://github.com/pie-framework/pie-elements/commit/01c474bf9396374dc86b9248651206672b765af6))
769
1004
 
1005
+ ## [5.10.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.10.3...@pie-element/hotspot-configure@5.10.4) (2023-08-21)
770
1006
 
1007
+ **Note:** Version bump only for package @pie-element/hotspot-configure
771
1008
 
1009
+ ## [5.10.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.10.2...@pie-element/hotspot-configure@5.10.3) (2023-08-15)
772
1010
 
1011
+ ### Bug Fixes
773
1012
 
774
- ## [6.25.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.25.0...@pie-element/hotspot-configure@6.25.1) (2024-08-29)
1013
+ - update pie-libs PD-3049, PD-2916, PD-2059 ([0e800b5](https://github.com/pie-framework/pie-elements/commit/0e800b54b852304d222a292400362e0870f0cc9a))
1014
+ - updated pie-lib to fix PD-2802, PD-3050, PD-3051 ([34b4dd7](https://github.com/pie-framework/pie-elements/commit/34b4dd7ba18f4c18589975921cc9d127926f8294))
1015
+ - updated pie-libs Pd-1163 ([300c1db](https://github.com/pie-framework/pie-elements/commit/300c1db1658ce85ca58f3cc2981b604aefbf9f01))
775
1016
 
1017
+ ## [5.10.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.10.1...@pie-element/hotspot-configure@5.10.2) (2023-07-24)
776
1018
 
777
1019
  ### Bug Fixes
778
1020
 
779
- * update pie-lib/pie-toolbox PD-4052 ([ebbbe2d](https://github.com/pie-framework/pie-elements/commit/ebbbe2dc584829abe8f1b4d6e8a9031e27f30dce))
1021
+ - update pie-libs PD-2984, PD-2991, PD-2992, PD-3036 ([12c9426](https://github.com/pie-framework/pie-elements/commit/12c94269e3b645d74a0014c597d30662823bb34a))
780
1022
 
1023
+ ## [5.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.10.0...@pie-element/hotspot-configure@5.10.1) (2023-07-06)
781
1024
 
1025
+ ### Bug Fixes
782
1026
 
1027
+ - updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
1028
+ - updated pie-lib PD-2150 ([72f20be](https://github.com/pie-framework/pie-elements/commit/72f20be258248c86dde8d5d587290cd640bfd947))
783
1029
 
1030
+ # [5.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.9.0...@pie-element/hotspot-configure@5.10.0) (2023-06-13)
784
1031
 
785
- # [6.25.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.24.4...@pie-element/hotspot-configure@6.25.0) (2024-08-27)
1032
+ ### Bug Fixes
786
1033
 
1034
+ - update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
1035
+ - update pie-libs ([649fb8f](https://github.com/pie-framework/pie-elements/commit/649fb8f535172d76b3ffc676ec53b2726432808c))
1036
+ - update pie-libs PD-2150, PD-2795 ([ff6f64a](https://github.com/pie-framework/pie-elements/commit/ff6f64afa6ccaa8a060c986b1637c680e68c62b6))
787
1037
 
788
1038
  ### Features
789
1039
 
790
- * update pie-lib PD-4026, PD-3990 ([395d7d7](https://github.com/pie-framework/pie-elements/commit/395d7d779caae57a810cc19c1d676319d1c19ded))
1040
+ - add mathMlOptions PD-2150 ([0c6984c](https://github.com/pie-framework/pie-elements/commit/0c6984cf042141eac36badfbab1c46d8d42f71ee))
791
1041
 
1042
+ # [5.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.8.3...@pie-element/hotspot-configure@5.9.0) (2023-05-23)
792
1043
 
1044
+ ### Bug Fixes
793
1045
 
1046
+ - trigger build PD-2707 ([7fe9cac](https://github.com/pie-framework/pie-elements/commit/7fe9cac35bee1934e607232a71cd49be8c40dd55))
1047
+ - update pie-lib PD-2777, PD-1914, PD-2066 ([7102893](https://github.com/pie-framework/pie-elements/commit/71028930a6dc554eb587cf4de0c1d0d28bfff1f5))
1048
+ - update pie-libs PD-2774, PD-1026 ([04f8cd0](https://github.com/pie-framework/pie-elements/commit/04f8cd000afdb2ccb0c25146d46acb60c5fea651))
1049
+ - use getter instead of property PD-2707 ([56d9c9e](https://github.com/pie-framework/pie-elements/commit/56d9c9ebab92481ba3c1dd6a4681e324b02515d4))
794
1050
 
1051
+ ### Features
795
1052
 
796
- ## [6.24.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.24.3...@pie-element/hotspot-configure@6.24.4) (2024-08-27)
1053
+ - ability to upload images when using imageSupoort from pie-api-components PD-2707 ([685f3b0](https://github.com/pie-framework/pie-elements/commit/685f3b035d86c5f4ad60cdb9ec84690d5ccaa4fc))
797
1054
 
1055
+ ## [5.8.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.8.2...@pie-element/hotspot-configure@5.8.3) (2023-05-02)
798
1056
 
799
1057
  ### Bug Fixes
800
1058
 
801
- * **hotspot:** close inprogress polygons improvements PD-3915 ([8a8d4c3](https://github.com/pie-framework/pie-elements/commit/8a8d4c3bf6876ba58feda93fe5669f76dc28639d))
802
- * **hotspot:** update in progress polygon PD-3915 ([e94daa3](https://github.com/pie-framework/pie-elements/commit/e94daa31ce426dbee0467bb515cf458c81e86767))
803
- * **hotspot:** update in progress polygon PD-3915 ([e18d3f8](https://github.com/pie-framework/pie-elements/commit/e18d3f838796a353854a305c2fed9d2d1459dcf8))
804
-
805
-
1059
+ - update pie-libs (fix eslint problems PD-2732) ([3fa630e](https://github.com/pie-framework/pie-elements/commit/3fa630eb96b116cb685ab58fbf216fb572d1c333))
1060
+ - update pie-libs PD-2755, PD-2625, PD-2119 ([698446b](https://github.com/pie-framework/pie-elements/commit/698446b29a553a022c91825118370faae824b723))
1061
+ - update pie-libs PD-2755, PD-2625, PD-491, PD-2753, PD-2758, PD-2720, PD-2770 ([2cf9ffa](https://github.com/pie-framework/pie-elements/commit/2cf9ffa4fbef6f2ebc0924f305debc9fc6560a75))
806
1062
 
1063
+ ## [5.8.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.8.1...@pie-element/hotspot-configure@5.8.2) (2023-04-25)
807
1064
 
1065
+ ### Bug Fixes
808
1066
 
809
- ## [6.24.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.24.2...@pie-element/hotspot-configure@6.24.3) (2024-08-22)
1067
+ - update pie-libs PD-2762 ([7ac4313](https://github.com/pie-framework/pie-elements/commit/7ac431346b822fe3bbb0d13375f044f6ce1f426b))
810
1068
 
1069
+ ## [5.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.8.0...@pie-element/hotspot-configure@5.8.1) (2023-04-14)
811
1070
 
812
1071
  ### Bug Fixes
813
1072
 
814
- * update pie-lib PD-4021 ([07d6e85](https://github.com/pie-framework/pie-elements/commit/07d6e8560ddfe25f95dfbafc2d3155b93eb85404))
1073
+ - update pie-libs ([830e9fc](https://github.com/pie-framework/pie-elements/commit/830e9fcf07f057e632b44d7a64ddb436353d49f6))
815
1074
 
1075
+ # [5.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.7.0...@pie-element/hotspot-configure@5.8.0) (2023-04-10)
816
1076
 
1077
+ ### Bug Fixes
817
1078
 
1079
+ - update pie-libs ([b7d3e7f](https://github.com/pie-framework/pie-elements/commit/b7d3e7f7160aafd5dcfed2960bc6c2f03dba2180))
1080
+ - **all elements:** fix eslint problems-PD-2732 ([eaeabfb](https://github.com/pie-framework/pie-elements/commit/eaeabfbbe3a868a1f9828ef831a7ea864dee75a9))
1081
+ - update pie-libs ([6738269](https://github.com/pie-framework/pie-elements/commit/6738269d878f24ec4429f210d18bbf591123a55f))
1082
+ - update pie-libs ([9f05be1](https://github.com/pie-framework/pie-elements/commit/9f05be1ae6bf0a9651739b6bef7eca32ecabb4ce))
818
1083
 
1084
+ ### Features
819
1085
 
820
- ## [6.24.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.24.1...@pie-element/hotspot-configure@6.24.2) (2024-08-19)
1086
+ - added the ability to set min/max width and height for the content PD-2425 ([befba3a](https://github.com/pie-framework/pie-elements/commit/befba3a8fa23e8dd21a3e3f63f306bd6dfc35bdd))
821
1087
 
1088
+ # [5.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.6.3...@pie-element/hotspot-configure@5.7.0) (2023-03-20)
822
1089
 
823
1090
  ### Bug Fixes
824
1091
 
825
- * update pie-lib PD-3855, PD-3841 ([29ed50e](https://github.com/pie-framework/pie-elements/commit/29ed50ec75c3deedfe765f776dc24a6ecd6af284))
826
-
827
-
828
-
1092
+ - Ongoing issues with large images in Hotspot - use same functions as editable-html to upload images in controller environments PD-1936 ([47ae562](https://github.com/pie-framework/pie-elements/commit/47ae562eedda7fcd701b4b1fdd057257b76582e0))
1093
+ - update pie-libs ([340825a](https://github.com/pie-framework/pie-elements/commit/340825aab8c88569378eb5af6c5b9c9b99aeb285))
1094
+ - update pie-libs ([1fe3d37](https://github.com/pie-framework/pie-elements/commit/1fe3d37d2b001f7944e4da7c895a83ccecefefcb))
1095
+ - use defaults in both configure and controller PD-2705 ([6330aa8](https://github.com/pie-framework/pie-elements/commit/6330aa841ba3d8e8b5368bd03157568ac81c2317))
829
1096
 
1097
+ ### Features
830
1098
 
831
- ## [6.24.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.24.0...@pie-element/hotspot-configure@6.24.1) (2024-08-06)
1099
+ - added color theming support PD-310 ([64976e0](https://github.com/pie-framework/pie-elements/commit/64976e08151b346f0760aedee2cd0e4ce6ff7f8b))
832
1100
 
1101
+ ## [5.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.6.2...@pie-element/hotspot-configure@5.6.3) (2023-02-28)
833
1102
 
834
1103
  ### Bug Fixes
835
1104
 
836
- * update pie-lib ([6ed3619](https://github.com/pie-framework/pie-elements/commit/6ed3619e0c670165ab45518e5bdbb40586c5adf8))
1105
+ - update pie-libs ([7bb37a7](https://github.com/pie-framework/pie-elements/commit/7bb37a7da11017eff7191968fad4517182f1c363))
837
1106
 
1107
+ ## [5.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.6.1...@pie-element/hotspot-configure@5.6.2) (2023-02-28)
838
1108
 
1109
+ ### Bug Fixes
839
1110
 
1111
+ - update pie-libs ([6a10f3f](https://github.com/pie-framework/pie-elements/commit/6a10f3f45306cc9d9e077e45a90245d047235521))
840
1112
 
1113
+ ## [5.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.6.0...@pie-element/hotspot-configure@5.6.1) (2023-02-28)
841
1114
 
842
- # [6.24.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.23.0...@pie-element/hotspot-configure@6.24.0) (2024-08-06)
1115
+ **Note:** Version bump only for package @pie-element/hotspot-configure
843
1116
 
1117
+ # [5.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.5.0...@pie-element/hotspot-configure@5.6.0) (2023-02-14)
844
1118
 
845
1119
  ### Features
846
1120
 
847
- * **hotspot:** Add selectedHotspotColor and hoverOutlineColor support PD-3852 ([e6f8ed8](https://github.com/pie-framework/pie-elements/commit/e6f8ed887a0ceaaaaf11d78d5a736c723f19600c))
848
- * **hotspot:** Add selectedHotspotColor and hoverOutlineColor support PD-3852 ([422a426](https://github.com/pie-framework/pie-elements/commit/422a426e0189e7b4110216a8ef3599bbf74db17f))
849
- * 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))
850
- * **hotspot:** Add selectedHotspotColor and hoverOutlineColor support PD-3852 ([fd148d4](https://github.com/pie-framework/pie-elements/commit/fd148d423dfca651b8c420d2e2913c7df4dda0b7))
1121
+ - update pie-libs ([e2c0b89](https://github.com/pie-framework/pie-elements/commit/e2c0b894caa20ed5d5681302a84b2bfd20dbd9f6))
851
1122
 
1123
+ # [5.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.4.0...@pie-element/hotspot-configure@5.5.0) (2023-02-01)
852
1124
 
1125
+ ### Bug Fixes
853
1126
 
1127
+ - **match:** align heading with columns and adjust spaces for better fit PD-2512 ([7364516](https://github.com/pie-framework/pie-elements/commit/7364516bda87b68a5550f28036e80dd8e12b84d2))
854
1128
 
1129
+ ### Features
855
1130
 
856
- # [6.23.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.22.6...@pie-element/hotspot-configure@6.23.0) (2024-07-26)
1131
+ - update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
1132
+ - **hotspot:** changed hotspot color opacity, added gray hotspot color option PD-411 ([c36428e](https://github.com/pie-framework/pie-elements/commit/c36428ef94fb4916d2bf76fe5850c704a30b6c85))
857
1133
 
1134
+ # [5.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.3.0...@pie-element/hotspot-configure@5.4.0) (2023-01-17)
858
1135
 
859
1136
  ### Features
860
1137
 
861
- * update pie-lib/pie-toolbox PD-2451, PD-3950, PD-3845 ([278d705](https://github.com/pie-framework/pie-elements/commit/278d7052dc7c17796ba196a2e397739e2e882b7f))
862
- * update pie-lib/pie-toolbox PD-3944, PD-3946, Pd-2450 ([ac34d93](https://github.com/pie-framework/pie-elements/commit/ac34d93fcc97e79cacddcd38c7509f3c96b69976))
863
-
864
-
1138
+ - update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
865
1139
 
1140
+ # [5.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.2.6...@pie-element/hotspot-configure@5.3.0) (2023-01-05)
866
1141
 
1142
+ ### Features
867
1143
 
868
- ## [6.22.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.22.5...@pie-element/hotspot-configure@6.22.6) (2024-07-19)
1144
+ - update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
1145
+ - update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
1146
+ - update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
1147
+ - **hotspot:** added configuration prop to hide the settings panel PD-1999 ([55f4f86](https://github.com/pie-framework/pie-elements/commit/55f4f868be0321e944d3b4c9d9ed6c96adfa2886))
869
1148
 
1149
+ ## [5.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.2.5...@pie-element/hotspot-configure@5.2.6) (2022-12-21)
870
1150
 
871
1151
  ### Bug Fixes
872
1152
 
873
- * udate pie-lib/pie-toolbox to revert PD-3630 ([7858313](https://github.com/pie-framework/pie-elements/commit/785831349bb7830a3df8f35971958ebf616527f3))
1153
+ - updated pie-libs ([8cb5b90](https://github.com/pie-framework/pie-elements/commit/8cb5b90d501ccbdf5ffd764e6555faa48b8f54d6))
874
1154
 
1155
+ ## [5.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.2.4...@pie-element/hotspot-configure@5.2.5) (2022-12-20)
875
1156
 
1157
+ ### Bug Fixes
876
1158
 
1159
+ - updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
877
1160
 
1161
+ ## [5.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.2.3...@pie-element/hotspot-configure@5.2.4) (2022-12-07)
878
1162
 
879
- ## [6.22.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.22.4...@pie-element/hotspot-configure@6.22.5) (2024-07-17)
1163
+ ### Bug Fixes
880
1164
 
1165
+ - update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
1166
+ - update libs for PD-2030 PD-2031 ([3174022](https://github.com/pie-framework/pie-elements/commit/3174022d45603ed217bbe8804a142b07084636a5))
1167
+ - updated lib PD-1715 ([42e788d](https://github.com/pie-framework/pie-elements/commit/42e788db0c792838994e55001952da7701251a8e))
1168
+ - updated libs ([c20de3a](https://github.com/pie-framework/pie-elements/commit/c20de3a6ba4499a090c809e18e52588d2a585fa0))
1169
+ - updated libs ([0eed79a](https://github.com/pie-framework/pie-elements/commit/0eed79a32c3b777c16c8cabf201513fc1d2726a0))
1170
+ - updated libs ([343c9ec](https://github.com/pie-framework/pie-elements/commit/343c9ec3dccba7f781e90ae2bd195cac6f78f467))
881
1171
 
882
- ### Bug Fixes
1172
+ ## [5.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.2.2...@pie-element/hotspot-configure@5.2.3) (2022-11-15)
883
1173
 
884
- * udate pie-lib/pie-toolbox PD-3945, PD-3627 ([c37e8aa](https://github.com/pie-framework/pie-elements/commit/c37e8aaa6c7e561707a2ed9ec76deb313380c6ba))
1174
+ **Note:** Version bump only for package @pie-element/hotspot-configure
885
1175
 
1176
+ ## [5.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.2.1...@pie-element/hotspot-configure@5.2.2) (2022-11-11)
886
1177
 
1178
+ ### Bug Fixes
887
1179
 
1180
+ - **hotspot:** add sanity checks for withRubric ([b4d1fb8](https://github.com/pie-framework/pie-elements/commit/b4d1fb8089b87ff64759cea4add7ab870e702e0e))
888
1181
 
1182
+ ## [5.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.2.0...@pie-element/hotspot-configure@5.2.1) (2022-10-31)
889
1183
 
890
- ## [6.22.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.22.3...@pie-element/hotspot-configure@6.22.4) (2024-07-16)
1184
+ **Note:** Version bump only for package @pie-element/hotspot-configure
891
1185
 
1186
+ # [5.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.9...@pie-element/hotspot-configure@5.2.0) (2022-10-17)
892
1187
 
893
1188
  ### Bug Fixes
894
1189
 
895
- * 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))
1190
+ - update snapshots ([9781596](https://github.com/pie-framework/pie-elements/commit/978159686bbbd6b727dff4b88ce4ab9606504586))
896
1191
 
1192
+ ### Features
897
1193
 
1194
+ - set withRubric to false in item default configurations. Set rubricEnabled to true if it's enabled for drawing-response and extended-text-entry ([a209057](https://github.com/pie-framework/pie-elements/commit/a209057f5a3fa5438efc8595453c89c11959a8f5))
1195
+ - update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
1196
+ - **hotspot:** add pie-api config PD-23 ([0791093](https://github.com/pie-framework/pie-elements/commit/0791093b9f36ab922de1af69e781d1856d3477be))
1197
+ - **hotspot:** add settings to enable rubric. Add withRubric prop to configuration and rubricEnabled prop to model PD-2100 ([fbddb7a](https://github.com/pie-framework/pie-elements/commit/fbddb7a0c11841ffd1fd4f93b77dc5331ac225fb))
1198
+ - **hotspot:** updated snapshot PD-2100 ([1af1e2a](https://github.com/pie-framework/pie-elements/commit/1af1e2af10b591bd61c02c8cc651035587a418ca))
1199
+ - enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
1200
+ - **hotspot:** add uploadSoundSupport property PD-23-updated ([b438dfb](https://github.com/pie-framework/pie-elements/commit/b438dfbd5840081f0931bb50badf218b0385d62b))
898
1201
 
1202
+ ## [5.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.8...@pie-element/hotspot-configure@5.1.9) (2022-09-29)
899
1203
 
1204
+ **Note:** Version bump only for package @pie-element/hotspot-configure
900
1205
 
901
- ## [6.22.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.22.2...@pie-element/hotspot-configure@6.22.3) (2024-07-10)
1206
+ ## [5.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.7...@pie-element/hotspot-configure@5.1.8) (2022-09-14)
902
1207
 
1208
+ **Note:** Version bump only for package @pie-element/hotspot-configure
903
1209
 
904
- ### Bug Fixes
1210
+ ## [5.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.6...@pie-element/hotspot-configure@5.1.7) (2022-08-31)
905
1211
 
906
- * update pie-lib/pie-toolbox PD-3799, PD-3924, PD-3878 ([2f276fb](https://github.com/pie-framework/pie-elements/commit/2f276fb29f121005cecd81459469ff9f5a06740d))
907
- * **hostspot:** refactor supported shapes and groups PD-3628 ([e50f19f](https://github.com/pie-framework/pie-elements/commit/e50f19fe8a6868d8c8899b3b7dde557db73638bd))
908
- * **hostspot:** refactor supported shapes and groups PD-3628 ([26ecc0b](https://github.com/pie-framework/pie-elements/commit/26ecc0bab42b25561812fb0a4e6325efc323f82f))
909
- * **hostspot:** refactor supported shapes and groups PD-3628 ([b4f3d29](https://github.com/pie-framework/pie-elements/commit/b4f3d296a047ff3e4efc8cf1faa5ff8893b9fb2f))
910
- * **hostspot:** remove shapes outside of canvas fix/PD-3892 ([0cf1c75](https://github.com/pie-framework/pie-elements/commit/0cf1c75eb5b158a3425718d15cad5c7e04c2f97d))
911
- * **hostspot:** update canvas resize and polygon move PD-3628 ([03d6069](https://github.com/pie-framework/pie-elements/commit/03d6069b712a083dfdb3217f87d51f3ec4fb3a28))
912
- * **hotspot:** remove shapes moved outside the canvas PD-3892 ([0aa05d6](https://github.com/pie-framework/pie-elements/commit/0aa05d657714ae7bbd0758497656fd20c62073bf))
1212
+ **Note:** Version bump only for package @pie-element/hotspot-configure
913
1213
 
1214
+ ## [5.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.5...@pie-element/hotspot-configure@5.1.6) (2022-08-16)
914
1215
 
1216
+ **Note:** Version bump only for package @pie-element/hotspot-configure
915
1217
 
1218
+ ## [5.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.4...@pie-element/hotspot-configure@5.1.5) (2022-08-08)
916
1219
 
1220
+ **Note:** Version bump only for package @pie-element/hotspot-configure
917
1221
 
918
- ## [6.22.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.22.1...@pie-element/hotspot-configure@6.22.2) (2024-07-04)
1222
+ ## [5.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.3...@pie-element/hotspot-configure@5.1.4) (2022-08-02)
919
1223
 
920
1224
  **Note:** Version bump only for package @pie-element/hotspot-configure
921
1225
 
1226
+ ## [5.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.2...@pie-element/hotspot-configure@5.1.3) (2022-07-22)
1227
+
1228
+ **Note:** Version bump only for package @pie-element/hotspot-configure
922
1229
 
1230
+ ## [5.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.1...@pie-element/hotspot-configure@5.1.2) (2022-07-20)
923
1231
 
1232
+ **Note:** Version bump only for package @pie-element/hotspot-configure
924
1233
 
1234
+ ## [5.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.0...@pie-element/hotspot-configure@5.1.1) (2022-07-19)
925
1235
 
926
- ## [6.22.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.22.0...@pie-element/hotspot-configure@6.22.1) (2024-06-26)
1236
+ **Note:** Version bump only for package @pie-element/hotspot-configure
927
1237
 
1238
+ # [5.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.0.0...@pie-element/hotspot-configure@5.1.0) (2022-06-28)
928
1239
 
929
- ### Bug Fixes
1240
+ ### Features
930
1241
 
931
- * update pie-lib/pie-toolbox PD-3028, PD-3773 ([61bc47c](https://github.com/pie-framework/pie-elements/commit/61bc47c18d2becea321f18462f5cd486db0115e1))
1242
+ - **hotspot:** add maxImageWidth and maxImageHeight props PD-1801 ([8325bc1](https://github.com/pie-framework/pie-elements/commit/8325bc1bb9014027349bfab863b56bb1d519e5ca))
932
1243
 
1244
+ # [5.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.7.4...@pie-element/hotspot-configure@5.0.0) (2022-06-28)
933
1245
 
1246
+ ### chore
934
1247
 
1248
+ - Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
935
1249
 
1250
+ ### BREAKING CHANGES
936
1251
 
937
- # [6.22.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.21.0...@pie-element/hotspot-configure@6.22.0) (2024-06-24)
1252
+ - Image percent buttons were removed from toolbar.
1253
+ New properties maxImageWidth and maxImageHeight were added.
938
1254
 
1255
+ ## [4.7.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.7.3...@pie-element/hotspot-configure@4.7.4) (2022-06-13)
939
1256
 
940
- ### Features
1257
+ **Note:** Version bump only for package @pie-element/hotspot-configure
941
1258
 
942
- * update pie-lib/pie-toolbox PD-3868, PD-3771, PD-3772, PD-3775 ([4475c65](https://github.com/pie-framework/pie-elements/commit/4475c658be5489a0f66be27af24e01c03b32b294))
1259
+ ## [4.7.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.7.2...@pie-element/hotspot-configure@4.7.3) (2022-05-30)
943
1260
 
1261
+ **Note:** Version bump only for package @pie-element/hotspot-configure
944
1262
 
1263
+ ## [4.7.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.7.1...@pie-element/hotspot-configure@4.7.2) (2022-05-16)
945
1264
 
1265
+ **Note:** Version bump only for package @pie-element/hotspot-configure
946
1266
 
1267
+ ## [4.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.7.0...@pie-element/hotspot-configure@4.7.1) (2022-05-09)
947
1268
 
948
- # [6.21.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.20.0...@pie-element/hotspot-configure@6.21.0) (2024-06-24)
1269
+ **Note:** Version bump only for package @pie-element/hotspot-configure
949
1270
 
1271
+ # [4.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.16...@pie-element/hotspot-configure@4.7.0) (2022-05-03)
950
1272
 
951
1273
  ### Features
952
1274
 
953
- * 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))
1275
+ - **hotspot:** PD-1703 implement ui/ux for item validation ([a962183](https://github.com/pie-framework/pie-elements/commit/a962183d0941936b69a95b32002135507d769170))
954
1276
 
1277
+ ## [4.6.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.15...@pie-element/hotspot-configure@4.6.16) (2022-04-12)
955
1278
 
1279
+ **Note:** Version bump only for package @pie-element/hotspot-configure
956
1280
 
1281
+ ## [4.6.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.14...@pie-element/hotspot-configure@4.6.15) (2022-03-28)
957
1282
 
1283
+ **Note:** Version bump only for package @pie-element/hotspot-configure
958
1284
 
959
- # [6.20.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.19.0...@pie-element/hotspot-configure@6.20.0) (2024-06-19)
1285
+ ## [4.6.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.13...@pie-element/hotspot-configure@4.6.14) (2022-03-22)
960
1286
 
1287
+ **Note:** Version bump only for package @pie-element/hotspot-configure
961
1288
 
962
- ### Bug Fixes
1289
+ ## [4.6.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.12...@pie-element/hotspot-configure@4.6.13) (2022-03-08)
963
1290
 
964
- * update pie-lib/pie-toolbox fix build ([75777e1](https://github.com/pie-framework/pie-elements/commit/75777e189786cb9041bd0d2f843c023a1ea5b8b1))
1291
+ **Note:** Version bump only for package @pie-element/hotspot-configure
965
1292
 
1293
+ ## [4.6.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.11...@pie-element/hotspot-configure@4.6.12) (2022-03-08)
966
1294
 
967
- ### Features
1295
+ **Note:** Version bump only for package @pie-element/hotspot-configure
968
1296
 
969
- * 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))
1297
+ ## [4.6.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.10...@pie-element/hotspot-configure@4.6.11) (2022-02-21)
970
1298
 
1299
+ **Note:** Version bump only for package @pie-element/hotspot-configure
971
1300
 
1301
+ ## [4.6.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.9...@pie-element/hotspot-configure@4.6.10) (2022-02-04)
972
1302
 
1303
+ **Note:** Version bump only for package @pie-element/hotspot-configure
973
1304
 
1305
+ ## [4.6.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.8...@pie-element/hotspot-configure@4.6.9) (2022-01-24)
974
1306
 
975
- # [6.19.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.18.2...@pie-element/hotspot-configure@6.19.0) (2024-06-13)
976
-
977
-
978
- ### Features
979
-
980
- * update pie-toolbox PD-3735 ([7a38768](https://github.com/pie-framework/pie-elements/commit/7a38768b320640de853e90e137082e141ee4ad1f))
981
-
982
-
983
-
984
-
985
-
986
- ## [6.18.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.18.1...@pie-element/hotspot-configure@6.18.2) (2024-06-13)
987
-
988
-
989
- ### Bug Fixes
990
-
991
- * update pie-toolbox PD-3180, PD-3391 ([f888f35](https://github.com/pie-framework/pie-elements/commit/f888f350468fca91379d4216c9c696c30695add3))
992
-
993
-
994
-
995
-
996
-
997
- ## [6.18.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.18.0...@pie-element/hotspot-configure@6.18.1) (2024-06-13)
998
-
999
-
1000
- ### Bug Fixes
1001
-
1002
- * update pie-toolbox PD-3839 ([dcdc0bf](https://github.com/pie-framework/pie-elements/commit/dcdc0bf9a7cc341d257de831e87915fb9425e4a2))
1003
-
1004
-
1005
-
1006
-
1007
-
1008
- # [6.18.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.17.1...@pie-element/hotspot-configure@6.18.0) (2024-06-03)
1009
-
1010
-
1011
- ### Features
1012
-
1013
- * update pie-lib/pie-toolbox PD-3733, PD-2455 ([a507dcb](https://github.com/pie-framework/pie-elements/commit/a507dcb30bf2de72614aaba8ee576edf0c953d05))
1014
-
1015
-
1016
-
1017
-
1018
-
1019
- ## [6.17.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.17.0...@pie-element/hotspot-configure@6.17.1) (2024-06-03)
1020
-
1021
-
1022
- ### Bug Fixes
1023
-
1024
- * update pie-lib/pie-toolbox PD-3788, PD-1273 ([f4b6aba](https://github.com/pie-framework/pie-elements/commit/f4b6aba5c741fbf6305dba71bf47d2226f39f2ee))
1025
-
1026
-
1027
-
1028
-
1029
-
1030
- # [6.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.16.6...@pie-element/hotspot-configure@6.17.0) (2024-05-27)
1031
-
1032
-
1033
- ### Features
1034
-
1035
- * update pie-lib/pie-toolbox PD-3736, PD-3734, PD-2488 ([3c44f06](https://github.com/pie-framework/pie-elements/commit/3c44f06d96e609246acde257a8223dc16192c2c4))
1036
-
1037
-
1038
-
1039
-
1040
-
1041
- ## [6.16.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.16.5...@pie-element/hotspot-configure@6.16.6) (2024-05-27)
1042
-
1043
-
1044
- ### Bug Fixes
1045
-
1046
- * update pie-lib/pie-toolbox PD-3740, PD-2126 ([5573a4e](https://github.com/pie-framework/pie-elements/commit/5573a4e2f4524839525679df319bb92c7c841916))
1047
-
1048
-
1049
-
1050
-
1051
-
1052
- ## [6.16.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.16.4...@pie-element/hotspot-configure@6.16.5) (2024-05-14)
1053
-
1054
-
1055
- ### Bug Fixes
1056
-
1057
- * update pie-toolbox PD-3640 ([707c240](https://github.com/pie-framework/pie-elements/commit/707c24031bc0cb05bb070605d4bc27384334eaac))
1058
-
1059
-
1060
-
1061
-
1062
-
1063
- ## [6.16.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.16.3...@pie-element/hotspot-configure@6.16.4) (2024-05-13)
1064
-
1065
-
1066
- ### Bug Fixes
1067
-
1068
- * 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))
1069
-
1070
-
1071
-
1072
-
1073
-
1074
- ## [6.16.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.16.2...@pie-element/hotspot-configure@6.16.3) (2024-05-07)
1075
-
1076
-
1077
- ### Bug Fixes
1078
-
1079
- * update pie-lib/pie-toolbox PD-3731 ([2b5d6c9](https://github.com/pie-framework/pie-elements/commit/2b5d6c932280981a0fd636bcb30d7fbc181ac311))
1080
-
1081
-
1082
-
1083
-
1084
-
1085
- ## [6.16.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.16.1...@pie-element/hotspot-configure@6.16.2) (2024-05-03)
1086
-
1087
-
1088
- ### Bug Fixes
1089
-
1090
- * 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))
1091
-
1092
-
1093
-
1094
-
1095
-
1096
- ## [6.16.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.16.0...@pie-element/hotspot-configure@6.16.1) (2024-04-29)
1097
-
1098
-
1099
- ### Bug Fixes
1100
-
1101
- * update pie-lib/pie-toolbox PD-3683, PD-3644 ([73734c5](https://github.com/pie-framework/pie-elements/commit/73734c50a1e4fcda6be4f67c725816d75aea222f))
1102
-
1103
-
1104
-
1105
-
1106
-
1107
- # [6.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.15.1...@pie-element/hotspot-configure@6.16.0) (2024-04-22)
1108
-
1109
-
1110
- ### Features
1111
-
1112
- * update pie-lib/pie-toolbox PD-2449 ([2a0b40a](https://github.com/pie-framework/pie-elements/commit/2a0b40a826f0338b5eda2e8301f79870be3d0073))
1113
-
1114
-
1115
-
1116
-
1117
-
1118
- ## [6.15.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.15.0...@pie-element/hotspot-configure@6.15.1) (2024-04-22)
1119
-
1120
-
1121
- ### Bug Fixes
1122
-
1123
- * update pie-lib/pie-toolbox PD-3644, PD-3673 ([5e28ce0](https://github.com/pie-framework/pie-elements/commit/5e28ce0dab4a7ecd93ef7bba45ddb20f768b450b))
1124
-
1125
-
1126
-
1127
-
1128
-
1129
- # [6.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.14.1...@pie-element/hotspot-configure@6.15.0) (2024-04-18)
1130
-
1131
-
1132
- ### Features
1133
-
1134
- * update pie-lib/pie-toolbox SC-30530, SC-30682, PD-3607, PD-3655 ([f08bccf](https://github.com/pie-framework/pie-elements/commit/f08bccf86fcb430e75e410116b000b3affc252c0))
1135
-
1136
-
1137
-
1138
-
1139
-
1140
- ## [6.14.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.14.0...@pie-element/hotspot-configure@6.14.1) (2024-04-01)
1141
-
1142
- **Note:** Version bump only for package @pie-element/hotspot-configure
1143
-
1144
-
1145
-
1146
-
1147
-
1148
- # [6.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.13.0...@pie-element/hotspot-configure@6.14.0) (2024-04-01)
1149
-
1150
-
1151
- ### Features
1152
-
1153
- * **inline-dropdown:** upgrade pie-toolbox PD-2465 ([828d1c1](https://github.com/pie-framework/pie-elements/commit/828d1c1bc9e9221c1e141baaa8f89a4929ad0eb9))
1154
-
1155
-
1156
-
1157
-
1158
-
1159
- # [6.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.12.0...@pie-element/hotspot-configure@6.13.0) (2024-04-01)
1160
-
1161
-
1162
- ### Features
1163
-
1164
- * update pie-lib/pie-toolbox PD-3567, PD-3426 ([2a706d7](https://github.com/pie-framework/pie-elements/commit/2a706d799bb000c60b7a77a790de9dc66345ebf5))
1165
-
1166
-
1167
-
1168
-
1169
-
1170
- # [6.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.11.1...@pie-element/hotspot-configure@6.12.0) (2024-03-28)
1171
-
1172
-
1173
- ### Bug Fixes
1174
-
1175
- * update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
1176
-
1177
-
1178
- ### Features
1179
-
1180
- * **hotspot:** added required fields functionality PD-3580 ([7ab62d4](https://github.com/pie-framework/pie-elements/commit/7ab62d4380bcab46649a0780afcef4ddc8e7730d))
1181
-
1182
-
1183
-
1184
-
1185
-
1186
- ## [6.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.11.0...@pie-element/hotspot-configure@6.11.1) (2024-03-26)
1187
-
1188
- **Note:** Version bump only for package @pie-element/hotspot-configure
1189
-
1190
-
1191
-
1192
-
1193
-
1194
- # [6.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.10.0...@pie-element/hotspot-configure@6.11.0) (2024-03-20)
1195
-
1196
-
1197
- ### Bug Fixes
1198
-
1199
- * updated pie-lib/pie-toolbox SC-28500 ([a8e4e6a](https://github.com/pie-framework/pie-elements/commit/a8e4e6ab27584435ce7ac3e964ccac2747402777))
1200
-
1201
-
1202
- ### Features
1203
-
1204
- * Add configuration for custom buttons PD-3520 ([a7a7ace](https://github.com/pie-framework/pie-elements/commit/a7a7ace27eaac47c9a0f172f7ae0440c6dc4e600))
1205
- * updated pie-lib/pie-toolbox SC-27890 and reverted once again math-rendering-accessible ([fd312e1](https://github.com/pie-framework/pie-elements/commit/fd312e1336999893025231946649496d290883e4))
1206
- * use math-rendering-accessible everywhere PD-1870 ([d52e660](https://github.com/pie-framework/pie-elements/commit/d52e6607ad8847d704bd9cb9b7e3107c130f0500))
1207
-
1208
-
1209
-
1210
-
1211
-
1212
- # [6.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.9.1...@pie-element/hotspot-configure@6.10.0) (2024-03-15)
1213
-
1214
-
1215
- ### Features
1216
-
1217
- * update pie-lib/pie-toolbox SC-27890,PD-2461 ([13d94fa](https://github.com/pie-framework/pie-elements/commit/13d94faaf0cf9cf923bbc64587cdd4202154ea33))
1218
-
1219
-
1220
-
1221
-
1222
-
1223
- ## [6.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.9.0...@pie-element/hotspot-configure@6.9.1) (2024-03-13)
1224
-
1225
-
1226
- ### Bug Fixes
1227
-
1228
- * update pie-lib/pie-toolbox PD-3549 ([b5d7d13](https://github.com/pie-framework/pie-elements/commit/b5d7d1352169cc67eaedcd56898a5806b0a8812a))
1229
-
1230
-
1231
-
1232
-
1233
-
1234
- # [6.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.8.1...@pie-element/hotspot-configure@6.9.0) (2024-03-12)
1235
-
1236
-
1237
- ### Features
1238
-
1239
- * Add configuration for custom buttons PD-3523 ([222bf0a](https://github.com/pie-framework/pie-elements/commit/222bf0aad21d14aca11a5571b400826410fad8bb))
1240
-
1241
-
1242
-
1243
-
1244
-
1245
- ## [6.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.8.0...@pie-element/hotspot-configure@6.8.1) (2024-03-12)
1246
-
1247
-
1248
- ### Bug Fixes
1249
-
1250
- * update pie-lib/pie-toolbox PD-3509, PD-3465 ([b1745aa](https://github.com/pie-framework/pie-elements/commit/b1745aa981722b5561aab1f4495ac81ac7bc4155))
1251
-
1252
-
1253
-
1254
-
1255
-
1256
- # [6.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.7.0...@pie-element/hotspot-configure@6.8.0) (2024-03-04)
1257
-
1258
-
1259
- ### Features
1260
-
1261
- * update pie-lib/pie-toolbox version PD-1870 and PD-3501 ([8df1d8d](https://github.com/pie-framework/pie-elements/commit/8df1d8d281a0d6023d5a9c0e6fdd29fea71b6ac1))
1262
-
1263
-
1264
-
1265
-
1266
-
1267
- # [6.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.6.2...@pie-element/hotspot-configure@6.7.0) (2024-02-20)
1268
-
1269
-
1270
- ### Features
1271
-
1272
- * **hotspot:** get rid of the authoring tooltip PD-3462 ([808530f](https://github.com/pie-framework/pie-elements/commit/808530fc984e752237c4ce182db1060f0bc6e1f9))
1273
-
1274
-
1275
-
1276
-
1277
-
1278
- ## [6.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.6.1...@pie-element/hotspot-configure@6.6.2) (2024-02-20)
1279
-
1280
-
1281
- ### Bug Fixes
1282
-
1283
- * circle to maintain shape on resize PD-1446 ([8118f72](https://github.com/pie-framework/pie-elements/commit/8118f72cd5da7a84544052093a912ad0a965f1f4))
1284
- * update pie-lib/pie-toolbox PD-3372, PD-3385, PD-3439 ([a79d800](https://github.com/pie-framework/pie-elements/commit/a79d800bb69af0d175793bc737282100168c4c60))
1285
- * **hotspot:** delete no completed hotspot PD-3450 ([aff3685](https://github.com/pie-framework/pie-elements/commit/aff36854e3765f31e7a7e9e34a8ea4a7c973dc99))
1286
- * update pie-lib/pie-toolbox PD-3455 ([4ff9971](https://github.com/pie-framework/pie-elements/commit/4ff9971e65b680aea180c94f9e85cab7249af2fb))
1287
-
1288
-
1289
-
1290
-
1291
-
1292
- ## [6.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.6.0...@pie-element/hotspot-configure@6.6.1) (2024-02-14)
1293
-
1294
-
1295
- ### Bug Fixes
1296
-
1297
- * pie-lib/pie-toolbox with slate updates ([a8f8707](https://github.com/pie-framework/pie-elements/commit/a8f8707b2c197c2b40fb6632cee0ba4c27aa9aa4))
1298
- * update pie-lib/pie-toolbox ([cec328c](https://github.com/pie-framework/pie-elements/commit/cec328caf5b69d9fee00473c502aed62d6e27462))
1299
-
1300
-
1301
-
1302
-
1303
-
1304
- # [6.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.5.3...@pie-element/hotspot-configure@6.6.0) (2024-02-09)
1305
-
1306
-
1307
- ### Features
1308
-
1309
- * update pie-toolbox version SC-28868 ([5745f50](https://github.com/pie-framework/pie-elements/commit/5745f502c89d730e72d4cdb83e96c9465a81ae19))
1310
-
1311
-
1312
-
1313
-
1314
-
1315
- ## [6.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.5.2...@pie-element/hotspot-configure@6.5.3) (2024-02-07)
1316
-
1317
-
1318
- ### Bug Fixes
1319
-
1320
- * update pie-toolbox version PD-3423 ([053ad69](https://github.com/pie-framework/pie-elements/commit/053ad690619980bce68b1b44e51975fcf91054ec))
1321
-
1322
-
1323
-
1324
-
1325
-
1326
- ## [6.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.5.1...@pie-element/hotspot-configure@6.5.2) (2024-01-30)
1327
-
1328
-
1329
- ### Bug Fixes
1330
-
1331
- * circle not resizing properly from the top PD-1446 ([7cc20a4](https://github.com/pie-framework/pie-elements/commit/7cc20a4c3eab6b49e38f106c1c86538596273d9f))
1332
- * circle not resizing properly from the top PD-1446 ([bb3b1a6](https://github.com/pie-framework/pie-elements/commit/bb3b1a69314876586c7809edfa3a05610fae5949))
1333
-
1334
-
1335
-
1336
-
1337
-
1338
- ## [6.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.5.0...@pie-element/hotspot-configure@6.5.1) (2024-01-24)
1339
-
1340
-
1341
- ### Bug Fixes
1342
-
1343
- * update to pie-lib/pie-toolbox 1.5.7 PD-3404 ([eae668d](https://github.com/pie-framework/pie-elements/commit/eae668d980ef4731af5eceb3e70329b7621a232b))
1344
-
1345
-
1346
-
1347
-
1348
-
1349
- # [6.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.4.0...@pie-element/hotspot-configure@6.5.0) (2024-01-24)
1350
-
1351
-
1352
- ### Bug Fixes
1353
-
1354
- * 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))
1355
-
1356
-
1357
- ### Features
1358
-
1359
- * updated tests to hide circles PD-1446 ([6a5b2e7](https://github.com/pie-framework/pie-elements/commit/6a5b2e7e2a8885b5eb4da145c240b43da4b24bd3))
1360
-
1361
-
1362
-
1363
-
1364
-
1365
- # [6.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.3.1...@pie-element/hotspot-configure@6.4.0) (2024-01-23)
1366
-
1367
-
1368
- ### Bug Fixes
1369
-
1370
- * 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))
1371
- * update to pie-lib/pie-toolbox 1.5.5 for PD-3392 ([d4286e0](https://github.com/pie-framework/pie-elements/commit/d4286e08a060a73e6de098f87173baaaa88cc997))
1372
-
1373
-
1374
- ### Features
1375
-
1376
- * add ability to create circles PD-1446 ([6b2a479](https://github.com/pie-framework/pie-elements/commit/6b2a479803898bcb633ea309b5c65c5de4e17b20))
1377
- * display and validate circles PD-1446 ([d42e74e](https://github.com/pie-framework/pie-elements/commit/d42e74e449c531c14cfe1fa0957154bcb3adbfd7))
1378
- * updated tests to cover circles PD-1446 ([51500c6](https://github.com/pie-framework/pie-elements/commit/51500c64f7ea68866e4bd48259d24234cbce63d0))
1379
-
1380
-
1381
-
1382
-
1383
-
1384
- ## [6.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.3.0...@pie-element/hotspot-configure@6.3.1) (2024-01-15)
1385
-
1386
-
1387
- ### Bug Fixes
1388
-
1389
- * update pie-lib/pie-toolbox PD-3366, PD-3367, PD-3381 ([8c9d35f](https://github.com/pie-framework/pie-elements/commit/8c9d35ff6f0dad1a161d6a2dba203a169169e562))
1390
-
1391
-
1392
-
1393
-
1394
-
1395
- # [6.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.2.2...@pie-element/hotspot-configure@6.3.0) (2024-01-08)
1396
-
1397
-
1398
- ### Bug Fixes
1399
-
1400
- * update pie-lib/pie-toolbox PD-2068, PD-2060 ([b63f783](https://github.com/pie-framework/pie-elements/commit/b63f78371452e265f31f721dcfa5f8ba9789089c))
1401
- * update pie-lib/pie-toolbox PD-3352 ([c40c326](https://github.com/pie-framework/pie-elements/commit/c40c326209315b57ce8da802b8e00616256e3bd6))
1402
- * update pie-lib/pie-toolbox SC-27396, SC-27398 ([658a553](https://github.com/pie-framework/pie-elements/commit/658a55358181271b508f7d550467eefadcd71544))
1403
-
1404
-
1405
- ### Features
1406
-
1407
- * refactor for pie-lib/pie-toolbox and add print module for boilerplate-item-type ([8230d26](https://github.com/pie-framework/pie-elements/commit/8230d264069672c4a3242ff5ed60a6842bf5147f))
1408
-
1409
-
1410
-
1411
-
1412
-
1413
- ## [6.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.2.1...@pie-element/hotspot-configure@6.2.2) (2024-01-08)
1414
-
1415
-
1416
- ### Bug Fixes
1417
-
1418
- * update pie-lib/pie-toolbox PD-3352,PD-3348, PD-3296 ([48b1952](https://github.com/pie-framework/pie-elements/commit/48b1952831835ead598b692abb3d492ec9adb564))
1419
-
1420
-
1421
-
1422
-
1423
-
1424
- ## [6.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.2.0...@pie-element/hotspot-configure@6.2.1) (2024-01-04)
1425
-
1426
-
1427
- ### Bug Fixes
1428
-
1429
- * update pie-lib/pie-toolbox PD-2068, PD-2060 ([e918850](https://github.com/pie-framework/pie-elements/commit/e9188502ffeaefe41bf0f23895d4bb2daf839364))
1430
- * update pie-lib/pie-toolbox PD-3037 ([b2f689a](https://github.com/pie-framework/pie-elements/commit/b2f689a416c2c39d7ed423a22db02dd32415ba82))
1431
-
1432
-
1433
-
1434
-
1435
-
1436
- # [6.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.1.1...@pie-element/hotspot-configure@6.2.0) (2023-12-19)
1437
-
1438
-
1439
- ### Bug Fixes
1440
-
1441
- * update pie-lib/pie-toolbox PD-2068 ([34eccd5](https://github.com/pie-framework/pie-elements/commit/34eccd52c44259eddf3e2b816b00b82f83bc2bf8))
1442
-
1443
-
1444
- ### Features
1445
-
1446
- * add ability to create polygons PD-412 ([d0292c2](https://github.com/pie-framework/pie-elements/commit/d0292c2cb2be86f75f5dfa8aafb550c648c83ea8))
1447
- * fix buttons and tests PD-412 ([9b87d22](https://github.com/pie-framework/pie-elements/commit/9b87d22801adb802139497b4e5a7a86da17391aa))
1448
- * remove commented out code PD-412 ([a71b4cf](https://github.com/pie-framework/pie-elements/commit/a71b4cfbe32059138a58e3470656b743147139a7))
1449
- * update pie-lib/pie-toolbox PD-2555 ([86d4fd9](https://github.com/pie-framework/pie-elements/commit/86d4fd909180dd1fcbc446bd8b29c23af21a1c69))
1450
- * 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))
1451
-
1452
-
1453
-
1454
-
1455
-
1456
- ## [6.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.1.0...@pie-element/hotspot-configure@6.1.1) (2023-11-27)
1457
-
1458
-
1459
- ### Bug Fixes
1460
-
1461
- * update pie-lib ([74283d7](https://github.com/pie-framework/pie-elements/commit/74283d71b12ab9c82875ce995368e5e39f4face6))
1462
-
1463
-
1464
-
1465
-
1466
-
1467
- # [6.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.0.1...@pie-element/hotspot-configure@6.1.0) (2023-11-27)
1468
-
1469
-
1470
- ### Bug Fixes
1471
-
1472
- * update pie-lib/pie-toolbox PD-3271, PD-3261 ([7a795bf](https://github.com/pie-framework/pie-elements/commit/7a795bfd7e2fd865774828ad23b0a8cbbac98356))
1473
- * update pie-lib/pie-toolbox PD-597 ([1ec84aa](https://github.com/pie-framework/pie-elements/commit/1ec84aadae515088ef65b99f780a5e5dca516f99))
1474
- * update pie-lib/pie-toolbox to test build ([9750cdd](https://github.com/pie-framework/pie-elements/commit/9750cdd3ce3018ef8bb63bc2c6db6abba3dad0c4))
1475
- * update pie-lib/pie-toolbox to test build ([4e04cef](https://github.com/pie-framework/pie-elements/commit/4e04cefc163d504d136c9e3b17dbb32d1e22326b))
1476
- * update pie-libs PD-2996 ([cd092c6](https://github.com/pie-framework/pie-elements/commit/cd092c6b5c4db91645394cd23febc1f9a07f46f9))
1477
- * update pie-libs PD-3011, PD-3130, PD-3271 ([7a36106](https://github.com/pie-framework/pie-elements/commit/7a36106efeac0448b7b825989c1eb0b29b6688d4))
1478
- * update pie-toolbox version PD-3298 ([0c282d5](https://github.com/pie-framework/pie-elements/commit/0c282d540aba5b2bb7a8b515bcaa2dba8302d49a))
1479
- * **hotspot:** add tests for new delete widget, refactor with the comp from pie-lib pd-597 ([6fd6a8f](https://github.com/pie-framework/pie-elements/commit/6fd6a8f96a3b59c7269310552122fce8f30579b7))
1480
-
1481
-
1482
- ### Features
1483
-
1484
- * update pie-lib/pie-toolbox PD-1886 ([4a978d0](https://github.com/pie-framework/pie-elements/commit/4a978d058b865cc21c1fc84d7d39224e0d7cc88d))
1485
-
1486
-
1487
-
1488
-
1489
-
1490
- ## [6.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@6.0.0...@pie-element/hotspot-configure@6.0.1) (2023-11-09)
1491
-
1492
-
1493
- ### Bug Fixes
1494
-
1495
- * update pie-lib/pie-toolbox PD-3221, PD-3249, PD-2765 ([9de1563](https://github.com/pie-framework/pie-elements/commit/9de1563d636983c3ddceee0279c0709d396d4f96))
1496
-
1497
-
1498
-
1499
-
1500
-
1501
- # [6.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.15.0...@pie-element/hotspot-configure@6.0.0) (2023-11-07)
1502
-
1503
-
1504
- ### Bug Fixes
1505
-
1506
- * update pie-lib version to fix imports for pie-lib/pie-toolbox/editable-html ([a90cbf6](https://github.com/pie-framework/pie-elements/commit/a90cbf6be81824e7266df23c2dc49b259337c1b6))
1507
- * update pie-lib/pie-toolbox version ([212cbfa](https://github.com/pie-framework/pie-elements/commit/212cbfad27b29f0b1b2a3706ba82f6fb59147001))
1508
- * update pie-lib/pie-toolbox version ([b791e10](https://github.com/pie-framework/pie-elements/commit/b791e10857928766e2d73c6aa80b3fb50fd1afac))
1509
- * update pie-lib/pie-toolbox version ([7f64f9f](https://github.com/pie-framework/pie-elements/commit/7f64f9f2b874fd08bd8f6f05c1c4292c34ac6338))
1510
-
1511
-
1512
- ### Code Refactoring
1513
-
1514
- * 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))
1515
-
1516
-
1517
- ### BREAKING CHANGES
1518
-
1519
- * using pie-lib/pie-toolbox now, instead of any other pie-lib package.
1520
-
1521
-
1522
-
1523
-
1524
-
1525
- # [5.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.14.1...@pie-element/hotspot-configure@5.15.0) (2023-11-07)
1526
-
1527
-
1528
- ### Features
1529
-
1530
- * **hotspot:** ability to delete an hospot pd-597 ([972c4c9](https://github.com/pie-framework/pie-elements/commit/972c4c90c41fe7dd447715e711883af4517bc2a5))
1531
- * **hotspot:** add image component to delete button pd-597 ([17c64c5](https://github.com/pie-framework/pie-elements/commit/17c64c5984977299cdfdc1594438d53b775c57fe))
1532
- * **hotspot:** add tests for delete functionality pd-597 ([772762e](https://github.com/pie-framework/pie-elements/commit/772762ee7760356c16ab74cef41ec73a3de0dc65))
1533
- * **hotspot:** delete unused field from state pd-597 ([620b9a6](https://github.com/pie-framework/pie-elements/commit/620b9a693063de7cff5448ce95ff3026b5803ce9))
1534
- * **hotspot:** get rid of undo pd-597 ([185f7d1](https://github.com/pie-framework/pie-elements/commit/185f7d1fde2f6af6ba9b3c4b82597066f267805d))
1535
- * **hotspot:** refactor code where needed pd-597 ([b7640d2](https://github.com/pie-framework/pie-elements/commit/b7640d203accb908fd56a9d2dcae4bd4959fd130))
1536
- * **hotspot:** update snapshot pd-597 ([7e81c25](https://github.com/pie-framework/pie-elements/commit/7e81c2589eecc0f2ce97a2873d468929241a05e8))
1537
-
1538
-
1539
-
1540
-
1541
-
1542
- ## [5.14.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.14.0...@pie-element/hotspot-configure@5.14.1) (2023-10-26)
1543
-
1544
-
1545
- ### Bug Fixes
1546
-
1547
- * update pie-lib PD-3221 ([f04d59f](https://github.com/pie-framework/pie-elements/commit/f04d59f204852e430dc3e8fe2c442bb9a1634761))
1548
-
1549
-
1550
-
1551
-
1552
-
1553
- # [5.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.13.6...@pie-element/hotspot-configure@5.14.0) (2023-10-16)
1554
-
1555
-
1556
- ### Features
1557
-
1558
- * updated pie-libs PD-2950 ([acffe41](https://github.com/pie-framework/pie-elements/commit/acffe41120fbe288e375321cbd58cfbd48f98595))
1559
-
1560
-
1561
-
1562
-
1563
-
1564
- ## [5.13.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.13.5...@pie-element/hotspot-configure@5.13.6) (2023-10-16)
1565
-
1566
-
1567
- ### Bug Fixes
1568
-
1569
- * updated pie-libs PD-3223, PD-3121, PD-3018, PD-2765, PD-3105 ([666e660](https://github.com/pie-framework/pie-elements/commit/666e6604c40b9bde8b88af5ce1b02ba65f11e957))
1570
-
1571
-
1572
-
1573
-
1574
-
1575
- ## [5.13.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.13.4...@pie-element/hotspot-configure@5.13.5) (2023-10-03)
1576
-
1577
-
1578
- ### Bug Fixes
1579
-
1580
- * update with latest pie-libs, forcing pie-lib/math-rendering to v2.5.18 ([7ff936a](https://github.com/pie-framework/pie-elements/commit/7ff936ab9fc85c264032181755ce5e2149825406))
1581
-
1582
-
1583
-
1584
-
1585
-
1586
- ## [5.13.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.13.3...@pie-element/hotspot-configure@5.13.4) (2023-09-28)
1587
-
1588
-
1589
- ### Bug Fixes
1590
-
1591
- * **hotpot:** update tests and snapshots ([b078802](https://github.com/pie-framework/pie-elements/commit/b078802157816730d68f3f7b5c05d42f9febc53d))
1592
- * **hotspot:** reset state when image dimensions changed ([15b1ce7](https://github.com/pie-framework/pie-elements/commit/15b1ce7c1900c2e0796462dec2cd2db6292766dd))
1593
-
1594
-
1595
-
1596
-
1597
-
1598
- ## [5.13.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.13.2...@pie-element/hotspot-configure@5.13.3) (2023-09-28)
1599
-
1600
- **Note:** Version bump only for package @pie-element/hotspot-configure
1601
-
1602
-
1603
-
1604
-
1605
-
1606
- ## [5.13.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.13.1...@pie-element/hotspot-configure@5.13.2) (2023-09-26)
1607
-
1608
-
1609
- ### Bug Fixes
1610
-
1611
- * update pie-libs ([702f4c6](https://github.com/pie-framework/pie-elements/commit/702f4c657f3413274b3a4443c1950e2cdf8e5588))
1612
-
1613
-
1614
-
1615
-
1616
-
1617
- ## [5.13.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.13.0...@pie-element/hotspot-configure@5.13.1) (2023-09-25)
1618
-
1619
- **Note:** Version bump only for package @pie-element/hotspot-configure
1620
-
1621
-
1622
-
1623
-
1624
-
1625
- # [5.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.12.1...@pie-element/hotspot-configure@5.13.0) (2023-09-25)
1626
-
1627
-
1628
- ### Bug Fixes
1629
-
1630
- * configuration setter fix for language props ([da6bc07](https://github.com/pie-framework/pie-elements/commit/da6bc07a067f0a4d1167ab85e07bef6c605643ad))
1631
- * update pie-libs PD-3167 ([1b109bb](https://github.com/pie-framework/pie-elements/commit/1b109bb3b74dcea72ee2f241996a5e6a71893b4e))
1632
- * update pie-libs PD-3167 ([b21d0c3](https://github.com/pie-framework/pie-elements/commit/b21d0c332623667257a5de1363b9f4fc6ee2bb51))
1633
- * update pie-libs PD-3167 ([1a76806](https://github.com/pie-framework/pie-elements/commit/1a7680657ebe0a73969f3100e60f0a090ffc7ada))
1634
- * update pie-libs PD-3167, PD-3105, PD-3162, PD-2765 ([26199b2](https://github.com/pie-framework/pie-elements/commit/26199b255ddbcb9255f2769091c7ba58f8b1dae0))
1635
-
1636
-
1637
- ### Features
1638
-
1639
- * update pie-libs PD-3011 ([0fd32b3](https://github.com/pie-framework/pie-elements/commit/0fd32b3fd1333bb25de584b98c8ef0471de2d5e8))
1640
-
1641
-
1642
-
1643
-
1644
-
1645
- ## [5.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.12.0...@pie-element/hotspot-configure@5.12.1) (2023-09-18)
1646
-
1647
-
1648
- ### Bug Fixes
1649
-
1650
- * add sanity checks DNA-18268 ([29d7de9](https://github.com/pie-framework/pie-elements/commit/29d7de9422c075117173a3afeb2b29acf1caab3c))
1651
-
1652
-
1653
-
1654
-
1655
-
1656
- # [5.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.11.0...@pie-element/hotspot-configure@5.12.0) (2023-09-05)
1657
-
1658
-
1659
- ### Bug Fixes
1660
-
1661
- * update pie-libs PD-2765 ([f03972d](https://github.com/pie-framework/pie-elements/commit/f03972dda33ff5d4c0343f094fd33acadad30cb4))
1662
-
1663
-
1664
- ### Features
1665
-
1666
- * **hotpot:** PD-599 - add functionality to move a vertex for a polygon ([d84b902](https://github.com/pie-framework/pie-elements/commit/d84b902911b3552f3c005fb56fcfed92145ca584))
1667
- * **hotspot:** PD-599 - add resize functionality for rectangle ([0a8f811](https://github.com/pie-framework/pie-elements/commit/0a8f811e2303d3b1bf30973c0243bce7f0832429))
1668
- * **hotspot:** PD-599- solve review observations ([bba9546](https://github.com/pie-framework/pie-elements/commit/bba954691178c78dcc29f4c9309efeb5c1be6158))
1669
-
1670
-
1671
-
1672
-
1673
-
1674
- # [5.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.10.5...@pie-element/hotspot-configure@5.11.0) (2023-09-04)
1675
-
1676
-
1677
- ### Bug Fixes
1678
-
1679
- * update pie-libs PD-3051 ([1e1a7a3](https://github.com/pie-framework/pie-elements/commit/1e1a7a38732eff5585ad789aea5a08c5e94720ae))
1680
- * update snapshots ([7f7432d](https://github.com/pie-framework/pie-elements/commit/7f7432d4e79747bd8824470ea19ebf7d40617fc5))
1681
- * updated pie-libs PD-2765, PD-3051 ([e6f5b17](https://github.com/pie-framework/pie-elements/commit/e6f5b17c95faf426898f897651863089a54ff3ff))
1682
-
1683
-
1684
- ### Features
1685
-
1686
- * **hotspot:** translations PD-2802 PD-2795 ([15b03fd](https://github.com/pie-framework/pie-elements/commit/15b03fd1d6659364c4d765406c807d30dc5375d1))
1687
-
1688
-
1689
-
1690
-
1691
-
1692
- ## [5.10.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.10.4...@pie-element/hotspot-configure@5.10.5) (2023-08-21)
1693
-
1694
-
1695
- ### Bug Fixes
1696
-
1697
- * update pie-libs PD-3119 ([01c474b](https://github.com/pie-framework/pie-elements/commit/01c474bf9396374dc86b9248651206672b765af6))
1698
-
1699
-
1700
-
1701
-
1702
-
1703
- ## [5.10.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.10.3...@pie-element/hotspot-configure@5.10.4) (2023-08-21)
1704
-
1705
- **Note:** Version bump only for package @pie-element/hotspot-configure
1706
-
1707
-
1708
-
1709
-
1710
-
1711
- ## [5.10.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.10.2...@pie-element/hotspot-configure@5.10.3) (2023-08-15)
1712
-
1713
-
1714
- ### Bug Fixes
1715
-
1716
- * update pie-libs PD-3049, PD-2916, PD-2059 ([0e800b5](https://github.com/pie-framework/pie-elements/commit/0e800b54b852304d222a292400362e0870f0cc9a))
1717
- * updated pie-lib to fix PD-2802, PD-3050, PD-3051 ([34b4dd7](https://github.com/pie-framework/pie-elements/commit/34b4dd7ba18f4c18589975921cc9d127926f8294))
1718
- * updated pie-libs Pd-1163 ([300c1db](https://github.com/pie-framework/pie-elements/commit/300c1db1658ce85ca58f3cc2981b604aefbf9f01))
1719
-
1720
-
1721
-
1722
-
1723
-
1724
- ## [5.10.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.10.1...@pie-element/hotspot-configure@5.10.2) (2023-07-24)
1725
-
1726
-
1727
- ### Bug Fixes
1728
-
1729
- * update pie-libs PD-2984, PD-2991, PD-2992, PD-3036 ([12c9426](https://github.com/pie-framework/pie-elements/commit/12c94269e3b645d74a0014c597d30662823bb34a))
1730
-
1731
-
1732
-
1733
-
1734
-
1735
- ## [5.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.10.0...@pie-element/hotspot-configure@5.10.1) (2023-07-06)
1736
-
1737
-
1738
- ### Bug Fixes
1739
-
1740
- * updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
1741
- * updated pie-lib PD-2150 ([72f20be](https://github.com/pie-framework/pie-elements/commit/72f20be258248c86dde8d5d587290cd640bfd947))
1742
-
1743
-
1744
-
1745
-
1746
-
1747
- # [5.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.9.0...@pie-element/hotspot-configure@5.10.0) (2023-06-13)
1748
-
1749
-
1750
- ### Bug Fixes
1751
-
1752
- * update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
1753
- * update pie-libs ([649fb8f](https://github.com/pie-framework/pie-elements/commit/649fb8f535172d76b3ffc676ec53b2726432808c))
1754
- * update pie-libs PD-2150, PD-2795 ([ff6f64a](https://github.com/pie-framework/pie-elements/commit/ff6f64afa6ccaa8a060c986b1637c680e68c62b6))
1755
-
1756
-
1757
- ### Features
1758
-
1759
- * add mathMlOptions PD-2150 ([0c6984c](https://github.com/pie-framework/pie-elements/commit/0c6984cf042141eac36badfbab1c46d8d42f71ee))
1760
-
1761
-
1762
-
1763
-
1764
-
1765
- # [5.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.8.3...@pie-element/hotspot-configure@5.9.0) (2023-05-23)
1766
-
1767
-
1768
- ### Bug Fixes
1769
-
1770
- * trigger build PD-2707 ([7fe9cac](https://github.com/pie-framework/pie-elements/commit/7fe9cac35bee1934e607232a71cd49be8c40dd55))
1771
- * update pie-lib PD-2777, PD-1914, PD-2066 ([7102893](https://github.com/pie-framework/pie-elements/commit/71028930a6dc554eb587cf4de0c1d0d28bfff1f5))
1772
- * update pie-libs PD-2774, PD-1026 ([04f8cd0](https://github.com/pie-framework/pie-elements/commit/04f8cd000afdb2ccb0c25146d46acb60c5fea651))
1773
- * use getter instead of property PD-2707 ([56d9c9e](https://github.com/pie-framework/pie-elements/commit/56d9c9ebab92481ba3c1dd6a4681e324b02515d4))
1774
-
1775
-
1776
- ### Features
1777
-
1778
- * ability to upload images when using imageSupoort from pie-api-components PD-2707 ([685f3b0](https://github.com/pie-framework/pie-elements/commit/685f3b035d86c5f4ad60cdb9ec84690d5ccaa4fc))
1779
-
1780
-
1781
-
1782
-
1783
-
1784
- ## [5.8.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.8.2...@pie-element/hotspot-configure@5.8.3) (2023-05-02)
1785
-
1786
-
1787
- ### Bug Fixes
1788
-
1789
- * update pie-libs (fix eslint problems PD-2732) ([3fa630e](https://github.com/pie-framework/pie-elements/commit/3fa630eb96b116cb685ab58fbf216fb572d1c333))
1790
- * update pie-libs PD-2755, PD-2625, PD-2119 ([698446b](https://github.com/pie-framework/pie-elements/commit/698446b29a553a022c91825118370faae824b723))
1791
- * update pie-libs PD-2755, PD-2625, PD-491, PD-2753, PD-2758, PD-2720, PD-2770 ([2cf9ffa](https://github.com/pie-framework/pie-elements/commit/2cf9ffa4fbef6f2ebc0924f305debc9fc6560a75))
1792
-
1793
-
1794
-
1795
-
1796
-
1797
- ## [5.8.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.8.1...@pie-element/hotspot-configure@5.8.2) (2023-04-25)
1798
-
1799
-
1800
- ### Bug Fixes
1801
-
1802
- * update pie-libs PD-2762 ([7ac4313](https://github.com/pie-framework/pie-elements/commit/7ac431346b822fe3bbb0d13375f044f6ce1f426b))
1803
-
1804
-
1805
-
1806
-
1807
-
1808
- ## [5.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.8.0...@pie-element/hotspot-configure@5.8.1) (2023-04-14)
1809
-
1810
-
1811
- ### Bug Fixes
1812
-
1813
- * update pie-libs ([830e9fc](https://github.com/pie-framework/pie-elements/commit/830e9fcf07f057e632b44d7a64ddb436353d49f6))
1814
-
1815
-
1816
-
1817
-
1818
-
1819
- # [5.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.7.0...@pie-element/hotspot-configure@5.8.0) (2023-04-10)
1820
-
1821
-
1822
- ### Bug Fixes
1823
-
1824
- * update pie-libs ([b7d3e7f](https://github.com/pie-framework/pie-elements/commit/b7d3e7f7160aafd5dcfed2960bc6c2f03dba2180))
1825
- * **all elements:** fix eslint problems-PD-2732 ([eaeabfb](https://github.com/pie-framework/pie-elements/commit/eaeabfbbe3a868a1f9828ef831a7ea864dee75a9))
1826
- * update pie-libs ([6738269](https://github.com/pie-framework/pie-elements/commit/6738269d878f24ec4429f210d18bbf591123a55f))
1827
- * update pie-libs ([9f05be1](https://github.com/pie-framework/pie-elements/commit/9f05be1ae6bf0a9651739b6bef7eca32ecabb4ce))
1828
-
1829
-
1830
- ### Features
1831
-
1832
- * added the ability to set min/max width and height for the content PD-2425 ([befba3a](https://github.com/pie-framework/pie-elements/commit/befba3a8fa23e8dd21a3e3f63f306bd6dfc35bdd))
1833
-
1834
-
1835
-
1836
-
1837
-
1838
- # [5.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.6.3...@pie-element/hotspot-configure@5.7.0) (2023-03-20)
1839
-
1840
-
1841
- ### Bug Fixes
1842
-
1843
- * Ongoing issues with large images in Hotspot - use same functions as editable-html to upload images in controller environments PD-1936 ([47ae562](https://github.com/pie-framework/pie-elements/commit/47ae562eedda7fcd701b4b1fdd057257b76582e0))
1844
- * update pie-libs ([340825a](https://github.com/pie-framework/pie-elements/commit/340825aab8c88569378eb5af6c5b9c9b99aeb285))
1845
- * update pie-libs ([1fe3d37](https://github.com/pie-framework/pie-elements/commit/1fe3d37d2b001f7944e4da7c895a83ccecefefcb))
1846
- * use defaults in both configure and controller PD-2705 ([6330aa8](https://github.com/pie-framework/pie-elements/commit/6330aa841ba3d8e8b5368bd03157568ac81c2317))
1847
-
1848
-
1849
- ### Features
1850
-
1851
- * added color theming support PD-310 ([64976e0](https://github.com/pie-framework/pie-elements/commit/64976e08151b346f0760aedee2cd0e4ce6ff7f8b))
1852
-
1853
-
1854
-
1855
-
1856
-
1857
- ## [5.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.6.2...@pie-element/hotspot-configure@5.6.3) (2023-02-28)
1858
-
1859
-
1860
- ### Bug Fixes
1861
-
1862
- * update pie-libs ([7bb37a7](https://github.com/pie-framework/pie-elements/commit/7bb37a7da11017eff7191968fad4517182f1c363))
1863
-
1864
-
1865
-
1866
-
1867
-
1868
- ## [5.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.6.1...@pie-element/hotspot-configure@5.6.2) (2023-02-28)
1869
-
1870
-
1871
- ### Bug Fixes
1872
-
1873
- * update pie-libs ([6a10f3f](https://github.com/pie-framework/pie-elements/commit/6a10f3f45306cc9d9e077e45a90245d047235521))
1874
-
1875
-
1876
-
1877
-
1878
-
1879
- ## [5.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.6.0...@pie-element/hotspot-configure@5.6.1) (2023-02-28)
1880
-
1881
- **Note:** Version bump only for package @pie-element/hotspot-configure
1882
-
1883
-
1884
-
1885
-
1886
-
1887
- # [5.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.5.0...@pie-element/hotspot-configure@5.6.0) (2023-02-14)
1888
-
1889
-
1890
- ### Features
1891
-
1892
- * update pie-libs ([e2c0b89](https://github.com/pie-framework/pie-elements/commit/e2c0b894caa20ed5d5681302a84b2bfd20dbd9f6))
1893
-
1894
-
1895
-
1896
-
1897
-
1898
- # [5.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.4.0...@pie-element/hotspot-configure@5.5.0) (2023-02-01)
1899
-
1900
-
1901
- ### Bug Fixes
1902
-
1903
- * **match:** align heading with columns and adjust spaces for better fit PD-2512 ([7364516](https://github.com/pie-framework/pie-elements/commit/7364516bda87b68a5550f28036e80dd8e12b84d2))
1904
-
1905
-
1906
- ### Features
1907
-
1908
- * update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
1909
- * **hotspot:** changed hotspot color opacity, added gray hotspot color option PD-411 ([c36428e](https://github.com/pie-framework/pie-elements/commit/c36428ef94fb4916d2bf76fe5850c704a30b6c85))
1910
-
1911
-
1912
-
1913
-
1914
-
1915
- # [5.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.3.0...@pie-element/hotspot-configure@5.4.0) (2023-01-17)
1916
-
1917
-
1918
- ### Features
1919
-
1920
- * update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
1921
-
1922
-
1923
-
1924
-
1925
-
1926
- # [5.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.2.6...@pie-element/hotspot-configure@5.3.0) (2023-01-05)
1927
-
1928
-
1929
- ### Features
1930
-
1931
- * update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
1932
- * update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
1933
- * update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
1934
- * **hotspot:** added configuration prop to hide the settings panel PD-1999 ([55f4f86](https://github.com/pie-framework/pie-elements/commit/55f4f868be0321e944d3b4c9d9ed6c96adfa2886))
1935
-
1936
-
1937
-
1938
-
1939
-
1940
- ## [5.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.2.5...@pie-element/hotspot-configure@5.2.6) (2022-12-21)
1941
-
1942
-
1943
- ### Bug Fixes
1944
-
1945
- * updated pie-libs ([8cb5b90](https://github.com/pie-framework/pie-elements/commit/8cb5b90d501ccbdf5ffd764e6555faa48b8f54d6))
1946
-
1947
-
1948
-
1949
-
1950
-
1951
- ## [5.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.2.4...@pie-element/hotspot-configure@5.2.5) (2022-12-20)
1952
-
1953
-
1954
- ### Bug Fixes
1955
-
1956
- * updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
1957
-
1958
-
1959
-
1960
-
1961
-
1962
- ## [5.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.2.3...@pie-element/hotspot-configure@5.2.4) (2022-12-07)
1963
-
1964
-
1965
- ### Bug Fixes
1966
-
1967
- * update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
1968
- * update libs for PD-2030 PD-2031 ([3174022](https://github.com/pie-framework/pie-elements/commit/3174022d45603ed217bbe8804a142b07084636a5))
1969
- * updated lib PD-1715 ([42e788d](https://github.com/pie-framework/pie-elements/commit/42e788db0c792838994e55001952da7701251a8e))
1970
- * updated libs ([c20de3a](https://github.com/pie-framework/pie-elements/commit/c20de3a6ba4499a090c809e18e52588d2a585fa0))
1971
- * updated libs ([0eed79a](https://github.com/pie-framework/pie-elements/commit/0eed79a32c3b777c16c8cabf201513fc1d2726a0))
1972
- * updated libs ([343c9ec](https://github.com/pie-framework/pie-elements/commit/343c9ec3dccba7f781e90ae2bd195cac6f78f467))
1973
-
1974
-
1975
-
1976
-
1977
-
1978
- ## [5.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.2.2...@pie-element/hotspot-configure@5.2.3) (2022-11-15)
1979
-
1980
- **Note:** Version bump only for package @pie-element/hotspot-configure
1981
-
1982
-
1983
-
1984
-
1985
-
1986
- ## [5.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.2.1...@pie-element/hotspot-configure@5.2.2) (2022-11-11)
1987
-
1988
-
1989
- ### Bug Fixes
1990
-
1991
- * **hotspot:** add sanity checks for withRubric ([b4d1fb8](https://github.com/pie-framework/pie-elements/commit/b4d1fb8089b87ff64759cea4add7ab870e702e0e))
1992
-
1993
-
1994
-
1995
-
1996
-
1997
- ## [5.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.2.0...@pie-element/hotspot-configure@5.2.1) (2022-10-31)
1998
-
1999
- **Note:** Version bump only for package @pie-element/hotspot-configure
2000
-
2001
-
2002
-
2003
-
2004
-
2005
- # [5.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.9...@pie-element/hotspot-configure@5.2.0) (2022-10-17)
2006
-
2007
-
2008
- ### Bug Fixes
2009
-
2010
- * update snapshots ([9781596](https://github.com/pie-framework/pie-elements/commit/978159686bbbd6b727dff4b88ce4ab9606504586))
2011
-
2012
-
2013
- ### Features
2014
-
2015
- * set withRubric to false in item default configurations. Set rubricEnabled to true if it's enabled for drawing-response and extended-text-entry ([a209057](https://github.com/pie-framework/pie-elements/commit/a209057f5a3fa5438efc8595453c89c11959a8f5))
2016
- * update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
2017
- * **hotspot:** add pie-api config PD-23 ([0791093](https://github.com/pie-framework/pie-elements/commit/0791093b9f36ab922de1af69e781d1856d3477be))
2018
- * **hotspot:** add settings to enable rubric. Add withRubric prop to configuration and rubricEnabled prop to model PD-2100 ([fbddb7a](https://github.com/pie-framework/pie-elements/commit/fbddb7a0c11841ffd1fd4f93b77dc5331ac225fb))
2019
- * **hotspot:** updated snapshot PD-2100 ([1af1e2a](https://github.com/pie-framework/pie-elements/commit/1af1e2af10b591bd61c02c8cc651035587a418ca))
2020
- * enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
2021
- * **hotspot:** add uploadSoundSupport property PD-23-updated ([b438dfb](https://github.com/pie-framework/pie-elements/commit/b438dfbd5840081f0931bb50badf218b0385d62b))
2022
-
2023
-
2024
-
2025
-
2026
-
2027
- ## [5.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.8...@pie-element/hotspot-configure@5.1.9) (2022-09-29)
2028
-
2029
- **Note:** Version bump only for package @pie-element/hotspot-configure
2030
-
2031
-
2032
-
2033
-
2034
-
2035
- ## [5.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.7...@pie-element/hotspot-configure@5.1.8) (2022-09-14)
2036
-
2037
- **Note:** Version bump only for package @pie-element/hotspot-configure
2038
-
2039
-
2040
-
2041
-
2042
-
2043
- ## [5.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.6...@pie-element/hotspot-configure@5.1.7) (2022-08-31)
2044
-
2045
- **Note:** Version bump only for package @pie-element/hotspot-configure
2046
-
2047
-
2048
-
2049
-
2050
-
2051
- ## [5.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.5...@pie-element/hotspot-configure@5.1.6) (2022-08-16)
2052
-
2053
- **Note:** Version bump only for package @pie-element/hotspot-configure
2054
-
2055
-
2056
-
2057
-
2058
-
2059
- ## [5.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.4...@pie-element/hotspot-configure@5.1.5) (2022-08-08)
2060
-
2061
- **Note:** Version bump only for package @pie-element/hotspot-configure
2062
-
2063
-
2064
-
2065
-
2066
-
2067
- ## [5.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.3...@pie-element/hotspot-configure@5.1.4) (2022-08-02)
2068
-
2069
- **Note:** Version bump only for package @pie-element/hotspot-configure
2070
-
2071
-
2072
-
2073
-
2074
-
2075
- ## [5.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.2...@pie-element/hotspot-configure@5.1.3) (2022-07-22)
2076
-
2077
- **Note:** Version bump only for package @pie-element/hotspot-configure
2078
-
2079
-
2080
-
2081
-
2082
-
2083
- ## [5.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.1...@pie-element/hotspot-configure@5.1.2) (2022-07-20)
2084
-
2085
- **Note:** Version bump only for package @pie-element/hotspot-configure
2086
-
2087
-
2088
-
2089
-
2090
-
2091
- ## [5.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.1.0...@pie-element/hotspot-configure@5.1.1) (2022-07-19)
2092
-
2093
- **Note:** Version bump only for package @pie-element/hotspot-configure
2094
-
2095
-
2096
-
2097
-
2098
-
2099
- # [5.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.0.0...@pie-element/hotspot-configure@5.1.0) (2022-06-28)
2100
-
2101
-
2102
- ### Features
2103
-
2104
- * **hotspot:** add maxImageWidth and maxImageHeight props PD-1801 ([8325bc1](https://github.com/pie-framework/pie-elements/commit/8325bc1bb9014027349bfab863b56bb1d519e5ca))
2105
-
2106
-
2107
-
2108
-
2109
-
2110
- # [5.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.7.4...@pie-element/hotspot-configure@5.0.0) (2022-06-28)
2111
-
2112
-
2113
- ### chore
2114
-
2115
- * Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
2116
-
2117
-
2118
- ### BREAKING CHANGES
2119
-
2120
- * Image percent buttons were removed from toolbar.
2121
- New properties maxImageWidth and maxImageHeight were added.
2122
-
2123
-
2124
-
2125
-
2126
-
2127
- ## [4.7.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.7.3...@pie-element/hotspot-configure@4.7.4) (2022-06-13)
2128
-
2129
- **Note:** Version bump only for package @pie-element/hotspot-configure
2130
-
2131
-
2132
-
2133
-
2134
-
2135
- ## [4.7.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.7.2...@pie-element/hotspot-configure@4.7.3) (2022-05-30)
2136
-
2137
- **Note:** Version bump only for package @pie-element/hotspot-configure
2138
-
2139
-
2140
-
2141
-
2142
-
2143
- ## [4.7.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.7.1...@pie-element/hotspot-configure@4.7.2) (2022-05-16)
2144
-
2145
- **Note:** Version bump only for package @pie-element/hotspot-configure
2146
-
2147
-
2148
-
2149
-
2150
-
2151
- ## [4.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.7.0...@pie-element/hotspot-configure@4.7.1) (2022-05-09)
2152
-
2153
- **Note:** Version bump only for package @pie-element/hotspot-configure
2154
-
2155
-
2156
-
2157
-
2158
-
2159
- # [4.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.16...@pie-element/hotspot-configure@4.7.0) (2022-05-03)
2160
-
2161
-
2162
- ### Features
2163
-
2164
- * **hotspot:** PD-1703 implement ui/ux for item validation ([a962183](https://github.com/pie-framework/pie-elements/commit/a962183d0941936b69a95b32002135507d769170))
2165
-
2166
-
2167
-
2168
-
2169
-
2170
- ## [4.6.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.15...@pie-element/hotspot-configure@4.6.16) (2022-04-12)
2171
-
2172
- **Note:** Version bump only for package @pie-element/hotspot-configure
2173
-
2174
-
2175
-
2176
-
2177
-
2178
- ## [4.6.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.14...@pie-element/hotspot-configure@4.6.15) (2022-03-28)
2179
-
2180
- **Note:** Version bump only for package @pie-element/hotspot-configure
2181
-
2182
-
2183
-
2184
-
2185
-
2186
- ## [4.6.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.13...@pie-element/hotspot-configure@4.6.14) (2022-03-22)
2187
-
2188
- **Note:** Version bump only for package @pie-element/hotspot-configure
2189
-
2190
-
2191
-
2192
-
2193
-
2194
- ## [4.6.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.12...@pie-element/hotspot-configure@4.6.13) (2022-03-08)
2195
-
2196
- **Note:** Version bump only for package @pie-element/hotspot-configure
2197
-
2198
-
2199
-
2200
-
2201
-
2202
- ## [4.6.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.11...@pie-element/hotspot-configure@4.6.12) (2022-03-08)
2203
-
2204
- **Note:** Version bump only for package @pie-element/hotspot-configure
2205
-
2206
-
2207
-
2208
-
2209
-
2210
- ## [4.6.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.10...@pie-element/hotspot-configure@4.6.11) (2022-02-21)
2211
-
2212
- **Note:** Version bump only for package @pie-element/hotspot-configure
2213
-
2214
-
2215
-
2216
-
2217
-
2218
- ## [4.6.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.9...@pie-element/hotspot-configure@4.6.10) (2022-02-04)
2219
-
2220
- **Note:** Version bump only for package @pie-element/hotspot-configure
2221
-
2222
-
2223
-
2224
-
2225
-
2226
- ## [4.6.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.8...@pie-element/hotspot-configure@4.6.9) (2022-01-24)
2227
-
2228
- **Note:** Version bump only for package @pie-element/hotspot-configure
2229
-
2230
-
2231
-
2232
-
2233
-
2234
- ## [4.6.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.7...@pie-element/hotspot-configure@4.6.8) (2022-01-10)
2235
-
2236
- **Note:** Version bump only for package @pie-element/hotspot-configure
2237
-
2238
-
2239
-
2240
-
2241
-
2242
- ## [4.6.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.6...@pie-element/hotspot-configure@4.6.7) (2021-12-23)
2243
-
2244
- **Note:** Version bump only for package @pie-element/hotspot-configure
2245
-
2246
-
2247
-
2248
-
2249
-
2250
- ## [4.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.4...@pie-element/hotspot-configure@4.6.5) (2021-12-13)
2251
-
2252
- **Note:** Version bump only for package @pie-element/hotspot-configure
2253
-
2254
-
2255
-
2256
-
2257
-
2258
- ## [4.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.1...@pie-element/hotspot-configure@4.6.2) (2021-11-29)
2259
-
2260
- **Note:** Version bump only for package @pie-element/hotspot-configure
2261
-
2262
-
2263
-
2264
-
2265
-
2266
- ## [4.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.0...@pie-element/hotspot-configure@4.6.1) (2021-10-04)
2267
-
2268
- **Note:** Version bump only for package @pie-element/hotspot-configure
2269
-
2270
-
2271
-
2272
-
2273
-
2274
- # [4.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.5.1...@pie-element/hotspot-configure@4.6.0) (2021-09-20)
2275
-
2276
-
2277
- ### Bug Fixes
2278
-
2279
- * pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
2280
- * Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
2281
- * Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
2282
- * **hotspot:** Added a max width when loading a new image PD-261 ([7fcbb8a](https://github.com/pie-framework/pie-elements/commit/7fcbb8a896f73024053a97075d8cb368b8bb6b71))
2283
-
2284
-
2285
- ### Features
2286
-
2287
- * **hotspot:** add the possibility to paste image in authoring PD-478 ([16f1198](https://github.com/pie-framework/pie-elements/commit/16f1198ea5a839759f626927f1b65b5483a9aa85))
2288
-
2289
-
2290
-
2291
-
2292
-
2293
- ## [4.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.5.0...@pie-element/hotspot-configure@4.5.1) (2021-09-01)
2294
-
2295
- **Note:** Version bump only for package @pie-element/hotspot-configure
2296
-
2297
-
2298
-
2299
-
2300
-
2301
- # [4.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.25...@pie-element/hotspot-configure@4.5.0) (2021-08-05)
2302
-
2303
-
2304
- ### Features
2305
-
2306
- * **hotspot:** Added option to set toolbar editor position ([a36faea](https://github.com/pie-framework/pie-elements/commit/a36faea1cc0cb9ed5574fcb860941eea298b1cd3))
2307
- * **hotspot:** toolbar editor position - change double quotes into single quotes ([722ec64](https://github.com/pie-framework/pie-elements/commit/722ec64c1f87f69f2c086e80923d0c137b4aad39))
2308
-
2309
-
2310
-
2311
-
2312
-
2313
- ## [4.4.25](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.23...@pie-element/hotspot-configure@4.4.25) (2021-08-05)
2314
-
2315
-
2316
- ### Bug Fixes
2317
-
2318
- * force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
2319
-
2320
-
2321
-
2322
-
2323
-
2324
- ## [4.4.23](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.22...@pie-element/hotspot-configure@4.4.23) (2021-06-29)
2325
-
2326
- **Note:** Version bump only for package @pie-element/hotspot-configure
2327
-
2328
-
2329
-
2330
-
2331
-
2332
- ## [4.4.22](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.21...@pie-element/hotspot-configure@4.4.22) (2021-04-07)
2333
-
2334
- **Note:** Version bump only for package @pie-element/hotspot-configure
2335
-
2336
-
2337
-
2338
-
2339
-
2340
- ## [4.4.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.18...@pie-element/hotspot-configure@4.4.21) (2021-03-03)
2341
-
2342
- **Note:** Version bump only for package @pie-element/hotspot-configure
2343
-
2344
-
2345
-
2346
-
2347
-
2348
- ## [4.4.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.17...@pie-element/hotspot-configure@4.4.18) (2021-03-03)
2349
-
2350
-
2351
- ### Bug Fixes
2352
-
2353
- * hotspot and drawing response settings panel sections to fix PD-61 ([1bf43f0](https://github.com/pie-framework/pie-elements/commit/1bf43f07825ad98c9e0920aad09c411fe6d14b2c))
2354
-
2355
-
2356
-
2357
-
2358
-
2359
- ## [4.4.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.16...@pie-element/hotspot-configure@4.4.17) (2021-02-04)
2360
-
2361
- **Note:** Version bump only for package @pie-element/hotspot-configure
2362
-
2363
-
2364
-
2365
-
2366
-
2367
- ## [4.4.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.15...@pie-element/hotspot-configure@4.4.16) (2021-02-02)
2368
-
2369
- **Note:** Version bump only for package @pie-element/hotspot-configure
2370
-
2371
-
2372
-
2373
-
2374
-
2375
- ## [4.4.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.14...@pie-element/hotspot-configure@4.4.15) (2020-11-07)
2376
-
2377
- **Note:** Version bump only for package @pie-element/hotspot-configure
2378
-
2379
-
2380
-
2381
-
2382
-
2383
- ## [4.4.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.13...@pie-element/hotspot-configure@4.4.14) (2020-10-29)
2384
-
2385
- **Note:** Version bump only for package @pie-element/hotspot-configure
2386
-
2387
-
2388
-
2389
-
2390
-
2391
- ## [4.4.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.12...@pie-element/hotspot-configure@4.4.13) (2020-10-29)
2392
-
2393
- **Note:** Version bump only for package @pie-element/hotspot-configure
2394
-
2395
-
2396
-
2397
-
2398
-
2399
- ## [4.4.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.11...@pie-element/hotspot-configure@4.4.12) (2020-10-16)
2400
-
2401
- **Note:** Version bump only for package @pie-element/hotspot-configure
2402
-
2403
-
2404
-
2405
-
2406
-
2407
- ## [4.4.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.10...@pie-element/hotspot-configure@4.4.11) (2020-10-02)
2408
-
2409
- **Note:** Version bump only for package @pie-element/hotspot-configure
2410
-
2411
-
2412
-
2413
-
2414
-
2415
- ## [4.4.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.9...@pie-element/hotspot-configure@4.4.10) (2020-09-23)
2416
-
2417
- **Note:** Version bump only for package @pie-element/hotspot-configure
2418
-
2419
-
2420
-
2421
-
2422
-
2423
- ## [4.4.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.8...@pie-element/hotspot-configure@4.4.9) (2020-09-23)
2424
-
2425
- **Note:** Version bump only for package @pie-element/hotspot-configure
2426
-
2427
-
2428
-
2429
-
2430
-
2431
- ## [4.4.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.7...@pie-element/hotspot-configure@4.4.8) (2020-08-25)
2432
-
2433
- **Note:** Version bump only for package @pie-element/hotspot-configure
2434
-
2435
-
2436
-
2437
-
2438
-
2439
- ## [4.4.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.6...@pie-element/hotspot-configure@4.4.7) (2020-08-13)
2440
-
2441
- **Note:** Version bump only for package @pie-element/hotspot-configure
2442
-
2443
-
2444
-
2445
-
2446
-
2447
- ## [4.4.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.5...@pie-element/hotspot-configure@4.4.6) (2020-08-07)
2448
-
2449
- **Note:** Version bump only for package @pie-element/hotspot-configure
2450
-
2451
-
2452
-
2453
-
2454
-
2455
- ## [4.4.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.4...@pie-element/hotspot-configure@4.4.5) (2020-05-25)
2456
-
2457
- **Note:** Version bump only for package @pie-element/hotspot-configure
2458
-
2459
-
2460
-
2461
-
2462
-
2463
- ## [4.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.3...@pie-element/hotspot-configure@4.4.4) (2020-05-25)
2464
-
2465
-
2466
- ### Bug Fixes
2467
-
2468
- * bump deps ([c6080d6](https://github.com/pie-framework/pie-elements/commit/c6080d6))
2469
- * onClick from react-konva not working for iPad, added onTap. PD-60 ([3cfc031](https://github.com/pie-framework/pie-elements/commit/3cfc031))
2470
-
2471
-
2472
-
2473
-
2474
-
2475
- ## [4.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.2...@pie-element/hotspot-configure@4.4.3) (2020-04-28)
2476
-
2477
-
2478
- ### Bug Fixes
2479
-
2480
- * bump ui/lib versions ([45f0da6](https://github.com/pie-framework/pie-elements/commit/45f0da6))
2481
- * PD-56: Bug with resizing an image in hot spot ([bfeb160](https://github.com/pie-framework/pie-elements/commit/bfeb160))
2482
- * ui+libs update ([6127de2](https://github.com/pie-framework/pie-elements/commit/6127de2))
2483
- * update ui/lib versions ([0226b0b](https://github.com/pie-framework/pie-elements/commit/0226b0b))
2484
-
2485
-
2486
-
2487
-
2488
-
2489
- ## [4.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.1...@pie-element/hotspot-configure@4.4.2) (2020-04-14)
2490
-
2491
-
2492
- ### Bug Fixes
2493
-
2494
- * bump ui/lib versions ([3edb232](https://github.com/pie-framework/pie-elements/commit/3edb232))
2495
-
2496
-
2497
-
2498
-
2499
-
2500
- ## [4.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.0...@pie-element/hotspot-configure@4.4.1) (2020-04-14)
2501
-
2502
- **Note:** Version bump only for package @pie-element/hotspot-configure
2503
-
2504
-
2505
-
2506
-
2507
-
2508
- # [4.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.1.7...@pie-element/hotspot-configure@4.4.0) (2020-04-10)
2509
-
2510
-
2511
- ### Bug Fixes
2512
-
2513
- * bump all packages to avoid tag conflict ([d9ec9a8](https://github.com/pie-framework/pie-elements/commit/d9ec9a8))
2514
- * bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
2515
- * bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
2516
- * ch7720: Authoring problem with Hotspot: Double-clicking image crashes Build screen ([94f4e07](https://github.com/pie-framework/pie-elements/commit/94f4e07))
2517
- * ch7799: the Item Preview for a legacy hot spot item appears to show the wrong answer because the lines that are too close to the margins are not visible. Solution: add padding and move content accordingly so that the lines will be displayed entirely. ([a5c696e](https://github.com/pie-framework/pie-elements/commit/a5c696e))
2518
-
2519
-
2520
- ### Features
2521
-
2522
- * 7727: When resizing images in hotspot, the default behavior should be to keep the aspect ratio fixed ([651d7e2](https://github.com/pie-framework/pie-elements/commit/651d7e2))
2523
-
2524
-
2525
-
2526
-
2527
-
2528
- # [4.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.1.7...@pie-element/hotspot-configure@4.2.0) (2020-04-10)
2529
-
2530
-
2531
- ### Bug Fixes
2532
-
2533
- * bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
2534
- * bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
2535
- * ch7720: Authoring problem with Hotspot: Double-clicking image crashes Build screen ([94f4e07](https://github.com/pie-framework/pie-elements/commit/94f4e07))
2536
- * ch7799: the Item Preview for a legacy hot spot item appears to show the wrong answer because the lines that are too close to the margins are not visible. Solution: add padding and move content accordingly so that the lines will be displayed entirely. ([a5c696e](https://github.com/pie-framework/pie-elements/commit/a5c696e))
2537
-
2538
-
2539
- ### Features
2540
-
2541
- * 7727: When resizing images in hotspot, the default behavior should be to keep the aspect ratio fixed ([651d7e2](https://github.com/pie-framework/pie-elements/commit/651d7e2))
2542
-
2543
-
2544
-
2545
-
2546
-
2547
- ## [4.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.1.6...@pie-element/hotspot-configure@4.1.7) (2020-02-18)
2548
-
2549
- **Note:** Version bump only for package @pie-element/hotspot-configure
2550
-
2551
-
2552
-
2553
-
2554
-
2555
- ## [4.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.1.5...@pie-element/hotspot-configure@4.1.6) (2020-01-31)
2556
-
2557
- **Note:** Version bump only for package @pie-element/hotspot-configure
2558
-
2559
-
2560
-
2561
-
2562
-
2563
- ## [4.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.1.4...@pie-element/hotspot-configure@4.1.5) (2020-01-30)
2564
-
2565
- **Note:** Version bump only for package @pie-element/hotspot-configure
2566
-
2567
-
2568
-
2569
-
2570
-
2571
- ## [4.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.1.3...@pie-element/hotspot-configure@4.1.4) (2020-01-28)
2572
-
2573
- **Note:** Version bump only for package @pie-element/hotspot-configure
2574
-
2575
-
2576
-
2577
-
2578
-
2579
- ## [4.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.1.2...@pie-element/hotspot-configure@4.1.3) (2020-01-28)
2580
-
2581
- **Note:** Version bump only for package @pie-element/hotspot-configure
2582
-
2583
-
2584
-
2585
-
2586
-
2587
- ## [4.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.1.1...@pie-element/hotspot-configure@4.1.2) (2020-01-09)
2588
-
2589
-
2590
- ### Bug Fixes
2591
-
2592
- * 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))
2593
-
2594
-
2595
-
2596
-
2597
-
2598
- ## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.1.0...@pie-element/hotspot-configure@4.1.1) (2019-12-18)
2599
-
2600
- **Note:** Version bump only for package @pie-element/hotspot-configure
2601
-
2602
-
2603
-
2604
-
2605
-
2606
- # [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.0.2...@pie-element/hotspot-configure@4.1.0) (2019-12-18)
2607
-
2608
-
2609
- ### Features
2610
-
2611
- * 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))
2612
-
2613
-
2614
-
2615
-
2616
-
2617
- ## [4.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.0.1...@pie-element/hotspot-configure@4.0.2) (2019-11-06)
2618
-
2619
-
2620
- ### Bug Fixes
2621
-
2622
- * Hide Partial Scoring option from Settings Panel setting to false by default. ([1d0f617](https://github.com/pie-framework/pie-elements/commit/1d0f617))
2623
-
2624
-
2625
-
2626
-
2627
-
2628
- ## [4.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.0.0...@pie-element/hotspot-configure@4.0.1) (2019-10-15)
2629
-
2630
- **Note:** Version bump only for package @pie-element/hotspot-configure
2631
-
2632
-
2633
-
2634
-
2635
-
2636
- # [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@3.2.2...@pie-element/hotspot-configure@4.0.0) (2019-10-08)
2637
-
2638
-
2639
- * 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)
2640
-
2641
-
2642
- ### BREAKING CHANGES
2643
-
2644
- * allowFeedback was replaced with feedbackEnabled.
2645
-
2646
- * fix(charting): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2647
-
2648
- * fix(drag-in-the-blank): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2649
-
2650
- * fix(drawing-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2651
-
2652
- * fix(ebsr): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2653
-
2654
- * fix(explicit-constructed-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2655
-
2656
- * fix(extended-text-entry): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2657
-
2658
- * fix(graph-lines): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2659
-
2660
- * fix(graphing): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2661
-
2662
- * fix(hotspot): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2663
-
2664
- * fix(image-cloze-association): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2665
-
2666
- * fix(inline-dropdown): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2667
-
2668
- * fix(match): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2669
- * allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
2670
-
2671
- * fix(math-inline): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2672
-
2673
- * fix(multiple-choice): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2674
-
2675
- * fix(placement-ordering): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2676
- * allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
2677
-
2678
- * fix(select-text): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2679
-
2680
- * fix(text-entry): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2681
-
2682
- * fix: Updated pie-models.
2683
-
2684
- * fix(categorize): Added normalize function on controller (to be able to add default values to the model).
2685
-
2686
- * fix(charting): Added normalize function on controller (to be able to add default values to the model).
2687
-
2688
- * fix(drag-in-the-blank): Added normalize function on controller (to be able to add default values to the model).
2689
-
2690
- * fix(drawing-response): Added normalize function on controller (to be able to add default values to the model).
2691
-
2692
- * fix(ebsr): Added normalize function on controller (to be able to add default values to the model).
2693
-
2694
- * fix(explicit-constructed-response): Added normalize function on controller (to be able to add default values to the model).
2695
-
2696
- * fix(extended-text-entry): Added normalize function on controller (to be able to add default values to the model).
2697
-
2698
- * Remove unnecessary change.
2699
-
2700
- * fix(graph-lines): Added normalize function on controller (to be able to add default values to the model).
2701
-
2702
- * fix(graphing): Added normalize function on controller (to be able to add default values to the model).
2703
-
2704
- * fix(hotspot): Added normalize function on controller (to be able to add default values to the model).
2705
-
2706
- * fix(image-cloze-association): Added normalize function on controller (to be able to add default values to the model).
2707
-
2708
- * fix(inline-dropdown): Added normalize function on controller (to be able to add default values to the model).
2709
-
2710
- * fix(match): Added normalize function on controller (to be able to add default values to the model).
2711
-
2712
- * fix(math-inline): Added normalize function on controller (to be able to add default values to the model).
2713
-
2714
- * fix(multiple-choice): Added normalize function on controller (to be able to add default values to the model).
2715
-
2716
- * fix(placement-ordering): Added normalize function on controller (to be able to add default values to the model).
2717
-
2718
- * fix(select-text): Added normalize function on controller (to be able to add default values to the model).
2719
-
2720
- * fix(text-entry): Added normalize function on controller (to be able to add default values to the model).
2721
-
2722
-
2723
-
2724
-
2725
-
2726
- ## [3.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@3.2.1...@pie-element/hotspot-configure@3.2.2) (2019-10-03)
2727
-
2728
- **Note:** Version bump only for package @pie-element/hotspot-configure
2729
-
2730
-
2731
-
2732
-
2733
-
2734
- ## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@3.2.0...@pie-element/hotspot-configure@3.2.1) (2019-10-03)
2735
-
2736
- **Note:** Version bump only for package @pie-element/hotspot-configure
2737
-
2738
-
2739
-
2740
-
2741
-
2742
- # [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@3.1.1...@pie-element/hotspot-configure@3.2.0) (2019-09-27)
2743
-
2744
-
2745
- ### Features
2746
-
2747
- * **hotspot:** model based prompt ([2ff380b](https://github.com/pie-framework/pie-elements/commit/2ff380b))
2748
-
2749
-
2750
-
2751
-
1307
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2752
1308
 
2753
- ## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@3.1.0...@pie-element/hotspot-configure@3.1.1) (2019-09-25)
1309
+ ## [4.6.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.7...@pie-element/hotspot-configure@4.6.8) (2022-01-10)
2754
1310
 
2755
1311
  **Note:** Version bump only for package @pie-element/hotspot-configure
2756
1312
 
1313
+ ## [4.6.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.6...@pie-element/hotspot-configure@4.6.7) (2021-12-23)
2757
1314
 
1315
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2758
1316
 
1317
+ ## [4.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.4...@pie-element/hotspot-configure@4.6.5) (2021-12-13)
2759
1318
 
1319
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2760
1320
 
2761
- # [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@3.0.0...@pie-element/hotspot-configure@3.1.0) (2019-09-24)
2762
-
1321
+ ## [4.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.1...@pie-element/hotspot-configure@4.6.2) (2021-11-29)
2763
1322
 
2764
- ### Features
1323
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2765
1324
 
2766
- * **drawable:** fixed the not rendering item preview [ch3629] ([9c7b053](https://github.com/pie-framework/pie-elements/commit/9c7b053))
1325
+ ## [4.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.6.0...@pie-element/hotspot-configure@4.6.1) (2021-10-04)
2767
1326
 
1327
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2768
1328
 
1329
+ # [4.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.5.1...@pie-element/hotspot-configure@4.6.0) (2021-09-20)
2769
1330
 
1331
+ ### Bug Fixes
2770
1332
 
1333
+ - pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
1334
+ - Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
1335
+ - Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
1336
+ - **hotspot:** Added a max width when loading a new image PD-261 ([7fcbb8a](https://github.com/pie-framework/pie-elements/commit/7fcbb8a896f73024053a97075d8cb368b8bb6b71))
2771
1337
 
2772
- # [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.7.8...@pie-element/hotspot-configure@3.0.0) (2019-09-17)
1338
+ ### Features
2773
1339
 
1340
+ - **hotspot:** add the possibility to paste image in authoring PD-478 ([16f1198](https://github.com/pie-framework/pie-elements/commit/16f1198ea5a839759f626927f1b65b5483a9aa85))
2774
1341
 
2775
- * 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))
1342
+ ## [4.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.5.0...@pie-element/hotspot-configure@4.5.1) (2021-09-01)
2776
1343
 
1344
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2777
1345
 
2778
- ### BREAKING CHANGES
1346
+ # [4.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.25...@pie-element/hotspot-configure@4.5.0) (2021-08-05)
2779
1347
 
2780
- * `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.
1348
+ ### Features
2781
1349
 
1350
+ - **hotspot:** Added option to set toolbar editor position ([a36faea](https://github.com/pie-framework/pie-elements/commit/a36faea1cc0cb9ed5574fcb860941eea298b1cd3))
1351
+ - **hotspot:** toolbar editor position - change double quotes into single quotes ([722ec64](https://github.com/pie-framework/pie-elements/commit/722ec64c1f87f69f2c086e80923d0c137b4aad39))
2782
1352
 
1353
+ ## [4.4.25](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.23...@pie-element/hotspot-configure@4.4.25) (2021-08-05)
2783
1354
 
1355
+ ### Bug Fixes
2784
1356
 
1357
+ - force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
2785
1358
 
2786
- ## [2.7.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.7.7...@pie-element/hotspot-configure@2.7.8) (2019-09-05)
1359
+ ## [4.4.23](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.22...@pie-element/hotspot-configure@4.4.23) (2021-06-29)
2787
1360
 
2788
1361
  **Note:** Version bump only for package @pie-element/hotspot-configure
2789
1362
 
1363
+ ## [4.4.22](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.21...@pie-element/hotspot-configure@4.4.22) (2021-04-07)
2790
1364
 
1365
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2791
1366
 
1367
+ ## [4.4.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.18...@pie-element/hotspot-configure@4.4.21) (2021-03-03)
2792
1368
 
1369
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2793
1370
 
2794
- ## [2.7.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.7.6...@pie-element/hotspot-configure@2.7.7) (2019-09-04)
2795
-
1371
+ ## [4.4.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.17...@pie-element/hotspot-configure@4.4.18) (2021-03-03)
2796
1372
 
2797
1373
  ### Bug Fixes
2798
1374
 
2799
- * **hotspot:** hotspotList prop type is array, not string ([#315](https://github.com/pie-framework/pie-elements/issues/315)) ([4280a99](https://github.com/pie-framework/pie-elements/commit/4280a99))
2800
-
2801
-
1375
+ - hotspot and drawing response settings panel sections to fix PD-61 ([1bf43f0](https://github.com/pie-framework/pie-elements/commit/1bf43f07825ad98c9e0920aad09c411fe6d14b2c))
2802
1376
 
1377
+ ## [4.4.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.16...@pie-element/hotspot-configure@4.4.17) (2021-02-04)
2803
1378
 
1379
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2804
1380
 
2805
- ## [2.7.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.7.5...@pie-element/hotspot-configure@2.7.6) (2019-08-27)
1381
+ ## [4.4.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.15...@pie-element/hotspot-configure@4.4.16) (2021-02-02)
2806
1382
 
2807
1383
  **Note:** Version bump only for package @pie-element/hotspot-configure
2808
1384
 
1385
+ ## [4.4.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.14...@pie-element/hotspot-configure@4.4.15) (2020-11-07)
2809
1386
 
1387
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2810
1388
 
1389
+ ## [4.4.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.13...@pie-element/hotspot-configure@4.4.14) (2020-10-29)
2811
1390
 
1391
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2812
1392
 
2813
- ## [2.7.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.7.4...@pie-element/hotspot-configure@2.7.5) (2019-08-26)
1393
+ ## [4.4.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.12...@pie-element/hotspot-configure@4.4.13) (2020-10-29)
2814
1394
 
2815
1395
  **Note:** Version bump only for package @pie-element/hotspot-configure
2816
1396
 
1397
+ ## [4.4.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.11...@pie-element/hotspot-configure@4.4.12) (2020-10-16)
2817
1398
 
1399
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2818
1400
 
1401
+ ## [4.4.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.10...@pie-element/hotspot-configure@4.4.11) (2020-10-02)
2819
1402
 
1403
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2820
1404
 
2821
- ## [2.7.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.7.3...@pie-element/hotspot-configure@2.7.4) (2019-08-21)
1405
+ ## [4.4.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.9...@pie-element/hotspot-configure@4.4.10) (2020-09-23)
2822
1406
 
2823
1407
  **Note:** Version bump only for package @pie-element/hotspot-configure
2824
1408
 
1409
+ ## [4.4.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.8...@pie-element/hotspot-configure@4.4.9) (2020-09-23)
2825
1410
 
1411
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2826
1412
 
1413
+ ## [4.4.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.7...@pie-element/hotspot-configure@4.4.8) (2020-08-25)
2827
1414
 
1415
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2828
1416
 
2829
- ## [2.7.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.7.2...@pie-element/hotspot-configure@2.7.3) (2019-08-21)
1417
+ ## [4.4.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.6...@pie-element/hotspot-configure@4.4.7) (2020-08-13)
2830
1418
 
1419
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2831
1420
 
2832
- ### Bug Fixes
1421
+ ## [4.4.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.5...@pie-element/hotspot-configure@4.4.6) (2020-08-07)
2833
1422
 
2834
- * **math-rendering:** updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530] ([33e3287](https://github.com/pie-framework/pie-elements/commit/33e3287))
1423
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2835
1424
 
1425
+ ## [4.4.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.4...@pie-element/hotspot-configure@4.4.5) (2020-05-25)
2836
1426
 
1427
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2837
1428
 
1429
+ ## [4.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.3...@pie-element/hotspot-configure@4.4.4) (2020-05-25)
2838
1430
 
1431
+ ### Bug Fixes
2839
1432
 
2840
- ## [2.7.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.7.1...@pie-element/hotspot-configure@2.7.2) (2019-08-18)
1433
+ - bump deps ([c6080d6](https://github.com/pie-framework/pie-elements/commit/c6080d6))
1434
+ - onClick from react-konva not working for iPad, added onTap. PD-60 ([3cfc031](https://github.com/pie-framework/pie-elements/commit/3cfc031))
2841
1435
 
1436
+ ## [4.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.2...@pie-element/hotspot-configure@4.4.3) (2020-04-28)
2842
1437
 
2843
1438
  ### Bug Fixes
2844
1439
 
2845
- * **math-rendering:** updated all dependent packages [ch3365] ([7cbf25a](https://github.com/pie-framework/pie-elements/commit/7cbf25a))
2846
- * set default values to configuration properties ([b5f84bb](https://github.com/pie-framework/pie-elements/commit/b5f84bb))
1440
+ - bump ui/lib versions ([45f0da6](https://github.com/pie-framework/pie-elements/commit/45f0da6))
1441
+ - PD-56: Bug with resizing an image in hot spot ([bfeb160](https://github.com/pie-framework/pie-elements/commit/bfeb160))
1442
+ - ui+libs update ([6127de2](https://github.com/pie-framework/pie-elements/commit/6127de2))
1443
+ - update ui/lib versions ([0226b0b](https://github.com/pie-framework/pie-elements/commit/0226b0b))
2847
1444
 
1445
+ ## [4.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.1...@pie-element/hotspot-configure@4.4.2) (2020-04-14)
2848
1446
 
1447
+ ### Bug Fixes
2849
1448
 
1449
+ - bump ui/lib versions ([3edb232](https://github.com/pie-framework/pie-elements/commit/3edb232))
2850
1450
 
1451
+ ## [4.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.4.0...@pie-element/hotspot-configure@4.4.1) (2020-04-14)
2851
1452
 
2852
- ## [2.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.7.0...@pie-element/hotspot-configure@2.7.1) (2019-08-15)
1453
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2853
1454
 
1455
+ # [4.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.1.7...@pie-element/hotspot-configure@4.4.0) (2020-04-10)
2854
1456
 
2855
1457
  ### Bug Fixes
2856
1458
 
2857
- * **elements:** version bumped the editable-html packages [ch1738] ([949222a](https://github.com/pie-framework/pie-elements/commit/949222a))
2858
-
1459
+ - bump all packages to avoid tag conflict ([d9ec9a8](https://github.com/pie-framework/pie-elements/commit/d9ec9a8))
1460
+ - bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
1461
+ - bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
1462
+ - ch7720: Authoring problem with Hotspot: Double-clicking image crashes Build screen ([94f4e07](https://github.com/pie-framework/pie-elements/commit/94f4e07))
1463
+ - ch7799: the Item Preview for a legacy hot spot item appears to show the wrong answer because the lines that are too close to the margins are not visible. Solution: add padding and move content accordingly so that the lines will be displayed entirely. ([a5c696e](https://github.com/pie-framework/pie-elements/commit/a5c696e))
2859
1464
 
1465
+ ### Features
2860
1466
 
1467
+ - 7727: When resizing images in hotspot, the default behavior should be to keep the aspect ratio fixed ([651d7e2](https://github.com/pie-framework/pie-elements/commit/651d7e2))
2861
1468
 
1469
+ # [4.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.1.7...@pie-element/hotspot-configure@4.2.0) (2020-04-10)
2862
1470
 
2863
- # [2.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.6.5...@pie-element/hotspot-configure@2.7.0) (2019-08-02)
1471
+ ### Bug Fixes
2864
1472
 
1473
+ - bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
1474
+ - bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
1475
+ - ch7720: Authoring problem with Hotspot: Double-clicking image crashes Build screen ([94f4e07](https://github.com/pie-framework/pie-elements/commit/94f4e07))
1476
+ - ch7799: the Item Preview for a legacy hot spot item appears to show the wrong answer because the lines that are too close to the margins are not visible. Solution: add padding and move content accordingly so that the lines will be displayed entirely. ([a5c696e](https://github.com/pie-framework/pie-elements/commit/a5c696e))
2865
1477
 
2866
1478
  ### Features
2867
1479
 
2868
- * **hotspot:** universal prompt treatment ([a86bdc3](https://github.com/pie-framework/pie-elements/commit/a86bdc3))
2869
-
2870
-
1480
+ - 7727: When resizing images in hotspot, the default behavior should be to keep the aspect ratio fixed ([651d7e2](https://github.com/pie-framework/pie-elements/commit/651d7e2))
2871
1481
 
1482
+ ## [4.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.1.6...@pie-element/hotspot-configure@4.1.7) (2020-02-18)
2872
1483
 
1484
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2873
1485
 
2874
- ## [2.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.6.4...@pie-element/hotspot-configure@2.6.5) (2019-07-25)
1486
+ ## [4.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.1.5...@pie-element/hotspot-configure@4.1.6) (2020-01-31)
2875
1487
 
2876
1488
  **Note:** Version bump only for package @pie-element/hotspot-configure
2877
1489
 
1490
+ ## [4.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.1.4...@pie-element/hotspot-configure@4.1.5) (2020-01-30)
2878
1491
 
1492
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2879
1493
 
1494
+ ## [4.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.1.3...@pie-element/hotspot-configure@4.1.4) (2020-01-28)
2880
1495
 
1496
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2881
1497
 
2882
- ## [2.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.6.3...@pie-element/hotspot-configure@2.6.4) (2019-07-25)
1498
+ ## [4.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.1.2...@pie-element/hotspot-configure@4.1.3) (2020-01-28)
2883
1499
 
2884
1500
  **Note:** Version bump only for package @pie-element/hotspot-configure
2885
1501
 
1502
+ ## [4.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.1.1...@pie-element/hotspot-configure@4.1.2) (2020-01-09)
2886
1503
 
1504
+ ### Bug Fixes
2887
1505
 
1506
+ - 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))
2888
1507
 
2889
-
2890
- ## [2.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.6.2...@pie-element/hotspot-configure@2.6.3) (2019-07-12)
1508
+ ## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.1.0...@pie-element/hotspot-configure@4.1.1) (2019-12-18)
2891
1509
 
2892
1510
  **Note:** Version bump only for package @pie-element/hotspot-configure
2893
1511
 
1512
+ # [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.0.2...@pie-element/hotspot-configure@4.1.0) (2019-12-18)
2894
1513
 
1514
+ ### Features
2895
1515
 
1516
+ - 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))
2896
1517
 
2897
-
2898
- ## [2.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.6.1...@pie-element/hotspot-configure@2.6.2) (2019-07-12)
2899
-
1518
+ ## [4.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.0.1...@pie-element/hotspot-configure@4.0.2) (2019-11-06)
2900
1519
 
2901
1520
  ### Bug Fixes
2902
1521
 
2903
- * **rendering:** implemented rendering for math elements [ch1915], [ch1935] ([2f35842](https://github.com/pie-framework/pie-elements/commit/2f35842))
1522
+ - Hide Partial Scoring option from Settings Panel setting to false by default. ([1d0f617](https://github.com/pie-framework/pie-elements/commit/1d0f617))
2904
1523
 
1524
+ ## [4.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@4.0.0...@pie-element/hotspot-configure@4.0.1) (2019-10-15)
2905
1525
 
1526
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2906
1527
 
1528
+ # [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@3.2.2...@pie-element/hotspot-configure@4.0.0) (2019-10-08)
2907
1529
 
1530
+ - 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)
2908
1531
 
2909
- ## [2.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.6.0...@pie-element/hotspot-configure@2.6.1) (2019-07-12)
1532
+ ### BREAKING CHANGES
2910
1533
 
2911
- **Note:** Version bump only for package @pie-element/hotspot-configure
1534
+ - allowFeedback was replaced with feedbackEnabled.
2912
1535
 
1536
+ - fix(charting): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2913
1537
 
1538
+ - fix(drag-in-the-blank): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2914
1539
 
1540
+ - fix(drawing-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2915
1541
 
1542
+ - fix(ebsr): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2916
1543
 
2917
- # [2.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.9...@pie-element/hotspot-configure@2.6.0) (2019-07-11)
1544
+ - fix(explicit-constructed-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2918
1545
 
1546
+ - fix(extended-text-entry): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2919
1547
 
2920
- ### Features
1548
+ - fix(graph-lines): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2921
1549
 
2922
- * **template-elements:** updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527] ([a87febe](https://github.com/pie-framework/pie-elements/commit/a87febe))
1550
+ - fix(graphing): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2923
1551
 
1552
+ - fix(hotspot): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2924
1553
 
1554
+ - fix(image-cloze-association): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2925
1555
 
1556
+ - fix(inline-dropdown): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2926
1557
 
1558
+ - fix(match): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1559
+ - allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
2927
1560
 
2928
- ## [2.5.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.8...@pie-element/hotspot-configure@2.5.9) (2019-07-09)
1561
+ - fix(math-inline): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2929
1562
 
2930
- **Note:** Version bump only for package @pie-element/hotspot-configure
1563
+ - fix(multiple-choice): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2931
1564
 
1565
+ - fix(placement-ordering): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1566
+ - allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
2932
1567
 
1568
+ - fix(select-text): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2933
1569
 
1570
+ - fix(text-entry): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2934
1571
 
1572
+ - fix: Updated pie-models.
2935
1573
 
2936
- ## [2.5.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.7...@pie-element/hotspot-configure@2.5.8) (2019-07-09)
1574
+ - fix(categorize): Added normalize function on controller (to be able to add default values to the model).
2937
1575
 
2938
- **Note:** Version bump only for package @pie-element/hotspot-configure
1576
+ - fix(charting): Added normalize function on controller (to be able to add default values to the model).
2939
1577
 
1578
+ - fix(drag-in-the-blank): Added normalize function on controller (to be able to add default values to the model).
2940
1579
 
1580
+ - fix(drawing-response): Added normalize function on controller (to be able to add default values to the model).
2941
1581
 
1582
+ - fix(ebsr): Added normalize function on controller (to be able to add default values to the model).
2942
1583
 
1584
+ - fix(explicit-constructed-response): Added normalize function on controller (to be able to add default values to the model).
2943
1585
 
2944
- ## [2.5.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.6...@pie-element/hotspot-configure@2.5.7) (2019-07-07)
1586
+ - fix(extended-text-entry): Added normalize function on controller (to be able to add default values to the model).
2945
1587
 
2946
- **Note:** Version bump only for package @pie-element/hotspot-configure
1588
+ - Remove unnecessary change.
2947
1589
 
1590
+ - fix(graph-lines): Added normalize function on controller (to be able to add default values to the model).
2948
1591
 
1592
+ - fix(graphing): Added normalize function on controller (to be able to add default values to the model).
2949
1593
 
1594
+ - fix(hotspot): Added normalize function on controller (to be able to add default values to the model).
2950
1595
 
1596
+ - fix(image-cloze-association): Added normalize function on controller (to be able to add default values to the model).
2951
1597
 
2952
- ## [2.5.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.5...@pie-element/hotspot-configure@2.5.6) (2019-07-07)
1598
+ - fix(inline-dropdown): Added normalize function on controller (to be able to add default values to the model).
2953
1599
 
1600
+ - fix(match): Added normalize function on controller (to be able to add default values to the model).
2954
1601
 
2955
- ### Bug Fixes
1602
+ - fix(math-inline): Added normalize function on controller (to be able to add default values to the model).
2956
1603
 
2957
- * **editable-html:** fixed lots of stuff regarding the editable-html ([12c1129](https://github.com/pie-framework/pie-elements/commit/12c1129))
1604
+ - fix(multiple-choice): Added normalize function on controller (to be able to add default values to the model).
2958
1605
 
1606
+ - fix(placement-ordering): Added normalize function on controller (to be able to add default values to the model).
2959
1607
 
1608
+ - fix(select-text): Added normalize function on controller (to be able to add default values to the model).
2960
1609
 
1610
+ - fix(text-entry): Added normalize function on controller (to be able to add default values to the model).
2961
1611
 
1612
+ ## [3.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@3.2.1...@pie-element/hotspot-configure@3.2.2) (2019-10-03)
2962
1613
 
2963
- ## [2.5.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.4...@pie-element/hotspot-configure@2.5.5) (2019-07-05)
1614
+ **Note:** Version bump only for package @pie-element/hotspot-configure
1615
+
1616
+ ## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@3.2.0...@pie-element/hotspot-configure@3.2.1) (2019-10-03)
2964
1617
 
2965
1618
  **Note:** Version bump only for package @pie-element/hotspot-configure
2966
1619
 
1620
+ # [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@3.1.1...@pie-element/hotspot-configure@3.2.0) (2019-09-27)
2967
1621
 
1622
+ ### Features
2968
1623
 
1624
+ - **hotspot:** model based prompt ([2ff380b](https://github.com/pie-framework/pie-elements/commit/2ff380b))
2969
1625
 
1626
+ ## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@3.1.0...@pie-element/hotspot-configure@3.1.1) (2019-09-25)
2970
1627
 
2971
- ## [2.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.3...@pie-element/hotspot-configure@2.5.4) (2019-07-04)
1628
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2972
1629
 
1630
+ # [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@3.0.0...@pie-element/hotspot-configure@3.1.0) (2019-09-24)
2973
1631
 
2974
- ### Bug Fixes
1632
+ ### Features
2975
1633
 
2976
- * **template-els:** fixed some ditb issues ([9133840](https://github.com/pie-framework/pie-elements/commit/9133840))
1634
+ - **drawable:** fixed the not rendering item preview [ch3629] ([9c7b053](https://github.com/pie-framework/pie-elements/commit/9c7b053))
2977
1635
 
1636
+ # [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.7.8...@pie-element/hotspot-configure@3.0.0) (2019-09-17)
2978
1637
 
1638
+ - 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))
2979
1639
 
1640
+ ### BREAKING CHANGES
2980
1641
 
1642
+ - `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.
2981
1643
 
2982
- ## [2.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.2...@pie-element/hotspot-configure@2.5.3) (2019-07-03)
1644
+ ## [2.7.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.7.7...@pie-element/hotspot-configure@2.7.8) (2019-09-05)
2983
1645
 
2984
1646
  **Note:** Version bump only for package @pie-element/hotspot-configure
2985
1647
 
1648
+ ## [2.7.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.7.6...@pie-element/hotspot-configure@2.7.7) (2019-09-04)
1649
+
1650
+ ### Bug Fixes
2986
1651
 
1652
+ - **hotspot:** hotspotList prop type is array, not string ([#315](https://github.com/pie-framework/pie-elements/issues/315)) ([4280a99](https://github.com/pie-framework/pie-elements/commit/4280a99))
2987
1653
 
1654
+ ## [2.7.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.7.5...@pie-element/hotspot-configure@2.7.6) (2019-08-27)
2988
1655
 
1656
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2989
1657
 
2990
- ## [2.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.1...@pie-element/hotspot-configure@2.5.2) (2019-07-03)
1658
+ ## [2.7.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.7.4...@pie-element/hotspot-configure@2.7.5) (2019-08-26)
2991
1659
 
2992
1660
  **Note:** Version bump only for package @pie-element/hotspot-configure
2993
1661
 
1662
+ ## [2.7.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.7.3...@pie-element/hotspot-configure@2.7.4) (2019-08-21)
2994
1663
 
1664
+ **Note:** Version bump only for package @pie-element/hotspot-configure
2995
1665
 
1666
+ ## [2.7.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.7.2...@pie-element/hotspot-configure@2.7.3) (2019-08-21)
2996
1667
 
1668
+ ### Bug Fixes
2997
1669
 
2998
- ## [2.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.0...@pie-element/hotspot-configure@2.5.1) (2019-07-02)
1670
+ - **math-rendering:** updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530] ([33e3287](https://github.com/pie-framework/pie-elements/commit/33e3287))
2999
1671
 
3000
- **Note:** Version bump only for package @pie-element/hotspot-configure
1672
+ ## [2.7.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.7.1...@pie-element/hotspot-configure@2.7.2) (2019-08-18)
3001
1673
 
1674
+ ### Bug Fixes
3002
1675
 
1676
+ - **math-rendering:** updated all dependent packages [ch3365] ([7cbf25a](https://github.com/pie-framework/pie-elements/commit/7cbf25a))
1677
+ - set default values to configuration properties ([b5f84bb](https://github.com/pie-framework/pie-elements/commit/b5f84bb))
3003
1678
 
1679
+ ## [2.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.7.0...@pie-element/hotspot-configure@2.7.1) (2019-08-15)
3004
1680
 
1681
+ ### Bug Fixes
3005
1682
 
3006
- # [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.4.1...@pie-element/hotspot-configure@2.5.0) (2019-07-02)
1683
+ - **elements:** version bumped the editable-html packages [ch1738] ([949222a](https://github.com/pie-framework/pie-elements/commit/949222a))
3007
1684
 
1685
+ # [2.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.6.5...@pie-element/hotspot-configure@2.7.0) (2019-08-02)
3008
1686
 
3009
1687
  ### Features
3010
1688
 
3011
- * **mask-markup-elements:** refactored the elements and version bumped the necessary files ([f8f77c0](https://github.com/pie-framework/pie-elements/commit/f8f77c0))
1689
+ - **hotspot:** universal prompt treatment ([a86bdc3](https://github.com/pie-framework/pie-elements/commit/a86bdc3))
3012
1690
 
1691
+ ## [2.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.6.4...@pie-element/hotspot-configure@2.6.5) (2019-07-25)
3013
1692
 
1693
+ **Note:** Version bump only for package @pie-element/hotspot-configure
3014
1694
 
1695
+ ## [2.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.6.3...@pie-element/hotspot-configure@2.6.4) (2019-07-25)
3015
1696
 
1697
+ **Note:** Version bump only for package @pie-element/hotspot-configure
3016
1698
 
3017
- ## [2.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.4.0...@pie-element/hotspot-configure@2.4.1) (2019-06-26)
1699
+ ## [2.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.6.2...@pie-element/hotspot-configure@2.6.3) (2019-07-12)
3018
1700
 
3019
1701
  **Note:** Version bump only for package @pie-element/hotspot-configure
3020
1702
 
1703
+ ## [2.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.6.1...@pie-element/hotspot-configure@2.6.2) (2019-07-12)
3021
1704
 
1705
+ ### Bug Fixes
3022
1706
 
1707
+ - **rendering:** implemented rendering for math elements [ch1915], [ch1935] ([2f35842](https://github.com/pie-framework/pie-elements/commit/2f35842))
3023
1708
 
1709
+ ## [2.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.6.0...@pie-element/hotspot-configure@2.6.1) (2019-07-12)
3024
1710
 
3025
- # [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.3.1...@pie-element/hotspot-configure@2.4.0) (2019-06-26)
1711
+ **Note:** Version bump only for package @pie-element/hotspot-configure
3026
1712
 
1713
+ # [2.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.9...@pie-element/hotspot-configure@2.6.0) (2019-07-11)
3027
1714
 
3028
1715
  ### Features
3029
1716
 
3030
- * **settings-panel:** updated the settings panel design and changes needed for [ch2242] ([d830e57](https://github.com/pie-framework/pie-elements/commit/d830e57))
1717
+ - **template-elements:** updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527] ([a87febe](https://github.com/pie-framework/pie-elements/commit/a87febe))
3031
1718
 
1719
+ ## [2.5.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.8...@pie-element/hotspot-configure@2.5.9) (2019-07-09)
3032
1720
 
1721
+ **Note:** Version bump only for package @pie-element/hotspot-configure
3033
1722
 
1723
+ ## [2.5.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.7...@pie-element/hotspot-configure@2.5.8) (2019-07-09)
3034
1724
 
1725
+ **Note:** Version bump only for package @pie-element/hotspot-configure
3035
1726
 
3036
- ## [2.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.3.0...@pie-element/hotspot-configure@2.3.1) (2019-06-23)
1727
+ ## [2.5.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.6...@pie-element/hotspot-configure@2.5.7) (2019-07-07)
3037
1728
 
3038
1729
  **Note:** Version bump only for package @pie-element/hotspot-configure
3039
1730
 
1731
+ ## [2.5.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.5...@pie-element/hotspot-configure@2.5.6) (2019-07-07)
3040
1732
 
1733
+ ### Bug Fixes
3041
1734
 
1735
+ - **editable-html:** fixed lots of stuff regarding the editable-html ([12c1129](https://github.com/pie-framework/pie-elements/commit/12c1129))
3042
1736
 
1737
+ ## [2.5.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.4...@pie-element/hotspot-configure@2.5.5) (2019-07-05)
3043
1738
 
3044
- # [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.2.3...@pie-element/hotspot-configure@2.3.0) (2019-06-21)
1739
+ **Note:** Version bump only for package @pie-element/hotspot-configure
3045
1740
 
1741
+ ## [2.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.3...@pie-element/hotspot-configure@2.5.4) (2019-07-04)
3046
1742
 
3047
- ### Features
1743
+ ### Bug Fixes
3048
1744
 
3049
- * **general:** updated all the packages that have the config-ui as a dependency ([44061de](https://github.com/pie-framework/pie-elements/commit/44061de))
1745
+ - **template-els:** fixed some ditb issues ([9133840](https://github.com/pie-framework/pie-elements/commit/9133840))
3050
1746
 
1747
+ ## [2.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.2...@pie-element/hotspot-configure@2.5.3) (2019-07-03)
3051
1748
 
1749
+ **Note:** Version bump only for package @pie-element/hotspot-configure
3052
1750
 
1751
+ ## [2.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.1...@pie-element/hotspot-configure@2.5.2) (2019-07-03)
3053
1752
 
1753
+ **Note:** Version bump only for package @pie-element/hotspot-configure
3054
1754
 
3055
- ## [2.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.2.2...@pie-element/hotspot-configure@2.2.3) (2019-06-20)
1755
+ ## [2.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.5.0...@pie-element/hotspot-configure@2.5.1) (2019-07-02)
3056
1756
 
3057
1757
  **Note:** Version bump only for package @pie-element/hotspot-configure
3058
1758
 
1759
+ # [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.4.1...@pie-element/hotspot-configure@2.5.0) (2019-07-02)
3059
1760
 
1761
+ ### Features
3060
1762
 
1763
+ - **mask-markup-elements:** refactored the elements and version bumped the necessary files ([f8f77c0](https://github.com/pie-framework/pie-elements/commit/f8f77c0))
3061
1764
 
3062
-
3063
- ## [2.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.2.1...@pie-element/hotspot-configure@2.2.2) (2019-06-18)
1765
+ ## [2.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.4.0...@pie-element/hotspot-configure@2.4.1) (2019-06-26)
3064
1766
 
3065
1767
  **Note:** Version bump only for package @pie-element/hotspot-configure
3066
1768
 
1769
+ # [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.3.1...@pie-element/hotspot-configure@2.4.0) (2019-06-26)
3067
1770
 
1771
+ ### Features
3068
1772
 
1773
+ - **settings-panel:** updated the settings panel design and changes needed for [ch2242] ([d830e57](https://github.com/pie-framework/pie-elements/commit/d830e57))
3069
1774
 
3070
-
3071
- ## [2.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.2.0...@pie-element/hotspot-configure@2.2.1) (2019-06-17)
1775
+ ## [2.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.3.0...@pie-element/hotspot-configure@2.3.1) (2019-06-23)
3072
1776
 
3073
1777
  **Note:** Version bump only for package @pie-element/hotspot-configure
3074
1778
 
1779
+ # [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.2.3...@pie-element/hotspot-configure@2.3.0) (2019-06-21)
3075
1780
 
1781
+ ### Features
3076
1782
 
1783
+ - **general:** updated all the packages that have the config-ui as a dependency ([44061de](https://github.com/pie-framework/pie-elements/commit/44061de))
3077
1784
 
1785
+ ## [2.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.2.2...@pie-element/hotspot-configure@2.2.3) (2019-06-20)
3078
1786
 
3079
- # [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.1.3...@pie-element/hotspot-configure@2.2.0) (2019-06-13)
1787
+ **Note:** Version bump only for package @pie-element/hotspot-configure
3080
1788
 
1789
+ ## [2.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.2.1...@pie-element/hotspot-configure@2.2.2) (2019-06-18)
3081
1790
 
3082
- ### Features
1791
+ **Note:** Version bump only for package @pie-element/hotspot-configure
3083
1792
 
3084
- * implement rendering support for legacy content with correct answers defined as polygon [ch1616] ([d4b84e5](https://github.com/pie-framework/pie-elements/commit/d4b84e5))
1793
+ ## [2.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.2.0...@pie-element/hotspot-configure@2.2.1) (2019-06-17)
3085
1794
 
1795
+ **Note:** Version bump only for package @pie-element/hotspot-configure
3086
1796
 
1797
+ # [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.1.3...@pie-element/hotspot-configure@2.2.0) (2019-06-13)
3087
1798
 
1799
+ ### Features
3088
1800
 
1801
+ - implement rendering support for legacy content with correct answers defined as polygon [ch1616] ([d4b84e5](https://github.com/pie-framework/pie-elements/commit/d4b84e5))
3089
1802
 
3090
1803
  ## [2.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.1.2...@pie-element/hotspot-configure@2.1.3) (2019-06-12)
3091
1804
 
3092
1805
  **Note:** Version bump only for package @pie-element/hotspot-configure
3093
1806
 
3094
-
3095
-
3096
-
3097
-
3098
1807
  ## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.1.1...@pie-element/hotspot-configure@2.1.2) (2019-06-07)
3099
1808
 
3100
1809
  **Note:** Version bump only for package @pie-element/hotspot-configure
3101
1810
 
3102
-
3103
-
3104
-
3105
-
3106
1811
  ## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.1.0...@pie-element/hotspot-configure@2.1.1) (2019-06-06)
3107
1812
 
3108
1813
  **Note:** Version bump only for package @pie-element/hotspot-configure
3109
1814
 
3110
-
3111
-
3112
-
3113
-
3114
1815
  # [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.0.2...@pie-element/hotspot-configure@2.1.0) (2019-06-05)
3115
1816
 
3116
-
3117
1817
  ### Features
3118
1818
 
3119
- * add support for polygons ([#246](https://github.com/pie-framework/pie-elements/issues/246)) ([871c5a6](https://github.com/pie-framework/pie-elements/commit/871c5a6))
3120
-
3121
-
3122
-
3123
-
1819
+ - add support for polygons ([#246](https://github.com/pie-framework/pie-elements/issues/246)) ([871c5a6](https://github.com/pie-framework/pie-elements/commit/871c5a6))
3124
1820
 
3125
1821
  ## [2.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.0.1...@pie-element/hotspot-configure@2.0.2) (2019-05-23)
3126
1822
 
3127
1823
  **Note:** Version bump only for package @pie-element/hotspot-configure
3128
1824
 
3129
-
3130
-
3131
-
3132
-
3133
1825
  ## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@2.0.0...@pie-element/hotspot-configure@2.0.1) (2019-05-21)
3134
1826
 
3135
-
3136
1827
  ### Bug Fixes
3137
1828
 
3138
- * Handle the way model is changed from config layout [ch1621] ([2f979d0](https://github.com/pie-framework/pie-elements/commit/2f979d0))
3139
-
3140
-
3141
-
3142
-
1829
+ - Handle the way model is changed from config layout [ch1621] ([2f979d0](https://github.com/pie-framework/pie-elements/commit/2f979d0))
3143
1830
 
3144
1831
  # [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@1.0.5...@pie-element/hotspot-configure@2.0.0) (2019-05-16)
3145
1832
 
3146
-
3147
1833
  ### Features
3148
1834
 
3149
- * Updated with new version of [@pie-lib-config-ui](https://github.com/pie-lib-config-ui). Renamed `configure` with `configuration`. Removed usage of state (root.jsx) and updated tests. ([#225](https://github.com/pie-framework/pie-elements/issues/225)) ([380cdf9](https://github.com/pie-framework/pie-elements/commit/380cdf9))
3150
- * **hotspot:** added rationale support. ([f60039a](https://github.com/pie-framework/pie-elements/commit/f60039a))
3151
-
1835
+ - Updated with new version of [@pie-lib-config-ui](https://github.com/pie-lib-config-ui). Renamed `configure` with `configuration`. Removed usage of state (root.jsx) and updated tests. ([#225](https://github.com/pie-framework/pie-elements/issues/225)) ([380cdf9](https://github.com/pie-framework/pie-elements/commit/380cdf9))
1836
+ - **hotspot:** added rationale support. ([f60039a](https://github.com/pie-framework/pie-elements/commit/f60039a))
3152
1837
 
3153
1838
  ### BREAKING CHANGES
3154
1839
 
3155
- * `configure` is removed, use `configuration` instead.
3156
-
3157
-
3158
-
3159
-
1840
+ - `configure` is removed, use `configuration` instead.
3160
1841
 
3161
1842
  ## [1.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@1.0.4...@pie-element/hotspot-configure@1.0.5) (2019-05-10)
3162
1843
 
3163
1844
  **Note:** Version bump only for package @pie-element/hotspot-configure
3164
1845
 
3165
-
3166
-
3167
-
3168
-
3169
1846
  ## [1.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@1.0.3...@pie-element/hotspot-configure@1.0.4) (2019-05-10)
3170
1847
 
3171
1848
  **Note:** Version bump only for package @pie-element/hotspot-configure
3172
1849
 
3173
-
3174
-
3175
-
3176
-
3177
1850
  ## [1.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@1.0.2...@pie-element/hotspot-configure@1.0.3) (2019-05-08)
3178
1851
 
3179
1852
  **Note:** Version bump only for package @pie-element/hotspot-configure
3180
1853
 
3181
-
3182
-
3183
-
3184
-
3185
1854
  ## [1.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@1.0.1...@pie-element/hotspot-configure@1.0.2) (2019-05-02)
3186
1855
 
3187
1856
  **Note:** Version bump only for package @pie-element/hotspot-configure
3188
1857
 
3189
-
3190
-
3191
-
3192
-
3193
1858
  ## 1.0.1 (2019-05-02)
3194
1859
 
3195
1860
  **Note:** Version bump only for package @pie-element/hotspot-configure