@pie-element/math-inline 11.0.5-esm.1 → 11.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 (55) hide show
  1. package/CHANGELOG.md +1191 -2718
  2. package/configure/CHANGELOG.md +984 -2344
  3. package/configure/lib/configure.js +162 -240
  4. package/configure/lib/configure.js.map +1 -1
  5. package/configure/lib/defaults.js +8 -8
  6. package/configure/lib/defaults.js.map +1 -1
  7. package/configure/lib/general-config-block.js +447 -564
  8. package/configure/lib/general-config-block.js.map +1 -1
  9. package/configure/lib/index.js +111 -176
  10. package/configure/lib/index.js.map +1 -1
  11. package/configure/lib/response.js +330 -388
  12. package/configure/lib/response.js.map +1 -1
  13. package/configure/lib/utils.js +15 -30
  14. package/configure/lib/utils.js.map +1 -1
  15. package/configure/package.json +14 -12
  16. package/controller/CHANGELOG.md +721 -1739
  17. package/controller/lib/defaults.js +5 -8
  18. package/controller/lib/defaults.js.map +1 -1
  19. package/controller/lib/index.js +189 -278
  20. package/controller/lib/index.js.map +1 -1
  21. package/controller/lib/utils.js +1 -2
  22. package/controller/lib/utils.js.map +1 -1
  23. package/controller/package.json +7 -7
  24. package/lib/index.js +72 -125
  25. package/lib/index.js.map +1 -1
  26. package/lib/main.js +784 -889
  27. package/lib/main.js.map +1 -1
  28. package/lib/print.js +43 -84
  29. package/lib/print.js.map +1 -1
  30. package/lib/simple-question-block.js +125 -162
  31. package/lib/simple-question-block.js.map +1 -1
  32. package/lib/utils.js +1 -2
  33. package/lib/utils.js.map +1 -1
  34. package/package.json +18 -33
  35. package/esm/configure.css +0 -847
  36. package/esm/configure.js +0 -1769
  37. package/esm/configure.js.map +0 -1
  38. package/esm/controller.css +0 -847
  39. package/esm/controller.js +0 -416
  40. package/esm/controller.js.map +0 -1
  41. package/esm/element.css +0 -847
  42. package/esm/element.js +0 -1476
  43. package/esm/element.js.map +0 -1
  44. package/esm/print.css +0 -847
  45. package/esm/print.js +0 -1288
  46. package/esm/print.js.map +0 -1
  47. package/module/configure.js +0 -1
  48. package/module/controller.js +0 -4320
  49. package/module/demo.js +0 -66
  50. package/module/element.js +0 -1
  51. package/module/index.html +0 -21
  52. package/module/manifest.json +0 -14
  53. package/module/print-demo.js +0 -104
  54. package/module/print.html +0 -18
  55. package/module/print.js +0 -1
@@ -3,3358 +3,1998 @@
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
- ## [9.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.7.0...@pie-element/math-inline-configure@9.0.1) (2025-10-02)
7
-
8
- **Note:** Version bump only for package @pie-element/math-inline-configure
9
-
10
-
6
+ ## [10.1.2-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@10.1.0-next.2...@pie-element/math-inline-configure@10.1.2-next.1) (2026-02-26)
11
7
 
8
+ ### Bug Fixes
12
9
 
10
+ - **math-inline:** position Remove button near Alternate label in edit UI PD-5613 ([d391299](https://github.com/pie-framework/pie-elements/commit/d391299335c1932a37d5b13076d46ec7c47f70ea))
13
11
 
14
- # [9.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.7.0...@pie-element/math-inline-configure@9.0.0) (2025-10-01)
12
+ # [10.1.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@10.1.0-next.1...@pie-element/math-inline-configure@10.1.0-next.2) (2026-02-24)
15
13
 
16
14
  **Note:** Version bump only for package @pie-element/math-inline-configure
17
15
 
16
+ ## [9.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@9.3.1...@pie-element/math-inline-configure@9.3.2) (2025-10-22)
18
17
 
18
+ ### Bug Fixes
19
19
 
20
+ - bump libs PD-5265 ([184a978](https://github.com/pie-framework/pie-elements/commit/184a978f57a2a84dc6ba87c1eba0b92d5cdd9eae))
20
21
 
21
-
22
- # [8.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.6.9...@pie-element/math-inline-configure@8.7.0) (2025-09-25)
23
-
22
+ ## [9.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@9.2.1...@pie-element/math-inline-configure@9.3.1) (2025-10-16)
24
23
 
25
24
  ### Bug Fixes
26
25
 
27
- * **math-rendering:** move mathjax-full back to dependencies ([aba6dbf](https://github.com/pie-framework/pie-elements/commit/aba6dbf2c98da164149a881616df5e7b8e29b2f2))
28
- * conflicts ([5c99a5d](https://github.com/pie-framework/pie-elements/commit/5c99a5db49549422ba1e29b6c67f210e688677d8))
29
- * fix conflicts and update imports ([da74559](https://github.com/pie-framework/pie-elements/commit/da745596bfc0da732cdafdcfee376c84fde3cdc6))
30
- * fix imports PD-5126 ([3bf4684](https://github.com/pie-framework/pie-elements/commit/3bf4684871a62b3e23f50e2c010adfc9ae674919))
31
- * merge develop ([9f997d7](https://github.com/pie-framework/pie-elements/commit/9f997d7a9813bed26b760f14fbf841e373bb0bb8))
32
- * merge develop ([b5ec752](https://github.com/pie-framework/pie-elements/commit/b5ec752f6fedc576449c277308499bc853244544))
33
- * update pie-lib/pie-toolbox PD-5196 ([d525b88](https://github.com/pie-framework/pie-elements/commit/d525b888f16fcc2ac115c8e699ca6f249db27406))
26
+ - bump pie-lib versions and pslb module versions ([393d39f](https://github.com/pie-framework/pie-elements/commit/393d39fb850ad055568f4d20464213e9043f208f))
34
27
 
28
+ # [9.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@9.2.0...@pie-element/math-inline-configure@9.3.0) (2025-10-15)
35
29
 
36
- ### Features
30
+ ### Bug Fixes
37
31
 
38
- * **math-inline:** split pie-toolbox PD-5158 ([7b36cf7](https://github.com/pie-framework/pie-elements/commit/7b36cf7cfe2ba68c7461cf50a8f1496b420c7741))
32
+ - bump libs ([2616ab2](https://github.com/pie-framework/pie-elements/commit/2616ab24f776f4df02302f5855c381ee52527665))
39
33
 
34
+ ## [9.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@9.2.0...@pie-element/math-inline-configure@9.2.1) (2025-10-14)
40
35
 
36
+ ### Bug Fixes
41
37
 
38
+ - bump libs ([2616ab2](https://github.com/pie-framework/pie-elements/commit/2616ab24f776f4df02302f5855c381ee52527665))
42
39
 
40
+ # [9.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@9.0.1...@pie-element/math-inline-configure@9.2.0) (2025-10-10)
43
41
 
44
- ## [8.6.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.6.8...@pie-element/math-inline-configure@8.6.9) (2025-09-11)
42
+ ### Bug Fixes
45
43
 
44
+ - conclude merge with develop ([8388078](https://github.com/pie-framework/pie-elements/commit/8388078124486bdab0def8dbe5e442117514c05a))
46
45
 
47
- ### Bug Fixes
46
+ ### Features
48
47
 
49
- * update pie-lib/pie-toolbox PD-5198, PD-5187 ([f04a94c](https://github.com/pie-framework/pie-elements/commit/f04a94c62a29d77fcb17b473b7de1022ad65eeb4))
48
+ - allow elemnts to use same fontFamily set in common ui container to avoid incons PD-5199 ([8b1742e](https://github.com/pie-framework/pie-elements/commit/8b1742e06c9befe1e81bf6a76c72448c91b2429b))
49
+ - update libs PD-5208, PD-5211, PD-5199, PD-5218, PD-5217 ([da327fa](https://github.com/pie-framework/pie-elements/commit/da327fa501f6e9eff1c0b30b5ef092426a91f78b))
50
50
 
51
+ # [9.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@9.0.0...@pie-element/math-inline-configure@9.1.0) (2025-10-07)
52
+
53
+ **Note:** Version bump only for package @pie-element/math-inline-configure
51
54
 
55
+ ## [9.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.7.0...@pie-element/math-inline-configure@9.0.1) (2025-10-02)
52
56
 
57
+ **Note:** Version bump only for package @pie-element/math-inline-configure
53
58
 
59
+ # [9.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.7.0...@pie-element/math-inline-configure@9.0.0) (2025-10-01)
54
60
 
55
- ## [8.6.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.6.7...@pie-element/math-inline-configure@8.6.8) (2025-09-09)
61
+ **Note:** Version bump only for package @pie-element/math-inline-configure
56
62
 
63
+ # [8.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.6.9...@pie-element/math-inline-configure@8.7.0) (2025-09-25)
57
64
 
58
65
  ### Bug Fixes
59
66
 
60
- * update pie-lib/pie-toolbox PD-5196 ([29ec1c8](https://github.com/pie-framework/pie-elements/commit/29ec1c80dd278b534751f3944445b91d5f9524a5))
67
+ - **math-rendering:** move mathjax-full back to dependencies ([aba6dbf](https://github.com/pie-framework/pie-elements/commit/aba6dbf2c98da164149a881616df5e7b8e29b2f2))
68
+ - conflicts ([5c99a5d](https://github.com/pie-framework/pie-elements/commit/5c99a5db49549422ba1e29b6c67f210e688677d8))
69
+ - fix conflicts and update imports ([da74559](https://github.com/pie-framework/pie-elements/commit/da745596bfc0da732cdafdcfee376c84fde3cdc6))
70
+ - fix imports PD-5126 ([3bf4684](https://github.com/pie-framework/pie-elements/commit/3bf4684871a62b3e23f50e2c010adfc9ae674919))
71
+ - merge develop ([9f997d7](https://github.com/pie-framework/pie-elements/commit/9f997d7a9813bed26b760f14fbf841e373bb0bb8))
72
+ - merge develop ([b5ec752](https://github.com/pie-framework/pie-elements/commit/b5ec752f6fedc576449c277308499bc853244544))
73
+ - update pie-lib/pie-toolbox PD-5196 ([d525b88](https://github.com/pie-framework/pie-elements/commit/d525b888f16fcc2ac115c8e699ca6f249db27406))
61
74
 
75
+ ### Features
62
76
 
77
+ - **math-inline:** split pie-toolbox PD-5158 ([7b36cf7](https://github.com/pie-framework/pie-elements/commit/7b36cf7cfe2ba68c7461cf50a8f1496b420c7741))
63
78
 
79
+ ## [8.6.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.6.8...@pie-element/math-inline-configure@8.6.9) (2025-09-11)
64
80
 
81
+ ### Bug Fixes
65
82
 
66
- ## [8.6.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.6.6...@pie-element/math-inline-configure@8.6.7) (2025-09-09)
83
+ - update pie-lib/pie-toolbox PD-5198, PD-5187 ([f04a94c](https://github.com/pie-framework/pie-elements/commit/f04a94c62a29d77fcb17b473b7de1022ad65eeb4))
67
84
 
85
+ ## [8.6.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.6.7...@pie-element/math-inline-configure@8.6.8) (2025-09-09)
68
86
 
69
87
  ### Bug Fixes
70
88
 
71
- * update pie-lib/pie-toolboox PD-5181, PD-5187, PD-4580, PD-5198 ([9fa09cd](https://github.com/pie-framework/pie-elements/commit/9fa09cdb29fe43e292e6f3fba2b88561d8deceab))
72
-
89
+ - update pie-lib/pie-toolbox PD-5196 ([29ec1c8](https://github.com/pie-framework/pie-elements/commit/29ec1c80dd278b534751f3944445b91d5f9524a5))
73
90
 
91
+ ## [8.6.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.6.6...@pie-element/math-inline-configure@8.6.7) (2025-09-09)
74
92
 
93
+ ### Bug Fixes
75
94
 
95
+ - update pie-lib/pie-toolboox PD-5181, PD-5187, PD-4580, PD-5198 ([9fa09cd](https://github.com/pie-framework/pie-elements/commit/9fa09cdb29fe43e292e6f3fba2b88561d8deceab))
76
96
 
77
97
  ## [8.6.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.6.5...@pie-element/math-inline-configure@8.6.6) (2025-09-02)
78
98
 
79
-
80
99
  ### Bug Fixes
81
100
 
82
- * update pie-lib/pie-toolbox PD-4579, PD-4430 ([277d2a6](https://github.com/pie-framework/pie-elements/commit/277d2a6bad2fc884ab9d980f71774ba9eca8dbb5))
83
-
84
-
101
+ - update pie-lib/pie-toolbox PD-4579, PD-4430 ([277d2a6](https://github.com/pie-framework/pie-elements/commit/277d2a6bad2fc884ab9d980f71774ba9eca8dbb5))
85
102
 
103
+ ## [8.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.6.4...@pie-element/math-inline-configure@8.6.5) (2025-08-15)
86
104
 
105
+ ### Bug Fixes
87
106
 
88
- ## [8.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.6.4...@pie-element/math-inline-configure@8.6.5) (2025-08-15)
107
+ - PD-5084 ([78bd9ca](https://github.com/pie-framework/pie-elements/commit/78bd9ca1540c3968ddd36e0ff5cc4ac095865250))
89
108
 
109
+ ## [8.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.6.3...@pie-element/math-inline-configure@8.6.4) (2025-08-14)
90
110
 
91
111
  ### Bug Fixes
92
112
 
93
- * PD-5084 ([78bd9ca](https://github.com/pie-framework/pie-elements/commit/78bd9ca1540c3968ddd36e0ff5cc4ac095865250))
113
+ - update pie-lib/pie-toolboxPD-5147, PD-4579, PD-5084, PD-4918 ([ff9ec92](https://github.com/pie-framework/pie-elements/commit/ff9ec92eb659a1664729aaae54eedf3b87f6a96a))
114
+
115
+ ## [8.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.6.2...@pie-element/math-inline-configure@8.6.3) (2025-08-14)
94
116
 
117
+ ### Bug Fixes
95
118
 
119
+ - update pie-lib/pie-toolbox PD-5147 ([484432f](https://github.com/pie-framework/pie-elements/commit/484432fd824ebe403e8f4302f6b8cf4d026dacb5))
96
120
 
121
+ ## [8.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.6.1...@pie-element/math-inline-configure@8.6.2) (2025-07-25)
97
122
 
123
+ ### Bug Fixes
98
124
 
99
- ## [8.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.6.3...@pie-element/math-inline-configure@8.6.4) (2025-08-14)
125
+ - refactor PD-5132, update pie-lib/pie-toolbox PD-3797 ([7434408](https://github.com/pie-framework/pie-elements/commit/7434408416a883fd680eec13fe1109711fd7e6b5))
126
+ - update pie-lib/pie-toolbox PD-4885, PD-5131 ([4b9859c](https://github.com/pie-framework/pie-elements/commit/4b9859c919a1a7cc8e29d6168a91cd1f7d1aafd1))
100
127
 
128
+ ## [8.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.6.0...@pie-element/math-inline-configure@8.6.1) (2025-07-22)
101
129
 
102
130
  ### Bug Fixes
103
131
 
104
- * update pie-lib/pie-toolboxPD-5147, PD-4579, PD-5084, PD-4918 ([ff9ec92](https://github.com/pie-framework/pie-elements/commit/ff9ec92eb659a1664729aaae54eedf3b87f6a96a))
132
+ - update pie-toolbox PD-4885 ([a6d439e](https://github.com/pie-framework/pie-elements/commit/a6d439e49a0082f3d5e8bf46cc73c69d1d0ae311))
105
133
 
134
+ # [8.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.10...@pie-element/math-inline-configure@8.6.0) (2025-07-18)
106
135
 
136
+ ### Bug Fixes
107
137
 
138
+ - update pie-lib/pie-toolbox PD-363 ([10ce402](https://github.com/pie-framework/pie-elements/commit/10ce402bcb1c0c9c24dfc9ecff2e13c4de14a753))
108
139
 
140
+ ### Features
109
141
 
110
- ## [8.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.6.2...@pie-element/math-inline-configure@8.6.3) (2025-08-14)
142
+ - 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))
143
+ - 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))
111
144
 
145
+ ## [8.5.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.9...@pie-element/math-inline-configure@8.5.10) (2025-06-27)
112
146
 
113
147
  ### Bug Fixes
114
148
 
115
- * update pie-lib/pie-toolbox PD-5147 ([484432f](https://github.com/pie-framework/pie-elements/commit/484432fd824ebe403e8f4302f6b8cf4d026dacb5))
149
+ - update pie-lib/pie-toolbox PD-5064 ([f61face](https://github.com/pie-framework/pie-elements/commit/f61face71312f0a4e46a16a646aa616b9d4ed8eb))
150
+
151
+ ## [8.5.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.8...@pie-element/math-inline-configure@8.5.9) (2025-06-25)
116
152
 
153
+ ### Bug Fixes
117
154
 
155
+ - update pie-lib/pie-toolbox PD-5059 ([d6f2203](https://github.com/pie-framework/pie-elements/commit/d6f22032dcfb049ce7aeb496f94456fdd06d4139))
118
156
 
157
+ ## [8.5.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.7...@pie-element/math-inline-configure@8.5.8) (2025-06-19)
119
158
 
159
+ ### Bug Fixes
120
160
 
121
- ## [8.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.6.1...@pie-element/math-inline-configure@8.6.2) (2025-07-25)
161
+ - update pie-lib/pie-toolbox PD-5076, PD-5063, PD-4832, PD-5059 ([16201a3](https://github.com/pie-framework/pie-elements/commit/16201a35183965fabd033bbf797ef3b438d69a85))
122
162
 
163
+ ## [8.5.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.6...@pie-element/math-inline-configure@8.5.7) (2025-06-05)
123
164
 
124
165
  ### Bug Fixes
125
166
 
126
- * refactor PD-5132, update pie-lib/pie-toolbox PD-3797 ([7434408](https://github.com/pie-framework/pie-elements/commit/7434408416a883fd680eec13fe1109711fd7e6b5))
127
- * update pie-lib/pie-toolbox PD-4885, PD-5131 ([4b9859c](https://github.com/pie-framework/pie-elements/commit/4b9859c919a1a7cc8e29d6168a91cd1f7d1aafd1))
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))
128
171
 
172
+ ## [8.5.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.5...@pie-element/math-inline-configure@8.5.6) (2025-05-22)
129
173
 
174
+ ### Bug Fixes
130
175
 
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))
131
180
 
181
+ ## [8.5.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.4...@pie-element/math-inline-configure@8.5.5) (2025-05-12)
132
182
 
133
- ## [8.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.6.0...@pie-element/math-inline-configure@8.6.1) (2025-07-22)
183
+ ### Bug Fixes
184
+
185
+ - update pie-lib/pie-toolbox PD-4977 ([1f864de](https://github.com/pie-framework/pie-elements/commit/1f864de43661adf716578caf4657c4c0a0384556))
134
186
 
187
+ ## [8.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.3...@pie-element/math-inline-configure@8.5.4) (2025-04-29)
135
188
 
136
189
  ### Bug Fixes
137
190
 
138
- * update pie-toolbox PD-4885 ([a6d439e](https://github.com/pie-framework/pie-elements/commit/a6d439e49a0082f3d5e8bf46cc73c69d1d0ae311))
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))
139
193
 
194
+ ## [8.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.2...@pie-element/math-inline-configure@8.5.3) (2025-04-18)
140
195
 
196
+ ### Bug Fixes
141
197
 
198
+ - update pie-lib/pie-toolbox PD-4967 ([cf4c095](https://github.com/pie-framework/pie-elements/commit/cf4c095f21a2e9bdf74ce5a419ad5fc8d0d7f6ca))
142
199
 
200
+ ## [8.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.1...@pie-element/math-inline-configure@8.5.2) (2025-04-17)
143
201
 
144
- # [8.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.10...@pie-element/math-inline-configure@8.6.0) (2025-07-18)
202
+ ### Bug Fixes
145
203
 
204
+ - update pie-lib/pie-toolbox PD-4967 ([0901bff](https://github.com/pie-framework/pie-elements/commit/0901bff14ea3398cf3930d7e41809a4d9dde0ccd))
205
+
206
+ ## [8.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.0...@pie-element/math-inline-configure@8.5.1) (2025-04-10)
146
207
 
147
208
  ### Bug Fixes
148
209
 
149
- * update pie-lib/pie-toolbox PD-363 ([10ce402](https://github.com/pie-framework/pie-elements/commit/10ce402bcb1c0c9c24dfc9ecff2e13c4de14a753))
210
+ - update pie-lib/pie-toolbox PD-4765, PD-4947 ([56312ea](https://github.com/pie-framework/pie-elements/commit/56312ea13151cc7e5d026a112fb7d86d320e4799))
150
211
 
212
+ # [8.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.4.0...@pie-element/math-inline-configure@8.5.0) (2025-04-01)
151
213
 
152
214
  ### Features
153
215
 
154
- * 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))
155
- * 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))
216
+ - update pie-lib/pie-toolbox PD-4938 ([4d89e6e](https://github.com/pie-framework/pie-elements/commit/4d89e6ef28c75b344b6669562f99057359bff794))
156
217
 
218
+ # [8.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.9...@pie-element/math-inline-configure@8.4.0) (2025-03-27)
157
219
 
220
+ ### Bug Fixes
158
221
 
222
+ - update pie-lib/pie-toolbox PD-4895, PD-4093, PD-4888 ([7e6f1c5](https://github.com/pie-framework/pie-elements/commit/7e6f1c5d7bd0832f62ec8f048e04bcdbfe426779))
159
223
 
224
+ ### Features
160
225
 
161
- ## [8.5.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.9...@pie-element/math-inline-configure@8.5.10) (2025-06-27)
226
+ - updated config so line breaks are enabled in editor [PD-4093] ([2e1978d](https://github.com/pie-framework/pie-elements/commit/2e1978db22d6e39328fff7dce8af3a494f77e2e1))
162
227
 
228
+ ## [8.3.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.8...@pie-element/math-inline-configure@8.3.9) (2025-03-21)
163
229
 
164
230
  ### Bug Fixes
165
231
 
166
- * update pie-lib/pie-toolbox PD-5064 ([f61face](https://github.com/pie-framework/pie-elements/commit/f61face71312f0a4e46a16a646aa616b9d4ed8eb))
167
-
168
-
232
+ - update pie-toolbox PD-4917 ([03f3dab](https://github.com/pie-framework/pie-elements/commit/03f3dab963e2c5a55c8e44c472eaf00053bd111c))
169
233
 
234
+ ## [8.3.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.7...@pie-element/math-inline-configure@8.3.8) (2025-03-14)
170
235
 
236
+ ### Bug Fixes
171
237
 
172
- ## [8.5.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.8...@pie-element/math-inline-configure@8.5.9) (2025-06-25)
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))
173
239
 
240
+ ## [8.3.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.6...@pie-element/math-inline-configure@8.3.7) (2025-03-13)
174
241
 
175
242
  ### Bug Fixes
176
243
 
177
- * update pie-lib/pie-toolbox PD-5059 ([d6f2203](https://github.com/pie-framework/pie-elements/commit/d6f22032dcfb049ce7aeb496f94456fdd06d4139))
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))
245
+
246
+ ## [8.3.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.5...@pie-element/math-inline-configure@8.3.6) (2025-03-03)
178
247
 
248
+ ### Bug Fixes
179
249
 
250
+ - update pie-lib pie-toolbox PD-4795 ([c0bc482](https://github.com/pie-framework/pie-elements/commit/c0bc48285a67aaaf6f4b81057ced62bc57ee978d))
180
251
 
252
+ ## [8.3.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.4...@pie-element/math-inline-configure@8.3.5) (2025-02-27)
181
253
 
254
+ ### Bug Fixes
182
255
 
183
- ## [8.5.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.7...@pie-element/math-inline-configure@8.5.8) (2025-06-19)
256
+ - update pie-lib/pie-toolbox PD-4820, PD-4766 ([7ccdb40](https://github.com/pie-framework/pie-elements/commit/7ccdb405614f1c310efe530d97c46fe324c0a669))
184
257
 
258
+ ## [8.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.3...@pie-element/math-inline-configure@8.3.4) (2025-02-19)
185
259
 
186
260
  ### Bug Fixes
187
261
 
188
- * update pie-lib/pie-toolbox PD-5076, PD-5063, PD-4832, PD-5059 ([16201a3](https://github.com/pie-framework/pie-elements/commit/16201a35183965fabd033bbf797ef3b438d69a85))
262
+ - update pie-lib/pie-toolbox PD-4168, PD-4723 ([921f1bf](https://github.com/pie-framework/pie-elements/commit/921f1bfff211979c859821bb15c369327cfacdf7))
263
+
264
+ ## [8.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.2...@pie-element/math-inline-configure@8.3.3) (2025-02-14)
189
265
 
266
+ ### Bug Fixes
190
267
 
268
+ - update pie-lib/pie-toolbox PD-4801 ([194e2d7](https://github.com/pie-framework/pie-elements/commit/194e2d7e86a02887ffe03e13c062f8d98d543fd9))
191
269
 
270
+ ## [8.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.1...@pie-element/math-inline-configure@8.3.2) (2025-02-12)
192
271
 
272
+ ### Bug Fixes
193
273
 
194
- ## [8.5.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.6...@pie-element/math-inline-configure@8.5.7) (2025-06-05)
274
+ - update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
195
275
 
276
+ ## [8.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.0...@pie-element/math-inline-configure@8.3.1) (2025-02-06)
196
277
 
197
278
  ### Bug Fixes
198
279
 
199
- * update pie-lib pie-toolbox PD-3756 and revert changes for PD-4810 ([1e3030b](https://github.com/pie-framework/pie-elements/commit/1e3030bfdb13d0cce7b54ce0e9a109446c5ec2a2))
200
- * update pie-lib-pie-toolbox PD-4810 ([6c81afc](https://github.com/pie-framework/pie-elements/commit/6c81afc6a8ad41e001bafb0bd1563164e9f32a10))
201
- * update pie-lib-pie-toolbox PD-4810 ([0f9dd82](https://github.com/pie-framework/pie-elements/commit/0f9dd827c474e87770fd3bd146d870dd77d296df))
202
- * update pie-lib/pie-toolbox PD-4888, PD-3542, PD-4873, PD-4679 ([9c3bdef](https://github.com/pie-framework/pie-elements/commit/9c3bdef1b68f128ecc6338ef74f25fb74c482aa6))
280
+ - update pie-lib/pie-toolbox PD-4753, PD-4618, PD-4641 ([f73f2be](https://github.com/pie-framework/pie-elements/commit/f73f2bec76321a677fff71e575d19c0f2e5b1d9c))
203
281
 
282
+ # [8.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.2.8...@pie-element/math-inline-configure@8.3.0) (2025-01-27)
204
283
 
284
+ ### Bug Fixes
205
285
 
286
+ - update pie-lib/pie-toolbox PD-3995, PD-4679 ([87dadfa](https://github.com/pie-framework/pie-elements/commit/87dadfacfae3b06690edaf0b3c4a5ea09981b153))
206
287
 
288
+ ### Features
207
289
 
208
- ## [8.5.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.5...@pie-element/math-inline-configure@8.5.6) (2025-05-22)
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))
209
292
 
293
+ ## [8.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.2.7...@pie-element/math-inline-configure@8.2.8) (2025-01-27)
210
294
 
211
295
  ### Bug Fixes
212
296
 
213
- * conflicts ([fce1a12](https://github.com/pie-framework/pie-elements/commit/fce1a12cacfcdc0f7ded44291eb7539dc3567127))
214
- * tests PD-5009 ([e00ac85](https://github.com/pie-framework/pie-elements/commit/e00ac85428a335d1dd67012b99a89861926594d0))
215
- * update pie-lib/pie-toolbox PD-4555, PD-4561 ([a7c878c](https://github.com/pie-framework/pie-elements/commit/a7c878cc1c1440bc0f72acb8ca3ef2a023023066))
216
- * update pie-lib/pie-toolbox PD-5009, PD-5002 ([9d5d7a3](https://github.com/pie-framework/pie-elements/commit/9d5d7a31ea06b568c346008aee2557dfd2e9a796))
217
-
218
-
297
+ - update pie-lib/pie-toolbox PD-4688, PD-4589, PD-4616 ([754480c](https://github.com/pie-framework/pie-elements/commit/754480c6c747fa9123d374df0287a644c8376939))
219
298
 
299
+ ## [8.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.2.6...@pie-element/math-inline-configure@8.2.7) (2025-01-22)
220
300
 
301
+ ### Bug Fixes
221
302
 
222
- ## [8.5.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.4...@pie-element/math-inline-configure@8.5.5) (2025-05-12)
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))
223
304
 
305
+ ## [8.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.2.5...@pie-element/math-inline-configure@8.2.6) (2025-01-22)
224
306
 
225
307
  ### Bug Fixes
226
308
 
227
- * update pie-lib/pie-toolbox PD-4977 ([1f864de](https://github.com/pie-framework/pie-elements/commit/1f864de43661adf716578caf4657c4c0a0384556))
309
+ - replace mra package with mr, includes accessibility PD-4527 ([c83bd43](https://github.com/pie-framework/pie-elements/commit/c83bd438d3a0e94d524c04364fddd3a8edc8876e))
310
+
311
+ ## [8.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.2.4...@pie-element/math-inline-configure@8.2.5) (2025-01-06)
228
312
 
313
+ ### Bug Fixes
229
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))
230
316
 
317
+ ## [8.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.2.3...@pie-element/math-inline-configure@8.2.4) (2024-12-20)
231
318
 
319
+ ### Bug Fixes
232
320
 
233
- ## [8.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.3...@pie-element/math-inline-configure@8.5.4) (2025-04-29)
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))
234
322
 
323
+ ## [8.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.2.2...@pie-element/math-inline-configure@8.2.3) (2024-12-10)
235
324
 
236
325
  ### Bug Fixes
237
326
 
238
- * update pie-lib/pie-toolbox PD-4976 ([ccf7412](https://github.com/pie-framework/pie-elements/commit/ccf74123f4581fc45383bdf2c181e699588b989d))
239
- * update pie-lib/pie-toolbox PD-4976, PD-4980, PD-3496 ([a001d12](https://github.com/pie-framework/pie-elements/commit/a001d122ca198b23eeef9596857555eb1a76bb6b))
327
+ - update pie-lib/pie-toolbox PD-4388, PD-4548 ([0e7dad4](https://github.com/pie-framework/pie-elements/commit/0e7dad48f541e7c5c10212e58c6ae846c60be93c))
328
+
329
+ ## [8.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.2.1...@pie-element/math-inline-configure@8.2.2) (2024-12-05)
240
330
 
331
+ ### Bug Fixes
241
332
 
333
+ - 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))
242
334
 
335
+ ## [8.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.2.0...@pie-element/math-inline-configure@8.2.1) (2024-11-29)
243
336
 
337
+ ### Bug Fixes
244
338
 
245
- ## [8.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.2...@pie-element/math-inline-configure@8.5.3) (2025-04-18)
339
+ - update pie-lib/pie-toolbox PD-4387, PD-4388 ([0416caf](https://github.com/pie-framework/pie-elements/commit/0416caf1188a62367a893c1e2bcfd138303c1d6d))
246
340
 
341
+ # [8.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.1.1...@pie-element/math-inline-configure@8.2.0) (2024-11-15)
247
342
 
248
343
  ### Bug Fixes
249
344
 
250
- * update pie-lib/pie-toolbox PD-4967 ([cf4c095](https://github.com/pie-framework/pie-elements/commit/cf4c095f21a2e9bdf74ce5a419ad5fc8d0d7f6ca))
345
+ - 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))
251
346
 
347
+ ### Features
252
348
 
349
+ - Adjust all elements to support custom color for controls in authoring PD-4334 ([d6b3dc5](https://github.com/pie-framework/pie-elements/commit/d6b3dc5963824d0a1ce7bf36a8c590e27761c86c))
253
350
 
351
+ ## [8.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.1.0...@pie-element/math-inline-configure@8.1.1) (2024-11-01)
254
352
 
353
+ ### Bug Fixes
255
354
 
256
- ## [8.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.1...@pie-element/math-inline-configure@8.5.2) (2025-04-17)
355
+ - update pie-lib PD-4361 ([0ed2a71](https://github.com/pie-framework/pie-elements/commit/0ed2a7156d3fef55b9c25ab9c60d0df836b86ee5))
356
+ - update pie-lib/pie-toolbox PD-4319, PD-1460, PD-4004 ([db03ac7](https://github.com/pie-framework/pie-elements/commit/db03ac7473960cedef2c83c79920e77db06f605d))
357
+ - update pie-lib/pie-toolbox PD-4372 ([dc73470](https://github.com/pie-framework/pie-elements/commit/dc734705a6aefa0f69eb29d3d695c57e31671ab8))
257
358
 
359
+ # [8.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.0.6...@pie-element/math-inline-configure@8.1.0) (2024-10-29)
258
360
 
259
361
  ### Bug Fixes
260
362
 
261
- * update pie-lib/pie-toolbox PD-4967 ([0901bff](https://github.com/pie-framework/pie-elements/commit/0901bff14ea3398cf3930d7e41809a4d9dde0ccd))
363
+ - fixed all tests after updating pie-toolbox [PD-1460] ([9f5293d](https://github.com/pie-framework/pie-elements/commit/9f5293d618edc06f69fabb27a042ec5eee66e151))
262
364
 
365
+ ### Features
263
366
 
367
+ - 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))
264
368
 
369
+ ## [8.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.0.5...@pie-element/math-inline-configure@8.0.6) (2024-10-28)
265
370
 
371
+ ### Bug Fixes
266
372
 
267
- ## [8.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.5.0...@pie-element/math-inline-configure@8.5.1) (2025-04-10)
373
+ - update pie-lib/pie-toolbox PD-4322, PD-4215, PD-4209 ([08eac95](https://github.com/pie-framework/pie-elements/commit/08eac95fd3e1a79b420fbc88cd0c7436ba284c3c))
268
374
 
375
+ ## [8.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.0.4...@pie-element/math-inline-configure@8.0.5) (2024-10-22)
269
376
 
270
377
  ### Bug Fixes
271
378
 
272
- * update pie-lib/pie-toolbox PD-4765, PD-4947 ([56312ea](https://github.com/pie-framework/pie-elements/commit/56312ea13151cc7e5d026a112fb7d86d320e4799))
273
-
379
+ - 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))
274
380
 
381
+ ## [8.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.0.3...@pie-element/math-inline-configure@8.0.4) (2024-10-15)
275
382
 
383
+ ### Bug Fixes
276
384
 
385
+ - added complexjs as dependency [PD-4200] ([da393d5](https://github.com/pie-framework/pie-elements/commit/da393d5ae8ef52f17b47ccf32967410a9263180e))
386
+ - added resolutions to every package [PD-4200] ([480bed5](https://github.com/pie-framework/pie-elements/commit/480bed5eddfc91ec9dbc7ca7e3f6d09b2a199e7d))
387
+ - reverting changes since the issue is fixed in the latest complex.js [PD-4200] ([42c9f21](https://github.com/pie-framework/pie-elements/commit/42c9f216c4d29b051156489beb43fa7093667eb7))
388
+ - update pie toolbox ([ba98798](https://github.com/pie-framework/pie-elements/commit/ba987984ebc2f856950611874436cf148a9a3963))
389
+ - update pie-lib/pie-toolbox PD-4200 ([a41a620](https://github.com/pie-framework/pie-elements/commit/a41a62036afe6aa8ef70493900c08875cff8eec2))
390
+ - update pie-lib/pie-toolbox PD-4241 ([b24d439](https://github.com/pie-framework/pie-elements/commit/b24d43945457792d403d0da62ce3e4b5b898ca46))
277
391
 
278
- # [8.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.4.0...@pie-element/math-inline-configure@8.5.0) (2025-04-01)
392
+ ## [8.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.0.2...@pie-element/math-inline-configure@8.0.3) (2024-10-03)
279
393
 
394
+ ### Bug Fixes
280
395
 
281
- ### Features
396
+ - update pie-toolbox and @pie-lib/pie-toolbox-module PD-4018 ([2d60730](https://github.com/pie-framework/pie-elements/commit/2d60730eb6c3ade08e522c58218cff2f6cb496cb))
282
397
 
283
- * update pie-lib/pie-toolbox PD-4938 ([4d89e6e](https://github.com/pie-framework/pie-elements/commit/4d89e6ef28c75b344b6669562f99057359bff794))
398
+ ## [8.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.0.1...@pie-element/math-inline-configure@8.0.2) (2024-10-01)
284
399
 
400
+ ### Bug Fixes
285
401
 
402
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([ddb9d44](https://github.com/pie-framework/pie-elements/commit/ddb9d444243b881b3a468ecfb5bab551511a2495))
286
403
 
404
+ ## [8.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.0.0...@pie-element/math-inline-configure@8.0.1) (2024-09-26)
287
405
 
406
+ ### Bug Fixes
288
407
 
289
- # [8.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.9...@pie-element/math-inline-configure@8.4.0) (2025-03-27)
408
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([c363be4](https://github.com/pie-framework/pie-elements/commit/c363be48f9428024d4acc1eed05cd598840ffe3a))
409
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([fe83296](https://github.com/pie-framework/pie-elements/commit/fe83296445f9785e67c9643642221b28b4485921))
410
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([321147b](https://github.com/pie-framework/pie-elements/commit/321147b4072f2a6200d155f7f09c712960fe078c))
411
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([d3e24e8](https://github.com/pie-framework/pie-elements/commit/d3e24e83d74e93f0720eff8841ebac1d0493b769))
412
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([a3dd8d6](https://github.com/pie-framework/pie-elements/commit/a3dd8d65a754acadd95134ee825b769355a08a45))
290
413
 
414
+ # [8.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.21.6...@pie-element/math-inline-configure@8.0.0) (2024-09-25)
291
415
 
292
416
  ### Bug Fixes
293
417
 
294
- * update pie-lib/pie-toolbox PD-4895, PD-4093, PD-4888 ([7e6f1c5](https://github.com/pie-framework/pie-elements/commit/7e6f1c5d7bd0832f62ec8f048e04bcdbfe426779))
295
-
418
+ - update math-rendering-accessible ([a5588cf](https://github.com/pie-framework/pie-elements/commit/a5588cfdccb40e970e93736dea60de4b01f1a85d))
419
+ - update pie-toolbox and @pie-lib/pie-toolbox-module ([8fa1e13](https://github.com/pie-framework/pie-elements/commit/8fa1e132d97ccc92093e789e4349610c2be21edb))
296
420
 
297
421
  ### Features
298
422
 
299
- * updated config so line breaks are enabled in editor [PD-4093] ([2e1978d](https://github.com/pie-framework/pie-elements/commit/2e1978db22d6e39328fff7dce8af3a494f77e2e1))
423
+ - update math-rendering-accessible PD-3989, PD-4103, PD-3865 ([01590fe](https://github.com/pie-framework/pie-elements/commit/01590fe0f6ac36d14983cc144ef03f9cff397dfc))
300
424
 
425
+ ### BREAKING CHANGES
301
426
 
427
+ - big refactoring on the implementation of math-rendering-accessible
302
428
 
429
+ ## [7.21.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.21.5...@pie-element/math-inline-configure@7.21.6) (2024-09-16)
303
430
 
431
+ ### Bug Fixes
304
432
 
305
- ## [8.3.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.8...@pie-element/math-inline-configure@8.3.9) (2025-03-21)
433
+ - update pie-lib/pie-toolbox PD-4061, PD-4021 ([ef8e3d0](https://github.com/pie-framework/pie-elements/commit/ef8e3d0d5fca4ca57c89c7c8ef8e74ec5600551e))
306
434
 
435
+ ## [7.21.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.21.4...@pie-element/math-inline-configure@7.21.5) (2024-09-16)
307
436
 
308
437
  ### Bug Fixes
309
438
 
310
- * update pie-toolbox PD-4917 ([03f3dab](https://github.com/pie-framework/pie-elements/commit/03f3dab963e2c5a55c8e44c472eaf00053bd111c))
311
-
312
-
439
+ - experiment with mra ([d62f2b4](https://github.com/pie-framework/pie-elements/commit/d62f2b4526eeda1f90d3660d97bf278ac1ae72da))
440
+ - experiment with mra ([d9487a5](https://github.com/pie-framework/pie-elements/commit/d9487a5394c9b71bb7d7d69a836ed629ae13f7b1))
441
+ - experiment with mra ([a2e933c](https://github.com/pie-framework/pie-elements/commit/a2e933cd27bb052046e245672d3e01cb5ba1b518))
442
+ - update pie-lib/pie-toolbox PD-4027, PD-4042,PD-4039, PD-4073 ([68306be](https://github.com/pie-framework/pie-elements/commit/68306be02254a6019916637fd9b75427cae1c0ed))
313
443
 
444
+ ## [7.21.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.21.3...@pie-element/math-inline-configure@7.21.4) (2024-09-10)
314
445
 
446
+ ### Bug Fixes
315
447
 
316
- ## [8.3.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.7...@pie-element/math-inline-configure@8.3.8) (2025-03-14)
448
+ - update pie-lib/pie-toolbox PD-3652, PD-2451 ([8a00529](https://github.com/pie-framework/pie-elements/commit/8a00529f67a8e27e78e4c16de5d04e11ec8c4d16))
317
449
 
450
+ ## [7.21.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.21.2...@pie-element/math-inline-configure@7.21.3) (2024-09-10)
318
451
 
319
452
  ### Bug Fixes
320
453
 
321
- * 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))
322
-
323
-
454
+ - update pie-lib/pie-toolbox: ability to disable table and lists PD-4065 ([49f1ce4](https://github.com/pie-framework/pie-elements/commit/49f1ce4000bc45d0eb8032f6538c0c780940a503))
324
455
 
456
+ ## [7.21.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.21.1...@pie-element/math-inline-configure@7.21.2) (2024-08-29)
325
457
 
458
+ ### Bug Fixes
326
459
 
327
- ## [8.3.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.6...@pie-element/math-inline-configure@8.3.7) (2025-03-13)
460
+ - trigger build PD-4052 ([24783c4](https://github.com/pie-framework/pie-elements/commit/24783c43a97db9c9a2b665f2c784ccd4ce8511ca))
328
461
 
462
+ ## [7.21.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.21.0...@pie-element/math-inline-configure@7.21.1) (2024-08-29)
329
463
 
330
464
  ### Bug Fixes
331
465
 
332
- * 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))
333
-
334
-
466
+ - update pie-lib/pie-toolbox PD-4052 ([ebbbe2d](https://github.com/pie-framework/pie-elements/commit/ebbbe2dc584829abe8f1b4d6e8a9031e27f30dce))
335
467
 
468
+ # [7.21.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.20.3...@pie-element/math-inline-configure@7.21.0) (2024-08-27)
336
469
 
470
+ ### Features
337
471
 
338
- ## [8.3.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.5...@pie-element/math-inline-configure@8.3.6) (2025-03-03)
472
+ - update pie-lib PD-4026, PD-3990 ([395d7d7](https://github.com/pie-framework/pie-elements/commit/395d7d779caae57a810cc19c1d676319d1c19ded))
339
473
 
474
+ ## [7.20.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.20.2...@pie-element/math-inline-configure@7.20.3) (2024-08-22)
340
475
 
341
476
  ### Bug Fixes
342
477
 
343
- * update pie-lib pie-toolbox PD-4795 ([c0bc482](https://github.com/pie-framework/pie-elements/commit/c0bc48285a67aaaf6f4b81057ced62bc57ee978d))
344
-
345
-
478
+ - update pie-lib PD-4021 ([07d6e85](https://github.com/pie-framework/pie-elements/commit/07d6e8560ddfe25f95dfbafc2d3155b93eb85404))
346
479
 
480
+ ## [7.20.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.20.1...@pie-element/math-inline-configure@7.20.2) (2024-08-19)
347
481
 
482
+ ### Bug Fixes
348
483
 
349
- ## [8.3.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.4...@pie-element/math-inline-configure@8.3.5) (2025-02-27)
484
+ - update pie-lib PD-3855, PD-3841 ([29ed50e](https://github.com/pie-framework/pie-elements/commit/29ed50ec75c3deedfe765f776dc24a6ecd6af284))
350
485
 
486
+ ## [7.20.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.20.0...@pie-element/math-inline-configure@7.20.1) (2024-08-06)
351
487
 
352
488
  ### Bug Fixes
353
489
 
354
- * update pie-lib/pie-toolbox PD-4820, PD-4766 ([7ccdb40](https://github.com/pie-framework/pie-elements/commit/7ccdb405614f1c310efe530d97c46fe324c0a669))
355
-
490
+ - update pie-lib ([6ed3619](https://github.com/pie-framework/pie-elements/commit/6ed3619e0c670165ab45518e5bdbb40586c5adf8))
356
491
 
492
+ # [7.20.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.19.0...@pie-element/math-inline-configure@7.20.0) (2024-08-06)
357
493
 
494
+ ### Features
358
495
 
496
+ - 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))
359
497
 
360
- ## [8.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.3...@pie-element/math-inline-configure@8.3.4) (2025-02-19)
498
+ # [7.19.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.18.6...@pie-element/math-inline-configure@7.19.0) (2024-07-26)
361
499
 
500
+ ### Features
362
501
 
363
- ### Bug Fixes
502
+ - update pie-lib/pie-toolbox PD-2451, PD-3950, PD-3845 ([278d705](https://github.com/pie-framework/pie-elements/commit/278d7052dc7c17796ba196a2e397739e2e882b7f))
503
+ - update pie-lib/pie-toolbox PD-3944, PD-3946, Pd-2450 ([ac34d93](https://github.com/pie-framework/pie-elements/commit/ac34d93fcc97e79cacddcd38c7509f3c96b69976))
364
504
 
365
- * update pie-lib/pie-toolbox PD-4168, PD-4723 ([921f1bf](https://github.com/pie-framework/pie-elements/commit/921f1bfff211979c859821bb15c369327cfacdf7))
505
+ ## [7.18.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.18.5...@pie-element/math-inline-configure@7.18.6) (2024-07-19)
366
506
 
507
+ ### Bug Fixes
367
508
 
509
+ - udate pie-lib/pie-toolbox to revert PD-3630 ([7858313](https://github.com/pie-framework/pie-elements/commit/785831349bb7830a3df8f35971958ebf616527f3))
368
510
 
511
+ ## [7.18.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.18.4...@pie-element/math-inline-configure@7.18.5) (2024-07-17)
369
512
 
513
+ ### Bug Fixes
370
514
 
371
- ## [8.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.2...@pie-element/math-inline-configure@8.3.3) (2025-02-14)
515
+ - udate pie-lib/pie-toolbox PD-3945, PD-3627 ([c37e8aa](https://github.com/pie-framework/pie-elements/commit/c37e8aaa6c7e561707a2ed9ec76deb313380c6ba))
372
516
 
517
+ ## [7.18.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.18.3...@pie-element/math-inline-configure@7.18.4) (2024-07-16)
373
518
 
374
519
  ### Bug Fixes
375
520
 
376
- * update pie-lib/pie-toolbox PD-4801 ([194e2d7](https://github.com/pie-framework/pie-elements/commit/194e2d7e86a02887ffe03e13c062f8d98d543fd9))
521
+ - 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))
377
522
 
523
+ ## [7.18.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.18.2...@pie-element/math-inline-configure@7.18.3) (2024-07-10)
378
524
 
525
+ ### Bug Fixes
379
526
 
527
+ - update pie-lib/pie-toolbox PD-3799, PD-3924, PD-3878 ([2f276fb](https://github.com/pie-framework/pie-elements/commit/2f276fb29f121005cecd81459469ff9f5a06740d))
380
528
 
529
+ ## [7.18.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.18.1...@pie-element/math-inline-configure@7.18.2) (2024-07-04)
381
530
 
382
- ## [8.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.1...@pie-element/math-inline-configure@8.3.2) (2025-02-12)
531
+ **Note:** Version bump only for package @pie-element/math-inline-configure
383
532
 
533
+ ## [7.18.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.18.0...@pie-element/math-inline-configure@7.18.1) (2024-06-26)
384
534
 
385
535
  ### Bug Fixes
386
536
 
387
- * update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
537
+ - update pie-lib/pie-toolbox PD-3028, PD-3773 ([61bc47c](https://github.com/pie-framework/pie-elements/commit/61bc47c18d2becea321f18462f5cd486db0115e1))
538
+
539
+ # [7.18.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.17.0...@pie-element/math-inline-configure@7.18.0) (2024-06-24)
388
540
 
541
+ ### Features
389
542
 
543
+ - update pie-lib/pie-toolbox PD-3868, PD-3771, PD-3772, PD-3775 ([4475c65](https://github.com/pie-framework/pie-elements/commit/4475c658be5489a0f66be27af24e01c03b32b294))
390
544
 
545
+ # [7.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.16.0...@pie-element/math-inline-configure@7.17.0) (2024-06-24)
391
546
 
547
+ ### Features
392
548
 
393
- ## [8.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.3.0...@pie-element/math-inline-configure@8.3.1) (2025-02-06)
549
+ - 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))
394
550
 
551
+ # [7.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.15.0...@pie-element/math-inline-configure@7.16.0) (2024-06-19)
395
552
 
396
553
  ### Bug Fixes
397
554
 
398
- * update pie-lib/pie-toolbox PD-4753, PD-4618, PD-4641 ([f73f2be](https://github.com/pie-framework/pie-elements/commit/f73f2bec76321a677fff71e575d19c0f2e5b1d9c))
555
+ - update pie-lib/pie-toolbox fix build ([75777e1](https://github.com/pie-framework/pie-elements/commit/75777e189786cb9041bd0d2f843c023a1ea5b8b1))
399
556
 
557
+ ### Features
400
558
 
559
+ - 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))
401
560
 
561
+ # [7.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.14.2...@pie-element/math-inline-configure@7.15.0) (2024-06-13)
402
562
 
563
+ ### Features
403
564
 
404
- # [8.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.2.8...@pie-element/math-inline-configure@8.3.0) (2025-01-27)
565
+ - update pie-toolbox PD-3735 ([7a38768](https://github.com/pie-framework/pie-elements/commit/7a38768b320640de853e90e137082e141ee4ad1f))
405
566
 
567
+ ## [7.14.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.14.1...@pie-element/math-inline-configure@7.14.2) (2024-06-13)
406
568
 
407
569
  ### Bug Fixes
408
570
 
409
- * update pie-lib/pie-toolbox PD-3995, PD-4679 ([87dadfa](https://github.com/pie-framework/pie-elements/commit/87dadfacfae3b06690edaf0b3c4a5ea09981b153))
571
+ - update pie-toolbox PD-3180, PD-3391 ([f888f35](https://github.com/pie-framework/pie-elements/commit/f888f350468fca91379d4216c9c696c30695add3))
410
572
 
573
+ ## [7.14.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.14.0...@pie-element/math-inline-configure@7.14.1) (2024-06-13)
411
574
 
412
- ### Features
575
+ ### Bug Fixes
413
576
 
414
- * enabled textAlign only for passage element [PD-3995] ([600d67f](https://github.com/pie-framework/pie-elements/commit/600d67fa31fc0e19761bc78381ba18036e7f64e7))
415
- * updated snapshots [PD-3995] ([59702ab](https://github.com/pie-framework/pie-elements/commit/59702ab491722a24bd67a2c6dc70ad6540e3a909))
577
+ - update pie-toolbox PD-3839 ([dcdc0bf](https://github.com/pie-framework/pie-elements/commit/dcdc0bf9a7cc341d257de831e87915fb9425e4a2))
416
578
 
579
+ # [7.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.13.1...@pie-element/math-inline-configure@7.14.0) (2024-06-03)
417
580
 
581
+ ### Bug Fixes
418
582
 
583
+ - revert math-inline changes, those were pushed by mistake ([8dfb1b1](https://github.com/pie-framework/pie-elements/commit/8dfb1b19289a5d51c411c95983fafdbf19fca4b0))
419
584
 
585
+ ### Features
420
586
 
421
- ## [8.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.2.7...@pie-element/math-inline-configure@8.2.8) (2025-01-27)
587
+ - update pie-lib/pie-toolbox PD-3733, PD-2455 ([a507dcb](https://github.com/pie-framework/pie-elements/commit/a507dcb30bf2de72614aaba8ee576edf0c953d05))
422
588
 
589
+ ## [7.13.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.13.0...@pie-element/math-inline-configure@7.13.1) (2024-06-03)
423
590
 
424
591
  ### Bug Fixes
425
592
 
426
- * update pie-lib/pie-toolbox PD-4688, PD-4589, PD-4616 ([754480c](https://github.com/pie-framework/pie-elements/commit/754480c6c747fa9123d374df0287a644c8376939))
593
+ - update pie-lib/pie-toolbox PD-3788, PD-1273 ([f4b6aba](https://github.com/pie-framework/pie-elements/commit/f4b6aba5c741fbf6305dba71bf47d2226f39f2ee))
594
+
595
+ # [7.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.12.6...@pie-element/math-inline-configure@7.13.0) (2024-05-27)
427
596
 
597
+ ### Features
428
598
 
599
+ - update pie-lib/pie-toolbox PD-3736, PD-3734, PD-2488 ([3c44f06](https://github.com/pie-framework/pie-elements/commit/3c44f06d96e609246acde257a8223dc16192c2c4))
429
600
 
601
+ ## [7.12.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.12.5...@pie-element/math-inline-configure@7.12.6) (2024-05-27)
430
602
 
603
+ ### Bug Fixes
431
604
 
432
- ## [8.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.2.6...@pie-element/math-inline-configure@8.2.7) (2025-01-22)
605
+ - update pie-lib/pie-toolbox PD-3740, PD-2126 ([5573a4e](https://github.com/pie-framework/pie-elements/commit/5573a4e2f4524839525679df319bb92c7c841916))
433
606
 
607
+ ## [7.12.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.12.4...@pie-element/math-inline-configure@7.12.5) (2024-05-14)
434
608
 
435
609
  ### Bug Fixes
436
610
 
437
- * 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))
611
+ - update pie-toolbox PD-3640 ([707c240](https://github.com/pie-framework/pie-elements/commit/707c24031bc0cb05bb070605d4bc27384334eaac))
438
612
 
613
+ ## [7.12.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.12.3...@pie-element/math-inline-configure@7.12.4) (2024-05-13)
439
614
 
615
+ ### Bug Fixes
440
616
 
617
+ - 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))
441
618
 
619
+ ## [7.12.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.12.2...@pie-element/math-inline-configure@7.12.3) (2024-05-07)
442
620
 
443
- ## [8.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.2.5...@pie-element/math-inline-configure@8.2.6) (2025-01-22)
621
+ ### Bug Fixes
444
622
 
623
+ - update pie-lib/pie-toolbox PD-3731 ([2b5d6c9](https://github.com/pie-framework/pie-elements/commit/2b5d6c932280981a0fd636bcb30d7fbc181ac311))
445
624
 
446
- ### Bug Fixes
625
+ ## [7.12.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.12.1...@pie-element/math-inline-configure@7.12.2) (2024-05-03)
447
626
 
448
- * replace mra package with mr, includes accessibility PD-4527 ([c83bd43](https://github.com/pie-framework/pie-elements/commit/c83bd438d3a0e94d524c04364fddd3a8edc8876e))
627
+ ### Bug Fixes
449
628
 
629
+ - 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))
450
630
 
631
+ ## [7.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.12.0...@pie-element/math-inline-configure@7.12.1) (2024-04-29)
451
632
 
633
+ ### Bug Fixes
452
634
 
635
+ - update pie-lib/pie-toolbox PD-3683, PD-3644 ([73734c5](https://github.com/pie-framework/pie-elements/commit/73734c50a1e4fcda6be4f67c725816d75aea222f))
453
636
 
454
- ## [8.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.2.4...@pie-element/math-inline-configure@8.2.5) (2025-01-06)
637
+ # [7.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.11.1...@pie-element/math-inline-configure@7.12.0) (2024-04-22)
455
638
 
639
+ ### Features
456
640
 
457
- ### Bug Fixes
641
+ - update pie-lib/pie-toolbox PD-2449 ([2a0b40a](https://github.com/pie-framework/pie-elements/commit/2a0b40a826f0338b5eda2e8301f79870be3d0073))
458
642
 
459
- * 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))
643
+ ## [7.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.11.0...@pie-element/math-inline-configure@7.11.1) (2024-04-22)
460
644
 
645
+ ### Bug Fixes
461
646
 
647
+ - update pie-lib/pie-toolbox PD-3644, PD-3673 ([5e28ce0](https://github.com/pie-framework/pie-elements/commit/5e28ce0dab4a7ecd93ef7bba45ddb20f768b450b))
462
648
 
649
+ # [7.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.10.1...@pie-element/math-inline-configure@7.11.0) (2024-04-18)
463
650
 
651
+ ### Features
464
652
 
465
- ## [8.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.2.3...@pie-element/math-inline-configure@8.2.4) (2024-12-20)
653
+ - update pie-lib/pie-toolbox SC-30530, SC-30682, PD-3607, PD-3655 ([f08bccf](https://github.com/pie-framework/pie-elements/commit/f08bccf86fcb430e75e410116b000b3affc252c0))
466
654
 
655
+ ## [7.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.10.0...@pie-element/math-inline-configure@7.10.1) (2024-04-01)
467
656
 
468
- ### Bug Fixes
657
+ **Note:** Version bump only for package @pie-element/math-inline-configure
469
658
 
470
- * 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))
659
+ # [7.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.9.0...@pie-element/math-inline-configure@7.10.0) (2024-04-01)
471
660
 
661
+ ### Features
472
662
 
663
+ - **inline-dropdown:** upgrade pie-toolbox PD-2465 ([828d1c1](https://github.com/pie-framework/pie-elements/commit/828d1c1bc9e9221c1e141baaa8f89a4929ad0eb9))
473
664
 
665
+ # [7.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.8.0...@pie-element/math-inline-configure@7.9.0) (2024-04-01)
474
666
 
667
+ ### Features
475
668
 
476
- ## [8.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.2.2...@pie-element/math-inline-configure@8.2.3) (2024-12-10)
669
+ - update pie-lib/pie-toolbox PD-3567, PD-3426 ([2a706d7](https://github.com/pie-framework/pie-elements/commit/2a706d799bb000c60b7a77a790de9dc66345ebf5))
477
670
 
671
+ # [7.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.7.1...@pie-element/math-inline-configure@7.8.0) (2024-03-28)
478
672
 
479
673
  ### Bug Fixes
480
674
 
481
- * update pie-lib/pie-toolbox PD-4388, PD-4548 ([0e7dad4](https://github.com/pie-framework/pie-elements/commit/0e7dad48f541e7c5c10212e58c6ae846c60be93c))
675
+ - update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
482
676
 
677
+ ### Features
483
678
 
679
+ - **math-inline:** add required fields functionality PD-3576 ([a16cf4f](https://github.com/pie-framework/pie-elements/commit/a16cf4f40788cd33b48fa714ce5528e220df3765))
484
680
 
681
+ ## [7.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.7.0...@pie-element/math-inline-configure@7.7.1) (2024-03-26)
485
682
 
683
+ **Note:** Version bump only for package @pie-element/math-inline-configure
486
684
 
487
- ## [8.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.2.1...@pie-element/math-inline-configure@8.2.2) (2024-12-05)
488
-
685
+ # [7.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.6.0...@pie-element/math-inline-configure@7.7.0) (2024-03-20)
489
686
 
490
687
  ### Bug Fixes
491
688
 
492
- * 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))
689
+ - updated pie-lib/pie-toolbox SC-28500 ([a8e4e6a](https://github.com/pie-framework/pie-elements/commit/a8e4e6ab27584435ce7ac3e964ccac2747402777))
493
690
 
691
+ ### Features
494
692
 
693
+ - Add configuration for custom buttons PD-3520 ([a7a7ace](https://github.com/pie-framework/pie-elements/commit/a7a7ace27eaac47c9a0f172f7ae0440c6dc4e600))
694
+ - updated pie-lib/pie-toolbox SC-27890 and reverted once again math-rendering-accessible ([fd312e1](https://github.com/pie-framework/pie-elements/commit/fd312e1336999893025231946649496d290883e4))
695
+ - use math-rendering-accessible everywhere PD-1870 ([d52e660](https://github.com/pie-framework/pie-elements/commit/d52e6607ad8847d704bd9cb9b7e3107c130f0500))
495
696
 
697
+ # [7.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.5.2...@pie-element/math-inline-configure@7.6.0) (2024-03-15)
496
698
 
699
+ ### Features
497
700
 
498
- ## [8.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.2.0...@pie-element/math-inline-configure@8.2.1) (2024-11-29)
701
+ - update pie-lib/pie-toolbox SC-27890,PD-2461 ([13d94fa](https://github.com/pie-framework/pie-elements/commit/13d94faaf0cf9cf923bbc64587cdd4202154ea33))
499
702
 
703
+ ## [7.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.5.1...@pie-element/math-inline-configure@7.5.2) (2024-03-13)
500
704
 
501
705
  ### Bug Fixes
502
706
 
503
- * update pie-lib/pie-toolbox PD-4387, PD-4388 ([0416caf](https://github.com/pie-framework/pie-elements/commit/0416caf1188a62367a893c1e2bcfd138303c1d6d))
504
-
505
-
506
-
507
-
508
-
509
- # [8.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.1.1...@pie-element/math-inline-configure@8.2.0) (2024-11-15)
707
+ - update pie-lib/pie-toolbox PD-3549 ([b5d7d13](https://github.com/pie-framework/pie-elements/commit/b5d7d1352169cc67eaedcd56898a5806b0a8812a))
510
708
 
709
+ ## [7.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.5.0...@pie-element/math-inline-configure@7.5.1) (2024-03-12)
511
710
 
512
711
  ### Bug Fixes
513
712
 
514
- * 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))
713
+ - update pie-lib/pie-toolbox PD-3509, PD-3465 ([b1745aa](https://github.com/pie-framework/pie-elements/commit/b1745aa981722b5561aab1f4495ac81ac7bc4155))
515
714
 
715
+ # [7.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.4.0...@pie-element/math-inline-configure@7.5.0) (2024-03-07)
516
716
 
517
717
  ### Features
518
718
 
519
- * Adjust all elements to support custom color for controls in authoring PD-4334 ([d6b3dc5](https://github.com/pie-framework/pie-elements/commit/d6b3dc5963824d0a1ce7bf36a8c590e27761c86c))
520
-
521
-
719
+ - Add configuration for custom buttons PD-3511 ([a642e82](https://github.com/pie-framework/pie-elements/commit/a642e82a2767738e0936f31bfc88c2e28b263575))
522
720
 
721
+ # [7.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.3.2...@pie-element/math-inline-configure@7.4.0) (2024-03-04)
523
722
 
723
+ ### Features
524
724
 
525
- ## [8.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.1.0...@pie-element/math-inline-configure@8.1.1) (2024-11-01)
725
+ - update pie-lib/pie-toolbox version PD-1870 and PD-3501 ([8df1d8d](https://github.com/pie-framework/pie-elements/commit/8df1d8d281a0d6023d5a9c0e6fdd29fea71b6ac1))
526
726
 
727
+ ## [7.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.3.1...@pie-element/math-inline-configure@7.3.2) (2024-02-20)
527
728
 
528
729
  ### Bug Fixes
529
730
 
530
- * update pie-lib PD-4361 ([0ed2a71](https://github.com/pie-framework/pie-elements/commit/0ed2a7156d3fef55b9c25ab9c60d0df836b86ee5))
531
- * update pie-lib/pie-toolbox PD-4319, PD-1460, PD-4004 ([db03ac7](https://github.com/pie-framework/pie-elements/commit/db03ac7473960cedef2c83c79920e77db06f605d))
532
- * update pie-lib/pie-toolbox PD-4372 ([dc73470](https://github.com/pie-framework/pie-elements/commit/dc734705a6aefa0f69eb29d3d695c57e31671ab8))
533
-
534
-
535
-
536
-
537
-
538
- # [8.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.0.6...@pie-element/math-inline-configure@8.1.0) (2024-10-29)
731
+ - update pie-lib/pie-toolbox PD-3372, PD-3385, PD-3439 ([a79d800](https://github.com/pie-framework/pie-elements/commit/a79d800bb69af0d175793bc737282100168c4c60))
732
+ - update pie-lib/pie-toolbox PD-3455 ([4ff9971](https://github.com/pie-framework/pie-elements/commit/4ff9971e65b680aea180c94f9e85cab7249af2fb))
539
733
 
734
+ ## [7.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.3.0...@pie-element/math-inline-configure@7.3.1) (2024-02-14)
540
735
 
541
736
  ### Bug Fixes
542
737
 
543
- * fixed all tests after updating pie-toolbox [PD-1460] ([9f5293d](https://github.com/pie-framework/pie-elements/commit/9f5293d618edc06f69fabb27a042ec5eee66e151))
738
+ - pie-lib/pie-toolbox with slate updates ([a8f8707](https://github.com/pie-framework/pie-elements/commit/a8f8707b2c197c2b40fb6632cee0ba4c27aa9aa4))
739
+ - update pie-lib/pie-toolbox ([cec328c](https://github.com/pie-framework/pie-elements/commit/cec328caf5b69d9fee00473c502aed62d6e27462))
544
740
 
741
+ # [7.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.2.5...@pie-element/math-inline-configure@7.3.0) (2024-02-09)
545
742
 
546
743
  ### Features
547
744
 
548
- * 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))
549
-
550
-
745
+ - update pie-toolbox version SC-28868 ([5745f50](https://github.com/pie-framework/pie-elements/commit/5745f502c89d730e72d4cdb83e96c9465a81ae19))
551
746
 
747
+ ## [7.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.2.4...@pie-element/math-inline-configure@7.2.5) (2024-02-07)
552
748
 
749
+ ### Bug Fixes
553
750
 
554
- ## [8.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.0.5...@pie-element/math-inline-configure@8.0.6) (2024-10-28)
751
+ - update pie-toolbox version PD-3423 ([053ad69](https://github.com/pie-framework/pie-elements/commit/053ad690619980bce68b1b44e51975fcf91054ec))
555
752
 
753
+ ## [7.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.2.3...@pie-element/math-inline-configure@7.2.4) (2024-01-24)
556
754
 
557
755
  ### Bug Fixes
558
756
 
559
- * update pie-lib/pie-toolbox PD-4322, PD-4215, PD-4209 ([08eac95](https://github.com/pie-framework/pie-elements/commit/08eac95fd3e1a79b420fbc88cd0c7436ba284c3c))
560
-
561
-
757
+ - update to pie-lib/pie-toolbox 1.5.7 PD-3404 ([eae668d](https://github.com/pie-framework/pie-elements/commit/eae668d980ef4731af5eceb3e70329b7621a232b))
562
758
 
759
+ ## [7.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.2.2...@pie-element/math-inline-configure@7.2.3) (2024-01-24)
563
760
 
761
+ ### Bug Fixes
564
762
 
565
- ## [8.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.0.4...@pie-element/math-inline-configure@8.0.5) (2024-10-22)
763
+ - 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))
566
764
 
765
+ ## [7.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.2.1...@pie-element/math-inline-configure@7.2.2) (2024-01-23)
567
766
 
568
767
  ### Bug Fixes
569
768
 
570
- * 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))
571
-
572
-
769
+ - 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))
770
+ - update to pie-lib/pie-toolbox 1.5.5 for PD-3392 ([d4286e0](https://github.com/pie-framework/pie-elements/commit/d4286e08a060a73e6de098f87173baaaa88cc997))
573
771
 
772
+ ## [7.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.2.0...@pie-element/math-inline-configure@7.2.1) (2024-01-15)
574
773
 
774
+ ### Bug Fixes
575
775
 
576
- ## [8.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.0.3...@pie-element/math-inline-configure@8.0.4) (2024-10-15)
776
+ - update pie-lib/pie-toolbox PD-3366, PD-3367, PD-3381 ([8c9d35f](https://github.com/pie-framework/pie-elements/commit/8c9d35ff6f0dad1a161d6a2dba203a169169e562))
577
777
 
778
+ # [7.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.1.2...@pie-element/math-inline-configure@7.2.0) (2024-01-08)
578
779
 
579
780
  ### Bug Fixes
580
781
 
581
- * added complexjs as dependency [PD-4200] ([da393d5](https://github.com/pie-framework/pie-elements/commit/da393d5ae8ef52f17b47ccf32967410a9263180e))
582
- * added resolutions to every package [PD-4200] ([480bed5](https://github.com/pie-framework/pie-elements/commit/480bed5eddfc91ec9dbc7ca7e3f6d09b2a199e7d))
583
- * reverting changes since the issue is fixed in the latest complex.js [PD-4200] ([42c9f21](https://github.com/pie-framework/pie-elements/commit/42c9f216c4d29b051156489beb43fa7093667eb7))
584
- * update pie toolbox ([ba98798](https://github.com/pie-framework/pie-elements/commit/ba987984ebc2f856950611874436cf148a9a3963))
585
- * update pie-lib/pie-toolbox PD-4200 ([a41a620](https://github.com/pie-framework/pie-elements/commit/a41a62036afe6aa8ef70493900c08875cff8eec2))
586
- * update pie-lib/pie-toolbox PD-4241 ([b24d439](https://github.com/pie-framework/pie-elements/commit/b24d43945457792d403d0da62ce3e4b5b898ca46))
782
+ - update pie-lib/pie-toolbox PD-2068, PD-2060 ([b63f783](https://github.com/pie-framework/pie-elements/commit/b63f78371452e265f31f721dcfa5f8ba9789089c))
783
+ - update pie-lib/pie-toolbox PD-3352 ([c40c326](https://github.com/pie-framework/pie-elements/commit/c40c326209315b57ce8da802b8e00616256e3bd6))
784
+ - update pie-lib/pie-toolbox SC-27396, SC-27398 ([658a553](https://github.com/pie-framework/pie-elements/commit/658a55358181271b508f7d550467eefadcd71544))
587
785
 
786
+ ### Features
588
787
 
788
+ - refactor for pie-lib/pie-toolbox and add print module for boilerplate-item-type ([8230d26](https://github.com/pie-framework/pie-elements/commit/8230d264069672c4a3242ff5ed60a6842bf5147f))
589
789
 
790
+ ## [7.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.1.1...@pie-element/math-inline-configure@7.1.2) (2024-01-08)
590
791
 
792
+ ### Bug Fixes
591
793
 
592
- ## [8.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.0.2...@pie-element/math-inline-configure@8.0.3) (2024-10-03)
794
+ - update pie-lib/pie-toolbox PD-3352,PD-3348, PD-3296 ([48b1952](https://github.com/pie-framework/pie-elements/commit/48b1952831835ead598b692abb3d492ec9adb564))
593
795
 
796
+ ## [7.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.1.0...@pie-element/math-inline-configure@7.1.1) (2024-01-04)
594
797
 
595
798
  ### Bug Fixes
596
799
 
597
- * update pie-toolbox and @pie-lib/pie-toolbox-module PD-4018 ([2d60730](https://github.com/pie-framework/pie-elements/commit/2d60730eb6c3ade08e522c58218cff2f6cb496cb))
800
+ - update pie-lib/pie-toolbox PD-2068, PD-2060 ([e918850](https://github.com/pie-framework/pie-elements/commit/e9188502ffeaefe41bf0f23895d4bb2daf839364))
801
+ - update pie-lib/pie-toolbox PD-3037 ([b2f689a](https://github.com/pie-framework/pie-elements/commit/b2f689a416c2c39d7ed423a22db02dd32415ba82))
598
802
 
803
+ # [7.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.0.3...@pie-element/math-inline-configure@7.1.0) (2023-12-19)
599
804
 
805
+ ### Bug Fixes
600
806
 
807
+ - update pie-lib/pie-toolbox PD-2068 ([34eccd5](https://github.com/pie-framework/pie-elements/commit/34eccd52c44259eddf3e2b816b00b82f83bc2bf8))
601
808
 
809
+ ### Features
602
810
 
603
- ## [8.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.0.1...@pie-element/math-inline-configure@8.0.2) (2024-10-01)
811
+ - update pie-lib/pie-toolbox PD-2555 ([86d4fd9](https://github.com/pie-framework/pie-elements/commit/86d4fd909180dd1fcbc446bd8b29c23af21a1c69))
812
+ - 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))
604
813
 
814
+ ## [7.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.0.2...@pie-element/math-inline-configure@7.0.3) (2023-11-27)
605
815
 
606
816
  ### Bug Fixes
607
817
 
608
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([ddb9d44](https://github.com/pie-framework/pie-elements/commit/ddb9d444243b881b3a468ecfb5bab551511a2495))
818
+ - update pie-lib ([74283d7](https://github.com/pie-framework/pie-elements/commit/74283d71b12ab9c82875ce995368e5e39f4face6))
609
819
 
820
+ ## [7.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.0.1...@pie-element/math-inline-configure@7.0.2) (2023-11-27)
610
821
 
822
+ ### Bug Fixes
611
823
 
824
+ - update pie-lib/pie-toolbox PD-597 ([1ec84aa](https://github.com/pie-framework/pie-elements/commit/1ec84aadae515088ef65b99f780a5e5dca516f99))
825
+ - update pie-libs PD-2996 ([cd092c6](https://github.com/pie-framework/pie-elements/commit/cd092c6b5c4db91645394cd23febc1f9a07f46f9))
612
826
 
827
+ ## [7.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.0.0...@pie-element/math-inline-configure@7.0.1) (2023-11-09)
613
828
 
614
- ## [8.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@8.0.0...@pie-element/math-inline-configure@8.0.1) (2024-09-26)
829
+ ### Bug Fixes
615
830
 
831
+ - update pie-lib/pie-toolbox PD-3221, PD-3249, PD-2765 ([9de1563](https://github.com/pie-framework/pie-elements/commit/9de1563d636983c3ddceee0279c0709d396d4f96))
616
832
 
617
- ### Bug Fixes
833
+ # [7.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.13.1...@pie-element/math-inline-configure@7.0.0) (2023-11-07)
618
834
 
619
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([c363be4](https://github.com/pie-framework/pie-elements/commit/c363be48f9428024d4acc1eed05cd598840ffe3a))
620
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([fe83296](https://github.com/pie-framework/pie-elements/commit/fe83296445f9785e67c9643642221b28b4485921))
621
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([321147b](https://github.com/pie-framework/pie-elements/commit/321147b4072f2a6200d155f7f09c712960fe078c))
622
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([d3e24e8](https://github.com/pie-framework/pie-elements/commit/d3e24e83d74e93f0720eff8841ebac1d0493b769))
623
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([a3dd8d6](https://github.com/pie-framework/pie-elements/commit/a3dd8d65a754acadd95134ee825b769355a08a45))
835
+ ### Bug Fixes
624
836
 
837
+ - update pie-lib version to fix imports for pie-lib/pie-toolbox/editable-html ([a90cbf6](https://github.com/pie-framework/pie-elements/commit/a90cbf6be81824e7266df23c2dc49b259337c1b6))
838
+ - update pie-lib/pie-toolbox version ([212cbfa](https://github.com/pie-framework/pie-elements/commit/212cbfad27b29f0b1b2a3706ba82f6fb59147001))
839
+ - update pie-lib/pie-toolbox version ([b791e10](https://github.com/pie-framework/pie-elements/commit/b791e10857928766e2d73c6aa80b3fb50fd1afac))
840
+ - update pie-lib/pie-toolbox version ([7f64f9f](https://github.com/pie-framework/pie-elements/commit/7f64f9f2b874fd08bd8f6f05c1c4292c34ac6338))
625
841
 
842
+ ### Code Refactoring
626
843
 
844
+ - 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))
627
845
 
846
+ ### BREAKING CHANGES
628
847
 
629
- # [8.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.21.6...@pie-element/math-inline-configure@8.0.0) (2024-09-25)
848
+ - using pie-lib/pie-toolbox now, instead of any other pie-lib package.
630
849
 
850
+ ## [6.13.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.13.0...@pie-element/math-inline-configure@6.13.1) (2023-10-26)
631
851
 
632
852
  ### Bug Fixes
633
853
 
634
- * update math-rendering-accessible ([a5588cf](https://github.com/pie-framework/pie-elements/commit/a5588cfdccb40e970e93736dea60de4b01f1a85d))
635
- * update pie-toolbox and @pie-lib/pie-toolbox-module ([8fa1e13](https://github.com/pie-framework/pie-elements/commit/8fa1e132d97ccc92093e789e4349610c2be21edb))
854
+ - update pie-lib PD-3221 ([f04d59f](https://github.com/pie-framework/pie-elements/commit/f04d59f204852e430dc3e8fe2c442bb9a1634761))
636
855
 
856
+ # [6.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.12.5...@pie-element/math-inline-configure@6.13.0) (2023-10-16)
637
857
 
638
858
  ### Features
639
859
 
640
- * update math-rendering-accessible PD-3989, PD-4103, PD-3865 ([01590fe](https://github.com/pie-framework/pie-elements/commit/01590fe0f6ac36d14983cc144ef03f9cff397dfc))
860
+ - updated pie-libs PD-2950 ([acffe41](https://github.com/pie-framework/pie-elements/commit/acffe41120fbe288e375321cbd58cfbd48f98595))
641
861
 
862
+ ## [6.12.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.12.4...@pie-element/math-inline-configure@6.12.5) (2023-10-16)
642
863
 
643
- ### BREAKING CHANGES
864
+ ### Bug Fixes
644
865
 
645
- * big refactoring on the implementation of math-rendering-accessible
866
+ - updated pie-libs PD-3223, PD-3121, PD-3018, PD-2765, PD-3105 ([666e660](https://github.com/pie-framework/pie-elements/commit/666e6604c40b9bde8b88af5ce1b02ba65f11e957))
646
867
 
868
+ ## [6.12.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.12.3...@pie-element/math-inline-configure@6.12.4) (2023-10-03)
647
869
 
870
+ ### Bug Fixes
648
871
 
872
+ - update with latest pie-libs, forcing pie-lib/math-rendering to v2.5.18 ([7ff936a](https://github.com/pie-framework/pie-elements/commit/7ff936ab9fc85c264032181755ce5e2149825406))
649
873
 
874
+ ## [6.12.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.12.2...@pie-element/math-inline-configure@6.12.3) (2023-09-28)
650
875
 
651
- ## [7.21.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.21.5...@pie-element/math-inline-configure@7.21.6) (2024-09-16)
876
+ **Note:** Version bump only for package @pie-element/math-inline-configure
652
877
 
878
+ ## [6.12.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.12.1...@pie-element/math-inline-configure@6.12.2) (2023-09-26)
653
879
 
654
880
  ### Bug Fixes
655
881
 
656
- * update pie-lib/pie-toolbox PD-4061, PD-4021 ([ef8e3d0](https://github.com/pie-framework/pie-elements/commit/ef8e3d0d5fca4ca57c89c7c8ef8e74ec5600551e))
882
+ - update pie-libs ([702f4c6](https://github.com/pie-framework/pie-elements/commit/702f4c657f3413274b3a4443c1950e2cdf8e5588))
657
883
 
884
+ ## [6.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.12.0...@pie-element/math-inline-configure@6.12.1) (2023-09-25)
658
885
 
886
+ **Note:** Version bump only for package @pie-element/math-inline-configure
659
887
 
888
+ # [6.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.11.5...@pie-element/math-inline-configure@6.12.0) (2023-09-25)
660
889
 
890
+ ### Bug Fixes
661
891
 
662
- ## [7.21.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.21.4...@pie-element/math-inline-configure@7.21.5) (2024-09-16)
892
+ - configuration setter fix for language props ([da6bc07](https://github.com/pie-framework/pie-elements/commit/da6bc07a067f0a4d1167ab85e07bef6c605643ad))
893
+ - update pie-libs PD-3167 ([1b109bb](https://github.com/pie-framework/pie-elements/commit/1b109bb3b74dcea72ee2f241996a5e6a71893b4e))
894
+ - update pie-libs PD-3167 ([b21d0c3](https://github.com/pie-framework/pie-elements/commit/b21d0c332623667257a5de1363b9f4fc6ee2bb51))
895
+ - update pie-libs PD-3167 ([1a76806](https://github.com/pie-framework/pie-elements/commit/1a7680657ebe0a73969f3100e60f0a090ffc7ada))
896
+ - update pie-libs PD-3167, PD-3105, PD-3162, PD-2765 ([26199b2](https://github.com/pie-framework/pie-elements/commit/26199b255ddbcb9255f2769091c7ba58f8b1dae0))
663
897
 
898
+ ### Features
664
899
 
665
- ### Bug Fixes
900
+ - update pie-libs PD-3011 ([0fd32b3](https://github.com/pie-framework/pie-elements/commit/0fd32b3fd1333bb25de584b98c8ef0471de2d5e8))
666
901
 
667
- * experiment with mra ([d62f2b4](https://github.com/pie-framework/pie-elements/commit/d62f2b4526eeda1f90d3660d97bf278ac1ae72da))
668
- * experiment with mra ([d9487a5](https://github.com/pie-framework/pie-elements/commit/d9487a5394c9b71bb7d7d69a836ed629ae13f7b1))
669
- * experiment with mra ([a2e933c](https://github.com/pie-framework/pie-elements/commit/a2e933cd27bb052046e245672d3e01cb5ba1b518))
670
- * update pie-lib/pie-toolbox PD-4027, PD-4042,PD-4039, PD-4073 ([68306be](https://github.com/pie-framework/pie-elements/commit/68306be02254a6019916637fd9b75427cae1c0ed))
902
+ ## [6.11.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.11.4...@pie-element/math-inline-configure@6.11.5) (2023-09-18)
671
903
 
904
+ ### Bug Fixes
672
905
 
906
+ - add sanity checks DNA-18268 ([29d7de9](https://github.com/pie-framework/pie-elements/commit/29d7de9422c075117173a3afeb2b29acf1caab3c))
673
907
 
908
+ ## [6.11.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.11.3...@pie-element/math-inline-configure@6.11.4) (2023-09-05)
674
909
 
910
+ ### Bug Fixes
675
911
 
676
- ## [7.21.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.21.3...@pie-element/math-inline-configure@7.21.4) (2024-09-10)
912
+ - update pie-libs PD-2765 ([f03972d](https://github.com/pie-framework/pie-elements/commit/f03972dda33ff5d4c0343f094fd33acadad30cb4))
677
913
 
914
+ ## [6.11.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.11.2...@pie-element/math-inline-configure@6.11.3) (2023-09-04)
678
915
 
679
916
  ### Bug Fixes
680
917
 
681
- * update pie-lib/pie-toolbox PD-3652, PD-2451 ([8a00529](https://github.com/pie-framework/pie-elements/commit/8a00529f67a8e27e78e4c16de5d04e11ec8c4d16))
918
+ - update pie-libs PD-3051 ([1e1a7a3](https://github.com/pie-framework/pie-elements/commit/1e1a7a38732eff5585ad789aea5a08c5e94720ae))
919
+ - updated pie-libs PD-2765, PD-3051 ([e6f5b17](https://github.com/pie-framework/pie-elements/commit/e6f5b17c95faf426898f897651863089a54ff3ff))
682
920
 
921
+ ## [6.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.11.1...@pie-element/math-inline-configure@6.11.2) (2023-08-21)
683
922
 
923
+ ### Bug Fixes
684
924
 
925
+ - update pie-libs PD-3119 ([01c474b](https://github.com/pie-framework/pie-elements/commit/01c474bf9396374dc86b9248651206672b765af6))
685
926
 
927
+ ## [6.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.11.0...@pie-element/math-inline-configure@6.11.1) (2023-08-21)
686
928
 
687
- ## [7.21.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.21.2...@pie-element/math-inline-configure@7.21.3) (2024-09-10)
929
+ **Note:** Version bump only for package @pie-element/math-inline-configure
688
930
 
931
+ # [6.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.10.2...@pie-element/math-inline-configure@6.11.0) (2023-08-15)
689
932
 
690
933
  ### Bug Fixes
691
934
 
692
- * update pie-lib/pie-toolbox: ability to disable table and lists PD-4065 ([49f1ce4](https://github.com/pie-framework/pie-elements/commit/49f1ce4000bc45d0eb8032f6538c0c780940a503))
935
+ - conflicts with develop ([eb27ce2](https://github.com/pie-framework/pie-elements/commit/eb27ce2d4005a64d66caf311f5349d7e7ad30950))
936
+ - snapshot ([c2adcf9](https://github.com/pie-framework/pie-elements/commit/c2adcf942e4eb74cae04e2824042201619570bb0))
937
+ - update pie-libs PD-3049, PD-2916, PD-2059 ([0e800b5](https://github.com/pie-framework/pie-elements/commit/0e800b54b852304d222a292400362e0870f0cc9a))
938
+ - updated pie-lib to fix PD-2802, PD-3050, PD-3051 ([34b4dd7](https://github.com/pie-framework/pie-elements/commit/34b4dd7ba18f4c18589975921cc9d127926f8294))
939
+ - updated pie-libs Pd-1163 ([300c1db](https://github.com/pie-framework/pie-elements/commit/300c1db1658ce85ca58f3cc2981b604aefbf9f01))
693
940
 
941
+ ### Features
694
942
 
943
+ - **math-inline:** add note logic for translations PD-2802 ([ed83f78](https://github.com/pie-framework/pie-elements/commit/ed83f783b255b1045b485a60ac673003ae1265a6))
944
+ - **math-inline:** add translator PD-2795 PD-2802 ([2ab3ce9](https://github.com/pie-framework/pie-elements/commit/2ab3ce99c43d937d8cd5e6dd1925f0d89c74c537))
945
+ - **math-inline:** small tweaks PD-2802 ([d48b2f9](https://github.com/pie-framework/pie-elements/commit/d48b2f914efa1580cc18ef2b1a98a90a29479e92))
946
+ - **math-inline:** wip PD-2802 ([ba331be](https://github.com/pie-framework/pie-elements/commit/ba331be2e3cd58ce069a8a85e582318675325e40))
695
947
 
948
+ ## [6.10.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.10.1...@pie-element/math-inline-configure@6.10.2) (2023-07-24)
696
949
 
950
+ ### Bug Fixes
697
951
 
698
- ## [7.21.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.21.1...@pie-element/math-inline-configure@7.21.2) (2024-08-29)
952
+ - update pie-libs PD-2984, PD-2991, PD-2992, PD-3036 ([12c9426](https://github.com/pie-framework/pie-elements/commit/12c94269e3b645d74a0014c597d30662823bb34a))
699
953
 
954
+ ## [6.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.10.0...@pie-element/math-inline-configure@6.10.1) (2023-07-06)
700
955
 
701
956
  ### Bug Fixes
702
957
 
703
- * trigger build PD-4052 ([24783c4](https://github.com/pie-framework/pie-elements/commit/24783c43a97db9c9a2b665f2c784ccd4ce8511ca))
958
+ - updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
959
+ - updated pie-lib PD-2150 ([72f20be](https://github.com/pie-framework/pie-elements/commit/72f20be258248c86dde8d5d587290cd640bfd947))
704
960
 
961
+ # [6.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.9.0...@pie-element/math-inline-configure@6.10.0) (2023-06-13)
705
962
 
963
+ ### Bug Fixes
706
964
 
965
+ - update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
966
+ - update pie-libs ([649fb8f](https://github.com/pie-framework/pie-elements/commit/649fb8f535172d76b3ffc676ec53b2726432808c))
967
+ - update pie-libs PD-2150, PD-2795 ([ff6f64a](https://github.com/pie-framework/pie-elements/commit/ff6f64afa6ccaa8a060c986b1637c680e68c62b6))
707
968
 
969
+ ### Features
708
970
 
709
- ## [7.21.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.21.0...@pie-element/math-inline-configure@7.21.1) (2024-08-29)
971
+ - add mathMlOptions PD-2150 ([0c6984c](https://github.com/pie-framework/pie-elements/commit/0c6984cf042141eac36badfbab1c46d8d42f71ee))
710
972
 
973
+ # [6.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.8.3...@pie-element/math-inline-configure@6.9.0) (2023-05-23)
711
974
 
712
975
  ### Bug Fixes
713
976
 
714
- * update pie-lib/pie-toolbox PD-4052 ([ebbbe2d](https://github.com/pie-framework/pie-elements/commit/ebbbe2dc584829abe8f1b4d6e8a9031e27f30dce))
977
+ - update pie-lib PD-2777, PD-1914, PD-2066 ([7102893](https://github.com/pie-framework/pie-elements/commit/71028930a6dc554eb587cf4de0c1d0d28bfff1f5))
978
+ - update pie-libs PD-2774, PD-1026 ([04f8cd0](https://github.com/pie-framework/pie-elements/commit/04f8cd000afdb2ccb0c25146d46acb60c5fea651))
715
979
 
980
+ ### Features
716
981
 
982
+ - ability to upload images when using imageSupoort from pie-api-components PD-2707 ([685f3b0](https://github.com/pie-framework/pie-elements/commit/685f3b035d86c5f4ad60cdb9ec84690d5ccaa4fc))
717
983
 
984
+ ## [6.8.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.8.2...@pie-element/math-inline-configure@6.8.3) (2023-05-02)
718
985
 
986
+ ### Bug Fixes
719
987
 
720
- # [7.21.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.20.3...@pie-element/math-inline-configure@7.21.0) (2024-08-27)
988
+ - update pie-libs (fix eslint problems PD-2732) ([3fa630e](https://github.com/pie-framework/pie-elements/commit/3fa630eb96b116cb685ab58fbf216fb572d1c333))
989
+ - update pie-libs PD-2755, PD-2625, PD-2119 ([698446b](https://github.com/pie-framework/pie-elements/commit/698446b29a553a022c91825118370faae824b723))
990
+ - 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))
721
991
 
992
+ ## [6.8.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.8.1...@pie-element/math-inline-configure@6.8.2) (2023-04-25)
722
993
 
723
- ### Features
994
+ ### Bug Fixes
724
995
 
725
- * update pie-lib PD-4026, PD-3990 ([395d7d7](https://github.com/pie-framework/pie-elements/commit/395d7d779caae57a810cc19c1d676319d1c19ded))
996
+ - update pie-libs PD-2762 ([7ac4313](https://github.com/pie-framework/pie-elements/commit/7ac431346b822fe3bbb0d13375f044f6ce1f426b))
726
997
 
998
+ ## [6.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.8.0...@pie-element/math-inline-configure@6.8.1) (2023-04-14)
727
999
 
1000
+ ### Bug Fixes
728
1001
 
1002
+ - update pie-libs ([830e9fc](https://github.com/pie-framework/pie-elements/commit/830e9fcf07f057e632b44d7a64ddb436353d49f6))
729
1003
 
1004
+ # [6.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.7.0...@pie-element/math-inline-configure@6.8.0) (2023-04-10)
730
1005
 
731
- ## [7.20.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.20.2...@pie-element/math-inline-configure@7.20.3) (2024-08-22)
1006
+ ### Bug Fixes
732
1007
 
1008
+ - update pie-libs ([b7d3e7f](https://github.com/pie-framework/pie-elements/commit/b7d3e7f7160aafd5dcfed2960bc6c2f03dba2180))
1009
+ - **all elements:** fix eslint problems-PD-2732 ([eaeabfb](https://github.com/pie-framework/pie-elements/commit/eaeabfbbe3a868a1f9828ef831a7ea864dee75a9))
1010
+ - update pie-libs ([6738269](https://github.com/pie-framework/pie-elements/commit/6738269d878f24ec4429f210d18bbf591123a55f))
1011
+ - update pie-libs ([9f05be1](https://github.com/pie-framework/pie-elements/commit/9f05be1ae6bf0a9651739b6bef7eca32ecabb4ce))
733
1012
 
734
- ### Bug Fixes
1013
+ ### Features
735
1014
 
736
- * update pie-lib PD-4021 ([07d6e85](https://github.com/pie-framework/pie-elements/commit/07d6e8560ddfe25f95dfbafc2d3155b93eb85404))
1015
+ - 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))
737
1016
 
1017
+ # [6.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.6.3...@pie-element/math-inline-configure@6.7.0) (2023-03-20)
738
1018
 
1019
+ ### Bug Fixes
739
1020
 
1021
+ - update pie-libs ([340825a](https://github.com/pie-framework/pie-elements/commit/340825aab8c88569378eb5af6c5b9c9b99aeb285))
1022
+ - update pie-libs ([1fe3d37](https://github.com/pie-framework/pie-elements/commit/1fe3d37d2b001f7944e4da7c895a83ccecefefcb))
740
1023
 
1024
+ ### Features
741
1025
 
742
- ## [7.20.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.20.1...@pie-element/math-inline-configure@7.20.2) (2024-08-19)
1026
+ - added color theming support PD-310 ([64976e0](https://github.com/pie-framework/pie-elements/commit/64976e08151b346f0760aedee2cd0e4ce6ff7f8b))
743
1027
 
1028
+ ## [6.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.6.2...@pie-element/math-inline-configure@6.6.3) (2023-02-28)
744
1029
 
745
1030
  ### Bug Fixes
746
1031
 
747
- * update pie-lib PD-3855, PD-3841 ([29ed50e](https://github.com/pie-framework/pie-elements/commit/29ed50ec75c3deedfe765f776dc24a6ecd6af284))
1032
+ - update pie-libs ([7bb37a7](https://github.com/pie-framework/pie-elements/commit/7bb37a7da11017eff7191968fad4517182f1c363))
748
1033
 
1034
+ ## [6.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.6.1...@pie-element/math-inline-configure@6.6.2) (2023-02-28)
749
1035
 
1036
+ ### Bug Fixes
750
1037
 
1038
+ - update pie-libs ([6a10f3f](https://github.com/pie-framework/pie-elements/commit/6a10f3f45306cc9d9e077e45a90245d047235521))
751
1039
 
1040
+ ## [6.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.6.0...@pie-element/math-inline-configure@6.6.1) (2023-02-28)
752
1041
 
753
- ## [7.20.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.20.0...@pie-element/math-inline-configure@7.20.1) (2024-08-06)
1042
+ **Note:** Version bump only for package @pie-element/math-inline-configure
754
1043
 
1044
+ # [6.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.5.0...@pie-element/math-inline-configure@6.6.0) (2023-02-14)
755
1045
 
756
1046
  ### Bug Fixes
757
1047
 
758
- * update pie-lib ([6ed3619](https://github.com/pie-framework/pie-elements/commit/6ed3619e0c670165ab45518e5bdbb40586c5adf8))
1048
+ - **math-inline:** set feedback false if it is not defined - PD-2509 ([7c19513](https://github.com/pie-framework/pie-elements/commit/7c19513f94d510f769092a4f7dddf42fd3551a8d))
759
1049
 
1050
+ ### Features
760
1051
 
1052
+ - update pie-libs ([e2c0b89](https://github.com/pie-framework/pie-elements/commit/e2c0b894caa20ed5d5681302a84b2bfd20dbd9f6))
761
1053
 
1054
+ # [6.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.4.0...@pie-element/math-inline-configure@6.5.0) (2023-02-01)
762
1055
 
1056
+ ### Features
763
1057
 
764
- # [7.20.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.19.0...@pie-element/math-inline-configure@7.20.0) (2024-08-06)
1058
+ - update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
765
1059
 
1060
+ # [6.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.3.0...@pie-element/math-inline-configure@6.4.0) (2023-01-17)
766
1061
 
767
1062
  ### Features
768
1063
 
769
- * 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))
770
-
1064
+ - update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
771
1065
 
1066
+ # [6.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.2.6...@pie-element/math-inline-configure@6.3.0) (2023-01-05)
772
1067
 
1068
+ ### Features
773
1069
 
1070
+ - update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
1071
+ - update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
1072
+ - update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
1073
+ - **math-inline:** added configuration prop to hide the settings panel PD-1999 ([bd9d932](https://github.com/pie-framework/pie-elements/commit/bd9d932ad24db60e53ebb2b988977afcaf7ef668))
774
1074
 
775
- # [7.19.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.18.6...@pie-element/math-inline-configure@7.19.0) (2024-07-26)
1075
+ ## [6.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.2.5...@pie-element/math-inline-configure@6.2.6) (2022-12-21)
776
1076
 
1077
+ ### Bug Fixes
777
1078
 
778
- ### Features
1079
+ - updated pie-libs ([8cb5b90](https://github.com/pie-framework/pie-elements/commit/8cb5b90d501ccbdf5ffd764e6555faa48b8f54d6))
779
1080
 
780
- * update pie-lib/pie-toolbox PD-2451, PD-3950, PD-3845 ([278d705](https://github.com/pie-framework/pie-elements/commit/278d7052dc7c17796ba196a2e397739e2e882b7f))
781
- * update pie-lib/pie-toolbox PD-3944, PD-3946, Pd-2450 ([ac34d93](https://github.com/pie-framework/pie-elements/commit/ac34d93fcc97e79cacddcd38c7509f3c96b69976))
1081
+ ## [6.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.2.4...@pie-element/math-inline-configure@6.2.5) (2022-12-20)
782
1082
 
1083
+ ### Bug Fixes
783
1084
 
1085
+ - updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
784
1086
 
1087
+ ## [6.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.2.3...@pie-element/math-inline-configure@6.2.4) (2022-12-07)
785
1088
 
1089
+ ### Bug Fixes
786
1090
 
787
- ## [7.18.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.18.5...@pie-element/math-inline-configure@7.18.6) (2024-07-19)
1091
+ - update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
1092
+ - update libs for PD-2030 PD-2031 ([3174022](https://github.com/pie-framework/pie-elements/commit/3174022d45603ed217bbe8804a142b07084636a5))
1093
+ - updated lib PD-1715 ([42e788d](https://github.com/pie-framework/pie-elements/commit/42e788db0c792838994e55001952da7701251a8e))
1094
+ - updated libs ([c20de3a](https://github.com/pie-framework/pie-elements/commit/c20de3a6ba4499a090c809e18e52588d2a585fa0))
1095
+ - updated libs ([0eed79a](https://github.com/pie-framework/pie-elements/commit/0eed79a32c3b777c16c8cabf201513fc1d2726a0))
1096
+ - updated libs ([343c9ec](https://github.com/pie-framework/pie-elements/commit/343c9ec3dccba7f781e90ae2bd195cac6f78f467))
788
1097
 
1098
+ ## [6.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.2.2...@pie-element/math-inline-configure@6.2.3) (2022-11-15)
789
1099
 
790
- ### Bug Fixes
1100
+ **Note:** Version bump only for package @pie-element/math-inline-configure
791
1101
 
792
- * udate pie-lib/pie-toolbox to revert PD-3630 ([7858313](https://github.com/pie-framework/pie-elements/commit/785831349bb7830a3df8f35971958ebf616527f3))
1102
+ ## [6.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.2.1...@pie-element/math-inline-configure@6.2.2) (2022-11-11)
793
1103
 
1104
+ ### Bug Fixes
794
1105
 
1106
+ - **math-inline:** add sanity checks for withRubric ([ede846e](https://github.com/pie-framework/pie-elements/commit/ede846ededcb531df4f68a35e007420051f1992d))
795
1107
 
1108
+ ## [6.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.2.0...@pie-element/math-inline-configure@6.2.1) (2022-10-31)
796
1109
 
1110
+ ### Bug Fixes
797
1111
 
798
- ## [7.18.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.18.4...@pie-element/math-inline-configure@7.18.5) (2024-07-17)
1112
+ - **math-inline:** fix validation ui for alternate responses PD-2055 ([ac0273d](https://github.com/pie-framework/pie-elements/commit/ac0273d975b44c558e2ea3555c6787bcac04ec71))
799
1113
 
1114
+ # [6.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.9...@pie-element/math-inline-configure@6.2.0) (2022-10-17)
800
1115
 
801
1116
  ### Bug Fixes
802
1117
 
803
- * udate pie-lib/pie-toolbox PD-3945, PD-3627 ([c37e8aa](https://github.com/pie-framework/pie-elements/commit/c37e8aaa6c7e561707a2ed9ec76deb313380c6ba))
804
-
1118
+ - update snapshots ([9781596](https://github.com/pie-framework/pie-elements/commit/978159686bbbd6b727dff4b88ce4ab9606504586))
805
1119
 
1120
+ ### Features
806
1121
 
1122
+ - 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))
1123
+ - update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
1124
+ - **math-inline:** add pie-api config PD-23 ([1a61ee3](https://github.com/pie-framework/pie-elements/commit/1a61ee39c184b4252446adf67b3ad38e40a0e39f))
1125
+ - **math-inline:** add settings to enable rubric. Add withRubric prop to configuration and rubricEnabled prop to model PD-2104 ([543e355](https://github.com/pie-framework/pie-elements/commit/543e3551cc43477edb153c6d97cea7c8c6588235))
1126
+ - **math-inline:** updated snapshot PD-2104 ([d1e9c23](https://github.com/pie-framework/pie-elements/commit/d1e9c2307dc108427bacfc106c00b3a5c624e930))
1127
+ - enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
1128
+ - **math-inline:** add uploadSoundSupport property PD-23-updated ([85f07b0](https://github.com/pie-framework/pie-elements/commit/85f07b0eb5128019d83668783ea8990d0cfb16cd))
807
1129
 
1130
+ ## [6.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.8...@pie-element/math-inline-configure@6.1.9) (2022-09-29)
808
1131
 
809
- ## [7.18.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.18.3...@pie-element/math-inline-configure@7.18.4) (2024-07-16)
1132
+ **Note:** Version bump only for package @pie-element/math-inline-configure
810
1133
 
1134
+ ## [6.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.7...@pie-element/math-inline-configure@6.1.8) (2022-09-14)
811
1135
 
812
- ### Bug Fixes
1136
+ **Note:** Version bump only for package @pie-element/math-inline-configure
813
1137
 
814
- * 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))
1138
+ ## [6.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.6...@pie-element/math-inline-configure@6.1.7) (2022-08-31)
815
1139
 
1140
+ **Note:** Version bump only for package @pie-element/math-inline-configure
816
1141
 
1142
+ ## [6.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.5...@pie-element/math-inline-configure@6.1.6) (2022-08-16)
817
1143
 
1144
+ **Note:** Version bump only for package @pie-element/math-inline-configure
818
1145
 
1146
+ ## [6.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.4...@pie-element/math-inline-configure@6.1.5) (2022-08-08)
819
1147
 
820
- ## [7.18.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.18.2...@pie-element/math-inline-configure@7.18.3) (2024-07-10)
1148
+ **Note:** Version bump only for package @pie-element/math-inline-configure
821
1149
 
1150
+ ## [6.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.3...@pie-element/math-inline-configure@6.1.4) (2022-08-02)
822
1151
 
823
1152
  ### Bug Fixes
824
1153
 
825
- * update pie-lib/pie-toolbox PD-3799, PD-3924, PD-3878 ([2f276fb](https://github.com/pie-framework/pie-elements/commit/2f276fb29f121005cecd81459469ff9f5a06740d))
1154
+ - **math-inline:** fix validation message tooltip style PD-1897 ([27c0d50](https://github.com/pie-framework/pie-elements/commit/27c0d504a37fee6e0005f217b38b512491e7f307))
826
1155
 
1156
+ ## [6.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.2...@pie-element/math-inline-configure@6.1.3) (2022-07-22)
827
1157
 
1158
+ **Note:** Version bump only for package @pie-element/math-inline-configure
828
1159
 
1160
+ ## [6.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.1...@pie-element/math-inline-configure@6.1.2) (2022-07-20)
829
1161
 
1162
+ **Note:** Version bump only for package @pie-element/math-inline-configure
830
1163
 
831
- ## [7.18.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.18.1...@pie-element/math-inline-configure@7.18.2) (2024-07-04)
1164
+ ## [6.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.0...@pie-element/math-inline-configure@6.1.1) (2022-07-19)
832
1165
 
833
1166
  **Note:** Version bump only for package @pie-element/math-inline-configure
834
1167
 
1168
+ # [6.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.0.0...@pie-element/math-inline-configure@6.1.0) (2022-06-28)
835
1169
 
1170
+ ### Bug Fixes
836
1171
 
1172
+ - tests ([671b33f](https://github.com/pie-framework/pie-elements/commit/671b33f0abe95d6de6f31851245fc8255981a262))
837
1173
 
1174
+ ### Features
838
1175
 
839
- ## [7.18.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.18.0...@pie-element/math-inline-configure@7.18.1) (2024-06-26)
840
-
1176
+ - **math-inline:** add maxImageWidth and maxImageHeight props PD-1801 ([24e60e2](https://github.com/pie-framework/pie-elements/commit/24e60e2d5e1bdc90530662f5c11528d67c2545ce))
1177
+ - **math-inline:** implement ui/ux for validation PD-1705 ([74b9682](https://github.com/pie-framework/pie-elements/commit/74b968278cbe07fffd6979889bae91d137d334c3))
841
1178
 
842
- ### Bug Fixes
1179
+ # [6.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.21...@pie-element/math-inline-configure@6.0.0) (2022-06-28)
843
1180
 
844
- * update pie-lib/pie-toolbox PD-3028, PD-3773 ([61bc47c](https://github.com/pie-framework/pie-elements/commit/61bc47c18d2becea321f18462f5cd486db0115e1))
1181
+ ### chore
845
1182
 
1183
+ - Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
846
1184
 
1185
+ ### BREAKING CHANGES
847
1186
 
1187
+ - Image percent buttons were removed from toolbar.
1188
+ New properties maxImageWidth and maxImageHeight were added.
848
1189
 
1190
+ ## [5.6.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.20...@pie-element/math-inline-configure@5.6.21) (2022-06-13)
849
1191
 
850
- # [7.18.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.17.0...@pie-element/math-inline-configure@7.18.0) (2024-06-24)
1192
+ **Note:** Version bump only for package @pie-element/math-inline-configure
851
1193
 
1194
+ ## [5.6.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.19...@pie-element/math-inline-configure@5.6.20) (2022-05-30)
852
1195
 
853
- ### Features
1196
+ **Note:** Version bump only for package @pie-element/math-inline-configure
854
1197
 
855
- * update pie-lib/pie-toolbox PD-3868, PD-3771, PD-3772, PD-3775 ([4475c65](https://github.com/pie-framework/pie-elements/commit/4475c658be5489a0f66be27af24e01c03b32b294))
1198
+ ## [5.6.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.18...@pie-element/math-inline-configure@5.6.19) (2022-05-16)
856
1199
 
1200
+ **Note:** Version bump only for package @pie-element/math-inline-configure
857
1201
 
1202
+ ## [5.6.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.17...@pie-element/math-inline-configure@5.6.18) (2022-05-09)
858
1203
 
1204
+ **Note:** Version bump only for package @pie-element/math-inline-configure
859
1205
 
1206
+ ## [5.6.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.16...@pie-element/math-inline-configure@5.6.17) (2022-05-03)
860
1207
 
861
- # [7.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.16.0...@pie-element/math-inline-configure@7.17.0) (2024-06-24)
1208
+ **Note:** Version bump only for package @pie-element/math-inline-configure
862
1209
 
1210
+ ## [5.6.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.15...@pie-element/math-inline-configure@5.6.16) (2022-04-12)
863
1211
 
864
- ### Features
1212
+ **Note:** Version bump only for package @pie-element/math-inline-configure
865
1213
 
866
- * 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))
1214
+ ## [5.6.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.14...@pie-element/math-inline-configure@5.6.15) (2022-03-28)
867
1215
 
1216
+ **Note:** Version bump only for package @pie-element/math-inline-configure
868
1217
 
1218
+ ## [5.6.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.13...@pie-element/math-inline-configure@5.6.14) (2022-03-22)
869
1219
 
1220
+ **Note:** Version bump only for package @pie-element/math-inline-configure
870
1221
 
1222
+ ## [5.6.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.12...@pie-element/math-inline-configure@5.6.13) (2022-03-08)
871
1223
 
872
- # [7.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.15.0...@pie-element/math-inline-configure@7.16.0) (2024-06-19)
1224
+ **Note:** Version bump only for package @pie-element/math-inline-configure
873
1225
 
1226
+ ## [5.6.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.11...@pie-element/math-inline-configure@5.6.12) (2022-03-08)
874
1227
 
875
- ### Bug Fixes
1228
+ **Note:** Version bump only for package @pie-element/math-inline-configure
876
1229
 
877
- * update pie-lib/pie-toolbox fix build ([75777e1](https://github.com/pie-framework/pie-elements/commit/75777e189786cb9041bd0d2f843c023a1ea5b8b1))
1230
+ ## [5.6.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.10...@pie-element/math-inline-configure@5.6.11) (2022-02-21)
878
1231
 
1232
+ **Note:** Version bump only for package @pie-element/math-inline-configure
879
1233
 
880
- ### Features
1234
+ ## [5.6.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.9...@pie-element/math-inline-configure@5.6.10) (2022-02-04)
881
1235
 
882
- * 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))
1236
+ **Note:** Version bump only for package @pie-element/math-inline-configure
883
1237
 
1238
+ ## [5.6.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.8...@pie-element/math-inline-configure@5.6.9) (2022-01-24)
884
1239
 
1240
+ ### Bug Fixes
885
1241
 
1242
+ - **math-inline:** default editors to grade 8-HS PD-1385 ([54dc77a](https://github.com/pie-framework/pie-elements/commit/54dc77afbbb8c9e3413cb1cb303d5defd72f32d2))
1243
+ - **math-inline:** do not hide math editor when focus is still on response template ([ef07786](https://github.com/pie-framework/pie-elements/commit/ef07786306c1d287b648000b0a2a0223cec3760c))
1244
+ - **math-inline:** make response area button to fit in response template area ([efaa45d](https://github.com/pie-framework/pie-elements/commit/efaa45d2dc936c8d3dec6158e1e2e22392025e31))
1245
+ - **math-inline, extended-text-entry:** use new editors ([2123b8a](https://github.com/pie-framework/pie-elements/commit/2123b8a6d930852a629140053a8459dbc75f281f))
886
1246
 
1247
+ ## [5.6.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.7...@pie-element/math-inline-configure@5.6.8) (2022-01-10)
887
1248
 
888
- # [7.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.14.2...@pie-element/math-inline-configure@7.15.0) (2024-06-13)
1249
+ **Note:** Version bump only for package @pie-element/math-inline-configure
889
1250
 
1251
+ ## [5.6.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.6...@pie-element/math-inline-configure@5.6.7) (2021-12-23)
890
1252
 
891
- ### Features
1253
+ **Note:** Version bump only for package @pie-element/math-inline-configure
892
1254
 
893
- * update pie-toolbox PD-3735 ([7a38768](https://github.com/pie-framework/pie-elements/commit/7a38768b320640de853e90e137082e141ee4ad1f))
1255
+ ## [5.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.4...@pie-element/math-inline-configure@5.6.5) (2021-12-13)
894
1256
 
1257
+ **Note:** Version bump only for package @pie-element/math-inline-configure
895
1258
 
1259
+ ## [5.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.1...@pie-element/math-inline-configure@5.6.2) (2021-11-29)
896
1260
 
1261
+ **Note:** Version bump only for package @pie-element/math-inline-configure
897
1262
 
1263
+ ## [5.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.5.4...@pie-element/math-inline-configure@5.6.1) (2021-11-11)
898
1264
 
899
- ## [7.14.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.14.1...@pie-element/math-inline-configure@7.14.2) (2024-06-13)
1265
+ **Note:** Version bump only for package @pie-element/math-inline-configure
900
1266
 
1267
+ # [5.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.4.3...@pie-element/math-inline-configure@5.6.0) (2021-11-11)
901
1268
 
902
1269
  ### Bug Fixes
903
1270
 
904
- * update pie-toolbox PD-3180, PD-3391 ([f888f35](https://github.com/pie-framework/pie-elements/commit/f888f350468fca91379d4216c9c696c30695add3))
1271
+ - **math-inline:** do not hide math editor when focus is still on response template ([ef07786](https://github.com/pie-framework/pie-elements/commit/ef07786306c1d287b648000b0a2a0223cec3760c))
1272
+ - **math-inline:** make response area button to fit in response template area ([efaa45d](https://github.com/pie-framework/pie-elements/commit/efaa45d2dc936c8d3dec6158e1e2e22392025e31))
1273
+ - pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
1274
+ - Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
1275
+ - Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
1276
+ - **math-inline:** show add alternate button for both literal and symbolic validation PD-333 ([0cf44c8](https://github.com/pie-framework/pie-elements/commit/0cf44c8bae938eae9d4cf92b341f1cb3085cffd2))
1277
+
1278
+ ### Features
905
1279
 
1280
+ - **math-inline:** added option to set toolbar editor position ([01282e4](https://github.com/pie-framework/pie-elements/commit/01282e4a07d200f7b81c684a11b51aa1f226ddeb))
1281
+ - **math-inline:** Displayed a message when the item has additional correct responses PD-198 - BREAKING CHANGE: Added note property to the model ([7fce264](https://github.com/pie-framework/pie-elements/commit/7fce2649a9c8ddae2eb6643e5d5e9d307233a23b))
1282
+ - **math-inline:** toolbar editor position - change double quotes into single quotes ([9a1edfa](https://github.com/pie-framework/pie-elements/commit/9a1edfa965187230b70c915075ab23d33738ea15))
906
1283
 
1284
+ ## [5.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.5.3...@pie-element/math-inline-configure@5.5.4) (2021-10-18)
907
1285
 
1286
+ **Note:** Version bump only for package @pie-element/math-inline-configure
908
1287
 
1288
+ ## [5.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.5.2...@pie-element/math-inline-configure@5.5.3) (2021-10-04)
909
1289
 
910
- ## [7.14.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.14.0...@pie-element/math-inline-configure@7.14.1) (2024-06-13)
1290
+ **Note:** Version bump only for package @pie-element/math-inline-configure
911
1291
 
1292
+ ## [5.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.5.1...@pie-element/math-inline-configure@5.5.2) (2021-09-20)
912
1293
 
913
1294
  ### Bug Fixes
914
1295
 
915
- * update pie-toolbox PD-3839 ([dcdc0bf](https://github.com/pie-framework/pie-elements/commit/dcdc0bf9a7cc341d257de831e87915fb9425e4a2))
1296
+ - pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
1297
+ - Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
1298
+ - Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
1299
+ - **math-inline:** show add alternate button for both literal and symbolic validation PD-333 ([0cf44c8](https://github.com/pie-framework/pie-elements/commit/0cf44c8bae938eae9d4cf92b341f1cb3085cffd2))
916
1300
 
1301
+ ## [5.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.5.0...@pie-element/math-inline-configure@5.5.1) (2021-09-01)
917
1302
 
1303
+ **Note:** Version bump only for package @pie-element/math-inline-configure
918
1304
 
1305
+ # [5.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.4.3...@pie-element/math-inline-configure@5.5.0) (2021-08-05)
919
1306
 
1307
+ ### Features
920
1308
 
921
- # [7.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.13.1...@pie-element/math-inline-configure@7.14.0) (2024-06-03)
1309
+ - **math-inline:** added option to set toolbar editor position ([01282e4](https://github.com/pie-framework/pie-elements/commit/01282e4a07d200f7b81c684a11b51aa1f226ddeb))
1310
+ - **math-inline:** Displayed a message when the item has additional correct responses PD-198 - BREAKING CHANGE: Added note property to the model ([7fce264](https://github.com/pie-framework/pie-elements/commit/7fce2649a9c8ddae2eb6643e5d5e9d307233a23b))
1311
+ - **math-inline:** toolbar editor position - change double quotes into single quotes ([9a1edfa](https://github.com/pie-framework/pie-elements/commit/9a1edfa965187230b70c915075ab23d33738ea15))
922
1312
 
1313
+ ## [5.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.4.1...@pie-element/math-inline-configure@5.4.3) (2021-08-05)
923
1314
 
924
1315
  ### Bug Fixes
925
1316
 
926
- * revert math-inline changes, those were pushed by mistake ([8dfb1b1](https://github.com/pie-framework/pie-elements/commit/8dfb1b19289a5d51c411c95983fafdbf19fca4b0))
1317
+ - force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
927
1318
 
1319
+ ## [5.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.4.0...@pie-element/math-inline-configure@5.4.1) (2021-06-29)
928
1320
 
929
- ### Features
1321
+ ### Bug Fixes
930
1322
 
931
- * update pie-lib/pie-toolbox PD-3733, PD-2455 ([a507dcb](https://github.com/pie-framework/pie-elements/commit/a507dcb30bf2de72614aaba8ee576edf0c953d05))
1323
+ - **math-inline:** remove +response button from authoring PD-334 ([#598](https://github.com/pie-framework/pie-elements/issues/598)) ([88ce52b](https://github.com/pie-framework/pie-elements/commit/88ce52b12b2e2d34b51b1a05927a26251b30832f))
932
1324
 
1325
+ # [5.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.3.5...@pie-element/math-inline-configure@5.4.0) (2021-04-07)
933
1326
 
1327
+ ### Bug Fixes
934
1328
 
935
-
936
-
937
- ## [7.13.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.13.0...@pie-element/math-inline-configure@7.13.1) (2024-06-03)
938
-
939
-
940
- ### Bug Fixes
941
-
942
- * update pie-lib/pie-toolbox PD-3788, PD-1273 ([f4b6aba](https://github.com/pie-framework/pie-elements/commit/f4b6aba5c741fbf6305dba71bf47d2226f39f2ee))
943
-
944
-
945
-
946
-
947
-
948
- # [7.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.12.6...@pie-element/math-inline-configure@7.13.0) (2024-05-27)
949
-
950
-
951
- ### Features
952
-
953
- * update pie-lib/pie-toolbox PD-3736, PD-3734, PD-2488 ([3c44f06](https://github.com/pie-framework/pie-elements/commit/3c44f06d96e609246acde257a8223dc16192c2c4))
954
-
955
-
956
-
957
-
958
-
959
- ## [7.12.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.12.5...@pie-element/math-inline-configure@7.12.6) (2024-05-27)
960
-
961
-
962
- ### Bug Fixes
963
-
964
- * update pie-lib/pie-toolbox PD-3740, PD-2126 ([5573a4e](https://github.com/pie-framework/pie-elements/commit/5573a4e2f4524839525679df319bb92c7c841916))
965
-
966
-
967
-
968
-
969
-
970
- ## [7.12.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.12.4...@pie-element/math-inline-configure@7.12.5) (2024-05-14)
971
-
972
-
973
- ### Bug Fixes
974
-
975
- * update pie-toolbox PD-3640 ([707c240](https://github.com/pie-framework/pie-elements/commit/707c24031bc0cb05bb070605d4bc27384334eaac))
976
-
977
-
978
-
979
-
980
-
981
- ## [7.12.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.12.3...@pie-element/math-inline-configure@7.12.4) (2024-05-13)
982
-
983
-
984
- ### Bug Fixes
985
-
986
- * 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))
987
-
988
-
989
-
990
-
991
-
992
- ## [7.12.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.12.2...@pie-element/math-inline-configure@7.12.3) (2024-05-07)
993
-
994
-
995
- ### Bug Fixes
996
-
997
- * update pie-lib/pie-toolbox PD-3731 ([2b5d6c9](https://github.com/pie-framework/pie-elements/commit/2b5d6c932280981a0fd636bcb30d7fbc181ac311))
998
-
999
-
1000
-
1001
-
1002
-
1003
- ## [7.12.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.12.1...@pie-element/math-inline-configure@7.12.2) (2024-05-03)
1004
-
1005
-
1006
- ### Bug Fixes
1007
-
1008
- * 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))
1009
-
1010
-
1011
-
1012
-
1013
-
1014
- ## [7.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.12.0...@pie-element/math-inline-configure@7.12.1) (2024-04-29)
1015
-
1016
-
1017
- ### Bug Fixes
1018
-
1019
- * update pie-lib/pie-toolbox PD-3683, PD-3644 ([73734c5](https://github.com/pie-framework/pie-elements/commit/73734c50a1e4fcda6be4f67c725816d75aea222f))
1020
-
1021
-
1022
-
1023
-
1024
-
1025
- # [7.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.11.1...@pie-element/math-inline-configure@7.12.0) (2024-04-22)
1026
-
1027
-
1028
- ### Features
1029
-
1030
- * update pie-lib/pie-toolbox PD-2449 ([2a0b40a](https://github.com/pie-framework/pie-elements/commit/2a0b40a826f0338b5eda2e8301f79870be3d0073))
1031
-
1032
-
1033
-
1034
-
1035
-
1036
- ## [7.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.11.0...@pie-element/math-inline-configure@7.11.1) (2024-04-22)
1037
-
1038
-
1039
- ### Bug Fixes
1040
-
1041
- * update pie-lib/pie-toolbox PD-3644, PD-3673 ([5e28ce0](https://github.com/pie-framework/pie-elements/commit/5e28ce0dab4a7ecd93ef7bba45ddb20f768b450b))
1042
-
1043
-
1044
-
1045
-
1046
-
1047
- # [7.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.10.1...@pie-element/math-inline-configure@7.11.0) (2024-04-18)
1048
-
1049
-
1050
- ### Features
1051
-
1052
- * update pie-lib/pie-toolbox SC-30530, SC-30682, PD-3607, PD-3655 ([f08bccf](https://github.com/pie-framework/pie-elements/commit/f08bccf86fcb430e75e410116b000b3affc252c0))
1053
-
1054
-
1055
-
1056
-
1057
-
1058
- ## [7.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.10.0...@pie-element/math-inline-configure@7.10.1) (2024-04-01)
1059
-
1060
- **Note:** Version bump only for package @pie-element/math-inline-configure
1061
-
1062
-
1063
-
1064
-
1065
-
1066
- # [7.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.9.0...@pie-element/math-inline-configure@7.10.0) (2024-04-01)
1067
-
1068
-
1069
- ### Features
1070
-
1071
- * **inline-dropdown:** upgrade pie-toolbox PD-2465 ([828d1c1](https://github.com/pie-framework/pie-elements/commit/828d1c1bc9e9221c1e141baaa8f89a4929ad0eb9))
1072
-
1073
-
1074
-
1075
-
1076
-
1077
- # [7.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.8.0...@pie-element/math-inline-configure@7.9.0) (2024-04-01)
1078
-
1079
-
1080
- ### Features
1081
-
1082
- * update pie-lib/pie-toolbox PD-3567, PD-3426 ([2a706d7](https://github.com/pie-framework/pie-elements/commit/2a706d799bb000c60b7a77a790de9dc66345ebf5))
1083
-
1084
-
1085
-
1086
-
1087
-
1088
- # [7.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.7.1...@pie-element/math-inline-configure@7.8.0) (2024-03-28)
1089
-
1090
-
1091
- ### Bug Fixes
1092
-
1093
- * update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
1094
-
1095
-
1096
- ### Features
1097
-
1098
- * **math-inline:** add required fields functionality PD-3576 ([a16cf4f](https://github.com/pie-framework/pie-elements/commit/a16cf4f40788cd33b48fa714ce5528e220df3765))
1099
-
1100
-
1101
-
1102
-
1103
-
1104
- ## [7.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.7.0...@pie-element/math-inline-configure@7.7.1) (2024-03-26)
1105
-
1106
- **Note:** Version bump only for package @pie-element/math-inline-configure
1107
-
1108
-
1109
-
1110
-
1111
-
1112
- # [7.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.6.0...@pie-element/math-inline-configure@7.7.0) (2024-03-20)
1113
-
1114
-
1115
- ### Bug Fixes
1116
-
1117
- * updated pie-lib/pie-toolbox SC-28500 ([a8e4e6a](https://github.com/pie-framework/pie-elements/commit/a8e4e6ab27584435ce7ac3e964ccac2747402777))
1118
-
1119
-
1120
- ### Features
1121
-
1122
- * Add configuration for custom buttons PD-3520 ([a7a7ace](https://github.com/pie-framework/pie-elements/commit/a7a7ace27eaac47c9a0f172f7ae0440c6dc4e600))
1123
- * updated pie-lib/pie-toolbox SC-27890 and reverted once again math-rendering-accessible ([fd312e1](https://github.com/pie-framework/pie-elements/commit/fd312e1336999893025231946649496d290883e4))
1124
- * use math-rendering-accessible everywhere PD-1870 ([d52e660](https://github.com/pie-framework/pie-elements/commit/d52e6607ad8847d704bd9cb9b7e3107c130f0500))
1125
-
1126
-
1127
-
1128
-
1129
-
1130
- # [7.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.5.2...@pie-element/math-inline-configure@7.6.0) (2024-03-15)
1131
-
1132
-
1133
- ### Features
1134
-
1135
- * update pie-lib/pie-toolbox SC-27890,PD-2461 ([13d94fa](https://github.com/pie-framework/pie-elements/commit/13d94faaf0cf9cf923bbc64587cdd4202154ea33))
1136
-
1137
-
1138
-
1139
-
1140
-
1141
- ## [7.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.5.1...@pie-element/math-inline-configure@7.5.2) (2024-03-13)
1142
-
1143
-
1144
- ### Bug Fixes
1145
-
1146
- * update pie-lib/pie-toolbox PD-3549 ([b5d7d13](https://github.com/pie-framework/pie-elements/commit/b5d7d1352169cc67eaedcd56898a5806b0a8812a))
1147
-
1148
-
1149
-
1150
-
1151
-
1152
- ## [7.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.5.0...@pie-element/math-inline-configure@7.5.1) (2024-03-12)
1153
-
1154
-
1155
- ### Bug Fixes
1156
-
1157
- * update pie-lib/pie-toolbox PD-3509, PD-3465 ([b1745aa](https://github.com/pie-framework/pie-elements/commit/b1745aa981722b5561aab1f4495ac81ac7bc4155))
1158
-
1159
-
1160
-
1161
-
1162
-
1163
- # [7.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.4.0...@pie-element/math-inline-configure@7.5.0) (2024-03-07)
1164
-
1165
-
1166
- ### Features
1167
-
1168
- * Add configuration for custom buttons PD-3511 ([a642e82](https://github.com/pie-framework/pie-elements/commit/a642e82a2767738e0936f31bfc88c2e28b263575))
1169
-
1170
-
1171
-
1172
-
1173
-
1174
- # [7.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.3.2...@pie-element/math-inline-configure@7.4.0) (2024-03-04)
1175
-
1176
-
1177
- ### Features
1178
-
1179
- * update pie-lib/pie-toolbox version PD-1870 and PD-3501 ([8df1d8d](https://github.com/pie-framework/pie-elements/commit/8df1d8d281a0d6023d5a9c0e6fdd29fea71b6ac1))
1180
-
1181
-
1182
-
1183
-
1184
-
1185
- ## [7.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.3.1...@pie-element/math-inline-configure@7.3.2) (2024-02-20)
1186
-
1187
-
1188
- ### Bug Fixes
1189
-
1190
- * update pie-lib/pie-toolbox PD-3372, PD-3385, PD-3439 ([a79d800](https://github.com/pie-framework/pie-elements/commit/a79d800bb69af0d175793bc737282100168c4c60))
1191
- * update pie-lib/pie-toolbox PD-3455 ([4ff9971](https://github.com/pie-framework/pie-elements/commit/4ff9971e65b680aea180c94f9e85cab7249af2fb))
1192
-
1193
-
1194
-
1195
-
1196
-
1197
- ## [7.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.3.0...@pie-element/math-inline-configure@7.3.1) (2024-02-14)
1198
-
1199
-
1200
- ### Bug Fixes
1201
-
1202
- * pie-lib/pie-toolbox with slate updates ([a8f8707](https://github.com/pie-framework/pie-elements/commit/a8f8707b2c197c2b40fb6632cee0ba4c27aa9aa4))
1203
- * update pie-lib/pie-toolbox ([cec328c](https://github.com/pie-framework/pie-elements/commit/cec328caf5b69d9fee00473c502aed62d6e27462))
1204
-
1205
-
1206
-
1207
-
1208
-
1209
- # [7.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.2.5...@pie-element/math-inline-configure@7.3.0) (2024-02-09)
1210
-
1211
-
1212
- ### Features
1213
-
1214
- * update pie-toolbox version SC-28868 ([5745f50](https://github.com/pie-framework/pie-elements/commit/5745f502c89d730e72d4cdb83e96c9465a81ae19))
1215
-
1216
-
1217
-
1218
-
1219
-
1220
- ## [7.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.2.4...@pie-element/math-inline-configure@7.2.5) (2024-02-07)
1221
-
1222
-
1223
- ### Bug Fixes
1224
-
1225
- * update pie-toolbox version PD-3423 ([053ad69](https://github.com/pie-framework/pie-elements/commit/053ad690619980bce68b1b44e51975fcf91054ec))
1226
-
1227
-
1228
-
1229
-
1230
-
1231
- ## [7.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.2.3...@pie-element/math-inline-configure@7.2.4) (2024-01-24)
1232
-
1233
-
1234
- ### Bug Fixes
1235
-
1236
- * update to pie-lib/pie-toolbox 1.5.7 PD-3404 ([eae668d](https://github.com/pie-framework/pie-elements/commit/eae668d980ef4731af5eceb3e70329b7621a232b))
1237
-
1238
-
1239
-
1240
-
1241
-
1242
- ## [7.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.2.2...@pie-element/math-inline-configure@7.2.3) (2024-01-24)
1243
-
1244
-
1245
- ### Bug Fixes
1246
-
1247
- * 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))
1248
-
1249
-
1250
-
1251
-
1252
-
1253
- ## [7.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.2.1...@pie-element/math-inline-configure@7.2.2) (2024-01-23)
1254
-
1255
-
1256
- ### Bug Fixes
1257
-
1258
- * 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))
1259
- * update to pie-lib/pie-toolbox 1.5.5 for PD-3392 ([d4286e0](https://github.com/pie-framework/pie-elements/commit/d4286e08a060a73e6de098f87173baaaa88cc997))
1260
-
1261
-
1262
-
1263
-
1264
-
1265
- ## [7.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.2.0...@pie-element/math-inline-configure@7.2.1) (2024-01-15)
1266
-
1267
-
1268
- ### Bug Fixes
1269
-
1270
- * update pie-lib/pie-toolbox PD-3366, PD-3367, PD-3381 ([8c9d35f](https://github.com/pie-framework/pie-elements/commit/8c9d35ff6f0dad1a161d6a2dba203a169169e562))
1271
-
1272
-
1273
-
1274
-
1275
-
1276
- # [7.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.1.2...@pie-element/math-inline-configure@7.2.0) (2024-01-08)
1277
-
1278
-
1279
- ### Bug Fixes
1280
-
1281
- * update pie-lib/pie-toolbox PD-2068, PD-2060 ([b63f783](https://github.com/pie-framework/pie-elements/commit/b63f78371452e265f31f721dcfa5f8ba9789089c))
1282
- * update pie-lib/pie-toolbox PD-3352 ([c40c326](https://github.com/pie-framework/pie-elements/commit/c40c326209315b57ce8da802b8e00616256e3bd6))
1283
- * update pie-lib/pie-toolbox SC-27396, SC-27398 ([658a553](https://github.com/pie-framework/pie-elements/commit/658a55358181271b508f7d550467eefadcd71544))
1284
-
1285
-
1286
- ### Features
1287
-
1288
- * refactor for pie-lib/pie-toolbox and add print module for boilerplate-item-type ([8230d26](https://github.com/pie-framework/pie-elements/commit/8230d264069672c4a3242ff5ed60a6842bf5147f))
1289
-
1290
-
1291
-
1292
-
1293
-
1294
- ## [7.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.1.1...@pie-element/math-inline-configure@7.1.2) (2024-01-08)
1295
-
1296
-
1297
- ### Bug Fixes
1298
-
1299
- * update pie-lib/pie-toolbox PD-3352,PD-3348, PD-3296 ([48b1952](https://github.com/pie-framework/pie-elements/commit/48b1952831835ead598b692abb3d492ec9adb564))
1300
-
1301
-
1302
-
1303
-
1304
-
1305
- ## [7.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.1.0...@pie-element/math-inline-configure@7.1.1) (2024-01-04)
1306
-
1307
-
1308
- ### Bug Fixes
1309
-
1310
- * update pie-lib/pie-toolbox PD-2068, PD-2060 ([e918850](https://github.com/pie-framework/pie-elements/commit/e9188502ffeaefe41bf0f23895d4bb2daf839364))
1311
- * update pie-lib/pie-toolbox PD-3037 ([b2f689a](https://github.com/pie-framework/pie-elements/commit/b2f689a416c2c39d7ed423a22db02dd32415ba82))
1312
-
1313
-
1314
-
1315
-
1316
-
1317
- # [7.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.0.3...@pie-element/math-inline-configure@7.1.0) (2023-12-19)
1318
-
1319
-
1320
- ### Bug Fixes
1321
-
1322
- * update pie-lib/pie-toolbox PD-2068 ([34eccd5](https://github.com/pie-framework/pie-elements/commit/34eccd52c44259eddf3e2b816b00b82f83bc2bf8))
1323
-
1324
-
1325
- ### Features
1326
-
1327
- * update pie-lib/pie-toolbox PD-2555 ([86d4fd9](https://github.com/pie-framework/pie-elements/commit/86d4fd909180dd1fcbc446bd8b29c23af21a1c69))
1328
- * 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))
1329
-
1330
-
1331
-
1332
-
1333
-
1334
- ## [7.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.0.2...@pie-element/math-inline-configure@7.0.3) (2023-11-27)
1335
-
1336
-
1337
- ### Bug Fixes
1338
-
1339
- * update pie-lib ([74283d7](https://github.com/pie-framework/pie-elements/commit/74283d71b12ab9c82875ce995368e5e39f4face6))
1340
-
1341
-
1342
-
1343
-
1344
-
1345
- ## [7.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.0.1...@pie-element/math-inline-configure@7.0.2) (2023-11-27)
1346
-
1347
-
1348
- ### Bug Fixes
1349
-
1350
- * update pie-lib/pie-toolbox PD-597 ([1ec84aa](https://github.com/pie-framework/pie-elements/commit/1ec84aadae515088ef65b99f780a5e5dca516f99))
1351
- * update pie-libs PD-2996 ([cd092c6](https://github.com/pie-framework/pie-elements/commit/cd092c6b5c4db91645394cd23febc1f9a07f46f9))
1352
-
1353
-
1354
-
1355
-
1356
-
1357
- ## [7.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@7.0.0...@pie-element/math-inline-configure@7.0.1) (2023-11-09)
1358
-
1359
-
1360
- ### Bug Fixes
1361
-
1362
- * update pie-lib/pie-toolbox PD-3221, PD-3249, PD-2765 ([9de1563](https://github.com/pie-framework/pie-elements/commit/9de1563d636983c3ddceee0279c0709d396d4f96))
1363
-
1364
-
1365
-
1366
-
1367
-
1368
- # [7.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.13.1...@pie-element/math-inline-configure@7.0.0) (2023-11-07)
1369
-
1370
-
1371
- ### Bug Fixes
1372
-
1373
- * update pie-lib version to fix imports for pie-lib/pie-toolbox/editable-html ([a90cbf6](https://github.com/pie-framework/pie-elements/commit/a90cbf6be81824e7266df23c2dc49b259337c1b6))
1374
- * update pie-lib/pie-toolbox version ([212cbfa](https://github.com/pie-framework/pie-elements/commit/212cbfad27b29f0b1b2a3706ba82f6fb59147001))
1375
- * update pie-lib/pie-toolbox version ([b791e10](https://github.com/pie-framework/pie-elements/commit/b791e10857928766e2d73c6aa80b3fb50fd1afac))
1376
- * update pie-lib/pie-toolbox version ([7f64f9f](https://github.com/pie-framework/pie-elements/commit/7f64f9f2b874fd08bd8f6f05c1c4292c34ac6338))
1377
-
1378
-
1379
- ### Code Refactoring
1380
-
1381
- * 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))
1382
-
1383
-
1384
- ### BREAKING CHANGES
1385
-
1386
- * using pie-lib/pie-toolbox now, instead of any other pie-lib package.
1387
-
1388
-
1389
-
1390
-
1391
-
1392
- ## [6.13.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.13.0...@pie-element/math-inline-configure@6.13.1) (2023-10-26)
1393
-
1394
-
1395
- ### Bug Fixes
1396
-
1397
- * update pie-lib PD-3221 ([f04d59f](https://github.com/pie-framework/pie-elements/commit/f04d59f204852e430dc3e8fe2c442bb9a1634761))
1398
-
1399
-
1400
-
1401
-
1402
-
1403
- # [6.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.12.5...@pie-element/math-inline-configure@6.13.0) (2023-10-16)
1404
-
1405
-
1406
- ### Features
1407
-
1408
- * updated pie-libs PD-2950 ([acffe41](https://github.com/pie-framework/pie-elements/commit/acffe41120fbe288e375321cbd58cfbd48f98595))
1409
-
1410
-
1411
-
1412
-
1413
-
1414
- ## [6.12.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.12.4...@pie-element/math-inline-configure@6.12.5) (2023-10-16)
1415
-
1416
-
1417
- ### Bug Fixes
1418
-
1419
- * updated pie-libs PD-3223, PD-3121, PD-3018, PD-2765, PD-3105 ([666e660](https://github.com/pie-framework/pie-elements/commit/666e6604c40b9bde8b88af5ce1b02ba65f11e957))
1420
-
1421
-
1422
-
1423
-
1424
-
1425
- ## [6.12.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.12.3...@pie-element/math-inline-configure@6.12.4) (2023-10-03)
1426
-
1427
-
1428
- ### Bug Fixes
1429
-
1430
- * update with latest pie-libs, forcing pie-lib/math-rendering to v2.5.18 ([7ff936a](https://github.com/pie-framework/pie-elements/commit/7ff936ab9fc85c264032181755ce5e2149825406))
1431
-
1432
-
1433
-
1434
-
1435
-
1436
- ## [6.12.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.12.2...@pie-element/math-inline-configure@6.12.3) (2023-09-28)
1437
-
1438
- **Note:** Version bump only for package @pie-element/math-inline-configure
1439
-
1440
-
1441
-
1442
-
1443
-
1444
- ## [6.12.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.12.1...@pie-element/math-inline-configure@6.12.2) (2023-09-26)
1445
-
1446
-
1447
- ### Bug Fixes
1448
-
1449
- * update pie-libs ([702f4c6](https://github.com/pie-framework/pie-elements/commit/702f4c657f3413274b3a4443c1950e2cdf8e5588))
1450
-
1451
-
1452
-
1453
-
1454
-
1455
- ## [6.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.12.0...@pie-element/math-inline-configure@6.12.1) (2023-09-25)
1456
-
1457
- **Note:** Version bump only for package @pie-element/math-inline-configure
1458
-
1459
-
1460
-
1461
-
1462
-
1463
- # [6.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.11.5...@pie-element/math-inline-configure@6.12.0) (2023-09-25)
1464
-
1465
-
1466
- ### Bug Fixes
1467
-
1468
- * configuration setter fix for language props ([da6bc07](https://github.com/pie-framework/pie-elements/commit/da6bc07a067f0a4d1167ab85e07bef6c605643ad))
1469
- * update pie-libs PD-3167 ([1b109bb](https://github.com/pie-framework/pie-elements/commit/1b109bb3b74dcea72ee2f241996a5e6a71893b4e))
1470
- * update pie-libs PD-3167 ([b21d0c3](https://github.com/pie-framework/pie-elements/commit/b21d0c332623667257a5de1363b9f4fc6ee2bb51))
1471
- * update pie-libs PD-3167 ([1a76806](https://github.com/pie-framework/pie-elements/commit/1a7680657ebe0a73969f3100e60f0a090ffc7ada))
1472
- * update pie-libs PD-3167, PD-3105, PD-3162, PD-2765 ([26199b2](https://github.com/pie-framework/pie-elements/commit/26199b255ddbcb9255f2769091c7ba58f8b1dae0))
1473
-
1474
-
1475
- ### Features
1476
-
1477
- * update pie-libs PD-3011 ([0fd32b3](https://github.com/pie-framework/pie-elements/commit/0fd32b3fd1333bb25de584b98c8ef0471de2d5e8))
1478
-
1479
-
1480
-
1481
-
1482
-
1483
- ## [6.11.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.11.4...@pie-element/math-inline-configure@6.11.5) (2023-09-18)
1484
-
1485
-
1486
- ### Bug Fixes
1487
-
1488
- * add sanity checks DNA-18268 ([29d7de9](https://github.com/pie-framework/pie-elements/commit/29d7de9422c075117173a3afeb2b29acf1caab3c))
1489
-
1490
-
1491
-
1492
-
1493
-
1494
- ## [6.11.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.11.3...@pie-element/math-inline-configure@6.11.4) (2023-09-05)
1495
-
1496
-
1497
- ### Bug Fixes
1498
-
1499
- * update pie-libs PD-2765 ([f03972d](https://github.com/pie-framework/pie-elements/commit/f03972dda33ff5d4c0343f094fd33acadad30cb4))
1500
-
1501
-
1502
-
1503
-
1504
-
1505
- ## [6.11.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.11.2...@pie-element/math-inline-configure@6.11.3) (2023-09-04)
1506
-
1507
-
1508
- ### Bug Fixes
1509
-
1510
- * update pie-libs PD-3051 ([1e1a7a3](https://github.com/pie-framework/pie-elements/commit/1e1a7a38732eff5585ad789aea5a08c5e94720ae))
1511
- * updated pie-libs PD-2765, PD-3051 ([e6f5b17](https://github.com/pie-framework/pie-elements/commit/e6f5b17c95faf426898f897651863089a54ff3ff))
1512
-
1513
-
1514
-
1515
-
1516
-
1517
- ## [6.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.11.1...@pie-element/math-inline-configure@6.11.2) (2023-08-21)
1518
-
1519
-
1520
- ### Bug Fixes
1521
-
1522
- * update pie-libs PD-3119 ([01c474b](https://github.com/pie-framework/pie-elements/commit/01c474bf9396374dc86b9248651206672b765af6))
1523
-
1524
-
1525
-
1526
-
1527
-
1528
- ## [6.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.11.0...@pie-element/math-inline-configure@6.11.1) (2023-08-21)
1529
-
1530
- **Note:** Version bump only for package @pie-element/math-inline-configure
1531
-
1532
-
1533
-
1534
-
1535
-
1536
- # [6.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.10.2...@pie-element/math-inline-configure@6.11.0) (2023-08-15)
1537
-
1538
-
1539
- ### Bug Fixes
1540
-
1541
- * conflicts with develop ([eb27ce2](https://github.com/pie-framework/pie-elements/commit/eb27ce2d4005a64d66caf311f5349d7e7ad30950))
1542
- * snapshot ([c2adcf9](https://github.com/pie-framework/pie-elements/commit/c2adcf942e4eb74cae04e2824042201619570bb0))
1543
- * update pie-libs PD-3049, PD-2916, PD-2059 ([0e800b5](https://github.com/pie-framework/pie-elements/commit/0e800b54b852304d222a292400362e0870f0cc9a))
1544
- * updated pie-lib to fix PD-2802, PD-3050, PD-3051 ([34b4dd7](https://github.com/pie-framework/pie-elements/commit/34b4dd7ba18f4c18589975921cc9d127926f8294))
1545
- * updated pie-libs Pd-1163 ([300c1db](https://github.com/pie-framework/pie-elements/commit/300c1db1658ce85ca58f3cc2981b604aefbf9f01))
1546
-
1547
-
1548
- ### Features
1549
-
1550
- * **math-inline:** add note logic for translations PD-2802 ([ed83f78](https://github.com/pie-framework/pie-elements/commit/ed83f783b255b1045b485a60ac673003ae1265a6))
1551
- * **math-inline:** add translator PD-2795 PD-2802 ([2ab3ce9](https://github.com/pie-framework/pie-elements/commit/2ab3ce99c43d937d8cd5e6dd1925f0d89c74c537))
1552
- * **math-inline:** small tweaks PD-2802 ([d48b2f9](https://github.com/pie-framework/pie-elements/commit/d48b2f914efa1580cc18ef2b1a98a90a29479e92))
1553
- * **math-inline:** wip PD-2802 ([ba331be](https://github.com/pie-framework/pie-elements/commit/ba331be2e3cd58ce069a8a85e582318675325e40))
1554
-
1555
-
1556
-
1557
-
1558
-
1559
- ## [6.10.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.10.1...@pie-element/math-inline-configure@6.10.2) (2023-07-24)
1560
-
1561
-
1562
- ### Bug Fixes
1563
-
1564
- * update pie-libs PD-2984, PD-2991, PD-2992, PD-3036 ([12c9426](https://github.com/pie-framework/pie-elements/commit/12c94269e3b645d74a0014c597d30662823bb34a))
1565
-
1566
-
1567
-
1568
-
1569
-
1570
- ## [6.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.10.0...@pie-element/math-inline-configure@6.10.1) (2023-07-06)
1571
-
1572
-
1573
- ### Bug Fixes
1574
-
1575
- * updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
1576
- * updated pie-lib PD-2150 ([72f20be](https://github.com/pie-framework/pie-elements/commit/72f20be258248c86dde8d5d587290cd640bfd947))
1577
-
1578
-
1579
-
1580
-
1581
-
1582
- # [6.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.9.0...@pie-element/math-inline-configure@6.10.0) (2023-06-13)
1583
-
1584
-
1585
- ### Bug Fixes
1586
-
1587
- * update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
1588
- * update pie-libs ([649fb8f](https://github.com/pie-framework/pie-elements/commit/649fb8f535172d76b3ffc676ec53b2726432808c))
1589
- * update pie-libs PD-2150, PD-2795 ([ff6f64a](https://github.com/pie-framework/pie-elements/commit/ff6f64afa6ccaa8a060c986b1637c680e68c62b6))
1590
-
1591
-
1592
- ### Features
1593
-
1594
- * add mathMlOptions PD-2150 ([0c6984c](https://github.com/pie-framework/pie-elements/commit/0c6984cf042141eac36badfbab1c46d8d42f71ee))
1595
-
1596
-
1597
-
1598
-
1599
-
1600
- # [6.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.8.3...@pie-element/math-inline-configure@6.9.0) (2023-05-23)
1601
-
1602
-
1603
- ### Bug Fixes
1604
-
1605
- * update pie-lib PD-2777, PD-1914, PD-2066 ([7102893](https://github.com/pie-framework/pie-elements/commit/71028930a6dc554eb587cf4de0c1d0d28bfff1f5))
1606
- * update pie-libs PD-2774, PD-1026 ([04f8cd0](https://github.com/pie-framework/pie-elements/commit/04f8cd000afdb2ccb0c25146d46acb60c5fea651))
1607
-
1608
-
1609
- ### Features
1610
-
1611
- * ability to upload images when using imageSupoort from pie-api-components PD-2707 ([685f3b0](https://github.com/pie-framework/pie-elements/commit/685f3b035d86c5f4ad60cdb9ec84690d5ccaa4fc))
1612
-
1613
-
1614
-
1615
-
1616
-
1617
- ## [6.8.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.8.2...@pie-element/math-inline-configure@6.8.3) (2023-05-02)
1618
-
1619
-
1620
- ### Bug Fixes
1621
-
1622
- * update pie-libs (fix eslint problems PD-2732) ([3fa630e](https://github.com/pie-framework/pie-elements/commit/3fa630eb96b116cb685ab58fbf216fb572d1c333))
1623
- * update pie-libs PD-2755, PD-2625, PD-2119 ([698446b](https://github.com/pie-framework/pie-elements/commit/698446b29a553a022c91825118370faae824b723))
1624
- * 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))
1625
-
1626
-
1627
-
1628
-
1629
-
1630
- ## [6.8.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.8.1...@pie-element/math-inline-configure@6.8.2) (2023-04-25)
1631
-
1632
-
1633
- ### Bug Fixes
1634
-
1635
- * update pie-libs PD-2762 ([7ac4313](https://github.com/pie-framework/pie-elements/commit/7ac431346b822fe3bbb0d13375f044f6ce1f426b))
1636
-
1637
-
1638
-
1639
-
1640
-
1641
- ## [6.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.8.0...@pie-element/math-inline-configure@6.8.1) (2023-04-14)
1642
-
1643
-
1644
- ### Bug Fixes
1645
-
1646
- * update pie-libs ([830e9fc](https://github.com/pie-framework/pie-elements/commit/830e9fcf07f057e632b44d7a64ddb436353d49f6))
1647
-
1648
-
1649
-
1650
-
1651
-
1652
- # [6.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.7.0...@pie-element/math-inline-configure@6.8.0) (2023-04-10)
1653
-
1654
-
1655
- ### Bug Fixes
1656
-
1657
- * update pie-libs ([b7d3e7f](https://github.com/pie-framework/pie-elements/commit/b7d3e7f7160aafd5dcfed2960bc6c2f03dba2180))
1658
- * **all elements:** fix eslint problems-PD-2732 ([eaeabfb](https://github.com/pie-framework/pie-elements/commit/eaeabfbbe3a868a1f9828ef831a7ea864dee75a9))
1659
- * update pie-libs ([6738269](https://github.com/pie-framework/pie-elements/commit/6738269d878f24ec4429f210d18bbf591123a55f))
1660
- * update pie-libs ([9f05be1](https://github.com/pie-framework/pie-elements/commit/9f05be1ae6bf0a9651739b6bef7eca32ecabb4ce))
1661
-
1662
-
1663
- ### Features
1664
-
1665
- * 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))
1666
-
1667
-
1668
-
1669
-
1670
-
1671
- # [6.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.6.3...@pie-element/math-inline-configure@6.7.0) (2023-03-20)
1672
-
1673
-
1674
- ### Bug Fixes
1675
-
1676
- * update pie-libs ([340825a](https://github.com/pie-framework/pie-elements/commit/340825aab8c88569378eb5af6c5b9c9b99aeb285))
1677
- * update pie-libs ([1fe3d37](https://github.com/pie-framework/pie-elements/commit/1fe3d37d2b001f7944e4da7c895a83ccecefefcb))
1678
-
1679
-
1680
- ### Features
1681
-
1682
- * added color theming support PD-310 ([64976e0](https://github.com/pie-framework/pie-elements/commit/64976e08151b346f0760aedee2cd0e4ce6ff7f8b))
1683
-
1684
-
1685
-
1686
-
1687
-
1688
- ## [6.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.6.2...@pie-element/math-inline-configure@6.6.3) (2023-02-28)
1689
-
1690
-
1691
- ### Bug Fixes
1692
-
1693
- * update pie-libs ([7bb37a7](https://github.com/pie-framework/pie-elements/commit/7bb37a7da11017eff7191968fad4517182f1c363))
1694
-
1695
-
1696
-
1697
-
1698
-
1699
- ## [6.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.6.1...@pie-element/math-inline-configure@6.6.2) (2023-02-28)
1700
-
1701
-
1702
- ### Bug Fixes
1703
-
1704
- * update pie-libs ([6a10f3f](https://github.com/pie-framework/pie-elements/commit/6a10f3f45306cc9d9e077e45a90245d047235521))
1705
-
1706
-
1707
-
1708
-
1709
-
1710
- ## [6.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.6.0...@pie-element/math-inline-configure@6.6.1) (2023-02-28)
1711
-
1712
- **Note:** Version bump only for package @pie-element/math-inline-configure
1713
-
1714
-
1715
-
1716
-
1717
-
1718
- # [6.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.5.0...@pie-element/math-inline-configure@6.6.0) (2023-02-14)
1719
-
1720
-
1721
- ### Bug Fixes
1722
-
1723
- * **math-inline:** set feedback false if it is not defined - PD-2509 ([7c19513](https://github.com/pie-framework/pie-elements/commit/7c19513f94d510f769092a4f7dddf42fd3551a8d))
1724
-
1725
-
1726
- ### Features
1727
-
1728
- * update pie-libs ([e2c0b89](https://github.com/pie-framework/pie-elements/commit/e2c0b894caa20ed5d5681302a84b2bfd20dbd9f6))
1729
-
1730
-
1731
-
1732
-
1733
-
1734
- # [6.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.4.0...@pie-element/math-inline-configure@6.5.0) (2023-02-01)
1735
-
1736
-
1737
- ### Features
1738
-
1739
- * update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
1740
-
1741
-
1742
-
1743
-
1744
-
1745
- # [6.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.3.0...@pie-element/math-inline-configure@6.4.0) (2023-01-17)
1746
-
1747
-
1748
- ### Features
1749
-
1750
- * update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
1751
-
1752
-
1753
-
1754
-
1755
-
1756
- # [6.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.2.6...@pie-element/math-inline-configure@6.3.0) (2023-01-05)
1757
-
1758
-
1759
- ### Features
1760
-
1761
- * update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
1762
- * update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
1763
- * update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
1764
- * **math-inline:** added configuration prop to hide the settings panel PD-1999 ([bd9d932](https://github.com/pie-framework/pie-elements/commit/bd9d932ad24db60e53ebb2b988977afcaf7ef668))
1765
-
1766
-
1767
-
1768
-
1769
-
1770
- ## [6.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.2.5...@pie-element/math-inline-configure@6.2.6) (2022-12-21)
1771
-
1772
-
1773
- ### Bug Fixes
1774
-
1775
- * updated pie-libs ([8cb5b90](https://github.com/pie-framework/pie-elements/commit/8cb5b90d501ccbdf5ffd764e6555faa48b8f54d6))
1776
-
1777
-
1778
-
1779
-
1780
-
1781
- ## [6.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.2.4...@pie-element/math-inline-configure@6.2.5) (2022-12-20)
1782
-
1783
-
1784
- ### Bug Fixes
1785
-
1786
- * updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
1787
-
1788
-
1789
-
1790
-
1791
-
1792
- ## [6.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.2.3...@pie-element/math-inline-configure@6.2.4) (2022-12-07)
1793
-
1794
-
1795
- ### Bug Fixes
1796
-
1797
- * update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
1798
- * update libs for PD-2030 PD-2031 ([3174022](https://github.com/pie-framework/pie-elements/commit/3174022d45603ed217bbe8804a142b07084636a5))
1799
- * updated lib PD-1715 ([42e788d](https://github.com/pie-framework/pie-elements/commit/42e788db0c792838994e55001952da7701251a8e))
1800
- * updated libs ([c20de3a](https://github.com/pie-framework/pie-elements/commit/c20de3a6ba4499a090c809e18e52588d2a585fa0))
1801
- * updated libs ([0eed79a](https://github.com/pie-framework/pie-elements/commit/0eed79a32c3b777c16c8cabf201513fc1d2726a0))
1802
- * updated libs ([343c9ec](https://github.com/pie-framework/pie-elements/commit/343c9ec3dccba7f781e90ae2bd195cac6f78f467))
1803
-
1804
-
1805
-
1806
-
1807
-
1808
- ## [6.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.2.2...@pie-element/math-inline-configure@6.2.3) (2022-11-15)
1809
-
1810
- **Note:** Version bump only for package @pie-element/math-inline-configure
1811
-
1812
-
1813
-
1814
-
1815
-
1816
- ## [6.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.2.1...@pie-element/math-inline-configure@6.2.2) (2022-11-11)
1817
-
1818
-
1819
- ### Bug Fixes
1820
-
1821
- * **math-inline:** add sanity checks for withRubric ([ede846e](https://github.com/pie-framework/pie-elements/commit/ede846ededcb531df4f68a35e007420051f1992d))
1822
-
1823
-
1824
-
1825
-
1826
-
1827
- ## [6.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.2.0...@pie-element/math-inline-configure@6.2.1) (2022-10-31)
1828
-
1829
-
1830
- ### Bug Fixes
1831
-
1832
- * **math-inline:** fix validation ui for alternate responses PD-2055 ([ac0273d](https://github.com/pie-framework/pie-elements/commit/ac0273d975b44c558e2ea3555c6787bcac04ec71))
1833
-
1834
-
1835
-
1836
-
1837
-
1838
- # [6.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.9...@pie-element/math-inline-configure@6.2.0) (2022-10-17)
1839
-
1840
-
1841
- ### Bug Fixes
1842
-
1843
- * update snapshots ([9781596](https://github.com/pie-framework/pie-elements/commit/978159686bbbd6b727dff4b88ce4ab9606504586))
1844
-
1845
-
1846
- ### Features
1847
-
1848
- * 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))
1849
- * update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
1850
- * **math-inline:** add pie-api config PD-23 ([1a61ee3](https://github.com/pie-framework/pie-elements/commit/1a61ee39c184b4252446adf67b3ad38e40a0e39f))
1851
- * **math-inline:** add settings to enable rubric. Add withRubric prop to configuration and rubricEnabled prop to model PD-2104 ([543e355](https://github.com/pie-framework/pie-elements/commit/543e3551cc43477edb153c6d97cea7c8c6588235))
1852
- * **math-inline:** updated snapshot PD-2104 ([d1e9c23](https://github.com/pie-framework/pie-elements/commit/d1e9c2307dc108427bacfc106c00b3a5c624e930))
1853
- * enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
1854
- * **math-inline:** add uploadSoundSupport property PD-23-updated ([85f07b0](https://github.com/pie-framework/pie-elements/commit/85f07b0eb5128019d83668783ea8990d0cfb16cd))
1855
-
1856
-
1857
-
1858
-
1859
-
1860
- ## [6.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.8...@pie-element/math-inline-configure@6.1.9) (2022-09-29)
1861
-
1862
- **Note:** Version bump only for package @pie-element/math-inline-configure
1863
-
1864
-
1865
-
1866
-
1867
-
1868
- ## [6.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.7...@pie-element/math-inline-configure@6.1.8) (2022-09-14)
1869
-
1870
- **Note:** Version bump only for package @pie-element/math-inline-configure
1871
-
1872
-
1873
-
1874
-
1875
-
1876
- ## [6.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.6...@pie-element/math-inline-configure@6.1.7) (2022-08-31)
1877
-
1878
- **Note:** Version bump only for package @pie-element/math-inline-configure
1879
-
1880
-
1881
-
1882
-
1883
-
1884
- ## [6.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.5...@pie-element/math-inline-configure@6.1.6) (2022-08-16)
1885
-
1886
- **Note:** Version bump only for package @pie-element/math-inline-configure
1887
-
1888
-
1889
-
1890
-
1891
-
1892
- ## [6.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.4...@pie-element/math-inline-configure@6.1.5) (2022-08-08)
1893
-
1894
- **Note:** Version bump only for package @pie-element/math-inline-configure
1895
-
1896
-
1897
-
1898
-
1899
-
1900
- ## [6.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.3...@pie-element/math-inline-configure@6.1.4) (2022-08-02)
1901
-
1902
-
1903
- ### Bug Fixes
1904
-
1905
- * **math-inline:** fix validation message tooltip style PD-1897 ([27c0d50](https://github.com/pie-framework/pie-elements/commit/27c0d504a37fee6e0005f217b38b512491e7f307))
1906
-
1907
-
1908
-
1909
-
1910
-
1911
- ## [6.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.2...@pie-element/math-inline-configure@6.1.3) (2022-07-22)
1912
-
1913
- **Note:** Version bump only for package @pie-element/math-inline-configure
1914
-
1915
-
1916
-
1917
-
1918
-
1919
- ## [6.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.1...@pie-element/math-inline-configure@6.1.2) (2022-07-20)
1920
-
1921
- **Note:** Version bump only for package @pie-element/math-inline-configure
1922
-
1923
-
1924
-
1925
-
1926
-
1927
- ## [6.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.1.0...@pie-element/math-inline-configure@6.1.1) (2022-07-19)
1928
-
1929
- **Note:** Version bump only for package @pie-element/math-inline-configure
1930
-
1931
-
1932
-
1933
-
1934
-
1935
- # [6.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@6.0.0...@pie-element/math-inline-configure@6.1.0) (2022-06-28)
1936
-
1937
-
1938
- ### Bug Fixes
1939
-
1940
- * tests ([671b33f](https://github.com/pie-framework/pie-elements/commit/671b33f0abe95d6de6f31851245fc8255981a262))
1941
-
1942
-
1943
- ### Features
1944
-
1945
- * **math-inline:** add maxImageWidth and maxImageHeight props PD-1801 ([24e60e2](https://github.com/pie-framework/pie-elements/commit/24e60e2d5e1bdc90530662f5c11528d67c2545ce))
1946
- * **math-inline:** implement ui/ux for validation PD-1705 ([74b9682](https://github.com/pie-framework/pie-elements/commit/74b968278cbe07fffd6979889bae91d137d334c3))
1947
-
1948
-
1949
-
1950
-
1951
-
1952
- # [6.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.21...@pie-element/math-inline-configure@6.0.0) (2022-06-28)
1953
-
1954
-
1955
- ### chore
1956
-
1957
- * Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
1958
-
1959
-
1960
- ### BREAKING CHANGES
1961
-
1962
- * Image percent buttons were removed from toolbar.
1963
- New properties maxImageWidth and maxImageHeight were added.
1964
-
1965
-
1966
-
1967
-
1968
-
1969
- ## [5.6.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.20...@pie-element/math-inline-configure@5.6.21) (2022-06-13)
1970
-
1971
- **Note:** Version bump only for package @pie-element/math-inline-configure
1972
-
1973
-
1974
-
1975
-
1976
-
1977
- ## [5.6.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.19...@pie-element/math-inline-configure@5.6.20) (2022-05-30)
1978
-
1979
- **Note:** Version bump only for package @pie-element/math-inline-configure
1980
-
1981
-
1982
-
1983
-
1984
-
1985
- ## [5.6.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.18...@pie-element/math-inline-configure@5.6.19) (2022-05-16)
1986
-
1987
- **Note:** Version bump only for package @pie-element/math-inline-configure
1988
-
1989
-
1990
-
1991
-
1992
-
1993
- ## [5.6.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.17...@pie-element/math-inline-configure@5.6.18) (2022-05-09)
1994
-
1995
- **Note:** Version bump only for package @pie-element/math-inline-configure
1996
-
1997
-
1998
-
1999
-
2000
-
2001
- ## [5.6.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.16...@pie-element/math-inline-configure@5.6.17) (2022-05-03)
2002
-
2003
- **Note:** Version bump only for package @pie-element/math-inline-configure
2004
-
2005
-
2006
-
2007
-
2008
-
2009
- ## [5.6.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.15...@pie-element/math-inline-configure@5.6.16) (2022-04-12)
2010
-
2011
- **Note:** Version bump only for package @pie-element/math-inline-configure
2012
-
2013
-
2014
-
2015
-
2016
-
2017
- ## [5.6.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.14...@pie-element/math-inline-configure@5.6.15) (2022-03-28)
2018
-
2019
- **Note:** Version bump only for package @pie-element/math-inline-configure
2020
-
2021
-
2022
-
2023
-
2024
-
2025
- ## [5.6.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.13...@pie-element/math-inline-configure@5.6.14) (2022-03-22)
2026
-
2027
- **Note:** Version bump only for package @pie-element/math-inline-configure
2028
-
2029
-
2030
-
2031
-
2032
-
2033
- ## [5.6.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.12...@pie-element/math-inline-configure@5.6.13) (2022-03-08)
2034
-
2035
- **Note:** Version bump only for package @pie-element/math-inline-configure
2036
-
2037
-
2038
-
2039
-
2040
-
2041
- ## [5.6.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.11...@pie-element/math-inline-configure@5.6.12) (2022-03-08)
2042
-
2043
- **Note:** Version bump only for package @pie-element/math-inline-configure
2044
-
2045
-
2046
-
2047
-
2048
-
2049
- ## [5.6.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.10...@pie-element/math-inline-configure@5.6.11) (2022-02-21)
2050
-
2051
- **Note:** Version bump only for package @pie-element/math-inline-configure
2052
-
2053
-
2054
-
2055
-
2056
-
2057
- ## [5.6.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.9...@pie-element/math-inline-configure@5.6.10) (2022-02-04)
2058
-
2059
- **Note:** Version bump only for package @pie-element/math-inline-configure
2060
-
2061
-
2062
-
2063
-
2064
-
2065
- ## [5.6.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.8...@pie-element/math-inline-configure@5.6.9) (2022-01-24)
2066
-
2067
-
2068
- ### Bug Fixes
2069
-
2070
- * **math-inline:** default editors to grade 8-HS PD-1385 ([54dc77a](https://github.com/pie-framework/pie-elements/commit/54dc77afbbb8c9e3413cb1cb303d5defd72f32d2))
2071
- * **math-inline:** do not hide math editor when focus is still on response template ([ef07786](https://github.com/pie-framework/pie-elements/commit/ef07786306c1d287b648000b0a2a0223cec3760c))
2072
- * **math-inline:** make response area button to fit in response template area ([efaa45d](https://github.com/pie-framework/pie-elements/commit/efaa45d2dc936c8d3dec6158e1e2e22392025e31))
2073
- * **math-inline, extended-text-entry:** use new editors ([2123b8a](https://github.com/pie-framework/pie-elements/commit/2123b8a6d930852a629140053a8459dbc75f281f))
2074
-
2075
-
2076
-
2077
-
2078
-
2079
- ## [5.6.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.7...@pie-element/math-inline-configure@5.6.8) (2022-01-10)
2080
-
2081
- **Note:** Version bump only for package @pie-element/math-inline-configure
2082
-
2083
-
2084
-
2085
-
2086
-
2087
- ## [5.6.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.6...@pie-element/math-inline-configure@5.6.7) (2021-12-23)
2088
-
2089
- **Note:** Version bump only for package @pie-element/math-inline-configure
2090
-
2091
-
2092
-
2093
-
2094
-
2095
- ## [5.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.4...@pie-element/math-inline-configure@5.6.5) (2021-12-13)
2096
-
2097
- **Note:** Version bump only for package @pie-element/math-inline-configure
2098
-
2099
-
2100
-
2101
-
2102
-
2103
- ## [5.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.6.1...@pie-element/math-inline-configure@5.6.2) (2021-11-29)
2104
-
2105
- **Note:** Version bump only for package @pie-element/math-inline-configure
2106
-
2107
-
2108
-
2109
-
2110
-
2111
- ## [5.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.5.4...@pie-element/math-inline-configure@5.6.1) (2021-11-11)
2112
-
2113
- **Note:** Version bump only for package @pie-element/math-inline-configure
2114
-
2115
-
2116
-
2117
-
2118
-
2119
- # [5.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.4.3...@pie-element/math-inline-configure@5.6.0) (2021-11-11)
2120
-
2121
-
2122
- ### Bug Fixes
2123
-
2124
- * **math-inline:** do not hide math editor when focus is still on response template ([ef07786](https://github.com/pie-framework/pie-elements/commit/ef07786306c1d287b648000b0a2a0223cec3760c))
2125
- * **math-inline:** make response area button to fit in response template area ([efaa45d](https://github.com/pie-framework/pie-elements/commit/efaa45d2dc936c8d3dec6158e1e2e22392025e31))
2126
- * pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
2127
- * Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
2128
- * Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
2129
- * **math-inline:** show add alternate button for both literal and symbolic validation PD-333 ([0cf44c8](https://github.com/pie-framework/pie-elements/commit/0cf44c8bae938eae9d4cf92b341f1cb3085cffd2))
2130
-
2131
-
2132
- ### Features
2133
-
2134
- * **math-inline:** added option to set toolbar editor position ([01282e4](https://github.com/pie-framework/pie-elements/commit/01282e4a07d200f7b81c684a11b51aa1f226ddeb))
2135
- * **math-inline:** Displayed a message when the item has additional correct responses PD-198 - BREAKING CHANGE: Added note property to the model ([7fce264](https://github.com/pie-framework/pie-elements/commit/7fce2649a9c8ddae2eb6643e5d5e9d307233a23b))
2136
- * **math-inline:** toolbar editor position - change double quotes into single quotes ([9a1edfa](https://github.com/pie-framework/pie-elements/commit/9a1edfa965187230b70c915075ab23d33738ea15))
2137
-
2138
-
2139
-
2140
-
2141
-
2142
-
2143
- ## [5.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.5.3...@pie-element/math-inline-configure@5.5.4) (2021-10-18)
2144
-
2145
- **Note:** Version bump only for package @pie-element/math-inline-configure
2146
-
2147
-
2148
-
2149
-
2150
-
2151
- ## [5.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.5.2...@pie-element/math-inline-configure@5.5.3) (2021-10-04)
2152
-
2153
- **Note:** Version bump only for package @pie-element/math-inline-configure
2154
-
2155
-
2156
-
2157
-
2158
-
2159
- ## [5.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.5.1...@pie-element/math-inline-configure@5.5.2) (2021-09-20)
2160
-
2161
-
2162
- ### Bug Fixes
2163
-
2164
- * pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
2165
- * Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
2166
- * Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
2167
- * **math-inline:** show add alternate button for both literal and symbolic validation PD-333 ([0cf44c8](https://github.com/pie-framework/pie-elements/commit/0cf44c8bae938eae9d4cf92b341f1cb3085cffd2))
2168
-
2169
-
2170
-
2171
-
2172
-
2173
- ## [5.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.5.0...@pie-element/math-inline-configure@5.5.1) (2021-09-01)
2174
-
2175
- **Note:** Version bump only for package @pie-element/math-inline-configure
2176
-
2177
-
2178
-
2179
-
2180
-
2181
- # [5.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.4.3...@pie-element/math-inline-configure@5.5.0) (2021-08-05)
2182
-
2183
-
2184
- ### Features
2185
-
2186
- * **math-inline:** added option to set toolbar editor position ([01282e4](https://github.com/pie-framework/pie-elements/commit/01282e4a07d200f7b81c684a11b51aa1f226ddeb))
2187
- * **math-inline:** Displayed a message when the item has additional correct responses PD-198 - BREAKING CHANGE: Added note property to the model ([7fce264](https://github.com/pie-framework/pie-elements/commit/7fce2649a9c8ddae2eb6643e5d5e9d307233a23b))
2188
- * **math-inline:** toolbar editor position - change double quotes into single quotes ([9a1edfa](https://github.com/pie-framework/pie-elements/commit/9a1edfa965187230b70c915075ab23d33738ea15))
2189
-
2190
-
2191
-
2192
-
2193
-
2194
- ## [5.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.4.1...@pie-element/math-inline-configure@5.4.3) (2021-08-05)
2195
-
2196
-
2197
- ### Bug Fixes
2198
-
2199
- * force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
2200
-
2201
-
2202
-
2203
-
2204
-
2205
- ## [5.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.4.0...@pie-element/math-inline-configure@5.4.1) (2021-06-29)
2206
-
2207
-
2208
- ### Bug Fixes
2209
-
2210
- * **math-inline:** remove +response button from authoring PD-334 ([#598](https://github.com/pie-framework/pie-elements/issues/598)) ([88ce52b](https://github.com/pie-framework/pie-elements/commit/88ce52b12b2e2d34b51b1a05927a26251b30832f))
2211
-
2212
-
2213
-
2214
-
2215
-
2216
- # [5.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.3.5...@pie-element/math-inline-configure@5.4.0) (2021-04-07)
2217
-
2218
-
2219
- ### Bug Fixes
2220
-
2221
- * **math-inline:** remove allow thousand separators from model, remove checkbox, validate answers indifferent to the presence of commas used as thousands separators PD-1031 ([#554](https://github.com/pie-framework/pie-elements/issues/554)) ([188555b](https://github.com/pie-framework/pie-elements/commit/188555ba3dd7fa6802a1d00eead0f8a86f4615b4))
2222
- * rename the 'Everything' math editor as the 'Miscellaneous' math editor PD-870 ([cebc7da](https://github.com/pie-framework/pie-elements/commit/cebc7dad9cd8b8ad498134e116b705079c1e13c9))
2223
-
2224
-
2225
- ### Features
2226
-
2227
- * **math-inline:** remove allowSpaces. BREAKING CHANGE: removed allowSpaces from model PD-285 ([#549](https://github.com/pie-framework/pie-elements/issues/549)) ([9fdd6bd](https://github.com/pie-framework/pie-elements/commit/9fdd6bde196124f138bdd93a1afc1ac7bfaa2508))
2228
-
2229
-
2230
-
2231
-
2232
-
2233
- ## [5.3.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.3.2...@pie-element/math-inline-configure@5.3.5) (2021-03-03)
2234
-
2235
- **Note:** Version bump only for package @pie-element/math-inline-configure
2236
-
2237
-
2238
-
2239
-
2240
-
2241
- ## [5.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.3.1...@pie-element/math-inline-configure@5.3.2) (2021-03-03)
2242
-
2243
-
2244
- ### Bug Fixes
2245
-
2246
- * **math-inline:** fix editor width to contain button ([54e3f87](https://github.com/pie-framework/pie-elements/commit/54e3f8703064245f839ba5f64b12c715d721d569))
2247
-
2248
-
2249
-
2250
-
2251
-
2252
- ## [5.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.3.0...@pie-element/math-inline-configure@5.3.1) (2021-02-04)
2253
-
2254
- **Note:** Version bump only for package @pie-element/math-inline-configure
2255
-
2256
-
2257
-
2258
-
2259
-
2260
- # [5.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.16...@pie-element/math-inline-configure@5.3.0) (2021-02-02)
2261
-
2262
-
2263
- ### Bug Fixes
2264
-
2265
- * label for Equation response is made dynamic, which is hardcoded PD-268 ([aac0b02](https://github.com/pie-framework/pie-elements/commit/aac0b02))
2266
-
2267
-
2268
- ### Features
2269
-
2270
- * **math-inline:** add equation editor type dropdown for prompt - PD-355 ([4934753](https://github.com/pie-framework/pie-elements/commit/4934753))
2271
- * **math-inline:** linebreaks re-worked to maintain standard latex on model - PD-787 ([9c096c0](https://github.com/pie-framework/pie-elements/commit/9c096c0))
2272
- * **math-inline:** turn off symbolic validation until validation engine is fully optimized - PD690 ([33e717e](https://github.com/pie-framework/pie-elements/commit/33e717e))
2273
-
2274
-
2275
-
2276
-
2277
-
2278
- ## [5.2.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.15...@pie-element/math-inline-configure@5.2.16) (2020-11-07)
2279
-
2280
- **Note:** Version bump only for package @pie-element/math-inline-configure
2281
-
2282
-
2283
-
2284
-
2285
-
2286
- ## [5.2.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.14...@pie-element/math-inline-configure@5.2.15) (2020-10-29)
2287
-
2288
- **Note:** Version bump only for package @pie-element/math-inline-configure
2289
-
2290
-
2291
-
2292
-
2293
-
2294
- ## [5.2.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.13...@pie-element/math-inline-configure@5.2.14) (2020-10-29)
2295
-
2296
- **Note:** Version bump only for package @pie-element/math-inline-configure
2297
-
2298
-
2299
-
2300
-
2301
-
2302
- ## [5.2.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.12...@pie-element/math-inline-configure@5.2.13) (2020-10-16)
2303
-
2304
- **Note:** Version bump only for package @pie-element/math-inline-configure
2305
-
2306
-
2307
-
2308
-
2309
-
2310
- ## [5.2.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.11...@pie-element/math-inline-configure@5.2.12) (2020-10-02)
2311
-
2312
- **Note:** Version bump only for package @pie-element/math-inline-configure
2313
-
2314
-
2315
-
2316
-
2317
-
2318
- ## [5.2.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.10...@pie-element/math-inline-configure@5.2.11) (2020-09-23)
2319
-
2320
- **Note:** Version bump only for package @pie-element/math-inline-configure
2321
-
2322
-
2323
-
2324
-
2325
-
2326
- ## [5.2.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.9...@pie-element/math-inline-configure@5.2.10) (2020-09-23)
2327
-
2328
- **Note:** Version bump only for package @pie-element/math-inline-configure
2329
-
2330
-
2331
-
2332
-
2333
-
2334
- ## [5.2.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.8...@pie-element/math-inline-configure@5.2.9) (2020-08-25)
2335
-
2336
- **Note:** Version bump only for package @pie-element/math-inline-configure
2337
-
2338
-
2339
-
2340
-
2341
-
2342
- ## [5.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.7...@pie-element/math-inline-configure@5.2.8) (2020-08-13)
2343
-
2344
- **Note:** Version bump only for package @pie-element/math-inline-configure
2345
-
2346
-
2347
-
2348
-
2349
-
2350
- ## [5.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.6...@pie-element/math-inline-configure@5.2.7) (2020-08-07)
2351
-
2352
- **Note:** Version bump only for package @pie-element/math-inline-configure
2353
-
2354
-
2355
-
2356
-
2357
-
2358
- ## [5.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.5...@pie-element/math-inline-configure@5.2.6) (2020-05-25)
2359
-
2360
- **Note:** Version bump only for package @pie-element/math-inline-configure
2361
-
2362
-
2363
-
2364
-
2365
-
2366
- ## [5.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.4...@pie-element/math-inline-configure@5.2.5) (2020-05-25)
2367
-
2368
-
2369
- ### Bug Fixes
2370
-
2371
- * bump deps ([c6080d6](https://github.com/pie-framework/pie-elements/commit/c6080d6))
2372
-
2373
-
2374
-
2375
-
2376
-
2377
- ## [5.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.3...@pie-element/math-inline-configure@5.2.4) (2020-04-28)
2378
-
2379
-
2380
- ### Bug Fixes
2381
-
2382
- * bump @pie-lib/math-evaluator PD-3 ([3af50a2](https://github.com/pie-framework/pie-elements/commit/3af50a2))
2383
- * bump ui/lib versions ([45f0da6](https://github.com/pie-framework/pie-elements/commit/45f0da6))
2384
- * PD-155, PD-156, PD-157, PD-158: Updated versions of pie-lib/math-input and pie-ui/math-inline ([3eeb6a3](https://github.com/pie-framework/pie-elements/commit/3eeb6a3))
2385
- * ui+libs update ([6127de2](https://github.com/pie-framework/pie-elements/commit/6127de2))
2386
- * update ui/lib versions ([0226b0b](https://github.com/pie-framework/pie-elements/commit/0226b0b))
2387
-
2388
-
2389
-
2390
-
2391
-
2392
- ## [5.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.2...@pie-element/math-inline-configure@5.2.3) (2020-04-14)
2393
-
2394
-
2395
- ### Bug Fixes
2396
-
2397
- * bump ui/lib versions ([3edb232](https://github.com/pie-framework/pie-elements/commit/3edb232))
2398
-
2399
-
2400
-
2401
-
2402
-
2403
- ## [5.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.1...@pie-element/math-inline-configure@5.2.2) (2020-04-14)
2404
-
2405
- **Note:** Version bump only for package @pie-element/math-inline-configure
2406
-
2407
-
2408
-
2409
-
2410
-
2411
- ## [5.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.1.6...@pie-element/math-inline-configure@5.2.1) (2020-04-10)
2412
-
2413
-
2414
- ### Bug Fixes
2415
-
2416
- * bump all packages to avoid tag conflict ([d9ec9a8](https://github.com/pie-framework/pie-elements/commit/d9ec9a8))
2417
- * bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
2418
- * bump libs ([3d4f3e9](https://github.com/pie-framework/pie-elements/commit/3d4f3e9))
2419
- * bump math deps ([4b53869](https://github.com/pie-framework/pie-elements/commit/4b53869))
2420
- * bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
2421
- * **math-inline:** allowThousandsSeparator behavior change - ch7109 ([13ed920](https://github.com/pie-framework/pie-elements/commit/13ed920))
2422
-
2423
-
2424
-
2425
-
2426
-
2427
- ## [5.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.1.6...@pie-element/math-inline-configure@5.1.7) (2020-04-10)
2428
-
2429
-
2430
- ### Bug Fixes
2431
-
2432
- * bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
2433
- * bump libs ([3d4f3e9](https://github.com/pie-framework/pie-elements/commit/3d4f3e9))
2434
- * bump math deps ([4b53869](https://github.com/pie-framework/pie-elements/commit/4b53869))
2435
- * bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
2436
- * **math-inline:** allowThousandsSeparator behavior change - ch7109 ([13ed920](https://github.com/pie-framework/pie-elements/commit/13ed920))
2437
-
2438
-
2439
-
2440
-
2441
-
2442
- ## [5.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.1.5...@pie-element/math-inline-configure@5.1.6) (2020-02-18)
2443
-
2444
- **Note:** Version bump only for package @pie-element/math-inline-configure
2445
-
2446
-
2447
-
2448
-
2449
-
2450
- ## [5.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.1.4...@pie-element/math-inline-configure@5.1.5) (2020-02-03)
2451
-
2452
- **Note:** Version bump only for package @pie-element/math-inline-configure
2453
-
2454
-
2455
-
2456
-
2457
-
2458
- ## [5.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.1.3...@pie-element/math-inline-configure@5.1.4) (2020-01-31)
2459
-
2460
- **Note:** Version bump only for package @pie-element/math-inline-configure
2461
-
2462
-
2463
-
2464
-
2465
-
2466
- ## [5.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.1.2...@pie-element/math-inline-configure@5.1.3) (2020-01-30)
2467
-
2468
- **Note:** Version bump only for package @pie-element/math-inline-configure
2469
-
2470
-
2471
-
2472
-
2473
-
2474
- ## [5.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.1.1...@pie-element/math-inline-configure@5.1.2) (2020-01-28)
2475
-
2476
- **Note:** Version bump only for package @pie-element/math-inline-configure
2477
-
2478
-
2479
-
2480
-
2481
-
2482
- ## [5.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.1.0...@pie-element/math-inline-configure@5.1.1) (2020-01-28)
2483
-
2484
-
2485
- ### Bug Fixes
2486
-
2487
- * bump math-evaluator@^0.6.6 [ch7119] ([c0ed2a9](https://github.com/pie-framework/pie-elements/commit/c0ed2a9))
2488
- * bump math-evaluator@0.6.7 ([ab954a6](https://github.com/pie-framework/pie-elements/commit/ab954a6))
2489
-
2490
-
2491
-
2492
-
2493
-
2494
- # [5.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.0.1...@pie-element/math-inline-configure@5.1.0) (2020-01-09)
2495
-
2496
-
2497
- ### Bug Fixes
2498
-
2499
- * bump @pie-lib/math-input@^6.3.7 ch5653 ([2cf4219](https://github.com/pie-framework/pie-elements/commit/2cf4219))
2500
- * ch6456 - handle % ([9e55a90](https://github.com/pie-framework/pie-elements/commit/9e55a90))
2501
- * update math-input@6.3.8 ([b888aa1](https://github.com/pie-framework/pie-elements/commit/b888aa1))
2502
-
2503
-
2504
- ### Features
2505
-
2506
- * **math-inline:** remove stringCheck flag from authoring ([c1f244a](https://github.com/pie-framework/pie-elements/commit/c1f244a))
2507
- * **math-inline:** string-based check for evaluation, invalid latex command support ([8238250](https://github.com/pie-framework/pie-elements/commit/8238250))
2508
-
2509
-
2510
-
2511
-
2512
-
2513
- ## [5.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.0.0...@pie-element/math-inline-configure@5.0.1) (2019-11-06)
2514
-
2515
-
2516
- ### Bug Fixes
2517
-
2518
- * Hide Partial Scoring option from Settings Panel setting to false by default. ([1d0f617](https://github.com/pie-framework/pie-elements/commit/1d0f617))
2519
-
2520
-
2521
-
2522
-
2523
-
2524
- # [5.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@4.1.3...@pie-element/math-inline-configure@5.0.0) (2019-10-08)
2525
-
2526
-
2527
- * 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)
2528
-
2529
-
2530
- ### BREAKING CHANGES
2531
-
2532
- * allowFeedback was replaced with feedbackEnabled.
2533
-
2534
- * fix(charting): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2535
-
2536
- * fix(drag-in-the-blank): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2537
-
2538
- * fix(drawing-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2539
-
2540
- * fix(ebsr): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2541
-
2542
- * fix(explicit-constructed-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2543
-
2544
- * fix(extended-text-entry): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2545
-
2546
- * fix(graph-lines): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2547
-
2548
- * fix(graphing): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2549
-
2550
- * fix(hotspot): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2551
-
2552
- * fix(image-cloze-association): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2553
-
2554
- * fix(inline-dropdown): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2555
-
2556
- * fix(match): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2557
- * allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
2558
-
2559
- * fix(math-inline): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2560
-
2561
- * fix(multiple-choice): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2562
-
2563
- * fix(placement-ordering): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2564
- * allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
2565
-
2566
- * fix(select-text): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2567
-
2568
- * fix(text-entry): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2569
-
2570
- * fix: Updated pie-models.
2571
-
2572
- * fix(categorize): Added normalize function on controller (to be able to add default values to the model).
2573
-
2574
- * fix(charting): Added normalize function on controller (to be able to add default values to the model).
2575
-
2576
- * fix(drag-in-the-blank): Added normalize function on controller (to be able to add default values to the model).
2577
-
2578
- * fix(drawing-response): Added normalize function on controller (to be able to add default values to the model).
2579
-
2580
- * fix(ebsr): Added normalize function on controller (to be able to add default values to the model).
2581
-
2582
- * fix(explicit-constructed-response): Added normalize function on controller (to be able to add default values to the model).
2583
-
2584
- * fix(extended-text-entry): Added normalize function on controller (to be able to add default values to the model).
2585
-
2586
- * Remove unnecessary change.
2587
-
2588
- * fix(graph-lines): Added normalize function on controller (to be able to add default values to the model).
2589
-
2590
- * fix(graphing): Added normalize function on controller (to be able to add default values to the model).
2591
-
2592
- * fix(hotspot): Added normalize function on controller (to be able to add default values to the model).
2593
-
2594
- * fix(image-cloze-association): Added normalize function on controller (to be able to add default values to the model).
2595
-
2596
- * fix(inline-dropdown): Added normalize function on controller (to be able to add default values to the model).
2597
-
2598
- * fix(match): Added normalize function on controller (to be able to add default values to the model).
2599
-
2600
- * fix(math-inline): Added normalize function on controller (to be able to add default values to the model).
2601
-
2602
- * fix(multiple-choice): Added normalize function on controller (to be able to add default values to the model).
2603
-
2604
- * fix(placement-ordering): Added normalize function on controller (to be able to add default values to the model).
2605
-
2606
- * fix(select-text): Added normalize function on controller (to be able to add default values to the model).
2607
-
2608
- * fix(text-entry): Added normalize function on controller (to be able to add default values to the model).
2609
-
2610
-
2611
-
2612
-
2613
-
2614
- ## [4.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@4.1.2...@pie-element/math-inline-configure@4.1.3) (2019-10-04)
2615
-
2616
- **Note:** Version bump only for package @pie-element/math-inline-configure
2617
-
2618
-
2619
-
2620
-
2621
-
2622
- ## [4.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@4.1.1...@pie-element/math-inline-configure@4.1.2) (2019-10-03)
2623
-
2624
- **Note:** Version bump only for package @pie-element/math-inline-configure
2625
-
2626
-
2627
-
2628
-
2629
-
2630
- ## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@4.1.0...@pie-element/math-inline-configure@4.1.1) (2019-10-03)
2631
-
2632
- **Note:** Version bump only for package @pie-element/math-inline-configure
2633
-
2634
-
2635
-
2636
-
2637
-
2638
- # [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@4.0.0...@pie-element/math-inline-configure@4.1.0) (2019-09-27)
2639
-
2640
-
2641
- ### Bug Fixes
2642
-
2643
- * added feedbackEnabled property to model, removed usage on config.feedback.enabled and removed usage of allowFeedback (replaced with feedbackEnabled). ([c47fb9a](https://github.com/pie-framework/pie-elements/commit/c47fb9a))
2644
-
1329
+ - **math-inline:** remove allow thousand separators from model, remove checkbox, validate answers indifferent to the presence of commas used as thousands separators PD-1031 ([#554](https://github.com/pie-framework/pie-elements/issues/554)) ([188555b](https://github.com/pie-framework/pie-elements/commit/188555ba3dd7fa6802a1d00eead0f8a86f4615b4))
1330
+ - rename the 'Everything' math editor as the 'Miscellaneous' math editor PD-870 ([cebc7da](https://github.com/pie-framework/pie-elements/commit/cebc7dad9cd8b8ad498134e116b705079c1e13c9))
2645
1331
 
2646
1332
  ### Features
2647
1333
 
2648
- * **math-inline:** model based prompt ([d7910e3](https://github.com/pie-framework/pie-elements/commit/d7910e3))
2649
-
2650
-
2651
-
2652
-
2653
-
2654
- # [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@3.0.2...@pie-element/math-inline-configure@4.0.0) (2019-09-17)
2655
-
2656
-
2657
- * Moved rationale, teacherInstructions and studentInstructions enabled flag in model because it's needed in controller. ([07b7da9](https://github.com/pie-framework/pie-elements/commit/07b7da9))
2658
-
2659
-
2660
- ### BREAKING CHANGES
2661
-
2662
- * `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.
2663
-
2664
-
2665
-
2666
-
2667
-
2668
- ## [3.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@3.0.1...@pie-element/math-inline-configure@3.0.2) (2019-08-27)
2669
-
2670
- **Note:** Version bump only for package @pie-element/math-inline-configure
2671
-
2672
-
1334
+ - **math-inline:** remove allowSpaces. BREAKING CHANGE: removed allowSpaces from model PD-285 ([#549](https://github.com/pie-framework/pie-elements/issues/549)) ([9fdd6bd](https://github.com/pie-framework/pie-elements/commit/9fdd6bde196124f138bdd93a1afc1ac7bfaa2508))
2673
1335
 
2674
-
2675
-
2676
- ## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@3.0.0...@pie-element/math-inline-configure@3.0.1) (2019-08-26)
1336
+ ## [5.3.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.3.2...@pie-element/math-inline-configure@5.3.5) (2021-03-03)
2677
1337
 
2678
1338
  **Note:** Version bump only for package @pie-element/math-inline-configure
2679
1339
 
2680
-
2681
-
2682
-
2683
-
2684
- # [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.6.3...@pie-element/math-inline-configure@3.0.0) (2019-08-21)
2685
-
2686
-
2687
- ### Bug Fixes
2688
-
2689
- * Fixed Add Alternate when default alternates were defined. Send 'response' if response type is 'simple', send 'responses' if response type is 'advance multi' to ui. ([609a0d7](https://github.com/pie-framework/pie-elements/commit/609a0d7))
2690
- * Removed unnecessary response property from the model. ([b0a0f3d](https://github.com/pie-framework/pie-elements/commit/b0a0f3d))
2691
-
2692
-
2693
- ### BREAKING CHANGES
2694
-
2695
- * `response` was removed from model, use responses instead.
2696
-
2697
-
2698
-
2699
-
2700
-
2701
- ## [2.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.6.2...@pie-element/math-inline-configure@2.6.3) (2019-08-21)
2702
-
2703
-
2704
- ### Bug Fixes
2705
-
2706
- * **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))
2707
-
2708
-
2709
-
2710
-
2711
-
2712
- ## [2.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.6.1...@pie-element/math-inline-configure@2.6.2) (2019-08-18)
2713
-
2714
-
2715
- ### Bug Fixes
2716
-
2717
- * **math-rendering:** updated all dependent packages [ch3365] ([7cbf25a](https://github.com/pie-framework/pie-elements/commit/7cbf25a))
2718
- * set default values to configuration properties ([3cdd889](https://github.com/pie-framework/pie-elements/commit/3cdd889))
2719
-
2720
-
2721
-
2722
-
2723
-
2724
- ## [2.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.6.0...@pie-element/math-inline-configure@2.6.1) (2019-08-15)
2725
-
1340
+ ## [5.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.3.1...@pie-element/math-inline-configure@5.3.2) (2021-03-03)
2726
1341
 
2727
1342
  ### Bug Fixes
2728
1343
 
2729
- * Removed dummy prompt. Updated pie model and config schema. Initialized configuration. ([19b2d36](https://github.com/pie-framework/pie-elements/commit/19b2d36))
2730
- * **elements:** version bumped the editable-html packages [ch1738] ([949222a](https://github.com/pie-framework/pie-elements/commit/949222a))
2731
-
2732
-
2733
-
1344
+ - **math-inline:** fix editor width to contain button ([54e3f87](https://github.com/pie-framework/pie-elements/commit/54e3f8703064245f839ba5f64b12c715d721d569))
2734
1345
 
2735
-
2736
- # [2.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.5.4...@pie-element/math-inline-configure@2.6.0) (2019-08-02)
2737
-
2738
-
2739
- ### Features
2740
-
2741
- * **math-inline:** question becomes prompt and gets treated universally ([91cbbe1](https://github.com/pie-framework/pie-elements/commit/91cbbe1))
2742
-
2743
-
2744
-
2745
-
2746
-
2747
- ## [2.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.5.3...@pie-element/math-inline-configure@2.5.4) (2019-07-25)
2748
-
2749
- **Note:** Version bump only for package @pie-element/math-inline-configure
2750
-
2751
-
2752
-
2753
-
2754
-
2755
- ## [2.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.5.2...@pie-element/math-inline-configure@2.5.3) (2019-07-12)
1346
+ ## [5.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.3.0...@pie-element/math-inline-configure@5.3.1) (2021-02-04)
2756
1347
 
2757
1348
  **Note:** Version bump only for package @pie-element/math-inline-configure
2758
1349
 
2759
-
2760
-
2761
-
2762
-
2763
- ## [2.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.5.1...@pie-element/math-inline-configure@2.5.2) (2019-07-12)
2764
-
1350
+ # [5.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.16...@pie-element/math-inline-configure@5.3.0) (2021-02-02)
2765
1351
 
2766
1352
  ### Bug Fixes
2767
1353
 
2768
- * **rendering:** implemented rendering for math elements [ch1915], [ch1935] ([2f35842](https://github.com/pie-framework/pie-elements/commit/2f35842))
2769
-
2770
-
2771
-
2772
-
2773
-
2774
- ## [2.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.5.0...@pie-element/math-inline-configure@2.5.1) (2019-07-12)
2775
-
2776
- **Note:** Version bump only for package @pie-element/math-inline-configure
2777
-
2778
-
2779
-
2780
-
2781
-
2782
- # [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.9...@pie-element/math-inline-configure@2.5.0) (2019-07-11)
2783
-
1354
+ - label for Equation response is made dynamic, which is hardcoded PD-268 ([aac0b02](https://github.com/pie-framework/pie-elements/commit/aac0b02))
2784
1355
 
2785
1356
  ### Features
2786
1357
 
2787
- * **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))
2788
-
2789
-
2790
-
2791
-
2792
-
2793
- ## [2.4.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.8...@pie-element/math-inline-configure@2.4.9) (2019-07-09)
2794
-
2795
- **Note:** Version bump only for package @pie-element/math-inline-configure
2796
-
2797
-
2798
-
2799
-
2800
-
2801
- ## [2.4.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.7...@pie-element/math-inline-configure@2.4.8) (2019-07-09)
2802
-
2803
- **Note:** Version bump only for package @pie-element/math-inline-configure
2804
-
2805
-
2806
-
2807
-
2808
-
2809
- ## [2.4.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.6...@pie-element/math-inline-configure@2.4.7) (2019-07-07)
2810
-
2811
- **Note:** Version bump only for package @pie-element/math-inline-configure
2812
-
2813
-
2814
-
2815
-
2816
-
2817
- ## [2.4.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.5...@pie-element/math-inline-configure@2.4.6) (2019-07-07)
2818
-
2819
-
2820
- ### Bug Fixes
2821
-
2822
- * **editable-html:** fixed lots of stuff regarding the editable-html ([12c1129](https://github.com/pie-framework/pie-elements/commit/12c1129))
2823
-
2824
-
2825
-
2826
-
2827
-
2828
- ## [2.4.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.4...@pie-element/math-inline-configure@2.4.5) (2019-07-05)
2829
-
2830
- **Note:** Version bump only for package @pie-element/math-inline-configure
2831
-
2832
-
2833
-
2834
-
2835
-
2836
- ## [2.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.3...@pie-element/math-inline-configure@2.4.4) (2019-07-04)
2837
-
2838
-
2839
- ### Bug Fixes
2840
-
2841
- * **template-els:** fixed some ditb issues ([9133840](https://github.com/pie-framework/pie-elements/commit/9133840))
2842
-
1358
+ - **math-inline:** add equation editor type dropdown for prompt - PD-355 ([4934753](https://github.com/pie-framework/pie-elements/commit/4934753))
1359
+ - **math-inline:** linebreaks re-worked to maintain standard latex on model - PD-787 ([9c096c0](https://github.com/pie-framework/pie-elements/commit/9c096c0))
1360
+ - **math-inline:** turn off symbolic validation until validation engine is fully optimized - PD690 ([33e717e](https://github.com/pie-framework/pie-elements/commit/33e717e))
2843
1361
 
2844
-
2845
-
2846
-
2847
- ## [2.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.2...@pie-element/math-inline-configure@2.4.3) (2019-07-03)
1362
+ ## [5.2.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.15...@pie-element/math-inline-configure@5.2.16) (2020-11-07)
2848
1363
 
2849
1364
  **Note:** Version bump only for package @pie-element/math-inline-configure
2850
1365
 
2851
-
2852
-
2853
-
2854
-
2855
- ## [2.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.1...@pie-element/math-inline-configure@2.4.2) (2019-07-03)
1366
+ ## [5.2.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.14...@pie-element/math-inline-configure@5.2.15) (2020-10-29)
2856
1367
 
2857
1368
  **Note:** Version bump only for package @pie-element/math-inline-configure
2858
1369
 
2859
-
2860
-
2861
-
2862
-
2863
- ## [2.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.0...@pie-element/math-inline-configure@2.4.1) (2019-07-02)
1370
+ ## [5.2.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.13...@pie-element/math-inline-configure@5.2.14) (2020-10-29)
2864
1371
 
2865
1372
  **Note:** Version bump only for package @pie-element/math-inline-configure
2866
1373
 
2867
-
2868
-
2869
-
2870
-
2871
- # [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.3.1...@pie-element/math-inline-configure@2.4.0) (2019-07-02)
2872
-
2873
-
2874
- ### Bug Fixes
2875
-
2876
- * **math-inline:** interaction fixes, controller logic adjustment and small styling changes ([40a1dc1](https://github.com/pie-framework/pie-elements/commit/40a1dc1))
2877
-
2878
-
2879
- ### Features
2880
-
2881
- * **mask-markup-elements:** refactored the elements and version bumped the necessary files ([f8f77c0](https://github.com/pie-framework/pie-elements/commit/f8f77c0))
2882
- * **math-inline:** allowing decimals in response is valid for literal validation too ([4c17840](https://github.com/pie-framework/pie-elements/commit/4c17840))
2883
-
2884
-
2885
-
2886
-
2887
-
2888
- ## [2.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.3.0...@pie-element/math-inline-configure@2.3.1) (2019-06-26)
1374
+ ## [5.2.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.12...@pie-element/math-inline-configure@5.2.13) (2020-10-16)
2889
1375
 
2890
1376
  **Note:** Version bump only for package @pie-element/math-inline-configure
2891
1377
 
2892
-
2893
-
2894
-
2895
-
2896
- # [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.2.1...@pie-element/math-inline-configure@2.3.0) (2019-06-26)
2897
-
2898
-
2899
- ### Features
2900
-
2901
- * **settings-panel:** updated the settings panel design and changes needed for [ch2242] ([d830e57](https://github.com/pie-framework/pie-elements/commit/d830e57))
2902
-
2903
-
2904
-
2905
-
2906
-
2907
- ## [2.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.2.0...@pie-element/math-inline-configure@2.2.1) (2019-06-23)
1378
+ ## [5.2.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.11...@pie-element/math-inline-configure@5.2.12) (2020-10-02)
2908
1379
 
2909
1380
  **Note:** Version bump only for package @pie-element/math-inline-configure
2910
1381
 
1382
+ ## [5.2.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.10...@pie-element/math-inline-configure@5.2.11) (2020-09-23)
2911
1383
 
1384
+ **Note:** Version bump only for package @pie-element/math-inline-configure
2912
1385
 
1386
+ ## [5.2.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.9...@pie-element/math-inline-configure@5.2.10) (2020-09-23)
2913
1387
 
1388
+ **Note:** Version bump only for package @pie-element/math-inline-configure
2914
1389
 
2915
- # [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.12...@pie-element/math-inline-configure@2.2.0) (2019-06-21)
2916
-
2917
-
2918
- ### Features
2919
-
2920
- * **general:** updated all the packages that have the config-ui as a dependency ([44061de](https://github.com/pie-framework/pie-elements/commit/44061de))
2921
-
2922
-
2923
-
2924
-
2925
-
2926
- ## [2.1.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.11...@pie-element/math-inline-configure@2.1.12) (2019-06-20)
1390
+ ## [5.2.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.8...@pie-element/math-inline-configure@5.2.9) (2020-08-25)
2927
1391
 
2928
1392
  **Note:** Version bump only for package @pie-element/math-inline-configure
2929
1393
 
1394
+ ## [5.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.7...@pie-element/math-inline-configure@5.2.8) (2020-08-13)
2930
1395
 
1396
+ **Note:** Version bump only for package @pie-element/math-inline-configure
2931
1397
 
1398
+ ## [5.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.6...@pie-element/math-inline-configure@5.2.7) (2020-08-07)
2932
1399
 
1400
+ **Note:** Version bump only for package @pie-element/math-inline-configure
2933
1401
 
2934
- ## [2.1.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.10...@pie-element/math-inline-configure@2.1.11) (2019-06-18)
1402
+ ## [5.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.5...@pie-element/math-inline-configure@5.2.6) (2020-05-25)
2935
1403
 
2936
1404
  **Note:** Version bump only for package @pie-element/math-inline-configure
2937
1405
 
1406
+ ## [5.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.4...@pie-element/math-inline-configure@5.2.5) (2020-05-25)
2938
1407
 
1408
+ ### Bug Fixes
2939
1409
 
1410
+ - bump deps ([c6080d6](https://github.com/pie-framework/pie-elements/commit/c6080d6))
2940
1411
 
1412
+ ## [5.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.3...@pie-element/math-inline-configure@5.2.4) (2020-04-28)
2941
1413
 
2942
- ## [2.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.9...@pie-element/math-inline-configure@2.1.10) (2019-06-17)
2943
-
2944
- **Note:** Version bump only for package @pie-element/math-inline-configure
1414
+ ### Bug Fixes
2945
1415
 
1416
+ - bump @pie-lib/math-evaluator PD-3 ([3af50a2](https://github.com/pie-framework/pie-elements/commit/3af50a2))
1417
+ - bump ui/lib versions ([45f0da6](https://github.com/pie-framework/pie-elements/commit/45f0da6))
1418
+ - PD-155, PD-156, PD-157, PD-158: Updated versions of pie-lib/math-input and pie-ui/math-inline ([3eeb6a3](https://github.com/pie-framework/pie-elements/commit/3eeb6a3))
1419
+ - ui+libs update ([6127de2](https://github.com/pie-framework/pie-elements/commit/6127de2))
1420
+ - update ui/lib versions ([0226b0b](https://github.com/pie-framework/pie-elements/commit/0226b0b))
2946
1421
 
1422
+ ## [5.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.2...@pie-element/math-inline-configure@5.2.3) (2020-04-14)
2947
1423
 
1424
+ ### Bug Fixes
2948
1425
 
1426
+ - bump ui/lib versions ([3edb232](https://github.com/pie-framework/pie-elements/commit/3edb232))
2949
1427
 
2950
- ## [2.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.8...@pie-element/math-inline-configure@2.1.9) (2019-06-13)
1428
+ ## [5.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.2.1...@pie-element/math-inline-configure@5.2.2) (2020-04-14)
2951
1429
 
2952
1430
  **Note:** Version bump only for package @pie-element/math-inline-configure
2953
1431
 
1432
+ ## [5.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.1.6...@pie-element/math-inline-configure@5.2.1) (2020-04-10)
2954
1433
 
1434
+ ### Bug Fixes
2955
1435
 
1436
+ - bump all packages to avoid tag conflict ([d9ec9a8](https://github.com/pie-framework/pie-elements/commit/d9ec9a8))
1437
+ - bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
1438
+ - bump libs ([3d4f3e9](https://github.com/pie-framework/pie-elements/commit/3d4f3e9))
1439
+ - bump math deps ([4b53869](https://github.com/pie-framework/pie-elements/commit/4b53869))
1440
+ - bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
1441
+ - **math-inline:** allowThousandsSeparator behavior change - ch7109 ([13ed920](https://github.com/pie-framework/pie-elements/commit/13ed920))
2956
1442
 
1443
+ ## [5.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.1.6...@pie-element/math-inline-configure@5.1.7) (2020-04-10)
2957
1444
 
2958
- ## [2.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.7...@pie-element/math-inline-configure@2.1.8) (2019-06-12)
1445
+ ### Bug Fixes
2959
1446
 
2960
- **Note:** Version bump only for package @pie-element/math-inline-configure
1447
+ - bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
1448
+ - bump libs ([3d4f3e9](https://github.com/pie-framework/pie-elements/commit/3d4f3e9))
1449
+ - bump math deps ([4b53869](https://github.com/pie-framework/pie-elements/commit/4b53869))
1450
+ - bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
1451
+ - **math-inline:** allowThousandsSeparator behavior change - ch7109 ([13ed920](https://github.com/pie-framework/pie-elements/commit/13ed920))
2961
1452
 
1453
+ ## [5.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.1.5...@pie-element/math-inline-configure@5.1.6) (2020-02-18)
2962
1454
 
1455
+ **Note:** Version bump only for package @pie-element/math-inline-configure
2963
1456
 
1457
+ ## [5.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.1.4...@pie-element/math-inline-configure@5.1.5) (2020-02-03)
2964
1458
 
1459
+ **Note:** Version bump only for package @pie-element/math-inline-configure
2965
1460
 
2966
- ## [2.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.6...@pie-element/math-inline-configure@2.1.7) (2019-06-07)
1461
+ ## [5.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.1.3...@pie-element/math-inline-configure@5.1.4) (2020-01-31)
2967
1462
 
2968
1463
  **Note:** Version bump only for package @pie-element/math-inline-configure
2969
1464
 
1465
+ ## [5.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.1.2...@pie-element/math-inline-configure@5.1.3) (2020-01-30)
2970
1466
 
1467
+ **Note:** Version bump only for package @pie-element/math-inline-configure
2971
1468
 
1469
+ ## [5.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.1.1...@pie-element/math-inline-configure@5.1.2) (2020-01-28)
2972
1470
 
1471
+ **Note:** Version bump only for package @pie-element/math-inline-configure
2973
1472
 
2974
- ## [2.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.5...@pie-element/math-inline-configure@2.1.6) (2019-06-06)
1473
+ ## [5.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.1.0...@pie-element/math-inline-configure@5.1.1) (2020-01-28)
2975
1474
 
2976
- **Note:** Version bump only for package @pie-element/math-inline-configure
1475
+ ### Bug Fixes
2977
1476
 
1477
+ - bump math-evaluator@^0.6.6 [ch7119] ([c0ed2a9](https://github.com/pie-framework/pie-elements/commit/c0ed2a9))
1478
+ - bump math-evaluator@0.6.7 ([ab954a6](https://github.com/pie-framework/pie-elements/commit/ab954a6))
2978
1479
 
1480
+ # [5.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.0.1...@pie-element/math-inline-configure@5.1.0) (2020-01-09)
2979
1481
 
1482
+ ### Bug Fixes
2980
1483
 
1484
+ - bump @pie-lib/math-input@^6.3.7 ch5653 ([2cf4219](https://github.com/pie-framework/pie-elements/commit/2cf4219))
1485
+ - ch6456 - handle % ([9e55a90](https://github.com/pie-framework/pie-elements/commit/9e55a90))
1486
+ - update math-input@6.3.8 ([b888aa1](https://github.com/pie-framework/pie-elements/commit/b888aa1))
2981
1487
 
2982
- ## [2.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.4...@pie-element/math-inline-configure@2.1.5) (2019-06-05)
1488
+ ### Features
2983
1489
 
2984
- **Note:** Version bump only for package @pie-element/math-inline-configure
1490
+ - **math-inline:** remove stringCheck flag from authoring ([c1f244a](https://github.com/pie-framework/pie-elements/commit/c1f244a))
1491
+ - **math-inline:** string-based check for evaluation, invalid latex command support ([8238250](https://github.com/pie-framework/pie-elements/commit/8238250))
2985
1492
 
1493
+ ## [5.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@5.0.0...@pie-element/math-inline-configure@5.0.1) (2019-11-06)
2986
1494
 
1495
+ ### Bug Fixes
2987
1496
 
1497
+ - Hide Partial Scoring option from Settings Panel setting to false by default. ([1d0f617](https://github.com/pie-framework/pie-elements/commit/1d0f617))
2988
1498
 
1499
+ # [5.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@4.1.3...@pie-element/math-inline-configure@5.0.0) (2019-10-08)
2989
1500
 
2990
- ## [2.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.3...@pie-element/math-inline-configure@2.1.4) (2019-05-31)
1501
+ - 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)
2991
1502
 
2992
- **Note:** Version bump only for package @pie-element/math-inline-configure
1503
+ ### BREAKING CHANGES
2993
1504
 
1505
+ - allowFeedback was replaced with feedbackEnabled.
2994
1506
 
1507
+ - fix(charting): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2995
1508
 
1509
+ - fix(drag-in-the-blank): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2996
1510
 
1511
+ - fix(drawing-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2997
1512
 
2998
- ## [2.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.2...@pie-element/math-inline-configure@2.1.3) (2019-05-23)
1513
+ - fix(ebsr): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
2999
1514
 
3000
- **Note:** Version bump only for package @pie-element/math-inline-configure
1515
+ - fix(explicit-constructed-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
3001
1516
 
1517
+ - fix(extended-text-entry): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
3002
1518
 
1519
+ - fix(graph-lines): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
3003
1520
 
1521
+ - fix(graphing): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
3004
1522
 
1523
+ - fix(hotspot): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
3005
1524
 
3006
- ## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.1...@pie-element/math-inline-configure@2.1.2) (2019-05-21)
1525
+ - fix(image-cloze-association): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
3007
1526
 
1527
+ - fix(inline-dropdown): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
3008
1528
 
3009
- ### Bug Fixes
1529
+ - fix(match): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1530
+ - allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
3010
1531
 
3011
- * **math-inline:** no longer show response index, until we support individual correctness ([02ba999](https://github.com/pie-framework/pie-elements/commit/02ba999))
1532
+ - fix(math-inline): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
3012
1533
 
1534
+ - fix(multiple-choice): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
3013
1535
 
1536
+ - fix(placement-ordering): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1537
+ - allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
3014
1538
 
1539
+ - fix(select-text): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
3015
1540
 
1541
+ - fix(text-entry): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
3016
1542
 
3017
- ## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.0...@pie-element/math-inline-configure@2.1.1) (2019-05-16)
1543
+ - fix: Updated pie-models.
3018
1544
 
3019
- **Note:** Version bump only for package @pie-element/math-inline-configure
1545
+ - fix(categorize): Added normalize function on controller (to be able to add default values to the model).
3020
1546
 
1547
+ - fix(charting): Added normalize function on controller (to be able to add default values to the model).
3021
1548
 
1549
+ - fix(drag-in-the-blank): Added normalize function on controller (to be able to add default values to the model).
3022
1550
 
1551
+ - fix(drawing-response): Added normalize function on controller (to be able to add default values to the model).
3023
1552
 
1553
+ - fix(ebsr): Added normalize function on controller (to be able to add default values to the model).
3024
1554
 
3025
- # [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.0.1...@pie-element/math-inline-configure@2.1.0) (2019-05-14)
1555
+ - fix(explicit-constructed-response): Added normalize function on controller (to be able to add default values to the model).
3026
1556
 
1557
+ - fix(extended-text-entry): Added normalize function on controller (to be able to add default values to the model).
3027
1558
 
3028
- ### Features
1559
+ - Remove unnecessary change.
3029
1560
 
3030
- * Sending rationale for `instructor` mode. ([e297e50](https://github.com/pie-framework/pie-elements/commit/e297e50))
3031
- * **math-inline:** added rationale support. ([7a4f9d4](https://github.com/pie-framework/pie-elements/commit/7a4f9d4))
1561
+ - fix(graph-lines): Added normalize function on controller (to be able to add default values to the model).
3032
1562
 
1563
+ - fix(graphing): Added normalize function on controller (to be able to add default values to the model).
3033
1564
 
1565
+ - fix(hotspot): Added normalize function on controller (to be able to add default values to the model).
3034
1566
 
1567
+ - fix(image-cloze-association): Added normalize function on controller (to be able to add default values to the model).
3035
1568
 
1569
+ - fix(inline-dropdown): Added normalize function on controller (to be able to add default values to the model).
3036
1570
 
3037
- ## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.0.0...@pie-element/math-inline-configure@2.0.1) (2019-05-10)
1571
+ - fix(match): Added normalize function on controller (to be able to add default values to the model).
3038
1572
 
3039
- **Note:** Version bump only for package @pie-element/math-inline-configure
1573
+ - fix(math-inline): Added normalize function on controller (to be able to add default values to the model).
3040
1574
 
1575
+ - fix(multiple-choice): Added normalize function on controller (to be able to add default values to the model).
3041
1576
 
1577
+ - fix(placement-ordering): Added normalize function on controller (to be able to add default values to the model).
3042
1578
 
1579
+ - fix(select-text): Added normalize function on controller (to be able to add default values to the model).
3043
1580
 
1581
+ - fix(text-entry): Added normalize function on controller (to be able to add default values to the model).
3044
1582
 
3045
- # [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.9...@pie-element/math-inline-configure@2.0.0) (2019-05-08)
1583
+ ## [4.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@4.1.2...@pie-element/math-inline-configure@4.1.3) (2019-10-04)
3046
1584
 
1585
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3047
1586
 
3048
- ### Features
1587
+ ## [4.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@4.1.1...@pie-element/math-inline-configure@4.1.2) (2019-10-03)
3049
1588
 
3050
- * Updated with new version of [@pie-lib-config-ui](https://github.com/pie-lib-config-ui). Renamed configure with configuration. Removed usage of state (StateWrapper in configure.jsx) and updated tests. ([cfe9edd](https://github.com/pie-framework/pie-elements/commit/cfe9edd))
1589
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3051
1590
 
1591
+ ## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@4.1.0...@pie-element/math-inline-configure@4.1.1) (2019-10-03)
3052
1592
 
3053
- ### BREAKING CHANGES
1593
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3054
1594
 
3055
- * configure is removed, use configuration instead.
1595
+ # [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@4.0.0...@pie-element/math-inline-configure@4.1.0) (2019-09-27)
3056
1596
 
1597
+ ### Bug Fixes
3057
1598
 
1599
+ - added feedbackEnabled property to model, removed usage on config.feedback.enabled and removed usage of allowFeedback (replaced with feedbackEnabled). ([c47fb9a](https://github.com/pie-framework/pie-elements/commit/c47fb9a))
3058
1600
 
1601
+ ### Features
3059
1602
 
1603
+ - **math-inline:** model based prompt ([d7910e3](https://github.com/pie-framework/pie-elements/commit/d7910e3))
3060
1604
 
3061
- ## [1.0.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.8...@pie-element/math-inline-configure@1.0.9) (2019-05-08)
1605
+ # [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@3.0.2...@pie-element/math-inline-configure@4.0.0) (2019-09-17)
3062
1606
 
3063
- **Note:** Version bump only for package @pie-element/math-inline-configure
1607
+ - Moved rationale, teacherInstructions and studentInstructions enabled flag in model because it's needed in controller. ([07b7da9](https://github.com/pie-framework/pie-elements/commit/07b7da9))
3064
1608
 
1609
+ ### BREAKING CHANGES
3065
1610
 
1611
+ - `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.
3066
1612
 
1613
+ ## [3.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@3.0.1...@pie-element/math-inline-configure@3.0.2) (2019-08-27)
3067
1614
 
1615
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3068
1616
 
3069
- ## [1.0.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.7...@pie-element/math-inline-configure@1.0.8) (2019-05-07)
1617
+ ## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@3.0.0...@pie-element/math-inline-configure@3.0.1) (2019-08-26)
3070
1618
 
3071
1619
  **Note:** Version bump only for package @pie-element/math-inline-configure
3072
1620
 
1621
+ # [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.6.3...@pie-element/math-inline-configure@3.0.0) (2019-08-21)
3073
1622
 
1623
+ ### Bug Fixes
3074
1624
 
1625
+ - Fixed Add Alternate when default alternates were defined. Send 'response' if response type is 'simple', send 'responses' if response type is 'advance multi' to ui. ([609a0d7](https://github.com/pie-framework/pie-elements/commit/609a0d7))
1626
+ - Removed unnecessary response property from the model. ([b0a0f3d](https://github.com/pie-framework/pie-elements/commit/b0a0f3d))
3075
1627
 
1628
+ ### BREAKING CHANGES
3076
1629
 
3077
- ## [1.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.6...@pie-element/math-inline-configure@1.0.7) (2019-05-03)
1630
+ - `response` was removed from model, use responses instead.
3078
1631
 
1632
+ ## [2.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.6.2...@pie-element/math-inline-configure@2.6.3) (2019-08-21)
3079
1633
 
3080
1634
  ### Bug Fixes
3081
1635
 
3082
- * **math-inline:** vital null checks and onFocus for editable-html ([0ebeaa4](https://github.com/pie-framework/pie-elements/commit/0ebeaa4))
3083
-
1636
+ - **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))
3084
1637
 
1638
+ ## [2.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.6.1...@pie-element/math-inline-configure@2.6.2) (2019-08-18)
3085
1639
 
1640
+ ### Bug Fixes
3086
1641
 
1642
+ - **math-rendering:** updated all dependent packages [ch3365] ([7cbf25a](https://github.com/pie-framework/pie-elements/commit/7cbf25a))
1643
+ - set default values to configuration properties ([3cdd889](https://github.com/pie-framework/pie-elements/commit/3cdd889))
3087
1644
 
3088
- ## [1.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.5...@pie-element/math-inline-configure@1.0.6) (2019-05-02)
1645
+ ## [2.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.6.0...@pie-element/math-inline-configure@2.6.1) (2019-08-15)
3089
1646
 
3090
- **Note:** Version bump only for package @pie-element/math-inline-configure
1647
+ ### Bug Fixes
3091
1648
 
1649
+ - Removed dummy prompt. Updated pie model and config schema. Initialized configuration. ([19b2d36](https://github.com/pie-framework/pie-elements/commit/19b2d36))
1650
+ - **elements:** version bumped the editable-html packages [ch1738] ([949222a](https://github.com/pie-framework/pie-elements/commit/949222a))
3092
1651
 
1652
+ # [2.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.5.4...@pie-element/math-inline-configure@2.6.0) (2019-08-02)
3093
1653
 
1654
+ ### Features
3094
1655
 
1656
+ - **math-inline:** question becomes prompt and gets treated universally ([91cbbe1](https://github.com/pie-framework/pie-elements/commit/91cbbe1))
3095
1657
 
3096
- ## [1.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.4...@pie-element/math-inline-configure@1.0.5) (2019-05-02)
1658
+ ## [2.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.5.3...@pie-element/math-inline-configure@2.5.4) (2019-07-25)
3097
1659
 
3098
1660
  **Note:** Version bump only for package @pie-element/math-inline-configure
3099
1661
 
1662
+ ## [2.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.5.2...@pie-element/math-inline-configure@2.5.3) (2019-07-12)
3100
1663
 
1664
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3101
1665
 
1666
+ ## [2.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.5.1...@pie-element/math-inline-configure@2.5.2) (2019-07-12)
3102
1667
 
1668
+ ### Bug Fixes
3103
1669
 
3104
- ## [1.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.3...@pie-element/math-inline-configure@1.0.4) (2019-05-01)
1670
+ - **rendering:** implemented rendering for math elements [ch1915], [ch1935] ([2f35842](https://github.com/pie-framework/pie-elements/commit/2f35842))
1671
+
1672
+ ## [2.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.5.0...@pie-element/math-inline-configure@2.5.1) (2019-07-12)
3105
1673
 
3106
1674
  **Note:** Version bump only for package @pie-element/math-inline-configure
3107
1675
 
1676
+ # [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.9...@pie-element/math-inline-configure@2.5.0) (2019-07-11)
3108
1677
 
1678
+ ### Features
3109
1679
 
1680
+ - **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))
3110
1681
 
1682
+ ## [2.4.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.8...@pie-element/math-inline-configure@2.4.9) (2019-07-09)
3111
1683
 
3112
- ## [1.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.2...@pie-element/math-inline-configure@1.0.3) (2019-04-26)
1684
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3113
1685
 
1686
+ ## [2.4.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.7...@pie-element/math-inline-configure@2.4.8) (2019-07-09)
3114
1687
 
3115
- ### Bug Fixes
1688
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3116
1689
 
3117
- * Updated with new version of @pie-lib/config-ui & @pie-ui/math-inline. ([6f0459d](https://github.com/pie-framework/pie-elements/commit/6f0459d))
1690
+ ## [2.4.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.6...@pie-element/math-inline-configure@2.4.7) (2019-07-07)
3118
1691
 
1692
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3119
1693
 
1694
+ ## [2.4.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.5...@pie-element/math-inline-configure@2.4.6) (2019-07-07)
3120
1695
 
1696
+ ### Bug Fixes
3121
1697
 
1698
+ - **editable-html:** fixed lots of stuff regarding the editable-html ([12c1129](https://github.com/pie-framework/pie-elements/commit/12c1129))
3122
1699
 
3123
- ## [1.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.1...@pie-element/math-inline-configure@1.0.2) (2019-04-25)
1700
+ ## [2.4.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.4...@pie-element/math-inline-configure@2.4.5) (2019-07-05)
3124
1701
 
3125
1702
  **Note:** Version bump only for package @pie-element/math-inline-configure
3126
1703
 
1704
+ ## [2.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.3...@pie-element/math-inline-configure@2.4.4) (2019-07-04)
3127
1705
 
1706
+ ### Bug Fixes
3128
1707
 
1708
+ - **template-els:** fixed some ditb issues ([9133840](https://github.com/pie-framework/pie-elements/commit/9133840))
3129
1709
 
3130
-
3131
- ## [1.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.0...@pie-element/math-inline-configure@1.0.1) (2019-04-23)
1710
+ ## [2.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.2...@pie-element/math-inline-configure@2.4.3) (2019-07-03)
3132
1711
 
3133
1712
  **Note:** Version bump only for package @pie-element/math-inline-configure
3134
1713
 
1714
+ ## [2.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.1...@pie-element/math-inline-configure@2.4.2) (2019-07-03)
3135
1715
 
1716
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3136
1717
 
1718
+ ## [2.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.4.0...@pie-element/math-inline-configure@2.4.1) (2019-07-02)
3137
1719
 
1720
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3138
1721
 
3139
- # [1.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.6.0...@pie-element/math-inline-configure@1.0.0) (2019-04-23)
3140
-
1722
+ # [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.3.1...@pie-element/math-inline-configure@2.4.0) (2019-07-02)
3141
1723
 
3142
1724
  ### Bug Fixes
3143
1725
 
3144
- * **math-inline:** centralized variables for interaction modes ([5afa51a](https://github.com/pie-framework/pie-elements/commit/5afa51a))
3145
-
1726
+ - **math-inline:** interaction fixes, controller logic adjustment and small styling changes ([40a1dc1](https://github.com/pie-framework/pie-elements/commit/40a1dc1))
3146
1727
 
3147
1728
  ### Features
3148
1729
 
3149
- * **math-inline:** formulaV2 support for controller and relevant config panel adjustments ([168f0d5](https://github.com/pie-framework/pie-elements/commit/168f0d5))
3150
-
1730
+ - **mask-markup-elements:** refactored the elements and version bumped the necessary files ([f8f77c0](https://github.com/pie-framework/pie-elements/commit/f8f77c0))
1731
+ - **math-inline:** allowing decimals in response is valid for literal validation too ([4c17840](https://github.com/pie-framework/pie-elements/commit/4c17840))
3151
1732
 
3152
- ### BREAKING CHANGES
1733
+ ## [2.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.3.0...@pie-element/math-inline-configure@2.3.1) (2019-06-26)
3153
1734
 
3154
- * **math-inline:** controller validation schema is now using formulaV2 approach, resulting interface is changed and partial scoring is no longer supported
1735
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3155
1736
 
1737
+ # [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.2.1...@pie-element/math-inline-configure@2.3.0) (2019-06-26)
3156
1738
 
1739
+ ### Features
3157
1740
 
1741
+ - **settings-panel:** updated the settings panel design and changes needed for [ch2242] ([d830e57](https://github.com/pie-framework/pie-elements/commit/d830e57))
3158
1742
 
1743
+ ## [2.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.2.0...@pie-element/math-inline-configure@2.2.1) (2019-06-23)
3159
1744
 
3160
- # [0.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.5.1...@pie-element/math-inline-configure@0.6.0) (2019-04-19)
1745
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3161
1746
 
1747
+ # [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.12...@pie-element/math-inline-configure@2.2.0) (2019-06-21)
3162
1748
 
3163
1749
  ### Features
3164
1750
 
3165
- * **math-inline:** Integrated settings panel. ([4d6c9dd](https://github.com/pie-framework/pie-elements/commit/4d6c9dd))
3166
-
1751
+ - **general:** updated all the packages that have the config-ui as a dependency ([44061de](https://github.com/pie-framework/pie-elements/commit/44061de))
3167
1752
 
3168
-
3169
-
3170
-
3171
- ## [0.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.5.0...@pie-element/math-inline-configure@0.5.1) (2019-04-12)
1753
+ ## [2.1.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.11...@pie-element/math-inline-configure@2.1.12) (2019-06-20)
3172
1754
 
3173
1755
  **Note:** Version bump only for package @pie-element/math-inline-configure
3174
1756
 
1757
+ ## [2.1.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.10...@pie-element/math-inline-configure@2.1.11) (2019-06-18)
3175
1758
 
1759
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3176
1760
 
1761
+ ## [2.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.9...@pie-element/math-inline-configure@2.1.10) (2019-06-17)
3177
1762
 
1763
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3178
1764
 
3179
- # [0.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.4.2...@pie-element/math-inline-configure@0.5.0) (2019-04-11)
3180
-
3181
-
3182
- ### Bug Fixes
3183
-
3184
- * minor adjustments ([2865349](https://github.com/pie-framework/pie-elements/commit/2865349))
1765
+ ## [2.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.8...@pie-element/math-inline-configure@2.1.9) (2019-06-13)
3185
1766
 
1767
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3186
1768
 
3187
- ### Features
1769
+ ## [2.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.7...@pie-element/math-inline-configure@2.1.8) (2019-06-12)
3188
1770
 
3189
- * **math-inline:** decimal support and partial scoring ([84b1292](https://github.com/pie-framework/pie-elements/commit/84b1292))
1771
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3190
1772
 
1773
+ ## [2.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.6...@pie-element/math-inline-configure@2.1.7) (2019-06-07)
3191
1774
 
1775
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3192
1776
 
1777
+ ## [2.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.5...@pie-element/math-inline-configure@2.1.6) (2019-06-06)
3193
1778
 
1779
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3194
1780
 
3195
- ## [0.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.4.1...@pie-element/math-inline-configure@0.4.2) (2019-04-08)
1781
+ ## [2.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.4...@pie-element/math-inline-configure@2.1.5) (2019-06-05)
3196
1782
 
3197
1783
  **Note:** Version bump only for package @pie-element/math-inline-configure
3198
1784
 
1785
+ ## [2.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.3...@pie-element/math-inline-configure@2.1.4) (2019-05-31)
3199
1786
 
1787
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3200
1788
 
1789
+ ## [2.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.2...@pie-element/math-inline-configure@2.1.3) (2019-05-23)
3201
1790
 
1791
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3202
1792
 
3203
- ## [0.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.4.0...@pie-element/math-inline-configure@0.4.1) (2019-04-04)
3204
-
1793
+ ## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.1...@pie-element/math-inline-configure@2.1.2) (2019-05-21)
3205
1794
 
3206
1795
  ### Bug Fixes
3207
1796
 
3208
- * bump configure dependencies ([ff0b7ae](https://github.com/pie-framework/pie-elements/commit/ff0b7ae))
3209
- * bump math deps ([1573e90](https://github.com/pie-framework/pie-elements/commit/1573e90))
3210
- * bump math-input ([b27313b](https://github.com/pie-framework/pie-elements/commit/b27313b))
3211
- * remove mathquill ref from general-config-block ([ae5faf9](https://github.com/pie-framework/pie-elements/commit/ae5faf9))
3212
-
1797
+ - **math-inline:** no longer show response index, until we support individual correctness ([02ba999](https://github.com/pie-framework/pie-elements/commit/02ba999))
3213
1798
 
1799
+ ## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.1.0...@pie-element/math-inline-configure@2.1.1) (2019-05-16)
3214
1800
 
1801
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3215
1802
 
1803
+ # [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.0.1...@pie-element/math-inline-configure@2.1.0) (2019-05-14)
3216
1804
 
3217
- # [0.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.3.4...@pie-element/math-inline-configure@0.4.0) (2019-03-26)
1805
+ ### Features
3218
1806
 
1807
+ - Sending rationale for `instructor` mode. ([e297e50](https://github.com/pie-framework/pie-elements/commit/e297e50))
1808
+ - **math-inline:** added rationale support. ([7a4f9d4](https://github.com/pie-framework/pie-elements/commit/7a4f9d4))
3219
1809
 
3220
- ### Bug Fixes
1810
+ ## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@2.0.0...@pie-element/math-inline-configure@2.0.1) (2019-05-10)
3221
1811
 
3222
- * continued mathquill math-input work ([18bd710](https://github.com/pie-framework/pie-elements/commit/18bd710))
1812
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3223
1813
 
1814
+ # [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.9...@pie-element/math-inline-configure@2.0.0) (2019-05-08)
3224
1815
 
3225
1816
  ### Features
3226
1817
 
3227
- * **math-inline:** html and math support for item stem ([c317deb](https://github.com/pie-framework/pie-elements/commit/c317deb))
1818
+ - Updated with new version of [@pie-lib-config-ui](https://github.com/pie-lib-config-ui). Renamed configure with configuration. Removed usage of state (StateWrapper in configure.jsx) and updated tests. ([cfe9edd](https://github.com/pie-framework/pie-elements/commit/cfe9edd))
1819
+
1820
+ ### BREAKING CHANGES
3228
1821
 
1822
+ - configure is removed, use configuration instead.
3229
1823
 
1824
+ ## [1.0.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.8...@pie-element/math-inline-configure@1.0.9) (2019-05-08)
3230
1825
 
1826
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3231
1827
 
1828
+ ## [1.0.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.7...@pie-element/math-inline-configure@1.0.8) (2019-05-07)
3232
1829
 
3233
- ## [0.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.3.3...@pie-element/math-inline-configure@0.3.4) (2019-03-19)
1830
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3234
1831
 
1832
+ ## [1.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.6...@pie-element/math-inline-configure@1.0.7) (2019-05-03)
3235
1833
 
3236
1834
  ### Bug Fixes
3237
1835
 
3238
- * **math-inline:** fix simple mode interaction and remove defaultResponse from model ([cc82516](https://github.com/pie-framework/pie-elements/commit/cc82516))
1836
+ - **math-inline:** vital null checks and onFocus for editable-html ([0ebeaa4](https://github.com/pie-framework/pie-elements/commit/0ebeaa4))
3239
1837
 
1838
+ ## [1.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.5...@pie-element/math-inline-configure@1.0.6) (2019-05-02)
3240
1839
 
1840
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3241
1841
 
1842
+ ## [1.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.4...@pie-element/math-inline-configure@1.0.5) (2019-05-02)
3242
1843
 
1844
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3243
1845
 
3244
- ## [0.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.3.2...@pie-element/math-inline-configure@0.3.3) (2019-03-18)
1846
+ ## [1.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.3...@pie-element/math-inline-configure@1.0.4) (2019-05-01)
3245
1847
 
3246
1848
  **Note:** Version bump only for package @pie-element/math-inline-configure
3247
1849
 
1850
+ ## [1.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.2...@pie-element/math-inline-configure@1.0.3) (2019-04-26)
3248
1851
 
1852
+ ### Bug Fixes
3249
1853
 
1854
+ - Updated with new version of @pie-lib/config-ui & @pie-ui/math-inline. ([6f0459d](https://github.com/pie-framework/pie-elements/commit/6f0459d))
3250
1855
 
3251
-
3252
- ## [0.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.3.1...@pie-element/math-inline-configure@0.3.2) (2019-03-18)
1856
+ ## [1.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.1...@pie-element/math-inline-configure@1.0.2) (2019-04-25)
3253
1857
 
3254
1858
  **Note:** Version bump only for package @pie-element/math-inline-configure
3255
1859
 
1860
+ ## [1.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@1.0.0...@pie-element/math-inline-configure@1.0.1) (2019-04-23)
3256
1861
 
1862
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3257
1863
 
1864
+ # [1.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.6.0...@pie-element/math-inline-configure@1.0.0) (2019-04-23)
3258
1865
 
1866
+ ### Bug Fixes
3259
1867
 
3260
- ## [0.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.3.0...@pie-element/math-inline-configure@0.3.1) (2019-03-18)
3261
-
3262
- **Note:** Version bump only for package @pie-element/math-inline-configure
3263
-
1868
+ - **math-inline:** centralized variables for interaction modes ([5afa51a](https://github.com/pie-framework/pie-elements/commit/5afa51a))
3264
1869
 
1870
+ ### Features
3265
1871
 
1872
+ - **math-inline:** formulaV2 support for controller and relevant config panel adjustments ([168f0d5](https://github.com/pie-framework/pie-elements/commit/168f0d5))
3266
1873
 
1874
+ ### BREAKING CHANGES
3267
1875
 
3268
- # [0.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.2.0...@pie-element/math-inline-configure@0.3.0) (2019-03-18)
1876
+ - **math-inline:** controller validation schema is now using formulaV2 approach, resulting interface is changed and partial scoring is no longer supported
3269
1877
 
1878
+ # [0.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.5.1...@pie-element/math-inline-configure@0.6.0) (2019-04-19)
3270
1879
 
3271
1880
  ### Features
3272
1881
 
3273
- * **general:** initialize default model (2) ([#138](https://github.com/pie-framework/pie-elements/issues/138)) ([fc72eca](https://github.com/pie-framework/pie-elements/commit/fc72eca))
3274
-
1882
+ - **math-inline:** Integrated settings panel. ([4d6c9dd](https://github.com/pie-framework/pie-elements/commit/4d6c9dd))
3275
1883
 
1884
+ ## [0.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.5.0...@pie-element/math-inline-configure@0.5.1) (2019-04-12)
3276
1885
 
1886
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3277
1887
 
1888
+ # [0.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.4.2...@pie-element/math-inline-configure@0.5.0) (2019-04-11)
3278
1889
 
3279
- # [0.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.1.2...@pie-element/math-inline-configure@0.2.0) (2019-03-13)
1890
+ ### Bug Fixes
3280
1891
 
1892
+ - minor adjustments ([2865349](https://github.com/pie-framework/pie-elements/commit/2865349))
3281
1893
 
3282
1894
  ### Features
3283
1895
 
3284
- * **general:** initialize default model ([#129](https://github.com/pie-framework/pie-elements/issues/129)) ([b62d058](https://github.com/pie-framework/pie-elements/commit/b62d058))
3285
- * all elements on `develop` target [@next](https://github.com/next) releases ([d3766e6](https://github.com/pie-framework/pie-elements/commit/d3766e6))
1896
+ - **math-inline:** decimal support and partial scoring ([84b1292](https://github.com/pie-framework/pie-elements/commit/84b1292))
3286
1897
 
1898
+ ## [0.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.4.1...@pie-element/math-inline-configure@0.4.2) (2019-04-08)
3287
1899
 
1900
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3288
1901
 
1902
+ ## [0.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.4.0...@pie-element/math-inline-configure@0.4.1) (2019-04-04)
3289
1903
 
1904
+ ### Bug Fixes
3290
1905
 
3291
- ## [0.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.1.1...@pie-element/math-inline-configure@0.1.2) (2019-02-20)
1906
+ - bump configure dependencies ([ff0b7ae](https://github.com/pie-framework/pie-elements/commit/ff0b7ae))
1907
+ - bump math deps ([1573e90](https://github.com/pie-framework/pie-elements/commit/1573e90))
1908
+ - bump math-input ([b27313b](https://github.com/pie-framework/pie-elements/commit/b27313b))
1909
+ - remove mathquill ref from general-config-block ([ae5faf9](https://github.com/pie-framework/pie-elements/commit/ae5faf9))
3292
1910
 
1911
+ # [0.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.3.4...@pie-element/math-inline-configure@0.4.0) (2019-03-26)
3293
1912
 
3294
1913
  ### Bug Fixes
3295
1914
 
3296
- * **math-inline:** keypad update for different types and keypad fixes ([d6e4a81](https://github.com/pie-framework/pie-elements/commit/d6e4a81))
1915
+ - continued mathquill math-input work ([18bd710](https://github.com/pie-framework/pie-elements/commit/18bd710))
1916
+
1917
+ ### Features
3297
1918
 
1919
+ - **math-inline:** html and math support for item stem ([c317deb](https://github.com/pie-framework/pie-elements/commit/c317deb))
3298
1920
 
1921
+ ## [0.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.3.3...@pie-element/math-inline-configure@0.3.4) (2019-03-19)
3299
1922
 
1923
+ ### Bug Fixes
3300
1924
 
1925
+ - **math-inline:** fix simple mode interaction and remove defaultResponse from model ([cc82516](https://github.com/pie-framework/pie-elements/commit/cc82516))
3301
1926
 
3302
- ## [0.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.1.0...@pie-element/math-inline-configure@0.1.1) (2019-02-13)
1927
+ ## [0.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.3.2...@pie-element/math-inline-configure@0.3.3) (2019-03-18)
3303
1928
 
3304
1929
  **Note:** Version bump only for package @pie-element/math-inline-configure
3305
1930
 
1931
+ ## [0.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.3.1...@pie-element/math-inline-configure@0.3.2) (2019-03-18)
3306
1932
 
1933
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3307
1934
 
1935
+ ## [0.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.3.0...@pie-element/math-inline-configure@0.3.1) (2019-03-18)
3308
1936
 
1937
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3309
1938
 
3310
- # [0.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.0.3...@pie-element/math-inline-configure@0.1.0) (2019-02-13)
3311
-
1939
+ # [0.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.2.0...@pie-element/math-inline-configure@0.3.0) (2019-03-18)
3312
1940
 
3313
- ### Bug Fixes
1941
+ ### Features
3314
1942
 
3315
- * rm flex ([b7bcdb9](https://github.com/pie-framework/pie-elements/commit/b7bcdb9))
3316
- * **math-inline:** fix math-input dependency usages for mathquill wrapper ([4c91e18](https://github.com/pie-framework/pie-elements/commit/4c91e18))
1943
+ - **general:** initialize default model (2) ([#138](https://github.com/pie-framework/pie-elements/issues/138)) ([fc72eca](https://github.com/pie-framework/pie-elements/commit/fc72eca))
3317
1944
 
1945
+ # [0.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.1.2...@pie-element/math-inline-configure@0.2.0) (2019-03-13)
3318
1946
 
3319
1947
  ### Features
3320
1948
 
3321
- * **math-inline:** answer block generation related functionality ([045173e](https://github.com/pie-framework/pie-elements/commit/045173e))
3322
- * **math-inline:** answer block indexes fix ([2b1821a](https://github.com/pie-framework/pie-elements/commit/2b1821a))
3323
- * **math-inline:** config panel and controller done for initial release ([f8d4ed8](https://github.com/pie-framework/pie-elements/commit/f8d4ed8))
3324
- * **math-inline:** configure component name ([8e0d816](https://github.com/pie-framework/pie-elements/commit/8e0d816))
3325
- * **math-inline:** configure package version bump ([85763c5](https://github.com/pie-framework/pie-elements/commit/85763c5))
3326
- * **math-inline:** configure package version bump ([0078dcb](https://github.com/pie-framework/pie-elements/commit/0078dcb))
3327
- * **math-inline:** dependency version bump for mathquill paranthesis styling fixes around custom elements ([54a1904](https://github.com/pie-framework/pie-elements/commit/54a1904))
3328
- * **math-inline:** finalize for first release ([e33b3ad](https://github.com/pie-framework/pie-elements/commit/e33b3ad))
3329
- * **math-inline:** initial implementation ([58fdd5e](https://github.com/pie-framework/pie-elements/commit/58fdd5e))
3330
- * **math-inline:** line breaks in math editor ([b1a3ccb](https://github.com/pie-framework/pie-elements/commit/b1a3ccb))
3331
- * **math-inline:** math-toolbar version bump for line break support ([d60e90a](https://github.com/pie-framework/pie-elements/commit/d60e90a))
3332
- * **math-inline:** pie-ui math-inline version bump and update ([67363af](https://github.com/pie-framework/pie-elements/commit/67363af))
3333
- * **math-inline:** pie-ui math-inline version bump to pull in various fixes ([846ae82](https://github.com/pie-framework/pie-elements/commit/846ae82))
3334
- * **math-inline:** remove unnecessary test files, until tests are written ([de717ce](https://github.com/pie-framework/pie-elements/commit/de717ce))
3335
- * **math-inline:** updated package version ([7a59038](https://github.com/pie-framework/pie-elements/commit/7a59038))
1949
+ - **general:** initialize default model ([#129](https://github.com/pie-framework/pie-elements/issues/129)) ([b62d058](https://github.com/pie-framework/pie-elements/commit/b62d058))
1950
+ - all elements on `develop` target [@next](https://github.com/next) releases ([d3766e6](https://github.com/pie-framework/pie-elements/commit/d3766e6))
3336
1951
 
1952
+ ## [0.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.1.1...@pie-element/math-inline-configure@0.1.2) (2019-02-20)
3337
1953
 
1954
+ ### Bug Fixes
3338
1955
 
1956
+ - **math-inline:** keypad update for different types and keypad fixes ([d6e4a81](https://github.com/pie-framework/pie-elements/commit/d6e4a81))
3339
1957
 
1958
+ ## [0.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.1.0...@pie-element/math-inline-configure@0.1.1) (2019-02-13)
3340
1959
 
3341
- ## [0.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.0.2...@pie-element/math-inline-configure@0.0.3) (2019-01-08)
1960
+ **Note:** Version bump only for package @pie-element/math-inline-configure
3342
1961
 
1962
+ # [0.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.0.3...@pie-element/math-inline-configure@0.1.0) (2019-02-13)
3343
1963
 
3344
1964
  ### Bug Fixes
3345
1965
 
3346
- * **general:** bumped the config-ui version for all packages ([159521d](https://github.com/pie-framework/pie-elements/commit/159521d))
1966
+ - rm flex ([b7bcdb9](https://github.com/pie-framework/pie-elements/commit/b7bcdb9))
1967
+ - **math-inline:** fix math-input dependency usages for mathquill wrapper ([4c91e18](https://github.com/pie-framework/pie-elements/commit/4c91e18))
1968
+
1969
+ ### Features
3347
1970
 
1971
+ - **math-inline:** answer block generation related functionality ([045173e](https://github.com/pie-framework/pie-elements/commit/045173e))
1972
+ - **math-inline:** answer block indexes fix ([2b1821a](https://github.com/pie-framework/pie-elements/commit/2b1821a))
1973
+ - **math-inline:** config panel and controller done for initial release ([f8d4ed8](https://github.com/pie-framework/pie-elements/commit/f8d4ed8))
1974
+ - **math-inline:** configure component name ([8e0d816](https://github.com/pie-framework/pie-elements/commit/8e0d816))
1975
+ - **math-inline:** configure package version bump ([85763c5](https://github.com/pie-framework/pie-elements/commit/85763c5))
1976
+ - **math-inline:** configure package version bump ([0078dcb](https://github.com/pie-framework/pie-elements/commit/0078dcb))
1977
+ - **math-inline:** dependency version bump for mathquill paranthesis styling fixes around custom elements ([54a1904](https://github.com/pie-framework/pie-elements/commit/54a1904))
1978
+ - **math-inline:** finalize for first release ([e33b3ad](https://github.com/pie-framework/pie-elements/commit/e33b3ad))
1979
+ - **math-inline:** initial implementation ([58fdd5e](https://github.com/pie-framework/pie-elements/commit/58fdd5e))
1980
+ - **math-inline:** line breaks in math editor ([b1a3ccb](https://github.com/pie-framework/pie-elements/commit/b1a3ccb))
1981
+ - **math-inline:** math-toolbar version bump for line break support ([d60e90a](https://github.com/pie-framework/pie-elements/commit/d60e90a))
1982
+ - **math-inline:** pie-ui math-inline version bump and update ([67363af](https://github.com/pie-framework/pie-elements/commit/67363af))
1983
+ - **math-inline:** pie-ui math-inline version bump to pull in various fixes ([846ae82](https://github.com/pie-framework/pie-elements/commit/846ae82))
1984
+ - **math-inline:** remove unnecessary test files, until tests are written ([de717ce](https://github.com/pie-framework/pie-elements/commit/de717ce))
1985
+ - **math-inline:** updated package version ([7a59038](https://github.com/pie-framework/pie-elements/commit/7a59038))
3348
1986
 
1987
+ ## [0.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@0.0.2...@pie-element/math-inline-configure@0.0.3) (2019-01-08)
3349
1988
 
1989
+ ### Bug Fixes
3350
1990
 
1991
+ - **general:** bumped the config-ui version for all packages ([159521d](https://github.com/pie-framework/pie-elements/commit/159521d))
3351
1992
 
3352
1993
  ## 0.0.2 (2018-11-26)
3353
1994
 
3354
-
3355
1995
  ### Bug Fixes
3356
1996
 
3357
- * **math-inline:** config and controller package names ([e477d10](https://github.com/pie-framework/pie-elements/commit/e477d10))
3358
- * **math-inline:** initial placeholder tests and fixes ([05125e6](https://github.com/pie-framework/pie-elements/commit/05125e6))
3359
- * **math-inline:** initial placeholder tests and fixes ([1644b94](https://github.com/pie-framework/pie-elements/commit/1644b94))
3360
- * **math-inline:** package versions ([286626f](https://github.com/pie-framework/pie-elements/commit/286626f))
1997
+ - **math-inline:** config and controller package names ([e477d10](https://github.com/pie-framework/pie-elements/commit/e477d10))
1998
+ - **math-inline:** initial placeholder tests and fixes ([05125e6](https://github.com/pie-framework/pie-elements/commit/05125e6))
1999
+ - **math-inline:** initial placeholder tests and fixes ([1644b94](https://github.com/pie-framework/pie-elements/commit/1644b94))
2000
+ - **math-inline:** package versions ([286626f](https://github.com/pie-framework/pie-elements/commit/286626f))